This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/22244] dimension information is lost for multi-dimension array
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Sep 2007 09:32:55 -0000
- Subject: [Bug fortran/22244] dimension information is lost for multi-dimension array
- References: <bug-22244-10906@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from jakub at gcc dot gnu dot org 2007-09-25 09:32 -------
Subject: Bug 22244
Author: jakub
Date: Tue Sep 25 09:32:44 2007
New Revision: 128747
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128747
Log:
PR fortran/22244
* Make-lang.in (fortran/trans-types.o): Depend on $(FLAGS_H).
* trans-types.c: Include flags.h.
(gfc_get_nodesc_array_type): Add TYPE_DECL TYPE_NAME with
correct bounds and dimensions for packed arrays.
Modified:
branches/redhat/gcc-4_1-branch/gcc/fortran/ChangeLog
branches/redhat/gcc-4_1-branch/gcc/fortran/Make-lang.in
branches/redhat/gcc-4_1-branch/gcc/fortran/trans-types.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22244