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/53655] [F03] "default initializer" warnings


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

janus at gcc dot gnu.org changed:

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

--- Comment #7 from janus at gcc dot gnu.org ---
(In reply to janus from comment #6)
> The patch in comment 4 regtests cleanly. Will commit as obvious.


Author: janus
Date: Tue Aug 20 14:16:26 2013
New Revision: 201884

URL: http://gcc.gnu.org/viewcvs?rev=201884&root=gcc&view=rev
Log:
2013-08-20  Janus Weil  <janus@gcc.gnu.org>

    PR fortran/53655
    * trans-decl.c (generate_local_decl): Check if type has any components.

2013-08-20  Janus Weil  <janus@gcc.gnu.org>

    PR fortran/53655
    * gfortran.dg/intent_out_8.f90: New.

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


After this fixes case a), case b) turned out to be a non-bug and case c) has
been fixed earlier, I think we can close this PR.


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