This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/19080] [4.0 regression] ICE while compiling linux kernel
- From: "steven at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Dec 2004 17:39:49 -0000
- Subject: [Bug middle-end/19080] [4.0 regression] ICE while compiling linux kernel
- References: <20041219152631.19080.ak@muc.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From steven at gcc dot gnu dot org 2004-12-19 17:39 -------
This one is to blame:
+2004-12-10 Diego Novillo <dnovillo@redhat.com>
+
+ * tree-into-ssa.c (REWRITE_THIS_STMT): Define.
+ (mark_def_sites): Clear REWRITE_THIS_STMT for statements that
+ don't need any operands rewritten.
+ (rewrite_stmt): Ignore statements that don't need to be
+ rewritten.
+ (rewrite_operand): Validate that an existing SSA_NAME is
+ identical to the current reaching definition of the operand.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |dnovillo at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19080