* gcc.c-torture/execute/920302-1.c (execute):
Change argument type to short.
From-SVN: r39691
+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;
main ()
{
- execute ((unsigned short *) 0);
+ execute ((short *) 0);
p[0] = optab[1];
p[1] = optab[0];
p[2] = optab[1];