]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fixed to return 0 on success.
authorRobert Lipe <robertl@gcc.gnu.org>
Mon, 11 Sep 2000 22:47:05 +0000 (22:47 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Mon, 11 Sep 2000 22:47:05 +0000 (22:47 +0000)
From-SVN: r36339

gcc/testsuite/gcc.dg/pragma-align.c

index 3848f7735418a8e9455628539227eedd66f59bb7..f5d457e69d517f6d79aae4b74619bae6a1b2c47c 100644 (file)
@@ -37,5 +37,6 @@ main()
         if(sizeof(two) >= sizeof(defaultalign)) abort();
         if(sizeof(three) <= sizeof(two)) abort();
         if(sizeof(resetalign) != sizeof(defaultalign)) abort();
+       return 0;
 }