[PATCH] Fix target selector in builtin-apply-2.c

Mike Stump mikestump@comcast.net
Tue Feb 7 16:26:00 GMT 2017


On Feb 6, 2017, at 6:37 PM, Segher Boessenkool <segher@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.



More information about the Gcc-patches mailing list