This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c/7490: gcc dumps core when trying to compile the attached code.


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]