On 04/12/2016 10:34 PM, Jakub Jelinek wrote:
+ return temp ? gen_rtx_fmt_ee (GET_CODE (x), to_mode, + temp, XEXP (x, 1)) + : temp;
Wrap multi-line expressions in parens. No need for a full retest, just make sure the file still builds.
Bernd
On 04/12/2016 10:34 PM, Jakub Jelinek wrote:
+ return temp ? gen_rtx_fmt_ee (GET_CODE (x), to_mode, + temp, XEXP (x, 1)) + : temp;
Wrap multi-line expressions in parens. No need for a full retest, just make sure the file still builds.
Bernd