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/50617] [4.5/4.6/4.7 Regression] ICE: RTL flag check: INSN_ANNULLED_BRANCH_P used with unexpected rtx code 'simplify_immed_subreg' in output_bb, at config/pa/pa.c:6631


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

--- Comment #4 from John David Anglin <danglin at gcc dot gnu.org> 2011-10-29 18:58:52 UTC ---
Author: danglin
Date: Sat Oct 29 18:58:48 2011
New Revision: 180660

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180660
Log:
    PR target/50617
    * config/pa/protos.h (attr_length_save_restore_dltp): Delete.
    (cmpib_comparison_operator): Likewise.
    (following_cal, output_and, output_ior, output_move_double,
    output_fp_move_double, output_block_move, output_block_clear,
    output_cbranch, output_lbranch, output_bb, output_bvb, output_dbra,
    output_movb, output_parallel_movb, output_parallel_addb, output_call,
    output_indirect_call, output_millicode_call, output_mul_insn,
    output_div_insn, output_mod_insn, singlemove_string,
    output_arg_descriptor, output_global_address, print_operand,
    legitimize_pic_address, hppa_encode_label, symbolic_expression_p,
    fmpyaddoperands, fmpysuboperands, emit_bcond_fp, emit_move_sequence,
    emit_hpdiv_const, is_function_label_plus_const, jump_in_call_delay,
    hppa_fpstore_bypass_p, attr_length_millicode_call, attr_length_call,
    attr_length_indirect_call, return_addr_rtx, function_arg_padding,
    insn_refs_are_delayed, get_deferred_plabel, ldil_cint_p, zdepi_cint_p,
    output_ascii, compute_frame_size, and_mask_p, cint_ok_for_move,
    hppa_expand_prologue, hppa_expand_epilogue, ior_mask_p,
    compute_zdepdi_operands, output_64bit_and, output_64bit_ior,
    reloc_needed, magic_milli, shadd_constant_p): Consistently prefix
    exported functions and variables with "pa_".
    * config/pa/predicates.md: Likewise.
    * config/pa/pa64-hpux.h: likewise.
    * config/pa/som.h: Likewise.
    * config/pa/elf.h: Likewise.
    * config/pa/pa64-linux.h: Likewise.
    * config/pa/pa.md: Likewise.
    * config/pa/pa.c: Likewise.
    * config/pa/pa-linux.h: Likewise.
    * config/pa/pa.h: Likewise.
    * config/pa/constraints.md: Likewise.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/pa/constraints.md
    trunk/gcc/config/pa/elf.h
    trunk/gcc/config/pa/pa-linux.h
    trunk/gcc/config/pa/pa-protos.h
    trunk/gcc/config/pa/pa.c
    trunk/gcc/config/pa/pa.h
    trunk/gcc/config/pa/pa.md
    trunk/gcc/config/pa/pa64-hpux.h
    trunk/gcc/config/pa/pa64-linux.h
    trunk/gcc/config/pa/predicates.md
    trunk/gcc/config/pa/som.h


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