PR c/53123
c-family/
* c-omp.c (c_finish_omp_atomic): Remove unreachable return
statement.
From-SVN: r207524
+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
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