-
- Downloads
genrecog.c (validate_pattern): Treat all messages except missing modes as errors.
gcc/ * genrecog.c (validate_pattern): Treat all messages except missing modes as errors. * config/epiphany/epiphany.md: Remove constraints from define_peephole2s. * config/h8300/h8300.md: Remove constraints from define_splits. * config/msp430/msp430.md: Likewise. * config/mcore/mcore.md (movdi_i, movsf_i, movdf_k): Use nonimmediate_operand rather than general_operand for operand 0. * config/moxie/moxie.md (*movsi, *movqi, *movhi): Likewise. * config/pdp11/predicates.md (float_operand, float_nonimm_operand): Use match_operator rather than match_test to invoke general_operand. * config/v850/v850.md (*movqi_internal, *movhi_internal) (*movsi_internal_v850e, *movsi_internal, *movsf_internal): Likewise. From-SVN: r205870
Showing
- gcc/ChangeLog 16 additions, 0 deletionsgcc/ChangeLog
- gcc/config/epiphany/epiphany.md 12 additions, 12 deletionsgcc/config/epiphany/epiphany.md
- gcc/config/h8300/h8300.md 9 additions, 9 deletionsgcc/config/h8300/h8300.md
- gcc/config/mcore/mcore.md 3 additions, 3 deletionsgcc/config/mcore/mcore.md
- gcc/config/moxie/moxie.md 3 additions, 3 deletionsgcc/config/moxie/moxie.md
- gcc/config/msp430/msp430.md 3 additions, 3 deletionsgcc/config/msp430/msp430.md
- gcc/config/pdp11/predicates.md 2 additions, 2 deletionsgcc/config/pdp11/predicates.md
- gcc/config/v850/v850.md 5 additions, 5 deletionsgcc/config/v850/v850.md
- gcc/genrecog.c 14 additions, 16 deletionsgcc/genrecog.c
Loading
Please register or sign in to comment