This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13392] [3.3/3.4 regression] ICE in convert_from_eh_region_ranges_1, at except.c:1133


------- Additional Comments From bangerth at dealii dot org  2003-12-15 09:22 -------
So here we go: 
--------------------- 
extern void abort (void) throw () __attribute__ ((__noreturn__)); 
 
struct X { 
    ~X () throw() {} 
}; 
 
bool foo(X s = X()) { return false; } 
 
void bar() { 
  (__builtin_expect (foo() && true, 1) ? 0 : (abort(), 0)); 
} 
----------------------------- 
 
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.cc 
x.cc: In function `void bar()': 
x.cc:11: internal compiler error: in convert_from_eh_region_ranges_1, at 
except.c:1133 
Please submit a full bug report, 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ICE in                      |[3.3/3.4 regression] ICE in
                   |convert_from_eh_region_range|convert_from_eh_region_range
                   |s_1, at except.c:1133       |s_1, at except.c:1133


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]