* gcc.dg/bf-ms-attrib.c (main): Return 0.
From-SVN: r132692
This commit is contained in:
parent
36e2f1c132
commit
68642e419f
@ -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.
|
||||
|
@ -36,4 +36,5 @@ main()
|
||||
abort();
|
||||
if (sizeof(struct one_gcc) != 8)
|
||||
abort();
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user