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

From-SVN: r89890
This commit is contained in:
Roger Sayle 2004-10-30 15:03:08 +00:00 committed by Roger Sayle
parent f88cf205f5
commit 0c2166abe8
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
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

View file

@ -2,6 +2,8 @@
/* { dg-do run } */
/* { dg-options "-O2" } */
void abort (void);
int foo(int x)
{
unsigned long long tmp = 0;