This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/22146] ICE when calling ELEMENTAL subroutines
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jan 2006 03:31:21 -0000
- Subject: [Bug fortran/22146] ICE when calling ELEMENTAL subroutines
- References: <bug-22146-9741@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-02 03:31 -------
formal->sym->as is null in:
1606 f = (formal != NULL)
1607 && !formal->sym->attr.pointer
1608 && formal->sym->as->type != AS_ASSUMED_SHAPE;
1609 f = f || !sym->attr.always_explicit;
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2005-11-03 19:58:08 |2006-01-02 03:31:21
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22146