d
authorManfred Hollstein <manfred@s-direktnet.de>
Thu, 12 Mar 1998 00:43:09 +0000 (00:43 +0000)
committerManfred Hollstein <manfred@gcc.gnu.org>
Thu, 12 Mar 1998 00:43:09 +0000 (00:43 +0000)
commit9c3183069b8b1815078bb33079fe3e148af32651
tree96db34d712de885f746a5676e4a8585ec0844711
parent54d262334a19f37c50ef83f08646a5e4fdc31f4e
d
In gcc/:
* i386.h (RTX_COSTS): Insert braces around nested if.
(ADDITIONAL_REGISTER_NAMES): Insert braces around structured
elements.
* gcc.c (default_compilers): Properly put brackets around array elements in
initializer.
* getopt.c (_getopt_internal): Add explicit braces around nested if;
reformatted.
* reg-stack.c (record_asm_reg_life): Add explicit braces around nested if's.
(record_reg_life_pat): Add explicit parens around && and || in expression.
(stack_reg_life_analysis): Add parens around assignment used as expression.
(convert_regs): Likewise.
In gcc/cp/:
* lang-specs.h: Properly put brackets around array elements in initializer.
* typeck.c (build_binary_op_nodefault): Correctly place parens around
&& and || in expression.
In gcc/f/:
* lang-specs.h: Properly put brackets around array elements in initializer.

From-SVN: r18500
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/getopt.c
gcc/reg-stack.c