This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/16690] [lno] Segfault in verify_dominators
- From: "rakdver at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jul 2004 08:56:19 -0000
- Subject: [Bug tree-optimization/16690] [lno] Segfault in verify_dominators
- References: <20040723143035.16690.falk@debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From rakdver at gcc dot gnu dot org 2004-07-29 08:56 -------
The problem was caused by a bug in iterate_fix_dominators. This patch fixes
it; the patch also contains some other improvements to dom computing, since I
noticed a similar bug when I was preparing patch with them for mainline (that
I will post soon).
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16690