[Bug fortran/47569] [4.3/4.4/4.5/4.6 Regression] gfortran does not detect that the parameters for passing a partial string to a subroutine are incorrect
pault at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Feb 3 05:27:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47569
Paul Thomas <pault at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011.02.03 05:27:37
AssignedTo|unassigned at gcc dot |pault at gcc dot gnu.org
|gnu.org |
Ever Confirmed|0 |1
--- Comment #4 from Paul Thomas <pault at gcc dot gnu.org> 2011-02-03 05:27:37 UTC ---
Created attachment 23230
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23230
Patchfor the problem
The attached corrects the ICE, retains the existing functionality and extends
it to include array components. I am guessing but I suppose ultimate pointer
components should be included too? This raises a point, however. Relative to
the message, the error seems to do a lot more :-) I feel a lunchtime peruse of
the F2003 standard coming on.
Cheers
Paul
More information about the Gcc-bugs
mailing list