public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/36973] New: ICE when compiling legal(at least compiles with 4.1.2) code
@ 2008-07-30 13:49 r0bertz at gentoo dot org
2008-07-30 13:50 ` [Bug c/36973] " r0bertz at gentoo dot org
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: r0bertz at gentoo dot org @ 2008-07-30 13:49 UTC (permalink / raw)
To: gcc-bugs
ICE when compiling legal(at least compiles with 4.1.2) code
I will attach the preprocessed compilation unit.
--
Summary: ICE when compiling legal(at least compiles with 4.1.2)
code
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: r0bertz at gentoo dot org
GCC build triplet: mipsel-unknown-linux-gnu
GCC host triplet: mipsel-unknown-linux-gnu
GCC target triplet: mipsel-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36973
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug c/36973] ICE when compiling legal(at least compiles with 4.1.2) code
2008-07-30 13:49 [Bug c/36973] New: ICE when compiling legal(at least compiles with 4.1.2) code r0bertz at gentoo dot org
@ 2008-07-30 13:50 ` r0bertz at gentoo dot org
2008-07-30 13:53 ` r0bertz at gentoo dot org
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: r0bertz at gentoo dot org @ 2008-07-30 13:50 UTC (permalink / raw)
To: gcc-bugs
------- Comment #1 from r0bertz at gentoo dot org 2008-07-30 13:49 -------
configured with:
/var/tmp/portage/sys-devel/gcc-4.4.0_alpha20080718/work/gcc-4.4-20080718/configure
--prefix=/usr
--bindir=/usr/mipsel-unknown-linux-gnu/gcc-bin/4.4.0-alpha20080718
--includedir=/usr/lib/gcc/mipsel-unknown-linux-gnu/4.4.0-alpha20080718/include
--datadir=/usr/share/gcc-data/mipsel-unknown-linux-gnu/4.4.0-alpha20080718
--mandir=/usr/share/gcc-data/mipsel-unknown-linux-gnu/4.4.0-alpha20080718/man
--infodir=/usr/share/gcc-data/mipsel-unknown-linux-gnu/4.4.0-alpha20080718/info
--with-gxx-include-dir=/usr/lib/gcc/mipsel-unknown-linux-gnu/4.4.0-alpha20080718/include/g++-v4
--host=mipsel-unknown-linux-gnu --build=mipsel-unknown-linux-gnu
--disable-altivec --enable-nls --without-included-gettext --with-system-zlib
--disable-checking --disable-werror --enable-secureplt --disable-multilib
--enable-libmudflap --disable-libssp --enable-cld --disable-libgcj
--enable-languages=c,c++ --enable-shared --enable-threads=posix
--enable-__cxa_atexit --enable-clocale=gnu
--with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo
4.4.0_alpha20080718'
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36973
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug c/36973] ICE when compiling legal(at least compiles with 4.1.2) code
2008-07-30 13:49 [Bug c/36973] New: ICE when compiling legal(at least compiles with 4.1.2) code r0bertz at gentoo dot org
2008-07-30 13:50 ` [Bug c/36973] " r0bertz at gentoo dot org
@ 2008-07-30 13:53 ` r0bertz at gentoo dot org
2008-07-30 13:54 ` r0bertz at gentoo dot org
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: r0bertz at gentoo dot org @ 2008-07-30 13:53 UTC (permalink / raw)
To: gcc-bugs
------- Comment #2 from r0bertz at gentoo dot org 2008-07-30 13:52 -------
Created an attachment (id=15977)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15977&action=view)
preprocessed source file
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36973
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug c/36973] ICE when compiling legal(at least compiles with 4.1.2) code
2008-07-30 13:49 [Bug c/36973] New: ICE when compiling legal(at least compiles with 4.1.2) code r0bertz at gentoo dot org
2008-07-30 13:50 ` [Bug c/36973] " r0bertz at gentoo dot org
2008-07-30 13:53 ` r0bertz at gentoo dot org
@ 2008-07-30 13:54 ` r0bertz at gentoo dot org
2008-07-30 13:57 ` r0bertz at gentoo dot org
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: r0bertz at gentoo dot org @ 2008-07-30 13:54 UTC (permalink / raw)
To: gcc-bugs
------- Comment #3 from r0bertz at gentoo dot org 2008-07-30 13:53 -------
mipsel-unknown-linux-gnu-gcc -c -O2 -march=loongson2f -mabi=32 -pipe -W -Wall
-DHAVE_CONFIG_H -I. -I. -I../include -I../include -D_REENTRANT
-DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share
-DPATH_SANE_LOCK_DIR=/var/lib/lock/sane -DV_MAJOR=1 -DV_MINOR=0
-DBACKEND_NAME=hp3900 -DLIBDIR=/usr/lib/sane hp3900.c -fPIC -DPIC -o
.libs/hp3900.o
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36973
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug c/36973] ICE when compiling legal(at least compiles with 4.1.2) code
2008-07-30 13:49 [Bug c/36973] New: ICE when compiling legal(at least compiles with 4.1.2) code r0bertz at gentoo dot org
` (2 preceding siblings ...)
2008-07-30 13:54 ` r0bertz at gentoo dot org
@ 2008-07-30 13:57 ` r0bertz at gentoo dot org
2008-08-10 23:15 ` [Bug target/36973] " pinskia at gcc dot gnu dot org
2008-10-18 9:49 ` rsandifo at gcc dot gnu dot org
5 siblings, 0 replies; 7+ messages in thread
From: r0bertz at gentoo dot org @ 2008-07-30 13:57 UTC (permalink / raw)
To: gcc-bugs
------- Comment #4 from r0bertz at gentoo dot org 2008-07-30 13:55 -------
the exact error message is:
hp3900.c: In function 'fitcalibrate_get':
hp3900.c:61: internal compiler error: Segmentation fault
sorry for sending so many times.
this is my first time to file gcc bugs.
i will send all needed info in one post next time.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36973
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug target/36973] ICE when compiling legal(at least compiles with 4.1.2) code
2008-07-30 13:49 [Bug c/36973] New: ICE when compiling legal(at least compiles with 4.1.2) code r0bertz at gentoo dot org
` (3 preceding siblings ...)
2008-07-30 13:57 ` r0bertz at gentoo dot org
@ 2008-08-10 23:15 ` pinskia at gcc dot gnu dot org
2008-10-18 9:49 ` rsandifo at gcc dot gnu dot org
5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-08-10 23:15 UTC (permalink / raw)
To: gcc-bugs
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
Component|c |target
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36973
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug target/36973] ICE when compiling legal(at least compiles with 4.1.2) code
2008-07-30 13:49 [Bug c/36973] New: ICE when compiling legal(at least compiles with 4.1.2) code r0bertz at gentoo dot org
` (4 preceding siblings ...)
2008-08-10 23:15 ` [Bug target/36973] " pinskia at gcc dot gnu dot org
@ 2008-10-18 9:49 ` rsandifo at gcc dot gnu dot org
5 siblings, 0 replies; 7+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2008-10-18 9:49 UTC (permalink / raw)
To: gcc-bugs
------- Comment #5 from rsandifo at gcc dot gnu dot org 2008-10-18 09:47 -------
*** This bug has been marked as a duplicate of 37368 ***
--
rsandifo at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36973
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-10-18 9:49 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-30 13:49 [Bug c/36973] New: ICE when compiling legal(at least compiles with 4.1.2) code r0bertz at gentoo dot org
2008-07-30 13:50 ` [Bug c/36973] " r0bertz at gentoo dot org
2008-07-30 13:53 ` r0bertz at gentoo dot org
2008-07-30 13:54 ` r0bertz at gentoo dot org
2008-07-30 13:57 ` r0bertz at gentoo dot org
2008-08-10 23:15 ` [Bug target/36973] " pinskia at gcc dot gnu dot org
2008-10-18 9:49 ` rsandifo 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).