public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/24231] [4.1 Regression] SSA corruption with C++ code and exceptions
Date: Thu, 13 Oct 2005 22:56:00 -0000	[thread overview]
Message-ID: <20051013225648.32604.qmail@sourceware.org> (raw)
In-Reply-To: <bug-24231-10053@http.gcc.gnu.org/bugzilla/>



------- Comment #10 from pinskia at gcc dot gnu dot org  2005-10-13 22:56 -------
I think I know why PRE is doing somthing wrong.

we have before PRE:

  theTempManager_86 = theTemp$m_memoryManager_265(ab);
...
  theTemp$m_memoryManager_268(ab) = D.1851_87;
....
  theTemp.m_memoryManager = theTempManager_86;
...
  D.1852_90 = theTemp.m_memoryManager;

Daniel could you look at this further?

There is recursive inlining, constant propagation and SRA getting involved
which is gets to the state we have by the time we get to PRE.


-- 


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


  parent reply	other threads:[~2005-10-13 22:56 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-06 10:06 [Bug tree-optimization/24231] New: ICE: SSA corruption rguenth at gcc dot gnu dot org
2005-10-06 10:07 ` [Bug tree-optimization/24231] " rguenth at gcc dot gnu dot org
2005-10-06 11:11 ` rguenth at gcc dot gnu dot org
2005-10-06 13:01 ` [Bug tree-optimization/24231] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-10-06 16:11 ` pinskia at gcc dot gnu dot org
2005-10-06 16:15 ` rguenth at gcc dot gnu dot org
2005-10-06 16:17 ` pinskia at gcc dot gnu dot org
2005-10-06 19:25 ` janis187 at us dot ibm dot com
2005-10-06 19:58 ` pinskia at gcc dot gnu dot org
2005-10-13 19:02 ` [Bug tree-optimization/24231] [4.1 Regression] SSA corruption with C++ code and exceptions pinskia at gcc dot gnu dot org
2005-10-13 22:56 ` pinskia at gcc dot gnu dot org [this message]
2005-10-14  1:30 ` [Bug tree-optimization/24231] [4.1 Regression] SSA corruption with C++ code and exceptions and loads pinskia at gcc dot gnu dot org
2005-10-14  1:42 ` pinskia at gcc dot gnu dot org
2005-10-14  2:16 ` pinskia at gcc dot gnu dot org
2005-10-17 15:03 ` pinskia at gcc dot gnu dot org
2005-10-19  3:34 ` cvs-commit at gcc dot gnu dot org
2005-10-19  3:35 ` dberlin at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051013225648.32604.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).