re PR fortran/62076 (testsuite failure in udr2.90)
authorJakub Jelinek <jakub@redhat.com>
Thu, 14 Aug 2014 16:39:07 +0000 (18:39 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 14 Aug 2014 16:39:07 +0000 (18:39 +0200)
commit4875c29c86812d73c88b9bb16d5c2d5bc7259d4d
treee1ef6a424a62fe46d42b788d6fdf0b41c4304b39
parentdf5d402aba66d2e83690dadb6267accc6539e220
re PR fortran/62076 (testsuite failure in udr2.90)

PR fortran/62076
* openmp.c (gfc_match_omp_clauses): When failed to match
operator name, defined op name or name, set buffer to
empty string.  Don't call gfc_find_omp_udr if buffer is empty
string.
(gfc_match_omp_declare_reduction): Call gfc_undo_symbols ()
before calling gfc_free_omp_udr.

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