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/70524] [5/6/7 Regression] ICE when using -frepack-arrays -Warray-temporaries


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

--- Comment #10 from vehre at gcc dot gnu.org ---
Author: vehre
Date: Mon Aug  8 08:20:07 2016
New Revision: 239231

URL: https://gcc.gnu.org/viewcvs?rev=239231&root=gcc&view=rev
Log:
gcc/testsuite/ChangeLog:

2016-08-08  Andre Vehreschild  <vehre@gcc.gnu.org>

        Backport from trunk:
        PR fortran/70524
        * gfortran.dg/dependency_48.f90: New test.


gcc/fortran/ChangeLog:

2016-08-08  Andre Vehreschild  <vehre@gcc.gnu.org>

        Backport from trunk:
        PR fortran/70524
        * trans-array.c (gfc_trans_dummy_array_bias): Ensure that the
        location information is correctly set.
        * trans-decl.c (gfc_trans_deferred_vars): Set the locus of the
        current construct early.


Added:
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/dependency_48.f90
Modified:
    branches/gcc-6-branch/gcc/fortran/ChangeLog
    branches/gcc-6-branch/gcc/fortran/trans-array.c
    branches/gcc-6-branch/gcc/fortran/trans-decl.c
    branches/gcc-6-branch/gcc/testsuite/ChangeLog

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