This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8623: Internal compiler error in fixup_var_refs_1, at function.c:1966
- From: Volker Reichelt <reichelt at igpm dot rwth-aachen dot de>
- To: gcc-gnats at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gnats at krimedawg dot org
- Date: Tue, 19 Nov 2002 00:31:50 +0100
- Subject: Re: c++/8623: Internal compiler error in fixup_var_refs_1, at function.c:1966
Hi,
I've distilled a shorter testcase and appended it as an additional
attachment. Just compile it with "g++ -fPIC -c" to get the ICE.
All compilers since 2.95.x are affected.
It seems to be a bad interaction between the asm-statement and "-fPIC"
since the code compiles fine without "-fPIC".
Greetings,
Volker
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8623