This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java 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 middle-end/29536] [4.2 Regression] ICE building libjava



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-10-21 14:19 -------
Fixed right before the branch of 4.2 by:
2006-10-20  Daniel Berlin  <dberlin@dberlin.org>

        * tree.h (DECL_PTA_ARTIFICIAL): Remove.
        (tree_decl_with_vis): Remove artificial_pta_var flag.
        * tree-flow.h (referenced_var_check_and_insert): Expose.
        (nonlocal_all): New prototype.
        * tree-ssa-structalias.c (nonlocal_for_type): Remove.
        (nonlocal_all): Make global.
        (nonlocal_lookup): Remove.
        (nonlocal_insert): Ditto.
        (create_nonlocal_var): Do not call nonlocal_insert.
        (get_nonlocal_id_for_type): Remove.
        (find_global_initializers): Mark new vars we find for renaming.
        (intra_create_variable_infos): Only create one nonlocal.
        (expand_nonlocal_solutions): Remove.
        (compute_points_to_sets): Don't call it.
        (ipa_pta_execute): Ditto.
        (init_alias_heapvars): Don't create nonlocal_for_type.
        (delete_alias_heapvars): Don't remove it.
        * tree-ssa-operands.c (access_can_touch_variable): Don't prune
        nonlocal_all.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|java                        |middle-end
         Resolution|                            |FIXED
            Summary|ICE building libjava        |[4.2 Regression] ICE
                   |                            |building libjava
   Target Milestone|---                         |4.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29536


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