This is the mail archive of the gcc-patches@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]

Re: [gfortran] Follow-up to END matching updates


Paul Brook wrote:
>>Index: decl.c
>>     default:
>>       gfc_error ("Unexpected END statement at %C");
>>+      eos_ok = 0;
>>       goto cleanup;
>>     }
> 
> 
> This is unnecessary.

:-) That's why I like patch review.

- Tobi


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