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/28415] 4.2.0 ICE when using automatic array and -fno-automatic



------- Comment #6 from jakub at gcc dot gnu dot org  2006-10-06 07:23 -------
Subject: Bug 28415

Author: jakub
Date: Fri Oct  6 07:23:00 2006
New Revision: 117482

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117482
Log:
        PR fortran/28415
        * trans-decl.c (gfc_finish_var_decl): With -fno-automatic, don't
        make artificial variables or pointer to variable automatic array
        TREE_STATIC.

        * gfortran.dg/save_2.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/save_2.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-decl.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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