This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/12650] [tree-ssa] ICE in tree-flow-inline.h with "-O -fssa" but not with "-O"
- From: "dnovillo at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Oct 2003 22:42:30 -0000
- Subject: [Bug c/12650] [tree-ssa] ICE in tree-flow-inline.h with "-O -fssa" but not with "-O"
- References: <20031016204826.12650.steven@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12650
------- Additional Comments From dnovillo at redhat dot com 2003-10-16 22:42 -------
Subject: Re: New: [tree-ssa] ICE in tree-flow-inline.h with
"-O -fssa" but not with "-O"
On Thu, 2003-10-16 at 16:48, steven at gcc dot gnu dot org wrote:
> Weird to have a tree-ssa failure with RTL SSA, but in tree-ssa code!
>
Parts of the common code that used to exist in RTL SSA has been moved
into the tree-* files to make it easier to remove the RTL SSA stuff at a
later date.
Diego.