public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/42004]  New: [4.5 regression] Revision 154079 failed g++.dg/torture/stackalign/unwind-2.C
@ 2009-11-11  5:12 hjl dot tools at gmail dot com
  2009-11-11  8:25 ` [Bug middle-end/42004] " ebotcazou at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-11-11  5:12 UTC (permalink / raw)
  To: gcc-bugs

On Linux/ia32, revision 154079:

http://gcc.gnu.org/ml/gcc-cvs/2009-11/msg00300.html

caused:

FAIL: g++.dg/torture/stackalign/unwind-2.C  -O1  execution test
FAIL: g++.dg/torture/stackalign/unwind-2.C  -O2  execution test
FAIL: g++.dg/torture/stackalign/unwind-2.C  -O2 -flto  execution test
FAIL: g++.dg/torture/stackalign/unwind-2.C  -O2 -fwhopr  execution test


-- 
           Summary: [4.5 regression] Revision 154079 failed
                    g++.dg/torture/stackalign/unwind-2.C
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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


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

* [Bug middle-end/42004] [4.5 regression] Revision 154079 failed g++.dg/torture/stackalign/unwind-2.C
  2009-11-11  5:12 [Bug middle-end/42004] New: [4.5 regression] Revision 154079 failed g++.dg/torture/stackalign/unwind-2.C hjl dot tools at gmail dot com
@ 2009-11-11  8:25 ` ebotcazou at gcc dot gnu dot org
  2009-11-11 20:36 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2009-11-11  8:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from ebotcazou at gcc dot gnu dot org  2009-11-11 08:25 -------
> On Linux/ia32, revision 154079:
> 
> http://gcc.gnu.org/ml/gcc-cvs/2009-11/msg00300.html
> 
> caused:
> 
> FAIL: g++.dg/torture/stackalign/unwind-2.C  -O1  execution test
> FAIL: g++.dg/torture/stackalign/unwind-2.C  -O2  execution test
> FAIL: g++.dg/torture/stackalign/unwind-2.C  -O2 -flto  execution test
> FAIL: g++.dg/torture/stackalign/unwind-2.C  -O2 -fwhopr  execution test

On i686 only, i[345]86 are OK.  Investigating.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|ebotcazou at gcc dot gnu dot|
                   |org                         |
         AssignedTo|unassigned at gcc dot gnu   |ebotcazou at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-11-11 08:25:01
               date|                            |


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


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

* [Bug middle-end/42004] [4.5 regression] Revision 154079 failed g++.dg/torture/stackalign/unwind-2.C
  2009-11-11  5:12 [Bug middle-end/42004] New: [4.5 regression] Revision 154079 failed g++.dg/torture/stackalign/unwind-2.C hjl dot tools at gmail dot com
  2009-11-11  8:25 ` [Bug middle-end/42004] " ebotcazou at gcc dot gnu dot org
@ 2009-11-11 20:36 ` rguenth at gcc dot gnu dot org
  2009-11-25 19:56 ` ebotcazou at gcc dot gnu dot org
  2009-11-25 19:58 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-11-11 20:36 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.5.0


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


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

* [Bug middle-end/42004] [4.5 regression] Revision 154079 failed g++.dg/torture/stackalign/unwind-2.C
  2009-11-11  5:12 [Bug middle-end/42004] New: [4.5 regression] Revision 154079 failed g++.dg/torture/stackalign/unwind-2.C hjl dot tools at gmail dot com
  2009-11-11  8:25 ` [Bug middle-end/42004] " ebotcazou at gcc dot gnu dot org
  2009-11-11 20:36 ` rguenth at gcc dot gnu dot org
@ 2009-11-25 19:56 ` ebotcazou at gcc dot gnu dot org
  2009-11-25 19:58 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2009-11-25 19:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ebotcazou at gcc dot gnu dot org  2009-11-25 19:55 -------
Subject: Bug 42004

Author: ebotcazou
Date: Wed Nov 25 19:55:11 2009
New Revision: 154650

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154650
Log:
        PR target/10127
        PR ada/20548
        PR middle-end/42004
        * dwarf2out.c (dwarf2out_args_size_adjust): Rename to...
        (dwarf2out_stack_adjust): ...this.  Do not adjust the arg size for
        ACCUMULATE_OUTGOING_ARGS targets.  Rename former version to...
        (dwarf2out_notice_stack_adjust): ...this.  Adjust for above renaming.
        (dwarf2out_frame_debug_expr): Revert previous change and adjust for
        above renaming.
        (dwarf2out_frame_debug): Add ??? comment.  Adjust for above renaming.

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


-- 


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


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

* [Bug middle-end/42004] [4.5 regression] Revision 154079 failed g++.dg/torture/stackalign/unwind-2.C
  2009-11-11  5:12 [Bug middle-end/42004] New: [4.5 regression] Revision 154079 failed g++.dg/torture/stackalign/unwind-2.C hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2009-11-25 19:56 ` ebotcazou at gcc dot gnu dot org
@ 2009-11-25 19:58 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2009-11-25 19:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ebotcazou at gcc dot gnu dot org  2009-11-25 19:58 -------
At last.


-- 

ebotcazou at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2009-11-25 19:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-11  5:12 [Bug middle-end/42004] New: [4.5 regression] Revision 154079 failed g++.dg/torture/stackalign/unwind-2.C hjl dot tools at gmail dot com
2009-11-11  8:25 ` [Bug middle-end/42004] " ebotcazou at gcc dot gnu dot org
2009-11-11 20:36 ` rguenth at gcc dot gnu dot org
2009-11-25 19:56 ` ebotcazou at gcc dot gnu dot org
2009-11-25 19:58 ` ebotcazou 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).