[Bug c++/13173] [3.3 regression] ICE in convert_move
bangerth at dealii dot org
gcc-bugzilla@gcc.gnu.org
Mon Nov 24 16:37:00 GMT 2003
------- Additional Comments From bangerth at dealii dot org 2003-11-24 16:37 -------
Thinking about it again, this is even simpler:
--------------------
void foo() {
double val
= (1 ?
({ *(double *)0; })
:
*(double *)0);
}
---------------------
and still triggers the same ICE.
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13173
More information about the Gcc-bugs
mailing list