This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/62076] [4.9/5 Regression] testsuite failure in udr2.90


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62076

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Aug 14 16:39:07 2014
New Revision: 213971

URL: https://gcc.gnu.org/viewcvs?rev=213971&root=gcc&view=rev
Log:
    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.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/openmp.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]