This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, Fortran] PR 39996: Double typing of function results not detected
>> 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.
Since Steve approved it and nobody else complained, I just committed
this as r147528.
Cheers,
Janus