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-dev] PR42053: [OOP] SELECT TYPE: reject duplicate CLASS IS blocks


>> attached you find a simple patch, which adds a check for duplicate
>> CLASS IS blocks to the SELECT TYPE implementation. I put it into the
>> loop that sorts the CLASS IS blocks by extension level. This loop
>> compares all blocks, which should guarantee that duplicates are always
>> detected correctly.
>>
>> Regtested on x86_64-unknown-linux-gnu. Ok for fortran-dev?
>>
> OK

Thanks, Jerry. Committed as r154432.

Cheers,
Janus


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