public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/13031] New: ICE (unrecognizable insn) when building gnome-libs-1.4.2
@ 2003-11-13  0:11 agriffis at gentoo dot org
  2003-11-13  0:14 ` [Bug c/13031] " pinskia at gcc dot gnu dot org
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: agriffis at gentoo dot org @ 2003-11-13  0:11 UTC (permalink / raw)
  To: gcc-bugs

This is using a snapshot of the 3.3.2 branch from 2003/10/22.  Here is the
output from gcc -v:

Reading specs from /usr/lib/gcc-lib/alphaev67-unknown-linux-gnu/3.3.2/specs
Configured with: /usr/local/tmp/portage/gcc-3.3.2-r2/work/gcc-3.3.2/configure
--prefix=/usr --bindir=/usr/alphaev67-unknown-linux-gnu/gcc-bin/3.3
--includedir=/usr/lib/gcc-lib/alphaev67-unknown-linux-gnu/3.3.2/include
--datadir=/usr/share/gcc-data/alphaev67-unknown-linux-gnu/3.3
--mandir=/usr/share/gcc-data/alphaev67-unknown-linux-gnu/3.3/man
--infodir=/usr/share/gcc-data/alphaev67-unknown-linux-gnu/3.3/info
--enable-shared --host=alphaev67-unknown-linux-gnu
--target=alphaev67-unknown-linux-gnu --with-system-zlib
--enable-languages=c,c++,f77,objc --enable-threads=posix --enable-long-long
--disable-checking --enable-cstdio=stdio --enable-clocale=generic
--enable-__cxa_atexit --enable-version-specific-runtime-libs
--with-gxx-include-dir=/usr/lib/gcc-lib/alphaev67-unknown-linux-gnu/3.3.2/include/g++-v3
--with-local-prefix=/usr/local --enable-shared --enable-nls
--without-included-gettext --disable-multilib
Thread model: posix
gcc version 3.3.2 20031022 (Gentoo Linux 3.3.2-r2, propolice)

Here is the command-line and messages:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -DNEED_GNOMESUPPORT_H -I../support
-I../support -I../intl -I../intl -I/usr/include -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include
-I/usr/X11R6/include -DGNOMELIBDIR=\"/usr/lib\" -DGNOMEDATADIR=\"/usr/share\"
-DGNOMEBINDIR=\"/usr/bin\" -DGNOMELOCALSTATEDIR=\"/var/lib\"
-DGNOMELOCALEDIR=\"/usr/share/locale\" -DG_LOG_DOMAIN=\"GnomeUI\"
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include -mcpu=ev67 -O3 -pipe -mieee -I/usr/include/db1 -Wall
-Wunused -c gnome-icon-list.c  -fPIC -DPIC -o .libs/gnome-icon-list.lo
gnome-icon-list.c: In function `gnome_icon_list_unselect_all':
gnome-icon-list.c:499: error: unrecognizable insn:
(insn 265 166 266 14 0x2000096d868 (set (reg:DI 2 $2)
        (eq:DI (const_int 0 [0x0])
            (const_int 0 [0x0]))) -1 (nil)
    (nil))
gnome-icon-list.c:499: internal compiler error: in extract_insn, at recog.c:2175
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into
/usr/local/tmp/portage/gnome-libs-1.4.2/temp/ccbtmqSM.out file, please attach
this to your bugreport

I will attached the preprocessed source.

-- 
           Summary: ICE (unrecognizable insn) when building gnome-libs-1.4.2
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: agriffis at gentoo dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alphaev67-unknown-linux
  GCC host triplet: alphaev67-unknown-linux
GCC target triplet: alphaev67-unknown-linux


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


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

end of thread, other threads:[~2003-12-20 20:35 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-13  0:11 [Bug c/13031] New: ICE (unrecognizable insn) when building gnome-libs-1.4.2 agriffis at gentoo dot org
2003-11-13  0:14 ` [Bug c/13031] " pinskia at gcc dot gnu dot org
2003-11-13  0:15 ` agriffis at gentoo dot org
2003-11-13  0:39 ` agriffis at gentoo dot org
2003-11-13  0:41 ` pinskia at gcc dot gnu dot org
2003-11-13  1:33 ` agriffis at gentoo dot org
2003-11-13  1:36 ` [Bug c/13031] [3.3 regression] " falk at debian dot org
2003-11-13  1:39 ` pinskia at gcc dot gnu dot org
2003-11-13  2:08 ` falk at debian dot org
2003-11-13  4:50 ` pinskia at gcc dot gnu dot org
2003-12-07 17:37 ` [Bug optimization/13031] [3.3.2 " ebotcazou at gcc dot gnu dot org
2003-12-07 18:00 ` falk at debian dot org
2003-12-07 20:14 ` [Bug optimization/13031] [3.3 " ebotcazou at gcc dot gnu dot org
2003-12-08  7:14 ` pinskia at gcc dot gnu dot org
2003-12-08  9:12 ` ebotcazou at gcc dot gnu dot org
2003-12-08  9:47 ` pinskia at gcc dot gnu dot org
2003-12-08 10:05 ` ebotcazou at gcc dot gnu dot org
2003-12-10 19:13 ` janis187 at us dot ibm dot com
2003-12-11  3:11 ` roger at eyesopen dot com
2003-12-11  8:35 ` ebotcazou at gcc dot gnu dot org
2003-12-20 20:18 ` cvs-commit at gcc dot gnu dot org
2003-12-20 20:21 ` cvs-commit at gcc dot gnu dot org
2003-12-20 23:03 ` pinskia 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).