Bug 27036 - ICE in dwarf2out_finish, at dwarf2out.c:14116
Summary: ICE in dwarf2out_finish, at dwarf2out.c:14116
Status: RESOLVED DUPLICATE of bug 26881
Alias: None
Product: gcc
Classification: Unclassified
Component: debug (show other bugs)
Version: 4.1.1
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on: 26881
Blocks:
  Show dependency treegraph
 
Reported: 2006-04-04 22:57 UTC by Thomas Schwinge
Modified: 2006-10-17 11:33 UTC (History)
19 users (show)

See Also:
Host: i686-pc-linux-gnu
Target: i586-pc-gnu
Build: i686-pc-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments
init.i (51.31 KB, text/plain)
2006-04-04 22:58 UTC, Thomas Schwinge
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Schwinge 2006-04-04 22:57:27 UTC
#v+
$ i586-pc-gnu-gcc -DPACKAGE_NAME=\"GNU\ Hurd\" -DPACKAGE_TARNAME=\"hurd\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"GNU\ Hurd\ 0.3\" -DPACKAGE_BUGREPORT=\"bug-hurd@gnu.org\" -DPACKAGE=\"hurd\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_MIG_RETCODE=1 -DHAVE_GETGROUPLIST=1 -DHAVE_USELOCALE=1  -I. -I.. -I. -I. -I.. -Iinclude -I../include -I./include -I. -I. -I.. -Iinclude -I../include -I./include -D_GNU_SOURCE -D_IO_MTSAFE_IO -D_FILE_OFFSET_BITS=64  -O3 -std=gnu99 -g -O2 -MT init/init.o -MD -MP -MF "$depbase.Tpo" -c -o init/init.o ../init/init.c
../init/init.c:53:30: error: startup_notify_U.h: No such file or directory
../init/init.c:54:29: error: startup_reply_U.h: No such file or directory
../init/init.c:55:23: error: startup_S.h: No such file or directory
../init/init.c:56:22: error: notify_S.h: No such file or directory
../init/init.c:57:24: error: mung_msg_S.h: No such file or directory
../init/init.c: In function 'notify_shutdown':
../init/init.c:204: warning: implicit declaration of function 'startup_dosync'
../init/init.c: In function 'launch_core_servers':
../init/init.c:635: warning: implicit declaration of function 'startup_procinit_reply'
../init/init.c:653: warning: implicit declaration of function 'startup_authinit_reply'
../init/init.c: In function 'S_startup_essential_task':
../init/init.c:1203: warning: implicit declaration of function 'startup_essential_task_reply'
../init/init.c: At top level:
../init/init.c:1562: internal compiler error: in dwarf2out_finish, at dwarf2out.c:14116
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
#v-

I'm aware that this compilation attempt can't finish successfully, but it shouldn't yield an ICE nevertheless, I think.

I was using gcc-4_1-branch from some weeks ago, but just `svn update'd and `make all install'ed to the current one without any other results.


