Commit 7ec4847a by Marek Polacek Committed by Marek Polacek

re PR c/53123 (Double return statement in c-omp.c source file)

	PR c/53123
c-family/
	* c-omp.c (c_finish_omp_atomic): Remove unreachable return
	statement.

From-SVN: r207524
parent a33a931b
2014-02-05 Marek Polacek <polacek@redhat.com>
PR c/53123
* c-omp.c (c_finish_omp_atomic): Remove unreachable return
statement.
2014-02-04 Marek Polacek <polacek@redhat.com>
PR c/60036
......
......@@ -183,7 +183,6 @@ c_finish_omp_atomic (location_t loc, enum tree_code code,
OMP_ATOMIC_SEQ_CST (x) = seq_cst;
return build_modify_expr (loc, v, NULL_TREE, NOP_EXPR,
loc, x, NULL_TREE);
return x;
}
/* There are lots of warnings, errors, and conversions that need to happen
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment