* gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.

From-SVN: r39374
This commit is contained in:
J"orn Rennecke 2001-01-31 12:25:44 +00:00 committed by Joern Rennecke
parent 8b1065f175
commit ae7676edff
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Jan 31 12:23:32 2001 J"orn Rennecke <amylaar@redhat.com>
* gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
2001-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc.dg/c99-tag-1.c: New test.

View File

@ -30,7 +30,7 @@ short p[5];
main ()
{
execute (0);
execute ((unsigned short *) 0);
p[0] = optab[1];
p[1] = optab[0];
p[2] = optab[1];