This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Possible patch for fortran/69963


The ideal fix might have checked for statement order before parsing the IMPLICIT statement, but that would have been more work, and possibly for relatively little gain.   The most user-friendly fix might have kept the IMPLICIT information even after issuing an error about statement order, but that would have been more complicated.  The attached keeps the compiler from crashing and doesn't add overhead to compilation of correct code.

Louis Krupp

Attachment: patch.txt
Description: Text document


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