OSDN Git Service

2007-08-05 Andrew Pinski <andrew_pinski@playstation.sony.com>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Aug 2007 02:33:44 +0000 (02:33 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Aug 2007 02:33:44 +0000 (02:33 +0000)
        * gcc.dg/sms-antideps.c: Add a "return 0" to the end of main.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127235 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/sms-antideps.c

index e349f1c..65dc8a7 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       * gcc.dg/sms-antideps.c: Add a "return 0" to the end of main.
+
 2007-08-05  Volker Reichelt  <v.reichelt@netcologne.de>
 
        * g++.dg/warn/pedantic2.C: Fix error marker.  Add more tests.
 2007-08-05  Volker Reichelt  <v.reichelt@netcologne.de>
 
        * g++.dg/warn/pedantic2.C: Fix error marker.  Add more tests.
index e973261..85976d6 100644 (file)
@@ -31,6 +31,7 @@ main ()
   unsigned long long res;
 
   res = foo (3, 4);
   unsigned long long res;
 
   res = foo (3, 4);
+  return 0;
 }
 
 
 }