This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/7490: gcc dumps core when trying to compile the attached code.
- From: "Christian Ehrhardt" <ehrhardt at mathematik dot uni-ulm dot de>
- To: gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, keithr at keithr dot org, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: Tue, 26 Nov 2002 14:07:41 +0100
- Subject: Re: c/7490: gcc dumps core when trying to compile the attached code.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7490
Hi,
confirmed with 3.2, 3.2.1 and a somewhat dated 3.3 snapshot. A minimal
example is this:
void copy (void)
{
extern int A () __attribute__ ((__alias__ ("B")));
A ();
}
regards Christian
--
THAT'S ALL FOLKS!