public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "mikpe at it dot uu.se" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/55388] New: [4.8 regression] ICE in int_mode_for_mode at stor-layout.c:423 breaks sparc64-linux bootstrap
Date: Mon, 19 Nov 2012 09:11:00 -0000	[thread overview]
Message-ID: <bug-55388-4@http.gcc.gnu.org/bugzilla/> (raw)


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

             Bug #: 55388
           Summary: [4.8 regression] ICE in int_mode_for_mode at
                    stor-layout.c:423 breaks sparc64-linux bootstrap
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: mikpe@it.uu.se


Attempting to bootstrap gcc-4.8-20121118 on sparc64-linux fails with:

make[5]: Entering directory
`/mnt/scratch/objdir48/sparc-unknown-linux/libstdc++-v3/libsupc++'
/bin/sh ../libtool --tag CXX --tag disable-shared   --mode=compile
/mnt/scratch/objdir48/./gcc/xgcc -shared-libgcc -B/mnt/scratch/objdir48/./gcc
-nostdinc++ -L/mnt/scratch/objdir48/sparc-unknown-linux/libstdc++-v3/src
-L/mnt/scratch/objdir48/sparc-unknown-linux/libstdc++-v3/src/.libs
-B/mnt/scratch/install48/sparc-unknown-linux/bin/
-B/mnt/scratch/install48/sparc-unknown-linux/lib/ -isystem
/mnt/scratch/install48/sparc-unknown-linux/include -isystem
/mnt/scratch/install48/sparc-unknown-linux/sys-include   
-I/mnt/scratch/gcc-4.8-20121118/libstdc++-v3/../libgcc
-I/mnt/scratch/objdir48/sparc-unknown-linux/libstdc++-v3/include/sparc-unknown-linux
-I/mnt/scratch/objdir48/sparc-unknown-linux/libstdc++-v3/include
-I/mnt/scratch/gcc-4.8-20121118/libstdc++-v3/libsupc++  -prefer-pic
-D_GLIBCXX_SHARED  -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi 
-fdiagnostics-show-location=once    -ffunction-sections -fdata-sections 
-frandom-seed=class_type_info.lo -g -O2 -D_GNU_SOURCE  -c -o class_type_info.lo
/mnt/scratch/gcc-4.8-20121118/libstdc++-v3/libsupc++/class_type_info.cc
libtool: compile:  /mnt/scratch/objdir48/./gcc/xgcc -shared-libgcc
-B/mnt/scratch/objdir48/./gcc -nostdinc++
-L/mnt/scratch/objdir48/sparc-unknown-linux/libstdc++-v3/src
-L/mnt/scratch/objdir48/sparc-unknown-linux/libstdc++-v3/src/.libs
-B/mnt/scratch/install48/sparc-unknown-linux/bin/
-B/mnt/scratch/install48/sparc-unknown-linux/lib/ -isystem
/mnt/scratch/install48/sparc-unknown-linux/include -isystem
/mnt/scratch/install48/sparc-unknown-linux/sys-include
-I/mnt/scratch/gcc-4.8-20121118/libstdc++-v3/../libgcc
-I/mnt/scratch/objdir48/sparc-unknown-linux/libstdc++-v3/include/sparc-unknown-linux
-I/mnt/scratch/objdir48/sparc-unknown-linux/libstdc++-v3/include
-I/mnt/scratch/gcc-4.8-20121118/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -Wall
-Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once
-ffunction-sections -fdata-sections -frandom-seed=class_type_info.lo -g -O2
-D_GNU_SOURCE -c
/mnt/scratch/gcc-4.8-20121118/libstdc++-v3/libsupc++/class_type_info.cc  -fPIC
-DPIC -D_GLIBCXX_SHARED -o class_type_info.o
/mnt/scratch/gcc-4.8-20121118/libstdc++-v3/libsupc++/class_type_info.cc: In
member function 'virtual bool __cxxabiv1::__class_type_info::__do_upcast(const
__cxxabiv1::__class_type_info*, void**) const':
/mnt/scratch/gcc-4.8-20121118/libstdc++-v3/libsupc++/class_type_info.cc:46:6:
internal compiler error: in int_mode_for_mode, at stor-layout.c:423
 bool __class_type_info::
      ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[5]: *** [class_type_info.lo] Error 1
make[5]: Leaving directory
`/mnt/scratch/objdir48/sparc-unknown-linux/libstdc++-v3/libsupc++'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/mnt/scratch/objdir48/sparc-unknown-linux/libstdc++-v3'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/mnt/scratch/objdir48/sparc-unknown-linux/libstdc++-v3'
make[2]: *** [all-stage2-target-libstdc++-v3] Error 2
make[2]: Leaving directory `/mnt/scratch/objdir48'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/mnt/scratch/objdir48'
make: *** [bootstrap] Error 2

This problem was not present in 4.8-20121111.

I'll try to derive a minimized test case later today (-ENOTIME right now).


             reply	other threads:[~2012-11-19  9:11 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-19  9:11 mikpe at it dot uu.se [this message]
2012-11-19 19:33 ` [Bug bootstrap/55388] " mikpe at it dot uu.se
2012-11-20 22:22 ` mikpe at it dot uu.se
2012-11-21  7:52 ` mikpe at it dot uu.se
2012-11-21 18:56 ` rsandifo at gcc dot gnu.org
2012-11-21 21:00 ` mikpe at it dot uu.se
2012-11-21 21:09 ` mikpe at it dot uu.se
2012-11-21 23:29 ` rsandifo at gcc dot gnu.org
2012-11-22  8:33 ` ebotcazou at gcc dot gnu.org
2012-11-22 11:03 ` ebotcazou at gcc dot gnu.org
2012-11-22 17:48 ` ebotcazou at gcc dot gnu.org
2012-11-22 18:27 ` ebotcazou at gcc dot gnu.org
2012-11-23  7:56 ` [Bug rtl-optimization/55388] [4.8 regression] ICE in int_mode_for_mode at stor-layout.c:423 rsandifo at gcc dot gnu.org
2012-11-23 16:01 ` ebotcazou at gcc dot gnu.org
2012-11-23 16:02 ` ebotcazou at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-55388-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).