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/59706] [4.9 Regression] ICE with do concurrent and internal subprogram


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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Jan 17 20:55:42 2014
New Revision: 206732

URL: http://gcc.gnu.org/viewcvs?rev=206732&root=gcc&view=rev
Log:
    PR middle-end/59706
    * gimplify.c (gimplify_expr): Use create_tmp_var
    instead of create_tmp_var_raw.  If cond doesn't have
    integral type, don't add the IFN_ANNOTATE builtin at all.

    * gfortran.dg/pr59706.f90: New test.
    * g++.dg/ext/pr59706.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/ext/pr59706.C
    trunk/gcc/testsuite/gfortran.dg/pr59706.f90
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimplify.c
    trunk/gcc/testsuite/ChangeLog


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