OSDN Git Service

2009-03-16 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Mar 2009 01:12:28 +0000 (01:12 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Mar 2009 01:12:28 +0000 (01:12 +0000)
* gcc.target/x86_64/abi/callabi/func-indirect.c (main): Return 0.

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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/x86_64/abi/callabi/func-indirect.c

index 98f091f..b17ad8e 100644 (file)
@@ -1,3 +1,7 @@
+2009-03-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gcc.target/x86_64/abi/callabi/func-indirect.c (main): Return 0.
+
 2009-03-16  Janis Johnson  <janis187@us.ibm.com>
 
        Revert patch for PR testsuite/37630.
index 8c1cac8..0c0cbb2 100644 (file)
@@ -20,5 +20,5 @@ int main()
     volatile func callme = callback;
     if(callme(0, 0, 0, 0, 0x1234567890abcdefLL))
      abort();
+    return 0;
 }
-