Commit 0dc15f28 by Kaz Kojima

nest-align-1.c: Use the largest alignment.

	* gcc.c-torture/execute/nest-align-1.c: Use the largest alignment.

From-SVN: r132665
parent 99e7c22f
2008-02-26 Kaz Kojima <kkojima@gcc.gnu.org>
* gcc.c-torture/execute/nest-align-1.c: Use the largest alignment.
2008-02-25 Joseph Myers <joseph@codesourcery.com>
* gcc.target/i386/pr25993.c: Skip on *-*-mingw*.
......@@ -4,7 +4,7 @@
#include <stddef.h>
typedef int aligned __attribute__((aligned(16)));
typedef int aligned __attribute__((aligned));
extern void abort (void);
void
......
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