public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/44467]  New: [4.6 Regression]: cris-elf build broken in libstdc++
@ 2010-06-08 12:40 hp at gcc dot gnu dot org
  2010-06-08 12:43 ` [Bug tree-optimization/44467] " hp at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hp at gcc dot gnu dot org @ 2010-06-08 12:40 UTC (permalink / raw)
  To: gcc-bugs

With revision 160368 the tree built.
>From revision 160380 and on including at least 160431, build has failed as
follows:

libtool: compile:  /tmp/hpautotest-gcc1/cris-elf/gccobj/./gcc/xgcc
-shared-libgcc -B/tmp/hpautotest-gcc1/cris-elf/gccobj/./gcc -nostdinc++
-L/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/libstdc++-v3/src
-L/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/libstdc++-v3/src/.libs
-nostdinc -B/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/newlib/ -isystem
/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/newlib/targ-include -isystem
/tmp/hpautotest-gcc1/gcc/newlib/libc/include
-B/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/libgloss/cris
-L/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/libgloss/libnosys
-L/tmp/hpautotest-gcc1/gcc/libgloss/cris
-B/tmp/hpautotest-gcc1/cris-elf/pre/cris-elf/bin/
-B/tmp/hpautotest-gcc1/cris-elf/pre/cris-elf/lib/ -isystem
/tmp/hpautotest-gcc1/cris-elf/pre/cris-elf/include -isystem
/tmp/hpautotest-gcc1/cris-elf/pre/cris-elf/sys-include
-I/tmp/hpautotest-gcc1/gcc/libstdc++-v3/../gcc
-I/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/libstdc++-v3/include/cris-elf
-I/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/libstdc++-v3/include
-I/tmp/hpautotest-gcc1/gcc/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall
-Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once
-ffunction-sections -fdata-sections -g -O2 -c
/tmp/hpautotest-gcc1/gcc/libstdc++-v3/libsupc++/eh_alloc.cc -o eh_alloc.o
/tmp/hpautotest-gcc1/gcc/libstdc++-v3/libsupc++/eh_alloc.cc: In function 'void*
__cxxabiv1::__cxa_allocate_exception(std::size_t)':
/tmp/hpautotest-gcc1/gcc/libstdc++-v3/libsupc++/eh_alloc.cc:97:1: internal
compiler error: in set_mem_attributes_minus_bitpos, at emit-rtl.c:1674

will attach eh_alloc.ii momentarily.

Authors of patches in suspect revision range CC:ed.


-- 
           Summary: [4.6 Regression]: cris-elf build broken in libstdc++
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hp at gcc dot gnu dot org
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: cris-axis-elf


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


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

* [Bug tree-optimization/44467] [4.6 Regression]: cris-elf build broken in libstdc++
  2010-06-08 12:40 [Bug tree-optimization/44467] New: [4.6 Regression]: cris-elf build broken in libstdc++ hp at gcc dot gnu dot org
@ 2010-06-08 12:43 ` hp at gcc dot gnu dot org
  2010-06-08 12:58 ` rguenth at gcc dot gnu dot org
  2010-06-08 12:59 ` dominiq at lps dot ens dot fr
  2 siblings, 0 replies; 4+ messages in thread
From: hp at gcc dot gnu dot org @ 2010-06-08 12:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hp at gcc dot gnu dot org  2010-06-08 12:43 -------
Created an attachment (id=20866)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20866&action=view)
preprocessed

cc1plus -fpreprocessed eh_alloc.ii -melf -quiet -dumpbase eh_alloc.cc
-auxbase-strip eh_alloc.o -g -O2 -Wall -Wextra -Wwrite-strings -Wcast-qual
-version -fno-implicit-templates -fdiagnostics-show-location=once
-ffunction-sections -fdata-sections -o eh_alloc.s


-- 


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


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

* [Bug tree-optimization/44467] [4.6 Regression]: cris-elf build broken in libstdc++
  2010-06-08 12:40 [Bug tree-optimization/44467] New: [4.6 Regression]: cris-elf build broken in libstdc++ hp at gcc dot gnu dot org
  2010-06-08 12:43 ` [Bug tree-optimization/44467] " hp at gcc dot gnu dot org
@ 2010-06-08 12:58 ` rguenth at gcc dot gnu dot org
  2010-06-08 12:59 ` dominiq at lps dot ens dot fr
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-06-08 12:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2010-06-08 12:57 -------


*** This bug has been marked as a duplicate of 44460 ***


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug tree-optimization/44467] [4.6 Regression]: cris-elf build broken in libstdc++
  2010-06-08 12:40 [Bug tree-optimization/44467] New: [4.6 Regression]: cris-elf build broken in libstdc++ hp at gcc dot gnu dot org
  2010-06-08 12:43 ` [Bug tree-optimization/44467] " hp at gcc dot gnu dot org
  2010-06-08 12:58 ` rguenth at gcc dot gnu dot org
@ 2010-06-08 12:59 ` dominiq at lps dot ens dot fr
  2 siblings, 0 replies; 4+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-06-08 12:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dominiq at lps dot ens dot fr  2010-06-08 12:58 -------
Likely pr44453 and pr44460.


-- 


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


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

end of thread, other threads:[~2010-06-08 12:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-08 12:40 [Bug tree-optimization/44467] New: [4.6 Regression]: cris-elf build broken in libstdc++ hp at gcc dot gnu dot org
2010-06-08 12:43 ` [Bug tree-optimization/44467] " hp at gcc dot gnu dot org
2010-06-08 12:58 ` rguenth at gcc dot gnu dot org
2010-06-08 12:59 ` dominiq at lps dot ens dot fr

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).