Commit 68642e41 by Joseph Myers Committed by Joseph Myers

* gcc.dg/bf-ms-attrib.c (main): Return 0.

From-SVN: r132692
parent 36e2f1c1
2008-02-26 Joseph Myers <joseph@codesourcery.com> 2008-02-26 Joseph Myers <joseph@codesourcery.com>
* gcc.dg/bf-ms-attrib.c (main): Return 0.
2008-02-26 Joseph Myers <joseph@codesourcery.com>
* gcc.target/i386/mmx-4.c (dump64_64): Use printf %I64 on MinGW. * gcc.target/i386/mmx-4.c (dump64_64): Use printf %I64 on MinGW.
* gcc.target/i386/sse-6.c (dump128_64): Likewise. * gcc.target/i386/sse-6.c (dump128_64): Likewise.
...@@ -36,4 +36,5 @@ main() ...@@ -36,4 +36,5 @@ main()
abort(); abort();
if (sizeof(struct one_gcc) != 8) if (sizeof(struct one_gcc) != 8)
abort(); abort();
return 0;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment