OSDN Git Service

authormanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Mar 1998 00:43:13 +0000 (00:43 +0000)
committermanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Mar 1998 00:43:13 +0000 (00:43 +0000)
commit1ee6831ae8ef9cfc6d29cd0be507fe9c9fefd87d
treee4687b657a2d0d10ac76da4f349d2a5ce0cdc4c2
parentb02be012ab7c7c32be8f378d4c95c500b0afdb55

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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18503 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/f/lang-specs.h