gcc/
* genrecog.c (validate_pattern): Allow empty constraints in
a match_scratch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215397
138bc75d-0d04-0410-961f-
82ee72b054a4
+2014-09-19 James Greenhalgh <james.greenhalgh@arm.com>
+
+ * genrecog.c (validate_pattern): Allow empty constraints in
+ a match_scratch.
+
2014-09-19 Aldy Hernandez <aldyh@redhat.com>
* dwarf2out.c (decl_ultimate_origin): Update comment.
/* If a MATCH_SCRATCH is used in a context requiring an write-only
or read/write register, validate that. */
if (set_code == '='
+ && constraints0
&& constraints0 != '='
&& constraints0 != '+')
{