public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/37344]  New: [4.4 Regression] sparc bootstrap fails with Bus error in libgcc2.c
@ 2008-09-03  8:35 tbm at cyrius dot com
  2008-09-03 21:16 ` [Bug target/37344] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tbm at cyrius dot com @ 2008-09-03  8:35 UTC (permalink / raw)
  To: gcc-bugs

Bootstrap of current trunk on SPARC/Linux fails with a Bus error when
compiling libgcc2.c

I'm not sure this is related to PR37279 since genattrtab works fine here.

I configure with:
configure --enable-languages=c,c++ --with-cpu=v8 --with-long-double-128
--build=sparc-linux-gnu --host=sparc-linux-gnu --target=sparc-linux-gnu

Error:
/home/tbm/tmp/gcc/4.3-2008-09-03-r139927/./gcc/xgcc
-B/home/tbm/tmp/gcc/4.3-2008-09-03-r139927/./gcc/
-B/usr/local/sparc-linux-gnu/bin/ -B/usr/local/sparc-linux-gnu/lib/ -isystem
/usr/local/sparc-linux-gnu/include -isystem
/usr/local/sparc-linux-gnu/sys-include -g -O2 -O2  -g -O2 -DIN_GCC   -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual
-Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc
-I/home/tbm/scratch/gcc/libgcc -I/home/tbm/scratch/gcc/libgcc/.
-I/home/tbm/scratch/gcc/libgcc/../gcc -I/home/tbm/scratch/gcc/libgcc/../include
 -DHAVE_CC_TLS -o _trampoline.o -MT _trampoline.o -MD -MP -MF _trampoline.dep
-DL_trampoline -c /home/tbm/scratch/gcc/libgcc/../gcc/libgcc2.c \
          -fvisibility=hidden -DHIDE_EXPORTS
/home/tbm/scratch/gcc/libgcc/../gcc/libgcc2.c: In function '__lshrdi3':
/home/tbm/scratch/gcc/libgcc/../gcc/libgcc2.c:413: 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[3]: *** [_lshrdi3.o] Error 1
make[3]: *** Waiting for unfinished jobs....
/home/tbm/scratch/gcc/libgcc/../gcc/libgcc2.c: In function '__ashrdi3':
/home/tbm/scratch/gcc/libgcc/../gcc/libgcc2.c:469: 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[3]: *** [_ashrdi3.o] Error 1
/home/tbm/scratch/gcc/libgcc/../gcc/libgcc2.c: In function '__ashldi3':
/home/tbm/scratch/gcc/libgcc/../gcc/libgcc2.c:441: 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[3]: *** [_ashldi3.o] Error 1
/home/tbm/scratch/gcc/libgcc/../gcc/libgcc2.c:1183: 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[3]: *** [_ucmpdi2.o] Error 1
/home/tbm/scratch/gcc/libgcc/../gcc/libgcc2.c: In function '__cmpdi2':
/home/tbm/scratch/gcc/libgcc/../gcc/libgcc2.c:1164: 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[3]: *** [_cmpdi2.o] Error 1
make[3]: Leaving directory
`/home/tbm/tmp/gcc/4.3-2008-09-03-r139927/sparc-linux-gnu/libgcc'
make[2]: *** [all-stage2-target-libgcc] Error 2


-- 
           Summary: [4.4 Regression] sparc bootstrap fails with Bus error in
                    libgcc2.c
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tbm at cyrius dot com
 GCC build triplet: sparc-unknown-linux-gnu
  GCC host triplet: sparc-unknown-linux-gnu
GCC target triplet: sparc-unknown-linux-gnu


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


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

* [Bug target/37344] [4.4 Regression] sparc bootstrap fails with Bus error in libgcc2.c
  2008-09-03  8:35 [Bug target/37344] New: [4.4 Regression] sparc bootstrap fails with Bus error in libgcc2.c tbm at cyrius dot com
@ 2008-09-03 21:16 ` pinskia at gcc dot gnu dot org
  2008-09-07  1:13 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-03 21:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2008-09-03 21:15 -------
Most likely due to IRA ...


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
           Keywords|                            |ra, wrong-code
   Target Milestone|---                         |4.4.0


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


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

* [Bug target/37344] [4.4 Regression] sparc bootstrap fails with Bus error in libgcc2.c
  2008-09-03  8:35 [Bug target/37344] New: [4.4 Regression] sparc bootstrap fails with Bus error in libgcc2.c tbm at cyrius dot com
  2008-09-03 21:16 ` [Bug target/37344] " pinskia at gcc dot gnu dot org
@ 2008-09-07  1:13 ` pinskia at gcc dot gnu dot org
  2008-09-13 14:35 ` ebotcazou at gcc dot gnu dot org
  2008-11-30  9:32 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-07  1:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-09-07 01:12 -------
*** Bug 37406 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |doko at ubuntu dot com


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


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

* [Bug target/37344] [4.4 Regression] sparc bootstrap fails with Bus error in libgcc2.c
  2008-09-03  8:35 [Bug target/37344] New: [4.4 Regression] sparc bootstrap fails with Bus error in libgcc2.c tbm at cyrius dot com
  2008-09-03 21:16 ` [Bug target/37344] " pinskia at gcc dot gnu dot org
  2008-09-07  1:13 ` pinskia at gcc dot gnu dot org
@ 2008-09-13 14:35 ` ebotcazou at gcc dot gnu dot org
  2008-11-30  9:32 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2008-09-13 14:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ebotcazou at gcc dot gnu dot org  2008-09-13 14:34 -------
Presumably, similar problems on Solaris have been fixed by:

2008-09-11  Jeff Law <law@redhat.com>

        * reload1.c (alter_reg): Undo the BYTE_BIG_ENDIAN correction performed
        by assign_stack_local on the IRA path for stack slot sharing
        as well as the non-IRA path.


-- 

ebotcazou at gcc dot gnu dot org changed:

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


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


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

* [Bug target/37344] [4.4 Regression] sparc bootstrap fails with Bus error in libgcc2.c
  2008-09-03  8:35 [Bug target/37344] New: [4.4 Regression] sparc bootstrap fails with Bus error in libgcc2.c tbm at cyrius dot com
                   ` (2 preceding siblings ...)
  2008-09-13 14:35 ` ebotcazou at gcc dot gnu dot org
@ 2008-11-30  9:32 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2008-11-30  9:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ebotcazou at gcc dot gnu dot org  2008-11-30 09:30 -------
*** Bug 37279 has been marked as a duplicate of this bug. ***


-- 


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


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

end of thread, other threads:[~2008-11-30  9:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-03  8:35 [Bug target/37344] New: [4.4 Regression] sparc bootstrap fails with Bus error in libgcc2.c tbm at cyrius dot com
2008-09-03 21:16 ` [Bug target/37344] " pinskia at gcc dot gnu dot org
2008-09-07  1:13 ` pinskia at gcc dot gnu dot org
2008-09-13 14:35 ` ebotcazou at gcc dot gnu dot org
2008-11-30  9:32 ` ebotcazou 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).