This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/10085: GCC references local symbol that does not exist
- From: "John W. Linville" <linville at lvl7 dot com>
- To: gcc-gnats at gcc dot gnu dot org, nhorman at lvl7 dot com, linville at lvl7 dot com, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org
- Date: Fri, 14 Mar 2003 18:00:25 -0500
- Subject: Re: c/10085: GCC references local symbol that does not exist
This does NOT seem to exist with the GNU 3.2.1 compiler. MontaVista
strikes again...
I apologize for the inconvenience/confusion...
John
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10085
P.S. This says it all:
/home/linville
[linville]:> diff bugfile.s.bad bugfile.s.good
41a42,57
> bctr
> .section .rodata
> .align 2
> .align 2
> .L16:
> .long .L1-.L16
> .long .L1-.L16
> .long .L1-.L16
> .long .L1-.L16
> .long .L1-.L16
> .long .L1-.L16
> .long .L1-.L16
> .long .L1-.L16
> .long .L1-.L16
> .long .L1-.L16
> .section ".text"
52c68
< .ident "GCC: (GNU) 3.2.1 20020930 (MontaVista)"
---
> .ident "GCC: (GNU) 3.2.1"