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
This commit is contained in:
Jakub Jelinek 2016-05-05 15:31:02 +02:00 committed by Jakub Jelinek
parent 568bac8c8a
commit 0f66751a5f
2 changed files with 674 additions and 603 deletions

View File

@ -1,3 +1,9 @@
2016-05-05 Jakub Jelinek <jakub@redhat.com>
* 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.
2016-05-02 Michael Meissner <meissner@linux.vnet.ibm.com>
* trans-types.c (gfc_build_complex_type):

File diff suppressed because it is too large Load Diff