r235536 - in /trunk/gcc: ChangeLog genattrtab.c

ppalka@gcc.gnu.org ppalka@gcc.gnu.org
Wed Apr 27 21:18:00 GMT 2016


Author: ppalka
Date: Wed Apr 27 21:18:05 2016
New Revision: 235536

URL: https://gcc.gnu.org/viewcvs?rev=235536&root=gcc&view=rev
Log:
Reduce nesting of parentheses in conditionals generated by genattrtab

gcc/ChangeLog:

	* genattrtab.c (write_test_expr): New parameter EMIT_PARENS
	which defaults to true.  Emit an outer pair of parentheses only if
	EMIT_PARENS.  When continuing a chain of && or || (or & or |),
	don't emit parentheses for the right-hand operand.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/genattrtab.c



More information about the Gcc-cvs mailing list