Commit 0c2166ab by Roger Sayle Committed by Roger Sayle

* gcc.dg/pr17581-1.c: Add missing prototype for abort.

From-SVN: r89890
parent f88cf205
2004-10-30 Roger Sayle <roger@eyesopen.com>
* gcc.dg/pr17581-1.c: Add missing prototype for abort.
2004-10-30 Joseph S. Myers <joseph@codesourcery.com>
PR c/16666
......
......@@ -2,6 +2,8 @@
/* { dg-do run } */
/* { dg-options "-O2" } */
void abort (void);
int foo(int x)
{
unsigned long long tmp = 0;
......
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