public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/49439] New: [4.7 Regression] 471.omnetpp in SPEC CPU 2006 failed to build
@ 2011-06-16 13:05 hjl.tools at gmail dot com
  2011-06-16 13:17 ` [Bug middle-end/49439] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2011-06-16 13:05 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.7 Regression] 471.omnetpp in SPEC CPU 2006 failed
                    to build
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On Linux/x86-64, revision 175074 gave:

g++  -O3 -funroll-loops -ffast-math -fwhole-program -flto=jobserver
-fuse-linker-plugin  -DSPEC_CPU_LP64        EtherAppCli.o EtherAppCli_n.o
EtherAppSrv.o EtherAppSrv_n.o EtherApp_m.o EtherBus.o EtherBus_n.o
EtherCtrl_m.o EtherEncap.o EtherEncap_n.o EtherFrame_m.o EtherHost_n.o
EtherHub.o EtherHub_n.o EtherLLC.o EtherLLC_n.o EtherMAC.o EtherMAC_n.o
EtherSwitch_n.o LargeNet_n.o MACAddress.o MACAddress_m.o MACRelayUnitBase.o
MACRelayUnitNP.o MACRelayUnitNP_n.o MACRelayUnitPP.o MACRelayUnitPP_n.o
MACRelayUnit_n.o Networks_n.o eth-index_n.o utils.o libs/cmdenv/cmdenv.o
libs/cmdenv/enumstr.o libs/cmdenv/heap.o libs/envir/akoutvectormgr.o
libs/envir/args.o libs/envir/cenvir.o libs/envir/cinifile.o
libs/envir/filemgrs.o libs/envir/main.o libs/envir/omnetapp.o
libs/envir/patmatch.o libs/envir/platdep.o libs/envir/seeds.o
libs/envir/slaveapp.o libs/envir/speedmtr.o libs/sim/carray.o
libs/sim/cexception.o libs/sim/cmessage.o libs/sim/cpar.o libs/sim/ctypes.o
libs/sim/task.o libs/sim/cchannel.o libs/sim/cfsm.o libs/sim/cmodule.o
libs/sim/cpsquare.o libs/sim/cvarhist.o libs/sim/util.o libs/sim/ccoroutine.o
libs/sim/cgate.o libs/sim/cmsgheap.o libs/sim/cqueue.o libs/sim/cwatch.o
libs/sim/cdensity.o libs/sim/chead.o libs/sim/cnetmod.o libs/sim/csimul.o
libs/sim/distrib.o libs/sim/cdetect.o libs/sim/chist.o libs/sim/cobject.o
libs/sim/cstat.o libs/sim/errmsg.o libs/sim/cdispstr.o libs/sim/cksplit.o
libs/sim/coutvect.o libs/sim/cstruct.o libs/sim/onstartup.o libs/sim/cenum.o
libs/sim/cllist.o libs/sim/cpacket.o libs/sim/ctopo.o libs/sim/random.o
libs/sim/std/netpack.o libs/spec/spec_qsort.o                     -o omnetpp
lto1: internal compiler error: in lto_wpa_write_files, at lto/lto.c:2139
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
lto-wrapper: g++ returned 1 exit status
/usr/local/bin/ld: lto-wrapper failed
collect2: error: ld returned 1 exit status
specmake[3]: *** [omnetpp] Error 1

Revision 174982 is OK.


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

* [Bug middle-end/49439] [4.7 Regression] 471.omnetpp in SPEC CPU 2006 failed to build
  2011-06-16 13:05 [Bug middle-end/49439] New: [4.7 Regression] 471.omnetpp in SPEC CPU 2006 failed to build hjl.tools at gmail dot com
@ 2011-06-16 13:17 ` rguenth at gcc dot gnu.org
  2011-06-16 15:45 ` hjl.tools at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-06-16 13:17 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

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

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-06-16 13:15:32 UTC ---
The empty-partition-problem.

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


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

* [Bug middle-end/49439] [4.7 Regression] 471.omnetpp in SPEC CPU 2006 failed to build
  2011-06-16 13:05 [Bug middle-end/49439] New: [4.7 Regression] 471.omnetpp in SPEC CPU 2006 failed to build hjl.tools at gmail dot com
  2011-06-16 13:17 ` [Bug middle-end/49439] " rguenth at gcc dot gnu.org
@ 2011-06-16 15:45 ` hjl.tools at gmail dot com
  2011-06-16 16:08 ` hubicka at gcc dot gnu.org
  2011-06-26 21:32 ` hjl.tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2011-06-16 15:45 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
                 CC|                            |hubicka at gcc dot gnu.org
         Resolution|DUPLICATE                   |
   Target Milestone|---                         |4.7.0

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2011-06-16 15:44:43 UTC ---
This is a new regression introduced by revision 175021:

http://gcc.gnu.org/ml/gcc-cvs/2011-06/msg00510.html


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

* [Bug middle-end/49439] [4.7 Regression] 471.omnetpp in SPEC CPU 2006 failed to build
  2011-06-16 13:05 [Bug middle-end/49439] New: [4.7 Regression] 471.omnetpp in SPEC CPU 2006 failed to build hjl.tools at gmail dot com
  2011-06-16 13:17 ` [Bug middle-end/49439] " rguenth at gcc dot gnu.org
  2011-06-16 15:45 ` hjl.tools at gmail dot com
@ 2011-06-16 16:08 ` hubicka at gcc dot gnu.org
  2011-06-26 21:32 ` hjl.tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hubicka at gcc dot gnu.org @ 2011-06-16 16:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-06-16 16:07:46 UTC ---
Well, it just expose the previously latent problem.  I will take a look into
the partitioning code...


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

* [Bug middle-end/49439] [4.7 Regression] 471.omnetpp in SPEC CPU 2006 failed to build
  2011-06-16 13:05 [Bug middle-end/49439] New: [4.7 Regression] 471.omnetpp in SPEC CPU 2006 failed to build hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2011-06-16 16:08 ` hubicka at gcc dot gnu.org
@ 2011-06-26 21:32 ` hjl.tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2011-06-26 21:32 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

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

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> 2011-06-26 21:31:46 UTC ---
Fixed as of revision 175371.


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

end of thread, other threads:[~2011-06-26 21:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-16 13:05 [Bug middle-end/49439] New: [4.7 Regression] 471.omnetpp in SPEC CPU 2006 failed to build hjl.tools at gmail dot com
2011-06-16 13:17 ` [Bug middle-end/49439] " rguenth at gcc dot gnu.org
2011-06-16 15:45 ` hjl.tools at gmail dot com
2011-06-16 16:08 ` hubicka at gcc dot gnu.org
2011-06-26 21:32 ` hjl.tools at gmail dot com

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