[Bug c++/13059] [tree-ssa] ICE in gimplify_expr

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Sun Nov 16 18:21:00 GMT 2003


------- Additional Comments From bangerth at dealii dot org  2003-11-16 18:21 -------
And here it is self-contained: 
---------------------------- 
struct S { 
    ~S() throw() { } 
}; 
 
struct C {    
    C(const S& = S()) { } 
}; 
 
void foo (){ 
  C test[2] = { C(), C() }; 
} 
------------------------ 
deal.II/deal.II> c++ -c x.ii 
x.ii: In function `void foo()': 
x.ii:10: internal compiler error: in gimplify_expr, at gimplify.c:3143 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
 
W. 

-- 


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



More information about the Gcc-bugs mailing list