#v+
$ i586-pc-gnu-gcc -v -save-temps -DPACKAGE_NAME=\"GNU\ Hurd\" -DPACKAGE_TARNAME=\"hurd\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"GNU\ Hurd\ 0.3\" -DPACKAGE_BUGREPORT=\"bug-hurd@gnu.org\" -DPACKAGE=\"hurd\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_MIG_RETCODE=1 -DHAVE_GETGROUPLIST=1 -DHAVE_USELOCALE=1  -I. -I.. -I. -I. -I.. -Iinclude -I../include -I./include -I. -I. -I.. -Iinclude -I../include -I./include -D_GNU_SOURCE -D_IO_MTSAFE_IO -D_FILE_OFFSET_BITS=64  -O3 -std=gnu99 -g -O2 -MT init/init.o -MD -MP -MF "$depbase.Tpo" -c -o init/init.o ../init/init.c
Using built-in specs.
Target: i586-pc-gnu
Configured with: /home/thomas/tmp/gnu-2/src/gcc/configure --target=i586-pc-gnu --prefix=/home/thomas/tmp/gnu-2 --with-sysroot=/home/thomas/tmp/gnu-2/sys_root --disable-nls --disable-shared --without-headers --with-newlib --enable-languages=c : (reconfigured) /home/thomas/tmp/gnu-2/src/gcc/configure --target=i586-pc-gnu --prefix=/home/thomas/tmp/gnu-2 --with-sysroot=/home/thomas/tmp/gnu-2/sys_root --disable-nls --enable-languages=c
Thread model: single
gcc version 4.1.1 20060404 (prerelease)
 /fs/data/mount/home/thomas/tmp/gnu-2/bin/../libexec/gcc/i586-pc-gnu/4.1.1/cc1 -E -quiet -v -I. -I.. -I. -I. -I.. -Iinclude -I../include -I./include -I. -I. -I.. -Iinclude -I../include -I./include -iprefix /fs/data/mount/home/thomas/tmp/gnu-2/bin/../lib/gcc/i586-pc-gnu/4.1.1/ -isysroot /fs/data/mount/home/thomas/tmp/gnu-2/bin/../sys_root -MD init/init.d -MF .Tpo -MP -MT init/init.o -MQ init/init.o -DPACKAGE_NAME="GNU Hurd" -DPACKAGE_TARNAME="hurd" -DPACKAGE_VERSION="0.3" -DPACKAGE_STRING="GNU Hurd 0.3" -DPACKAGE_BUGREPORT="bug-hurd@gnu.org" -DPACKAGE="hurd" -DVERSION="0.3" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_MIG_RETCODE=1 -DHAVE_GETGROUPLIST=1 -DHAVE_USELOCALE=1 -D_GNU_SOURCE -D_IO_MTSAFE_IO -D_FILE_OFFSET_BITS=64 ../init/init.c -mtune=pentium -std=gnu99 -fworking-directory -O3 -O2 -fpch-preprocess -o init.i
ignoring nonexistent directory "/fs/data/mount/home/thomas/tmp/gnu-2/bin/../sys_root/usr/local/include"
ignoring duplicate directory "/home/thomas/tmp/gnu-2/lib/gcc/i586-pc-gnu/4.1.1/include"
ignoring duplicate directory "/home/thomas/tmp/gnu-2/lib/gcc/i586-pc-gnu/4.1.1/../../../../i586-pc-gnu/include"
ignoring duplicate directory "/fs/data/mount/home/thomas/tmp/gnu-2/bin/../sys_root/include"
ignoring duplicate directory "."
ignoring duplicate directory "."
ignoring duplicate directory ".."
ignoring duplicate directory "./include"
ignoring duplicate directory "."
ignoring duplicate directory "."
ignoring duplicate directory ".."
ignoring duplicate directory "include"
ignoring duplicate directory "../include"
ignoring duplicate directory "./include"
#include "..." search starts here:
#include <...> search starts here:
 .
 ..
 include
 ../include
 /fs/data/mount/home/thomas/tmp/gnu-2/bin/../lib/gcc/i586-pc-gnu/4.1.1/include
 /fs/data/mount/home/thomas/tmp/gnu-2/bin/../lib/gcc/i586-pc-gnu/4.1.1/../../../../i586-pc-gnu/include
End of search list.
../init/init.c:53:30: error: startup_notify_U.h: No such file or directory
../init/init.c:54:29: error: startup_reply_U.h: No such file or directory
../init/init.c:55:23: error: startup_S.h: No such file or directory
../init/init.c:56:22: error: notify_S.h: No such file or directory
../init/init.c:57:24: error: mung_msg_S.h: No such file or directory
#v-
Comment 1 Thomas Schwinge 2006-04-04 22:58:53 UTC
Created attachment 11209 [details]
init.i
Comment 2 Martin Michlmayr 2006-04-17 18:33:55 UTC
Looks like a duplicate of PR26881
Comment 3 Richard Biener 2006-10-17 11:33:15 UTC
It is (and fixed).

*** This bug has been marked as a duplicate of 26881 ***