-
- Downloads
re PR c++/4574 (Internal compiler error in `expand_and', at expmed.c:4055)
PR c++/4574 * expr.h (expand_and): Add mode argument. * expmed.c (expand_and): Add mode argument. (expand_mult_highpart_adjust, emit_store_flag): Adjust callers. * expr.c (store_field, expand_expr, do_store_flag): Likewise. * except.c (expand_builtin_extract_return_addr): Likewise. * config/alpha/alpha.c (alpha_initialize_trampoline): Likewise. * config/sparc/sparc.c (sparc_initialize_trampoline): Likewise. * config/c4x/c4x.h (INITIALIZE_TRAMPOLINE): Likewise. Use GEN_INT (x) instead of gen_rtx (CONST_INT, VOIDmode, x). * config/c4x/c4x.md: Use GEN_INT (x) instead of gen_rtx (CONST_INT, VOIDmode, x). * gcc.dg/20020220-1.c: New test. From-SVN: r49938
Showing
- gcc/ChangeLog 15 additions, 0 deletionsgcc/ChangeLog
- gcc/config/alpha/alpha.c 3 additions, 2 deletionsgcc/config/alpha/alpha.c
- gcc/config/c4x/c4x.h 6 additions, 12 deletionsgcc/config/c4x/c4x.h
- gcc/config/c4x/c4x.md 13 additions, 15 deletionsgcc/config/c4x/c4x.md
- gcc/config/sparc/sparc.c 4 additions, 2 deletionsgcc/config/sparc/sparc.c
- gcc/except.c 1 addition, 1 deletiongcc/except.c
- gcc/expmed.c 9 additions, 16 deletionsgcc/expmed.c
- gcc/expr.c 11 additions, 13 deletionsgcc/expr.c
- gcc/expr.h 1 addition, 1 deletiongcc/expr.h
- gcc/testsuite/ChangeLog 2 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gcc.dg/20020220-1.c 19 additions, 0 deletionsgcc/testsuite/gcc.dg/20020220-1.c
Loading
Please register or sign in to comment