This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/29434] array bounds of allocatable components of derived types?
- From: "brooks at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Oct 2006 22:00:59 -0000
- Subject: [Bug fortran/29434] array bounds of allocatable components of derived types?
- References: <bug-29434-12313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from brooks at gcc dot gnu dot org 2006-10-11 22:00 -------
As per discussion on the fortran@ mailing list, the answer returned by gfortran
and ifort (namely, that LBOUND(x%a) is the same as LBOUND(y)) is
standard-conforming, and g95 is in error.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29434