openmp.c (gfc_match_omp_clauses): Restructuralize...
authorJakub Jelinek <jakub@redhat.com>
Thu, 5 May 2016 13:31:02 +0000 (15:31 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 5 May 2016 13:31:02 +0000 (15:31 +0200)
commit0f66751a5f947a15920f1d4eadfdaaf9410e677a
tree79d3a40b917ca5a5e9208349b5e83f95be462047
parent568bac8c8ad9fc10a6f6b2ac191483585d07ffa5
openmp.c (gfc_match_omp_clauses): Restructuralize...

* openmp.c (gfc_match_omp_clauses): Restructuralize, so that clause
parsing is done in a big switch based on gfc_peek_ascii_char and
individual clauses under their first letters are sorted too.

From-SVN: r235922
gcc/fortran/ChangeLog
gcc/fortran/openmp.c