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

From-SVN: r132692
This commit is contained in:
Joseph Myers 2008-02-26 23:41:35 +00:00 committed by Joseph Myers
parent 36e2f1c132
commit 68642e419f
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -36,4 +36,5 @@ main()
abort();
if (sizeof(struct one_gcc) != 8)
abort();
return 0;
}