* gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
From-SVN: r39374
This commit is contained in:
parent
8b1065f175
commit
ae7676edff
@ -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.
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user