From: Richard Biener Date: Wed, 22 Jul 2015 10:48:11 +0000 (+0000) Subject: genmatch.c (parser::parse_result): Properly handle match with result operands and... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d3b0b6921f805ae943198fe519299175bc122aca;p=gcc.git genmatch.c (parser::parse_result): Properly handle match with result operands and conditions. 2015-07-22 Richard Biener * genmatch.c (parser::parse_result): Properly handle match with result operands and conditions. From-SVN: r226060 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 079432fd156..1c0cf50994e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-07-22 Richard Biener + + * genmatch.c (parser::parse_result): Properly handle + match with result operands and conditions. + 2015-07-22 Charles Baylis PR target/63870 diff --git a/gcc/genmatch.c b/gcc/genmatch.c index 8f1fbcd47e1..f543ad74380 100644 --- a/gcc/genmatch.c +++ b/gcc/genmatch.c @@ -3555,6 +3555,7 @@ parser::parse_result (operand *result, predicate_id *matcher) { if (!matcher) fatal_at (peek (), "manual transform not implemented"); + ife->trueexpr = result; } eat_token (CPP_CLOSE_PAREN); return ife;