public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/17017] New: internal compiler error: Segmentation fault compiling busybox
@ 2004-08-13 14:17 erlendbm at trustix dot org
  2004-08-13 14:19 ` [Bug c/17017] " erlendbm at trustix dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: erlendbm at trustix dot org @ 2004-08-13 14:17 UTC (permalink / raw)
  To: gcc-bugs

root@PW840L02 /usr/src/trustix/build/busybox-1.00-rc2# gcc -v -I./include
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall
-Wstrict-prototypes -Wshadow -Os -fomit-frame-pointer -D_GNU_SOURCE -DNDEBUG   
 -c -o shell/cmdedit.o shell/cmdedit.c -save-temps
Reading specs from /usr/lib/gcc/ppc64-trustix-linux/3.4.1/specs
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib
--mandir=/usr/share/man --infodir=/usr/share/info --enable-shared
--enable-threads=posix --disable-checking --disable-libunwind-exceptions
--with-system-zlib --enable-__cxa_atexit --enable-languages=c,c++
--disable-libgcj --host=ppc64-trustix-linux
Thread model: posix
gcc version 3.4.1
 /usr/lib/gcc/ppc64-trustix-linux/3.4.1/cc1 -E -quiet -v -I./include -D__unix__
-D__gnu_linux__ -D__linux__ -Dunix -D__unix -Dlinux -D__linux -Asystem=linux
-Asystem=unix -Asystem=posix -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DNDEBUG shell/cmdedit.c -Wall
-Wstrict-prototypes -Wshadow -fomit-frame-pointer -Os -o cmdedit.i
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory
"/usr/lib/gcc/ppc64-trustix-linux/3.4.1/../../../../ppc64-trustix-linux/include"
#include "..." search starts here:
#include <...> search starts here:
 ./include
 /usr/lib/gcc/ppc64-trustix-linux/3.4.1/include
 /usr/include
End of search list.
 /usr/lib/gcc/ppc64-trustix-linux/3.4.1/cc1 -fpreprocessed cmdedit.i -quiet
-dumpbase cmdedit.c -auxbase-strip shell/cmdedit.o -Os -Wall -Wstrict-prototypes
-Wshadow -version -fomit-frame-pointer -o cmdedit.s
GNU C version 3.4.1 (ppc64-trustix-linux)
        compiled by GNU C version 3.4.1.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
shell/cmdedit.c: In function `input_tab':
shell/cmdedit.c:1123: internal compiler error: Segmentation fault

-- 
           Summary: internal compiler error: Segmentation fault compiling
                    busybox
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: erlendbm at trustix dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ppc64-trustix-linux
  GCC host triplet: ppc64-trustix-linux
GCC target triplet: ppc64-trustix-linux


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


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

* [Bug c/17017] internal compiler error: Segmentation fault compiling busybox
  2004-08-13 14:17 [Bug c/17017] New: internal compiler error: Segmentation fault compiling busybox erlendbm at trustix dot org
@ 2004-08-13 14:19 ` erlendbm at trustix dot org
  2004-08-13 14:27 ` bangerth at dealii dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: erlendbm at trustix dot org @ 2004-08-13 14:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From erlendbm at trustix dot org  2004-08-13 14:19 -------
Created an attachment (id=6921)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6921&action=view)
bzip2'ed .i file which produces the error

This is the .i file which is left after -save-temps in bzip2 format

-- 


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


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

* [Bug c/17017] internal compiler error: Segmentation fault compiling busybox
  2004-08-13 14:17 [Bug c/17017] New: internal compiler error: Segmentation fault compiling busybox erlendbm at trustix dot org
  2004-08-13 14:19 ` [Bug c/17017] " erlendbm at trustix dot org
@ 2004-08-13 14:27 ` bangerth at dealii dot org
  2004-08-13 14:30 ` [Bug rtl-optimization/17017] " pinskia at gcc dot gnu dot org
  2004-08-25  4:10 ` amodra at bigpond dot net dot au
  3 siblings, 0 replies; 5+ messages in thread
From: bangerth at dealii dot org @ 2004-08-13 14:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-08-13 14:27 -------
Someone with a PPC needs to test this, it compiles just fine on x86. 
 
W. 

-- 


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


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

* [Bug rtl-optimization/17017] internal compiler error: Segmentation fault compiling busybox
  2004-08-13 14:17 [Bug c/17017] New: internal compiler error: Segmentation fault compiling busybox erlendbm at trustix dot org
  2004-08-13 14:19 ` [Bug c/17017] " erlendbm at trustix dot org
  2004-08-13 14:27 ` bangerth at dealii dot org
@ 2004-08-13 14:30 ` pinskia at gcc dot gnu dot org
  2004-08-25  4:10 ` amodra at bigpond dot net dot au
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-13 14:30 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |rtl-optimization
           Keywords|                            |ice-on-valid-code


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


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

* [Bug rtl-optimization/17017] internal compiler error: Segmentation fault compiling busybox
  2004-08-13 14:17 [Bug c/17017] New: internal compiler error: Segmentation fault compiling busybox erlendbm at trustix dot org
                   ` (2 preceding siblings ...)
  2004-08-13 14:30 ` [Bug rtl-optimization/17017] " pinskia at gcc dot gnu dot org
@ 2004-08-25  4:10 ` amodra at bigpond dot net dot au
  3 siblings, 0 replies; 5+ messages in thread
From: amodra at bigpond dot net dot au @ 2004-08-25  4:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From amodra at bigpond dot net dot au  2004-08-25 04:09 -------
Compiles fine with 3.4.2 20040819

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


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


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

end of thread, other threads:[~2004-08-25  4:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-13 14:17 [Bug c/17017] New: internal compiler error: Segmentation fault compiling busybox erlendbm at trustix dot org
2004-08-13 14:19 ` [Bug c/17017] " erlendbm at trustix dot org
2004-08-13 14:27 ` bangerth at dealii dot org
2004-08-13 14:30 ` [Bug rtl-optimization/17017] " pinskia at gcc dot gnu dot org
2004-08-25  4:10 ` amodra at bigpond dot net dot au

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).