> 2011-03-21 Eric Botcazou
>
> * gcc-interface/decl.c (elaborate_expression_1): When optimization is
> disabled, use the variable for bounds of loop iteration scheme.
This quite mysteriously triggers a bogus -Wuninitialized warning on IRIX.
Fixed thusly, tested on i586-suse-linux,
This avoids duplicating branches in the generated code at -O0 for complex loop
conditions involving boolean expressions.
Tested on i586-suse-linux, applied on the mainline.
2011-03-21 Eric Botcazou
* gcc-interface/decl.c (elaborate_expression_1): When optimization is
disable