c-parser.c (c_parser_for_statement): Move initialization of cond and incr before if.
authorUros Bizjak <uros@gcc.gnu.org>
Sun, 17 Oct 2010 18:29:32 +0000 (20:29 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 17 Oct 2010 18:29:32 +0000 (20:29 +0200)
commit91b90ead334deba8a963afbf1cb6947ca16bf2ff
treefaba9202aefcd99a9119767fce634c2097cb144e
parentefb7b456501344ef0670c15f35e8945906ef63bb
c-parser.c (c_parser_for_statement): Move initialization of cond and incr before if.

* c-parser.c (c_parser_for_statement): Move initialization of
cond and incr before if.

From-SVN: r165592
gcc/ChangeLog
gcc/c-parser.c