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/39354] bad codegen for openmp atomics (Intel64 Fortran logical ops)



------- Comment #1 from jakub at gcc dot gnu dot org  2009-03-03 16:44 -------
Subject: Bug 39354

Author: jakub
Date: Tue Mar  3 16:43:42 2009
New Revision: 144575

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144575
Log:
        PR fortran/39354
        * gimplify.c (goa_stabilize_expr): Handle tcc_comparison,
        TRUTH_ANDIF_EXPR and TRUTH_ORIF_EXPR.

        * gfortran.dg/gomp/pr39354.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/gomp/pr39354.f90
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimplify.c
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39354


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