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++/16316] ICE in make_decl_rtl


------- 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


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