From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20150 invoked by alias); 18 Nov 2002 22:46:07 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 20135 invoked by uid 71); 18 Nov 2002 22:46:05 -0000 Date: Sun, 24 Nov 2002 12:46:00 -0000 Message-ID: <20021118224605.20134.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Volker Reichelt Subject: Re: c++/8623: Internal compiler error in fixup_var_refs_1, at function.c:1966 Reply-To: Volker Reichelt X-SW-Source: 2002-11/txt/msg00911.txt.bz2 List-Id: The following reply was made to PR c++/8623; it has been noted by GNATS. From: Volker Reichelt To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org, gnats@krimedawg.org Cc: Subject: Re: c++/8623: Internal compiler error in fixup_var_refs_1, at function.c:1966 Date: Tue, 19 Nov 2002 00:31:50 +0100 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