This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/21007] [4.1 Regression] gcc.c-torture/execute/931004-2.c execution fails on hppa64-hpux and cris-elf


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]