This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/21007] [4.1 Regression] gcc.c-torture/execute/931004-2.c execution fails on hppa64-hpux and cris-elf
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Apr 2005 17:17:26 -0000
- Subject: [Bug target/21007] [4.1 Regression] gcc.c-torture/execute/931004-2.c execution fails on hppa64-hpux and cris-elf
- References: <20050413214142.21007.jsm28@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-23 17:17 -------
Most likely fixed by:
+2005-04-22 Diego Novillo <dnovillo@redhat.com>
+
+ * tree-cfg.c (tree_duplicate_bb): Call create_new_def_for
+ for newly created PHI nodes.
+ Call create_new_def_for for every new V_MAY_DEF and
+ V_MUST_DEF on the copied statement.
+ (struct ssa_name_map_entry): Remove.
+ (ssa_name_map_entry_hash): Remove.
+ (ssa_name_map_entry_eq): Remove.
+ (allocate_ssa_names): Remove.
+ (rewrite_to_new_ssa_names_def): Remove.
....
Then. Closing as fixed.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21007