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:
parent
568bac8c8a
commit
0f66751a5f
@ -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):
|
||||
|
1271
gcc/fortran/openmp.c
1271
gcc/fortran/openmp.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user