Commit 4a6cfa63 by Richard Henderson Committed by Richard Henderson

New test.

From-SVN: r32075
parent a0ec56b7
2000-02-19 Richard Henderson <rth@cygnus.com>
* gcc.c-torture/compile/init-3.c: New.
2000-02-17 Mark Mitchell <mark@codesourcery.com> 2000-02-17 Mark Mitchell <mark@codesourcery.com>
* lib/g++.exp (g++_init): Add -fmessage-length=0 to * lib/g++.exp (g++_init): Add -fmessage-length=0 to
......
struct empty { };
struct something {
int spacer;
struct empty foo;
int bar;
};
struct something X = {
foo: (struct empty) { },
bar: 1,
};
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