public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/40304]  New: [4.5 Regression]  Revision 147995 breaks stack unwind
@ 2009-05-30 13:19 hjl dot tools at gmail dot com
  2009-05-30 13:25 ` [Bug middle-end/40304] " rguenth 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-05-30 13:19 UTC (permalink / raw)
  To: gcc-bugs

On Linux/ia32, revision 147995:

http://gcc.gnu.org/ml/gcc-cvs/2009-05/msg00974.html

caused

FAIL: g++.dg/eh/async-unwind1.C execution test
FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O1  execution test
FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O1  execution test
FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O2  execution test
FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O2  execution test
FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O3 -fomit-frame-pointer 
execution test
FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O3 -fomit-frame-pointer 
execution test
FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O3 -g  execution test
FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O3 -g  execution test
FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O1  execution test
FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O1  execution test
FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O2  execution test
FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O2  execution test
FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O3 -fomit-frame-pointer 
execution test
FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O3 -fomit-frame-pointer 
execution test
FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O3 -g  execution test
FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O3 -g  execution test
FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O1  execution test
FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O1  execution test
FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O2  execution test
FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O2  execution test
FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O3 -fomit-frame-pointer 
execution test
FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O3 -fomit-frame-pointer 
execution test
FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O3 -g  execution test
FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O3 -g  execution test
FAIL: g++.dg/torture/stackalign/unwind-0.C  -O1  execution test
FAIL: g++.dg/torture/stackalign/unwind-0.C  -O2  execution test
FAIL: g++.dg/torture/stackalign/unwind-0.C  -O3 -fomit-frame-pointer  execution
test
FAIL: g++.dg/torture/stackalign/unwind-0.C  -O3 -g  execution test
FAIL: g++.dg/torture/stackalign/unwind-1.C  -O1  execution test
FAIL: g++.dg/torture/stackalign/unwind-1.C  -O2  execution test
FAIL: g++.dg/torture/stackalign/unwind-1.C  -O3 -fomit-frame-pointer  execution
test
FAIL: g++.dg/torture/stackalign/unwind-1.C  -O3 -g  execution test
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  -O3 -fomit-frame-pointer  execution
test
FAIL: g++.dg/torture/stackalign/unwind-2.C  -O3 -g  execution test
FAIL: g++.dg/torture/stackalign/unwind-3.C  -O1  execution test
FAIL: g++.dg/torture/stackalign/unwind-3.C  -O2  execution test
FAIL: g++.dg/torture/stackalign/unwind-3.C  -O3 -fomit-frame-pointer  execution
test
FAIL: g++.dg/torture/stackalign/unwind-3.C  -O3 -g  execution test
FAIL: g++.dg/torture/stackalign/unwind-5.C  -O1  execution test
FAIL: g++.dg/torture/stackalign/unwind-5.C  -O2  execution test
FAIL: g++.dg/torture/stackalign/unwind-5.C  -O3 -fomit-frame-pointer  execution
test
FAIL: g++.dg/torture/stackalign/unwind-5.C  -O3 -g  execution test
FAIL: g++.dg/torture/stackalign/unwind-6.C  -O1  execution test
FAIL: g++.dg/torture/stackalign/unwind-6.C  -O2  execution test
FAIL: g++.dg/torture/stackalign/unwind-6.C  -O3 -fomit-frame-pointer  execution
test
FAIL: g++.dg/torture/stackalign/unwind-6.C  -O3 -g  execution test
FAIL: gcc.target/i386/lea.c scan-assembler leal


-- 
           Summary: [4.5 Regression]  Revision 147995 breaks stack unwind
           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=40304


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

* [Bug middle-end/40304] [4.5 Regression]  Revision 147995 breaks stack unwind
  2009-05-30 13:19 [Bug middle-end/40304] New: [4.5 Regression] Revision 147995 breaks stack unwind hjl dot tools at gmail dot com
@ 2009-05-30 13:25 ` rguenth at gcc dot gnu dot org
  2009-05-30 19:01 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-05-30 13:25 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=40304


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

* [Bug middle-end/40304] [4.5 Regression]  Revision 147995 breaks stack unwind
  2009-05-30 13:19 [Bug middle-end/40304] New: [4.5 Regression] Revision 147995 breaks stack unwind hjl dot tools at gmail dot com
  2009-05-30 13:25 ` [Bug middle-end/40304] " rguenth at gcc dot gnu dot org
@ 2009-05-30 19:01 ` jakub at gcc dot gnu dot org
  2009-05-31  9:36 ` jakub at gcc dot gnu dot org
  2009-05-31 13:55 ` hjl dot tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-05-30 19:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jakub at gcc dot gnu dot org  2009-05-30 19:00 -------
See http://gcc.gnu.org/ml/gcc-patches/2009-05/msg01942.html


-- 


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


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

* [Bug middle-end/40304] [4.5 Regression]  Revision 147995 breaks stack unwind
  2009-05-30 13:19 [Bug middle-end/40304] New: [4.5 Regression] Revision 147995 breaks stack unwind hjl dot tools at gmail dot com
  2009-05-30 13:25 ` [Bug middle-end/40304] " rguenth at gcc dot gnu dot org
  2009-05-30 19:01 ` jakub at gcc dot gnu dot org
@ 2009-05-31  9:36 ` jakub at gcc dot gnu dot org
  2009-05-31 13:55 ` hjl dot tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-05-31  9:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2009-05-31 09:36 -------
Subject: Bug 40304

Author: jakub
Date: Sun May 31 09:36:17 2009
New Revision: 148011

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148011
Log:
        PR middle-end/40304
        * config/i386/i386.c (pro_epilogue_adjust_stack): Mark insns
        frame related even if !set_cfa && style < 0.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c


-- 


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


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

* [Bug middle-end/40304] [4.5 Regression]  Revision 147995 breaks stack unwind
  2009-05-30 13:19 [Bug middle-end/40304] New: [4.5 Regression] Revision 147995 breaks stack unwind hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2009-05-31  9:36 ` jakub at gcc dot gnu dot org
@ 2009-05-31 13:55 ` hjl dot tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-05-31 13:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl dot tools at gmail dot com  2009-05-31 13:54 -------
I opened PR 40316 for

gcc.target/i386/lea.c

I am closing this one.


-- 

hjl dot tools at gmail dot com changed:

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


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


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

end of thread, other threads:[~2009-05-31 13:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-30 13:19 [Bug middle-end/40304] New: [4.5 Regression] Revision 147995 breaks stack unwind hjl dot tools at gmail dot com
2009-05-30 13:25 ` [Bug middle-end/40304] " rguenth at gcc dot gnu dot org
2009-05-30 19:01 ` jakub at gcc dot gnu dot org
2009-05-31  9:36 ` jakub at gcc dot gnu dot org
2009-05-31 13:55 ` hjl dot 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).