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/71859] ICE on same variable/subroutine name (verify_gimple failed)


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

--- Comment #7 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Fri Sep 30 21:46:14 2016
New Revision: 240682

URL: https://gcc.gnu.org/viewcvs?rev=240682&root=gcc&view=rev
Log:
2016-09-30  Steven G. Kargl  <kargl@gcc.gnu.org>

        Backport from trunk

        PR fortran/71859
        * gfortran.dg/pr71859.f90: New test.
        * gfortran.dg/intrinsic_numeric_arg.f: Update error message.
        * gfortran.dg/coarray_collectives_1.f90: Ditto.

        PR fortran/71859
        * check.c(numeric_check): Prevent ICE.  Issue error for invalid
        subroutine as an actual argument when numeric argument is expected.

Added:
    branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr71859.f90
Modified:
    branches/gcc-5-branch/gcc/fortran/ChangeLog
    branches/gcc-5-branch/gcc/fortran/check.c
    branches/gcc-5-branch/gcc/testsuite/ChangeLog
    branches/gcc-5-branch/gcc/testsuite/gfortran.dg/coarray_collectives_1.f90
    branches/gcc-5-branch/gcc/testsuite/gfortran.dg/intrinsic_numeric_arg.f

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