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/22146] ICE when calling ELEMENTAL subroutines



------- 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



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