public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "lucier at math dot purdue.edu" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/41176] [4.6/4.7/4.8 Regression] ICE in reload_cse_simplify_operands at postreload.c:396
Date: Tue, 08 Jan 2013 00:50:00 -0000	[thread overview]
Message-ID: <bug-41176-4-iH4nw0kCuo@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-41176-4@http.gcc.gnu.org/bugzilla/>


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

--- Comment #15 from lucier at math dot purdue.edu 2013-01-08 00:49:30 UTC ---
I can't build today's mainline:

libtool: compile:  /homes/lucier/programs/gcc/objdirs/mainline/./gcc/xgcc
-shared-libgcc -B/homes/lucier/programs/gcc/objdirs/mainline/./gcc -nostdinc++
-L/homes/lucier/programs/gcc/objdirs/mainline/powerpc-apple-darwin9.8.0/libstdc++-v3/src
-L/homes/lucier/programs/gcc/objdirs/mainline/powerpc-apple-darwin9.8.0/libstdc++-v3/src/.libs
-B/homes/lucier/pkgs/gcc-mainline/powerpc-apple-darwin9.8.0/bin/
-B/homes/lucier/pkgs/gcc-mainline/powerpc-apple-darwin9.8.0/lib/ -isystem
/homes/lucier/pkgs/gcc-mainline/powerpc-apple-darwin9.8.0/include -isystem
/homes/lucier/pkgs/gcc-mainline/powerpc-apple-darwin9.8.0/sys-include
-I/homes/lucier/programs/gcc/mainline/libstdc++-v3/../libgcc
-I/homes/lucier/programs/gcc/objdirs/mainline/powerpc-apple-darwin9.8.0/libstdc++-v3/include/powerpc-apple-darwin9.8.0
-I/homes/lucier/programs/gcc/objdirs/mainline/powerpc-apple-darwin9.8.0/libstdc++-v3/include
-I/homes/lucier/programs/gcc/mainline/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED
-Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=array_type_info.lo -g -O2 -c
../../../../../mainline/libstdc++-v3/libsupc++/array_type_info.cc  -fno-common
-DPIC -D_GLIBCXX_SHARED -o array_type_info.o
../../../../../mainline/libstdc++-v3/libsupc++/array_type_info.cc: In
destructor 'virtual __cxxabiv1::__array_type_info::~__array_type_info()':
../../../../../mainline/libstdc++-v3/libsupc++/array_type_info.cc:33:1:
internal compiler error: Bus error
 }
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[5]: *** [array_type_info.lo] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-stage1-target-libstdc++-v3] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [bootstrap] Error 2
godel-214% uname -a
Darwin godel.math.purdue.edu 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15
16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC Power Macintosh
godel-215% gcc -v
Using built-in specs.
Target: powerpc-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-checking
-enable-werror --prefix=/usr --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/-4.0/
--with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib
--build=i686-apple-darwin9 --program-prefix= --host=powerpc-apple-darwin9
--target=powerpc-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5465)

Configured with

../../mainline/configure --enable-languages=c,c++

I forget how to find out what the svn revision is, but this is the last entry
in the Changelog:

2013-01-07  Georg-Johann Lay  <avr@gjlay.de>

        PR target/55897
        * doc/extend.texi (AVR Named Address Spaces): __memx goes into
        .progmemx.data now.

I seem to have limited ability to change the status of this bug report from
WAITING to something reasonable.

Brad


  parent reply	other threads:[~2013-01-08  0:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-41176-4@http.gcc.gnu.org/bugzilla/>
2010-10-01 12:10 ` [Bug target/41176] [4.4/4.5/4.6 " jakub at gcc dot gnu.org
2011-04-16 11:15 ` [Bug target/41176] [4.4/4.5/4.6/4.7 " jakub at gcc dot gnu.org
2012-03-13 14:12 ` [Bug target/41176] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
2012-07-02 12:14 ` rguenth at gcc dot gnu.org
2012-12-23 18:02 ` [Bug target/41176] [4.6/4.7/4.8 " steven at gcc dot gnu.org
2013-01-08  0:50 ` lucier at math dot purdue.edu [this message]
2013-04-12 15:18 ` [Bug target/41176] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
2013-12-09  5:20 ` law at redhat dot com

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-41176-4-iH4nw0kCuo@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).