This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: FYI: glibc compiliation again broken on i686-linux
- From: Daniel Jacobowitz <drow at mvista dot com>
- To: Andreas Jaeger <aj at suse dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 20 Dec 2001 12:19:56 -0500
- Subject: Re: FYI: glibc compiliation again broken on i686-linux
- References: <u8ellq7yyp.fsf@gromit.moeb>
On Thu, Dec 20, 2001 at 03:22:54PM +0100, Andreas Jaeger wrote:
>
> We should really integrate glibc into the GCC testsuite. ;-) Compilation
> of the current glibc with current GCC CVS fails now due to bugs in
> dwarf2out.c. I've just reported this as a bug to gcc-bugs:
>
> extern int vinit(int);
>
> int
> init (void)
> {
> extern int vinit(int);
>
> return vinit (5);
> }
>
> $ /opt/gcc-3.1-devel/bin/gcc -c t.c -g -O3
> t.c: In function `init':
> t.c:9: Internal compiler error in add_abstract_origin_attribute, at dwarf2out.c:9296
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
>
> I'm not sure what's broken, the gdb output looks totally strange to
> me since it doesn't mention add_abstract_origin_attribute (this is
> current CVS GDB from 5.1 branch):
That's because add_abstract_origin_attribute is marked inline, I
assume. Not GDB's fault (although it could do better).
--
Daniel Jacobowitz Carnegie Mellon University
MontaVista Software Debian GNU/Linux Developer