OSDN Git Service

* gcc.dg/20000623-1.c: Prototype exit and abort.
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Jun 2000 03:53:34 +0000 (03:53 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Jun 2000 03:53:34 +0000 (03:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34703 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20000623-1.c

index 521e7ee..d1a4dde 100644 (file)
@@ -1,5 +1,9 @@
 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
 
+       * gcc.dg/20000623-1.c: Prototype exit and abort.
+
+2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
+
        * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
         New tests.
        * gcc.dg/cpp-mi3.def: New file.
index 0a5cd24..bbc8c10 100644 (file)
@@ -1,6 +1,9 @@
 /* { dg-do run } */
 /* { dg-options "-O3 -fno-strict-aliasing" } */
 
+extern void exit (int);
+extern void abort (void);
+
 struct foos { int l; }; 
 int foo;
 static struct foos *getfoo(void);