This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/28493] Wrong address of stack object used for destructor call on PPC



------- Comment #10 from janis at gcc dot gnu dot org  2006-08-09 00:21 -------
A regression hunt using the testcase from comment #7 compiled with -O1, with a
powerpc-linux compiler configured with --enable-sjlj-exceptions, identified the
following patch:

    http://gcc.gnu.org/viewcvs?view=rev&rev=101348

    r101348 | jakub | 2005-06-27 07:41:16 +0000 (Mon, 27 Jun 2005)

I'm not sure how relevant this is, given that the same testcase looks as if it
would fail with -O0 before and after that change for powerpc-wrs-vxworks.

Aaron, I have a setup that makes it very easy for me to run automated
regression hunts when I start with an automated test that clearly passes or
fails.  I don't yet have such a test for the -O0 case for powerpc-wrs-vxworks.


-- 

janis at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu dot org


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]