Commit 49f527d5 by J"orn Rennecke Committed by Joern Rennecke

920302-1.c (execute): Change argument type to short.

	* gcc.c-torture/execute/920302-1.c (execute):
	Change argument type to short.

From-SVN: r39691
parent 3bb7e126
Wed Feb 14 21:31:25 2001 J"orn Rennecke <amylaar@redhat.com>
* gcc.c-torture/execute/920302-1.c (execute):
Change argument type to short.
2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.pt/deduct6.C: New test.
......
short optab[5];
char buf[10];
execute (ip)
register unsigned short *ip;
register short *ip;
{
#ifndef NO_LABEL_VALUES
register void *base = &&x;
......@@ -30,7 +30,7 @@ short p[5];
main ()
{
execute ((unsigned short *) 0);
execute ((short *) 0);
p[0] = optab[1];
p[1] = optab[0];
p[2] = optab[1];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment