Re: [PR fortran/82865] Fix PDT declarations being parsed as PRINT statements with -fdec

2018-06-27 Thread Janne Blomqvist
On Thu, Jun 28, 2018 at 12:07 AM, Fritz Reese wrote: > One extension enabled by -fdec is the ability to interpret TYPE > as a PRINT statement for compatibility purposes. When PDTs were > introduced, the code that handles -fde TYPE matching was not updated. > This patch fixes TYPE matching to

[PR fortran/82865] Fix PDT declarations being parsed as PRINT statements with -fdec

2018-06-27 Thread Fritz Reese
One extension enabled by -fdec is the ability to interpret TYPE as a PRINT statement for compatibility purposes. When PDTs were introduced, the code that handles -fde TYPE matching was not updated. This patch fixes TYPE matching to no longer interpret as a PRINT statement when -fdec is assert