This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/9443: [3.4 regression] ICE when accessing a nonstatic member as A::i
- From: "Giovanni Bajo" <giovannibajo at libero dot it>
- To: <gcc-gnats at gcc dot gnu dot org>,<gcc-bugs at gcc dot gnu dot org>,<nobody at gcc dot gnu dot org>,<gcc-prs at gcc dot gnu dot org>,<larsbj at gullik dot net>
- Cc: <reichelt at igpm dot rwth-aachen dot de>
- Date: Sun, 16 Mar 2003 07:57:07 +0100
- Subject: Re: c++/9443: [3.4 regression] ICE when accessing a nonstatic member as A::i
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&p
r=9443
Please, notice this Boost regression test
http://cci.lbl.gov/boost/results/1047771420/dailylog_linux_gcc33, which
shows this same ICE happening on 3.3, as of today. I believe it should be
possible to reproduce the ICE with a GCC 3.3 and Boost RC_1_30, maybe even
compiling the original snippet code. If so, this should be high-priority 3.3
regression, IMO.
Volker, did your illegal code really come from Boost before simplification?
Does Boost have illegal code like that?
Giovanni Bajo