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: [Patch, gfortran] PR22304, 17917, 16511, 18870 and 23270 - modules,equivalences and commons - final(?) version


Paul Thomas wrote:
>>I believe the call to gfc_match_variable is an error. It looks like you're
>>
>>allowing something like
>>  EQUIVALENCE(A(5)B(3),C)
>>silently ignoring the syntax error, only adding b and c to the equivalence.
>>
> 
> Indeed.  I am not sure I know how or why it can work! It does 
> though....  I will correct and recheck that all is well.

Well, in the case of valid code your ignoring the returned MATCH_NO /
MATCH_ERROR, thus proceeding with the correct things.

> I will correct, bubblestrap and regtest before doing anything with the 
> patch.

Ok.

Thanks,
- Tobi


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