From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28924 invoked by alias); 8 Aug 2002 14:16:15 -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 28907 invoked by uid 71); 8 Aug 2002 14:16:12 -0000 Date: Thu, 08 Aug 2002 07:35:00 -0000 Message-ID: <20020808141612.28905.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Reichelt Subject: Re: c/7490: gcc dumps core when trying to compile the attached code. Reply-To: Reichelt X-SW-Source: 2002-08/txt/msg00168.txt.bz2 List-Id: The following reply was made to PR c/7490; it has been noted by GNATS. From: Reichelt To: gcc-gnats@gcc.gnu.org, keithr@keithr.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org Cc: Subject: Re: c/7490: gcc dumps core when trying to compile the attached code. Date: Thu, 8 Aug 2002 16:49:16 +0200 Hi, the problem can be reduced to the following code snippet: ------------------------snip here----------------------------- void foo() { extern void bar () __attribute__ ((__alias__ ("BAR"))); bar (); } ------------------------snip here----------------------------- It crashes with gcc 3.0.x and 3.1.1, but compiles well using gcc 2.95.2 or 3.1 (checked on i686-pc-linux-gnu and mips-sgi-irix6.5). Greetings, Volker Reichelt http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7490