* testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
authorDJ Delorie <dj@redhat.com>
Tue, 7 Nov 2000 17:12:59 +0000 (12:12 -0500)
committerDJ Delorie <dj@gcc.gnu.org>
Tue, 7 Nov 2000 17:12:59 +0000 (12:12 -0500)
From-SVN: r37292

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

index a142fab00821f91979ca471382db0462f748cb76..7ec557eb56c96c5d471913869de95873dca413eb 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-07  DJ Delorie  <dj@redhat.com>
+
+       * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
+
 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * builtins.c (expand_builtin_strpbrk): New function.
index 62d9b2902671767fcb9250472340a1da3415debb..abc8ca2f71406f8505a4779a4ec3405df937e854 100644 (file)
@@ -20,4 +20,5 @@ static inline void foo (unsigned long base, unsigned char val)
 int main (void)
 {
   foo (23, 1);
+  return 0;
 }