http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48029
tianyw at cn dot ibm.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tianyw at cn dot ibm.com
--- Comment #4 from tianyw at cn dot ibm.com 2011-03-08 15:06:28 UTC ---
Append more info:(I'm from Bergner team)
1. If we modify struct my_struct
from
{
mytype3 field0;
myvectype1 field1;
};
to
from
{
mytype3 field0;
//myvectype1 field1;
};
no ICE.
That is mean, if comment myvectype1, mytype3 can pass build. If not, mytype3
will popup error during initialization.
2. Code can pass build under system default compiler.(4.3.4)