This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/46459] ICE (segfault): Invalid read in compare_actual_formal [error recovery]
- From: "mikael at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 4 Mar 2011 23:37:03 +0000
- Subject: [Bug fortran/46459] ICE (segfault): Invalid read in compare_actual_formal [error recovery]
- Auto-submitted: auto-generated
- References: <bug-46459-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46459
--- Comment #4 from Mikael Morin <mikael at gcc dot gnu.org> 2011-03-04 23:37:00 UTC ---
(In reply to comment #3)
> I am not sure to understand comment #2.
You're right, assumed shapes are only for procedure arguments. For derived
types components the syntax is the same, but the word is deferred shape.
Then the conditions are fine and comment #2 is irrelevant.