[PATCH] Remove unreachable return stmt (PR c/53123)

2014-02-05 Thread Marek Polacek
This is not a regression, on the other hand it's so obvious that it could go in nevertheless. Ok? 2014-02-05 Marek Polacek pola...@redhat.com PR c/53123 c-family/ * c-omp.c (c_finish_omp_atomic): Remove unreachable return statement. diff --git gcc/c-family/c-omp.c

Re: [PATCH] Remove unreachable return stmt (PR c/53123)

2014-02-05 Thread Jakub Jelinek
On Wed, Feb 05, 2014 at 09:58:32PM +0100, Marek Polacek wrote: This is not a regression, on the other hand it's so obvious that it could go in nevertheless. Ok? 2014-02-05 Marek Polacek pola...@redhat.com PR c/53123 c-family/ * c-omp.c (c_finish_omp_atomic): Remove