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/46753] [4.4 Regression] ICE: OpenMP - in extract_omp_for_data, at omp-low.c:335


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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-12-07 19:01:38 UTC ---
Author: jakub
Date: Tue Dec  7 19:01:36 2010
New Revision: 167561

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167561
Log:
    Backport from mainline
    2010-12-02  Jakub Jelinek  <jakub@redhat.com>

    PR fortran/46753
    * trans-openmp.c (gfc_trans_omp_do): Use build2_loc instead of
    fold_build2_loc for OMP_FOR conditions.

    * libgomp.fortran/pr46753.f90: New test.

Added:
    branches/gcc-4_4-branch/libgomp/testsuite/libgomp.fortran/pr46753.f90
Modified:
    branches/gcc-4_4-branch/gcc/fortran/ChangeLog
    branches/gcc-4_4-branch/gcc/fortran/trans-openmp.c
    branches/gcc-4_4-branch/libgomp/ChangeLog


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