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/55745] [4.8 regression] FAIL: gfortran.dg/pr26246_2.f90 -O scan-tree-dump-times original "static int" 0


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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-12-20 08:15:52 UTC ---
CLOSE AS FIXED.

(In reply to comment #1)
> Confirmed, cris-elf too.  Authors in ChangeLog entry CC:ed.

The bug fix is older than the bug report ;-)

I believe it has been fixed by the following commit. Sorry for the breakage.

Date: Wed Dec 19 23:05:49 2012
New Revision: 194621

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194621
Log:
2012-12-19  Tobias Burnus  <burnus@net-b.de>

        PR fortran/55733
        * trans-decl.c (gfc_create_string_length): Avoid setting
        TREE_STATIC for automatic variables with -fno-automatic.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-decl.c


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