This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix debug ICE on aarch64 due to bad rtl simplification (PR debug/70628)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]