[Bug c++/48029] ICE in finish_member_declaration() with --param ggc-min-expand=0 --param ggc-min-heapsize=0

tianyw at cn dot ibm.com gcc-bugzilla@gcc.gnu.org
Tue Mar 8 15:06:00 GMT 2011


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)



More information about the Gcc-bugs mailing list