[Bug c++/17827] [3.4 Regression] ICE: in make_decl_rtl, at varasm.c:752
Woebbeking at web dot de
gcc-bugzilla@gcc.gnu.org
Thu Oct 7 09:49:00 GMT 2004
------- Additional Comments From Woebbeking at web dot de 2004-10-07 09:49 -------
(In reply to comment #2)
> Here's something shorter. It also crashes gcc 3.4.0 and 3.4.1.
>
> =================================
> void foo()
> {
> if (0)
> if (int* p = 0)
> int i=*p;
> }
Indeed, this looks very similar to your shorter version in PR 14203.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17827
More information about the Gcc-bugs
mailing list