[Bug c++/18965] New: [4.0 regression] ICE in gimplify_init_ctor_eval

schwab at suse dot de gcc-bugzilla@gcc.gnu.org
Mon Dec 13 20:16:00 GMT 2004


$ cat string_map.ii 
class StringMap { 
  const char empty_str[1]; 
public: 
  StringMap() : empty_str() {} 
}; 
$ gcc string_map.ii 
string_map.ii: In constructor ‘StringMap::StringMap()’: 
string_map.ii:4: internal compiler error: in gimplify_init_ctor_eval, at 
gimplify.c:2404 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: [4.0 regression] ICE in gimplify_init_ctor_eval
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schwab at suse dot de
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18965



More information about the Gcc-bugs mailing list