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]

[Bug c/12934] New: internal compiler error: in loc_descriptor_from_tree, at dwarf2out.c:8780


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12934

           Summary: internal compiler error: in loc_descriptor_from_tree, at
                    dwarf2out.c:8780
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jbailey at gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ia64-linux
  GCC host triplet: ia64-linux
GCC target triplet: i386-gnu

When compiling glibc for i386-gnu, I get the following error:

i386-gnu-gcc vfprintf.c -c -std=gnu99 -O2 -Wall -Winline -Wstrict-prototypes
-Wwrite-strings -g -Wno-parentheses -mpreferred-stack-boundary=2 
-Wno-uninitialized   -I../include -I.
-I/home/jbailey/Programming/cvstree/glibc/build.libc-hurd/stdio-common -I..
-I../libio -I../hurd
-I/home/jbailey/Programming/cvstree/glibc/build.libc-hurd/hurd/ -I../mach
-I/home/jbailey/Programming/cvstree/glibc/build.libc-hurd/mach/
-I/home/jbailey/Programming/cvstree/glibc/build.libc-hurd -I../sysdeps/i386/elf
-I../sysdeps/mach/hurd/i386 -I../sysdeps/mach/hurd -I../sysdeps/gnu
-I../sysdeps/unix/bsd/bsd4.4 -I../sysdeps/unix/mman -I../sysdeps/mach/i386
-I../sysdeps/mach -I../sysdeps/i386/fpu -I../sysdeps/i386
-I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96
-I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/unix/bsd
-I../sysdeps/unix/common -I../sysdeps/unix/inet -I../sysdeps/unix
-I../sysdeps/posix -I../sysdeps/ieee754 -I../sysdeps/generic/elf
-I../sysdeps/generic  -D_LIBC_REENTRANT -include ../include/libc-symbols.h 
-D_IO_MTSAFE_IO -o
/home/jbailey/Programming/cvstree/glibc/build.libc-hurd/stdio-common/vfprintf.o
-MD -MP -MF
/home/jbailey/Programming/cvstree/glibc/build.libc-hurd/stdio-common/vfprintf.o.dt
vfprintf.c: In function `_IO_vfprintf':
 
vfprintf.c:1917: internal compiler error: in loc_descriptor_from_tree, at
dwarf2out.c:8780
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

With the proprocessed source, the bug triggers as:

$ i386-gnu-gcc -O1 -g -c foo.c

-O2 triggers too.

I'll try to test a native compile, or one targetted to i386-linux.  I suspect
this will show up on at least one of those.


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