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/63897] [5.0 regression] gcc.dg/torture/vector-2.c fails at on x86_64-apple-darwin14


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63897

--- Comment #8 from Vladimir Makarov <vmakarov at gcc dot gnu.org> ---
Author: vmakarov
Date: Fri Nov 21 21:29:54 2014
New Revision: 217947

URL: https://gcc.gnu.org/viewcvs?rev=217947&root=gcc&view=rev
Log:
2014-11-21  Vladimir Makarov  <vmakarov@redhat.com>

    PR target/63897
    * lra-lives.c (mark_regno_live, mark_regno_dead): Remove last
    argument.
    (process_bb_lives): Rename dead_insn_p on remove_p
    and global_live_info_p on dead_insn_p.  Calculate local live info
    unconditionally.  Remove last argument in calls mark_regno_live and
    mark_regno_dead.  Reorganize body of EXECUTE_IF_SET_IN_BITMAP.
    (lra_create_live_ranges): Rename to lra_create_live_ranges_1.
    Return bool.  Rename global_live_info_p on dead_insn_p.  Return
    flag of live info change.
    (lra_create_live_ranges): New.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lra-lives.c


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