]> gcc.gnu.org Git - gcc.git/commit - gcc/c/c-parser.c
re PR c++/17880 (-Wsequence-point doesn't warn inside if, while, do conditions, for...
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Sat, 9 Aug 2008 12:37:32 +0000 (12:37 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Sat, 9 Aug 2008 12:37:32 +0000 (12:37 +0000)
commitca085fd7b7ba0cd12a6411cc0ff6a3380d82df0a
treec4488aadaa6e95ea5ce61510a777e178059a7519
parent98e48a7f11b14985b94ed8b86af0f97af1e7bda7
re PR c++/17880 (-Wsequence-point doesn't warn inside if, while, do conditions, for beg/cond/end expressions etc.)

2008-08-09  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

PR c/17880
* c-typeck.c (digest_init): Call verify_sequence_points from here.
(c_finish_return): Likewise.
(c_start_case): Likewise.
* c-common.c (warn_for_collisions_1): Use explicit location in
warning.
* c-parser.c (c_parser_condition): New. Call
verify_sequence_points.
(c_parser_paren_condition): Call c_parser_condition.
(c_parser_for_statement): Call c_parser_condition.
testsuite/
* gcc.dg/sequence-pt-pr17880.c: New.

From-SVN: r138904
gcc/ChangeLog
gcc/c-common.c
gcc/c-parser.c
gcc/c-typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/sequence-pt-pr17880.c [new file with mode: 0644]
This page took 0.056459 seconds and 5 git commands to generate.