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, Fortran, OOP] PR 47978: Invalid INTENT in overriding TBP not detected


>>> + ? ? ?switch (compval)
>>> + ? ? ?{
>>
>> ...
>>>
>>> + ? ? ? default:
>>> + ? ? ? ? gfc_internal_error ("check_dummy_characteristics: Unexpected
>>> result "
>>> + ? ? ? ? ? ? ? ? ? ? ? ? ? ? "%i of gfc_dep_compare_expr", compval);
>>> + ? ? ? ? break;
>>> + ? ? ?}
>>> + ? ?}
>>
>> I think we really should move to enum.
>
> Agreed. However, I'm afraid this is not completely trivial. I'll open
> a PR for it.

This is now PR50360.

Cheers,
Janus


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