public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/36574]  New: build broken with cgraph changes
@ 2008-06-19  2:48 hp at gcc dot gnu dot org
  2008-06-19  2:50 ` [Bug middle-end/36574] [4.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-06-19  2:48 UTC (permalink / raw)
  To: gcc-bugs

With r136888 cris-elf built (and had "just" 4 regressions compared to earlier
this year).  With r136894 and up to at least r136933, build breaks with the
following, cutnpasted:

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++-v\
3/src -L/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/libstdc++-v3/src/.libs
-nostdinc -B/tmp/hpaut\
otest-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/cr\
is-elf/gccobj/cris-elf/libgloss/cris
-L/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/libgloss/libno\
sys -L/tmp/hpautotest-gcc1/gcc/libgloss/cris
-B/tmp/hpautotest-gcc1/cris-elf/pre/cris-elf/bin/ -B/t\
mp/hpautotest-gcc1/cris-elf/pre/cris-elf/lib/ -isystem
/tmp/hpautotest-gcc1/cris-elf/pre/cris-elf/i\
nclude -isystem /tmp/hpautotest-gcc1/cris-elf/pre/cris-elf/sys-include
-I/tmp/hpautotest-gcc1/cris-\
elf/gccobj/cris-elf/libstdc++-v3/include/cris-elf
-I/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/l\
ibstdc++-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-se\
ctions -g -O2
-I/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/libstdc++-v3/include/backward
-Wno-de\
precated -c /tmp/hpautotest-gcc1/gcc/libstdc++-v3/src/strstream.cc -o
strstream.o
void std::istrstream::_ZTv0_n12_NSt10istrstreamD0Ev()/301(-1):
availability:available 19 insns need\
ed tree finalized inlinable
  called by:
  calls: void *.LTHUNK2()/523 (1.00 per call)
void std::istrstream::_ZTv0_n12_NSt10istrstreamD1Ev()/300(-1):
availability:available 19 insns need\
ed tree finalized inlinable
  called by:
  calls: void *.LTHUNK3()/524 (1.00 per call)
void std::ostrstream::_ZTv0_n12_NSt10ostrstreamD0Ev()/299(-1):
availability:available 19 insns need\
ed tree finalized inlinable
  called by:
  calls: void *.LTHUNK0()/521 (1.00 per call)
void std::ostrstream::_ZTv0_n12_NSt10ostrstreamD1Ev()/298(-1):
availability:available 19 insns need\
ed tree finalized inlinable
  called by:
  calls: void *.LTHUNK1()/522 (1.00 per call)
void std::strstream::_ZTv0_n12_NSt9strstreamD0Ev()/289(-1):
availability:available 19 insns needed \
tree finalized inlinable
  called by:
  calls: void *.LTHUNK6()/527 (1.00 per call)
void std::strstream::_ZTv0_n12_NSt9strstreamD1Ev()/288(-1):
availability:available 19 insns needed \
tree finalized inlinable
  called by:
  calls: void *.LTHUNK4()/525 (1.00 per call)
/tmp/hpautotest-gcc1/gcc/libstdc++-v3/src/strstream.cc:419: internal compiler
error: nodes with no \
released memory found
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[4]: *** [strstream.lo] Error 1


-- 
           Summary: build broken with cgraph changes
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, build
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hp at gcc dot gnu dot org
GCC target triplet: cris-axis-elf


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


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

* [Bug middle-end/36574] [4.4 Regression] build broken with cgraph changes
  2008-06-19  2:48 [Bug middle-end/36574] New: build broken with cgraph changes hp at gcc dot gnu dot org
@ 2008-06-19  2:50 ` pinskia at gcc dot gnu dot org
  2008-06-19  3:00 ` hp at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-06-19  2:50 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
            Summary|build broken with cgraph    |[4.4 Regression] build
                   |changes                     |broken with cgraph changes
   Target Milestone|---                         |4.4.0


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


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

* [Bug middle-end/36574] [4.4 Regression] build broken with cgraph changes
  2008-06-19  2:48 [Bug middle-end/36574] New: build broken with cgraph changes hp at gcc dot gnu dot org
  2008-06-19  2:50 ` [Bug middle-end/36574] [4.4 Regression] " pinskia at gcc dot gnu dot org
@ 2008-06-19  3:00 ` hp at gcc dot gnu dot org
  2008-06-19  3:01 ` hp at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-06-19  3:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hp at gcc dot gnu dot org  2008-06-19 02:59 -------
Created an attachment (id=15785)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15785&action=view)
gzipped strstream.ii

compile with cc1plus -fpreprocessed -O2


-- 


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


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

* [Bug middle-end/36574] [4.4 Regression] build broken with cgraph changes
  2008-06-19  2:48 [Bug middle-end/36574] New: build broken with cgraph changes hp at gcc dot gnu dot org
  2008-06-19  2:50 ` [Bug middle-end/36574] [4.4 Regression] " pinskia at gcc dot gnu dot org
  2008-06-19  3:00 ` hp at gcc dot gnu dot org
@ 2008-06-19  3:01 ` hp at gcc dot gnu dot org
  2008-07-18 16:52 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-06-19  3:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hp at gcc dot gnu dot org  2008-06-19 03:00 -------
Looks like it's yours, Honza.


-- 

hp at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-06-19 03:00:59
               date|                            |


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


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

* [Bug middle-end/36574] [4.4 Regression] build broken with cgraph changes
  2008-06-19  2:48 [Bug middle-end/36574] New: build broken with cgraph changes hp at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-06-19  3:01 ` hp at gcc dot gnu dot org
@ 2008-07-18 16:52 ` rguenth at gcc dot gnu dot org
  2008-07-18 17:01 ` hubicka at gcc dot gnu dot org
  2008-07-18 19:42 ` hp at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-07-18 16:52 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4


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


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

* [Bug middle-end/36574] [4.4 Regression] build broken with cgraph changes
  2008-06-19  2:48 [Bug middle-end/36574] New: build broken with cgraph changes hp at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-07-18 16:52 ` rguenth at gcc dot gnu dot org
@ 2008-07-18 17:01 ` hubicka at gcc dot gnu dot org
  2008-07-18 19:42 ` hp at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: hubicka at gcc dot gnu dot org @ 2008-07-18 17:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hubicka at gcc dot gnu dot org  2008-07-18 17:00 -------
I believe this is the same issue as for Darwin that was fixed shortly after
GCCsummit.  I am going to build cross to double check.


-- 


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


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

* [Bug middle-end/36574] [4.4 Regression] build broken with cgraph changes
  2008-06-19  2:48 [Bug middle-end/36574] New: build broken with cgraph changes hp at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2008-07-18 17:01 ` hubicka at gcc dot gnu dot org
@ 2008-07-18 19:42 ` hp at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-07-18 19:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hp at gcc dot gnu dot org  2008-07-18 19:41 -------
Right, it was promptly fixed, details forgotten.


-- 

hp at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-07-18 19:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-19  2:48 [Bug middle-end/36574] New: build broken with cgraph changes hp at gcc dot gnu dot org
2008-06-19  2:50 ` [Bug middle-end/36574] [4.4 Regression] " pinskia at gcc dot gnu dot org
2008-06-19  3:00 ` hp at gcc dot gnu dot org
2008-06-19  3:01 ` hp at gcc dot gnu dot org
2008-07-18 16:52 ` rguenth at gcc dot gnu dot org
2008-07-18 17:01 ` hubicka at gcc dot gnu dot org
2008-07-18 19:42 ` hp 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).