* gcc.dg/pr17581-1.c: Add missing prototype for abort.
From-SVN: r89890
This commit is contained in:
parent
f88cf205f5
commit
0c2166abe8
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
|
||||
void abort (void);
|
||||
|
||||
int foo(int x)
|
||||
{
|
||||
unsigned long long tmp = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue