This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13392] [3.3/3.4 regression] ICE in convert_from_eh_region_ranges_1, at except.c:1133
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Dec 2003 09:22:43 -0000
- Subject: [Bug c++/13392] [3.3/3.4 regression] ICE in convert_from_eh_region_ranges_1, at except.c:1133
- References: <20031213013922.13392.bkoz@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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