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

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

           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: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On Linux/ia32, revision 171780 gave

gcc -m32 -c -o reg-stack.o -DSPEC_CPU -DNDEBUG -I.  -O3 -funroll-loops -msse2
-mfpmath=sse -ffast-math                 reg-stack.c
bad allocation for 1452 and 1451
reg-stack.c: In function 'subst_stack_regs_pat':
reg-stack.c:1854:1: internal compiler error: in check_allocation, at ira.c:2094
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
specmake[3]: *** [reg-stack.o] Error 1


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

* [Bug middle-end/48413] [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build
  2011-04-02 12:51 [Bug middle-end/48413] New: [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build hjl.tools at gmail dot com
@ 2011-04-02 13:16 ` hjl.tools at gmail dot com
  2011-04-02 13:18 ` hjl.tools at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2011-04-02 13:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2011-04-02 13:16:00 UTC ---
Created attachment 23851
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23851
A testcase

[hjl@gnu-34 rrs]$ ./171649/usr/bin/gcc -w -m32 -O3 -funroll-loops -msse2
-mfpmath=sse -ffast-math pr48413.c -S
bad allocation for 1447 and 1446
pr48413.c: In function ‘subst_stack_regs_pat’:
pr48413.c:899:2: internal compiler error: in check_allocation, at ira.c:2094
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
[hjl@gnu-34 rrs]$


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

* [Bug middle-end/48413] [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build
  2011-04-02 12:51 [Bug middle-end/48413] New: [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build hjl.tools at gmail dot com
  2011-04-02 13:16 ` [Bug middle-end/48413] " hjl.tools at gmail dot com
@ 2011-04-02 13:18 ` hjl.tools at gmail dot com
  2011-04-02 13:30 ` hjl.tools at gmail dot com
  2011-04-12 16:13 ` hjl.tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2011-04-02 13:18 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vmakarov at redhat dot com
   Target Milestone|---                         |4.7.0

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2011-04-02 13:17:56 UTC ---
It is caused by revision 171649:

http://gcc.gnu.org/ml/gcc-cvs/2011-03/msg01074.html


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

* [Bug middle-end/48413] [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build
  2011-04-02 12:51 [Bug middle-end/48413] New: [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build hjl.tools at gmail dot com
  2011-04-02 13:16 ` [Bug middle-end/48413] " hjl.tools at gmail dot com
  2011-04-02 13:18 ` hjl.tools at gmail dot com
@ 2011-04-02 13:30 ` hjl.tools at gmail dot com
  2011-04-12 16:13 ` hjl.tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2011-04-02 13:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> 2011-04-02 13:30:24 UTC ---
This seems to be fixed. I will verify it after bootstrap is fixed.


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

* [Bug middle-end/48413] [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build
  2011-04-02 12:51 [Bug middle-end/48413] New: [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2011-04-02 13:30 ` hjl.tools at gmail dot com
@ 2011-04-12 16:13 ` hjl.tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2011-04-12 16:13 UTC (permalink / raw)
  To: gcc-bugs

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

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-04-12 16:13:47 UTC ---
Fixed as of 172238:

http://gcc.gnu.org/ml/gcc-testresults/2011-04/msg00958.html


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

end of thread, other threads:[~2011-04-12 16:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-02 12:51 [Bug middle-end/48413] New: [4.7 Regression] 403.gcc in SPEC CPU 2006 failed to build hjl.tools at gmail dot com
2011-04-02 13:16 ` [Bug middle-end/48413] " hjl.tools at gmail dot com
2011-04-02 13:18 ` hjl.tools at gmail dot com
2011-04-02 13:30 ` hjl.tools at gmail dot com
2011-04-12 16:13 ` 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).