public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug preprocessor/27036]  New: ICE in dwarf2out_finish, at dwarf2out.c:14116
@ 2006-04-04 22:57 tschwinge at gnu dot org
  2006-04-04 22:58 ` [Bug preprocessor/27036] " tschwinge at gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tschwinge at gnu dot org @ 2006-04-04 22:57 UTC (permalink / raw)
  To: gcc-bugs

#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-


-- 
           Summary: ICE in dwarf2out_finish, at dwarf2out.c:14116
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: preprocessor
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tschwinge at gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i586-pc-gnu


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug preprocessor/27036] ICE in dwarf2out_finish, at dwarf2out.c:14116
  2006-04-04 22:57 [Bug preprocessor/27036] New: ICE in dwarf2out_finish, at dwarf2out.c:14116 tschwinge at gnu dot org
@ 2006-04-04 22:58 ` tschwinge at gnu dot org
  2006-04-17 18:33 ` [Bug debug/27036] " tbm at cyrius dot com
  2006-10-17 11:33 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: tschwinge at gnu dot org @ 2006-04-04 22:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from tschwinge at gnu dot org  2006-04-04 22:58 -------
Created an attachment (id=11209)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11209&action=view)
init.i


-- 


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug debug/27036] ICE in dwarf2out_finish, at dwarf2out.c:14116
  2006-04-04 22:57 [Bug preprocessor/27036] New: ICE in dwarf2out_finish, at dwarf2out.c:14116 tschwinge at gnu dot org
  2006-04-04 22:58 ` [Bug preprocessor/27036] " tschwinge at gnu dot org
@ 2006-04-17 18:33 ` tbm at cyrius dot com
  2006-10-17 11:33 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: tbm at cyrius dot com @ 2006-04-17 18:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from tbm at cyrius dot com  2006-04-17 18:33 -------
Looks like a duplicate of PR26881


-- 


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug debug/27036] ICE in dwarf2out_finish, at dwarf2out.c:14116
  2006-04-04 22:57 [Bug preprocessor/27036] New: ICE in dwarf2out_finish, at dwarf2out.c:14116 tschwinge at gnu dot org
  2006-04-04 22:58 ` [Bug preprocessor/27036] " tschwinge at gnu dot org
  2006-04-17 18:33 ` [Bug debug/27036] " tbm at cyrius dot com
@ 2006-10-17 11:33 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2006-10-17 11:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2006-10-17 11:33 -------
It is (and fixed).

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


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-10-17 11:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-04 22:57 [Bug preprocessor/27036] New: ICE in dwarf2out_finish, at dwarf2out.c:14116 tschwinge at gnu dot org
2006-04-04 22:58 ` [Bug preprocessor/27036] " tschwinge at gnu dot org
2006-04-17 18:33 ` [Bug debug/27036] " tbm at cyrius dot com
2006-10-17 11:33 ` rguenth at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).