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] PR 39996: Double typing of function results not detected


>> In my opinion it is hard enough to build a compiler which is able to
>> check pedantically if a given program is valid with respect to F95,
>> F2003 and/or F2008. So there is need for us to invent yet another
>
> s/is need/is no need/
>
> I agree!

It's nice when people understand you, even though you talk garbage ;)


>> 2009-05-09 ?Janus Weil ?<janus@gcc.gnu.org>
>>
>> ? ? ? PR fortran/39996
>> ? ? ? * decl.c (gfc_match_function_decl): Use gfc_add_type.
>> ? ? ? * symbol.c (gfc_add_type): Better checking for duplicate types in
>> ? ? ? function declarations. And: Always give an error for duplicte types,
>> ? ? ? not just a warning with -std=gnu.
>>
>>
>> 2009-05-09 ?Janus Weil ?<janus@gcc.gnu.org>
>>
>> ? ? ? PR fortran/39996
>> ? ? ? * gfortran.dg/func_decl_2.f90: Modified (replacing warnings by errors).
>> ? ? ? * gfortran.dg/duplicate_type_2.f90: Ditto.
>> ? ? ? * gfortran.dg/duplicate_type_3.f90: New.
>
> OK.

Thanks for the approval, Steve. Actually I would feel better if the
authors of the PRs 16943 and 30239, i.e. Paul and Daniel K., also OKed
this patch (or at least take note of it). Therefore I will not commit
before tomorrow.

Cheers,
Janus


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