]> git.ipfire.org Git - thirdparty/gcc.git/commit
genrecog.c (validate_pattern): Treat all messages except missing modes as errors.
authorRichard Sandiford <rdsandiford@googlemail.com>
Tue, 10 Dec 2013 18:28:51 +0000 (18:28 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 10 Dec 2013 18:28:51 +0000 (18:28 +0000)
commit525f6ed7d4f4a7d6e1f2ae6cd67d739e00aa9dc0
treea966be032d47a0fad7297b18e1a8cdc10e4f0a24
parent1a79721fa34bbbbaefc3fe7708a1b2324599458b
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
gcc/ChangeLog
gcc/config/epiphany/epiphany.md
gcc/config/h8300/h8300.md
gcc/config/mcore/mcore.md
gcc/config/moxie/moxie.md
gcc/config/msp430/msp430.md
gcc/config/pdp11/predicates.md
gcc/config/v850/v850.md
gcc/genrecog.c