public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/45054]  New: [4.6 regression] struct-by-value-1.c fail.
@ 2010-07-24 12:44 iains at gcc dot gnu dot org
  2010-07-31 10:22 ` [Bug c/45054] [4.6 Regression] " rguenth at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: iains at gcc dot gnu dot org @ 2010-07-24 12:44 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /Volumes/ScratchCS/gcc-4-6-trunk-build/gcc/xgcc
-B/Volumes/ScratchCS/gcc-4-6-trunk-build/gcc/
/GCC/gcc-live-trunk/gcc/testsuite/gcc.dg/struct-by-value-1.c   -O2  -lm   -m32
-o ./struct-by-value-1.exe    (timeout = 120)
/GCC/gcc-live-trunk/gcc/testsuite/gcc.dg/struct-by-value-1.c: In function
'testit3':

/GCC/gcc-live-trunk/gcc/testsuite/gcc.dg/struct-by-value-1.c:56:1: internal
compiler error: in replace_pseudos_in, at reload1.c:609

Please submit a full bug report

[possibly caused by 160947]


-- 
           Summary: [4.6 regression] struct-by-value-1.c fail.
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: iains at gcc dot gnu dot org
GCC target triplet: powerpc-apple-darwin9


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


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

* [Bug c/45054] [4.6 Regression] struct-by-value-1.c fail.
  2010-07-24 12:44 [Bug c/45054] New: [4.6 regression] struct-by-value-1.c fail iains at gcc dot gnu dot org
@ 2010-07-31 10:22 ` rguenth at gcc dot gnu dot org
  2010-07-31 10:31 ` iains at gcc dot gnu dot org
  2010-09-21 13:16 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-07-31 10:22 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.6 regression] struct-by- |[4.6 Regression] struct-by-
                   |value-1.c fail.             |value-1.c fail.
   Target Milestone|---                         |4.6.0


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


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

* [Bug c/45054] [4.6 Regression] struct-by-value-1.c fail.
  2010-07-24 12:44 [Bug c/45054] New: [4.6 regression] struct-by-value-1.c fail iains at gcc dot gnu dot org
  2010-07-31 10:22 ` [Bug c/45054] [4.6 Regression] " rguenth at gcc dot gnu dot org
@ 2010-07-31 10:31 ` iains at gcc dot gnu dot org
  2010-09-21 13:16 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: iains at gcc dot gnu dot org @ 2010-07-31 10:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from iains at gcc dot gnu dot org  2010-07-31 10:31 -------

confirmed as per:
http://gcc.gnu.org/ml/gcc-patches/2010-07/msg01959.html
cc-ing Bernd.


-- 

iains at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bernds at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-07-31 10:31:04
               date|                            |


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


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

* [Bug c/45054] [4.6 Regression] struct-by-value-1.c fail.
  2010-07-24 12:44 [Bug c/45054] New: [4.6 regression] struct-by-value-1.c fail iains at gcc dot gnu dot org
  2010-07-31 10:22 ` [Bug c/45054] [4.6 Regression] " rguenth at gcc dot gnu dot org
  2010-07-31 10:31 ` iains at gcc dot gnu dot org
@ 2010-09-21 13:16 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-09-21 13:16 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=45054


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

* [Bug c/45054] [4.6 Regression] struct-by-value-1.c fail.
       [not found] <bug-45054-4@http.gcc.gnu.org/bugzilla/>
  2010-09-30  4:52 ` bernds at gcc dot gnu.org
@ 2010-09-30 10:23 ` iains at gcc dot gnu.org
  1 sibling, 0 replies; 6+ messages in thread
From: iains at gcc dot gnu.org @ 2010-09-30 10:23 UTC (permalink / raw)
  To: gcc-bugs

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

Iain Sandoe <iains at gcc dot gnu.org> changed:

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

--- Comment #3 from Iain Sandoe <iains at gcc dot gnu.org> 2010-09-30 08:24:05 UTC ---
thanks Bernd, 
that is fixed.


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

* [Bug c/45054] [4.6 Regression] struct-by-value-1.c fail.
       [not found] <bug-45054-4@http.gcc.gnu.org/bugzilla/>
@ 2010-09-30  4:52 ` bernds at gcc dot gnu.org
  2010-09-30 10:23 ` iains at gcc dot gnu.org
  1 sibling, 0 replies; 6+ messages in thread
From: bernds at gcc dot gnu.org @ 2010-09-30  4:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Bernd Schmidt <bernds at gcc dot gnu.org> 2010-09-29 21:12:52 UTC ---
Author: bernds
Date: Wed Sep 29 21:12:48 2010
New Revision: 164733

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164733
Log:
    PR c/45054
    * reload1.c (replace_pseudos_in): Use eliminate_regs_1, allowing
    invariants.  Check for reg_equiv_invariant.
    (reload): Assert that spilled_pseudos is empty when returning.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/reload1.c


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

end of thread, other threads:[~2010-09-30  8:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-24 12:44 [Bug c/45054] New: [4.6 regression] struct-by-value-1.c fail iains at gcc dot gnu dot org
2010-07-31 10:22 ` [Bug c/45054] [4.6 Regression] " rguenth at gcc dot gnu dot org
2010-07-31 10:31 ` iains at gcc dot gnu dot org
2010-09-21 13:16 ` rguenth at gcc dot gnu dot org
     [not found] <bug-45054-4@http.gcc.gnu.org/bugzilla/>
2010-09-30  4:52 ` bernds at gcc dot gnu.org
2010-09-30 10:23 ` iains 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).