This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16316] ICE in make_decl_rtl
- From: "ralf at ark dot in-berlin dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jul 2004 09:20:13 -0000
- Subject: [Bug c++/16316] ICE in make_decl_rtl
- References: <20040701152051.16316.ralf@ark.in-berlin.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ralf at ark dot in-berlin dot de 2004-07-02 09:20 -------
Subject: Re: ICE in make_decl_rtl
> On another idea: this report is for gcc3.2, which is a long-abandoned
> branch. Did you have a chance to try with gcc3.3 or gcc3.4, the two
> branches we are presently still maintaining?
Nailed it down so please check yourself (command is g++ file.cpp):
bool f()
{
const int& i = i / 2;
}
Regards,
ralf
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16316