Commit ae7676ed by J"orn Rennecke Committed by Joern Rennecke

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

From-SVN: r39374
parent 8b1065f1
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];
......
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