On Feb 6, 2017, at 6:37 PM, Segher Boessenkool <seg...@kernel.crashing.org> 
wrote:
> 
> Revision r245228 introduced a syntax error in a target selector in
> builtin-apply-2.c: || wants a single expression on each side, you
> cannot have "{a} || {b} || {c}", instead you need to write this as
> "{a} || {{b} || {c}}".  In this testcase b and c are real target
> selectors (not effect target keywords) however, so we can just write
> "{a} || {b c}".  This also removes the unnecessary default arguments.
> 
> Tested on powerpc64-linux {-m32,-m64}; is this okay for trunk?

Ok.

Reply via email to