Commit 45f640c2 by Catherine Moore Committed by Catherine Moore

* gcc.c-torture/execute/align-1.c: New test.

From-SVN: r34809
parent f3f751ad
2000-06-30 Catherine Moore <clm@cygnus.com>
* gcc.c-torture/execute/align-1.c: New test.
2000-06-30 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.pt/expr8.C: New test.
......
typedef int new_int __attribute__ ((aligned(16)));
struct S { int x; };
int main()
{
if (sizeof(struct S) != sizeof(int))
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