public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/48645] New: [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build
@ 2011-04-16 22:36 hjl.tools at gmail dot com
  2011-04-16 22:38 ` [Bug lto/48645] " hjl.tools at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2011-04-16 22:36 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to
                    build
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com
                CC: hubicka@gcc.gnu.org, bergner@gcc.gnu.org,
                    jamborm@gcc.gnu.org, dimhen@gmail.com
        Depends on: 48585


On Linux/x86-64, revision 172517 gave

g++  -O3 -funroll-loops -ffast-math -fwhole-program -flto=jobserver
-fuse-linker-plugin ...

lto1: internal compiler error: in estimate_size_after_inlining, at
ipa-inline-analysis.c:425
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
lto-wrapper: gcc returned 1 exit status
/usr/local/bin/ld: lto-wrapper failed
collect2: ld returned 1 exit status
specmake[3]: *** [gcc] Error 1

Revision 172408 is OK. It can also be reproduced with LTO bootstrap on gcc.


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

* [Bug lto/48645] [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build
  2011-04-16 22:36 [Bug lto/48645] New: [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build hjl.tools at gmail dot com
@ 2011-04-16 22:38 ` hjl.tools at gmail dot com
  2011-04-16 22:40 ` zsojka at seznam dot cz
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2011-04-16 22:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2011-04-16 22:37:36 UTC ---
Revision 172428 is OK and revision 172432 is bad.


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

* [Bug lto/48645] [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build
  2011-04-16 22:36 [Bug lto/48645] New: [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build hjl.tools at gmail dot com
  2011-04-16 22:38 ` [Bug lto/48645] " hjl.tools at gmail dot com
@ 2011-04-16 22:40 ` zsojka at seznam dot cz
  2011-04-16 22:43 ` hjl.tools at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: zsojka at seznam dot cz @ 2011-04-16 22:40 UTC (permalink / raw)
  To: gcc-bugs

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

Zdenek Sojka <zsojka at seznam dot cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zsojka at seznam dot cz

--- Comment #2 from Zdenek Sojka <zsojka at seznam dot cz> 2011-04-16 22:40:28 UTC ---
PR48622 shows the same ICE message.


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

* [Bug lto/48645] [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build
  2011-04-16 22:36 [Bug lto/48645] New: [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build hjl.tools at gmail dot com
  2011-04-16 22:38 ` [Bug lto/48645] " hjl.tools at gmail dot com
  2011-04-16 22:40 ` zsojka at seznam dot cz
@ 2011-04-16 22:43 ` hjl.tools at gmail dot com
  2011-04-17  1:20 ` matz at gcc dot gnu.org
  2011-04-17  1:30 ` matz at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2011-04-16 22:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> 2011-04-16 22:41:02 UTC ---
It may be caused by revision 172430:

http://gcc.gnu.org/ml/gcc-cvs/2011-04/msg00625.html


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

* [Bug lto/48645] [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build
  2011-04-16 22:36 [Bug lto/48645] New: [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2011-04-16 22:43 ` hjl.tools at gmail dot com
@ 2011-04-17  1:20 ` matz at gcc dot gnu.org
  2011-04-17  1:30 ` matz at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: matz at gcc dot gnu.org @ 2011-04-17  1:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Michael Matz <matz at gcc dot gnu.org> 2011-04-17 01:18:54 UTC ---
Author: matz
Date: Sun Apr 17 01:18:51 2011
New Revision: 172603

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172603
Log:
    PR tree-optimization/48622
    PR lto/48645
    * ipa-inline-analysis.c (inline_read_summary): Read size/time
    in same order as they're written.

testsuite/
    * gcc.dg/lto/pr48622_0.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/lto/pr48622_0.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-inline-analysis.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug lto/48645] [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build
  2011-04-16 22:36 [Bug lto/48645] New: [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2011-04-17  1:20 ` matz at gcc dot gnu.org
@ 2011-04-17  1:30 ` matz at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: matz at gcc dot gnu.org @ 2011-04-17  1:30 UTC (permalink / raw)
  To: gcc-bugs

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

Michael Matz <matz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |matz at gcc dot gnu.org
         Resolution|                            |FIXED

--- Comment #5 from Michael Matz <matz at gcc dot gnu.org> 2011-04-17 01:29:13 UTC ---
Most probably fixed too.


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

end of thread, other threads:[~2011-04-17  1:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-16 22:36 [Bug lto/48645] New: [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build hjl.tools at gmail dot com
2011-04-16 22:38 ` [Bug lto/48645] " hjl.tools at gmail dot com
2011-04-16 22:40 ` zsojka at seznam dot cz
2011-04-16 22:43 ` hjl.tools at gmail dot com
2011-04-17  1:20 ` matz at gcc dot gnu.org
2011-04-17  1:30 ` matz at gcc dot gnu.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).