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 bootstrap/15699] New: irix6.5 bootstrap ICE: abort in maybe_eval_c_test,


irix6.5 bootstrap fails as stage1 compiler ICEs

./genflags /disk4/billingd/src/gcc-j2/gcc/config/mips/mips.md > tmp-flags.h
genflags: Internal error: abort in maybe_eval_c_test, 
at /disk4/billingd/src/gcc-j2/gcc/gensupport.c:1127

./genconfig /disk4/billingd/src/gcc-j2/gcc/config/mips/mips.md > tmp-config.h
genconfig: Internal error: abort in maybe_eval_c_test, 
at /disk4/billingd/src/gcc-j2/gcc/gensupport.c:1127

./gencodes /disk4/billingd/src/gcc-j2/gcc/config/mips/mips.md > tmp-codes.h
gencodes: Internal error: abort in maybe_eval_c_test, 
at /disk4/billingd/src/gcc-j2/gcc/gensupport.c:1127

Problem introduced between 08:00 and 08:30 UTC on 27 May 2004

2004-05-25  Paolo Bonzini  <bonzini@gnu.org>

        * combine.c (gen_binary): Remove.
        (known_cond, simplify_shift_const
        find_split_point, combine_simplify_rtx,
        simplify_if_then_else, simplify_set,
        simplify_logical, expand_field_assignment,
        extract_left_shift, force_to_mode,
        if_then_else_cond, apply_distributive_law,
        simplify_and_const_int, simplify_shift_const,
        gen_lowpart_for_combine, simplify_comparison,
        reversed_comparison): Replace with
        simplify_gen_binary, simplify_gen_relational or
        distribute_and_simplify_rtx.
        (distribute_and_simplify_rtx): New function.
        * simplify-rtx.c (simplify_binary_operation):
        Use nonzero_bits to simplify ANDs where we are
        turning off bits already known to be off in OP0.

-- 
           Summary: irix6.5 bootstrap ICE: abort in maybe_eval_c_test,
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: billingd at gcc dot gnu dot org
                CC: bonzini at gnu dot org,gcc-bugs at gcc dot gnu dot org
 GCC build triplet: mips-sgi-irix6.5
  GCC host triplet: mips-sgi-irix6.5
GCC target triplet: mips-sgi-irix6.5


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


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