This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: PR32634 -- reverted patch, gfortran.dg/interface_16.f90 failure


Hi Paul,

Tobias Burnus wrote:
> Paul Richard Thomas wrote:
>   
>>    nuse = number_use_names (sym->name);
>>    if (nuse == 0)
>> !     {
>> !       mio_symbol_interface (&sym->name, &sym->module, &sym->generic);
>> !       return;
>> !     }
>>     
> Ignoring the fact that there seems to be some whitespace problem (spaces
> vs. tabs),
You should have used tabs in the checked-in version.

> this does not compile here:
> gcc/fortran/module.c: In function 'read_module':
> gcc/fortran/module.c:3465: error: 'sym' may be used uninitialized in
> this function
>   
I miss applied the patch. Of cause it compiles! (I had to apply it
manually due to the tab/space problems and have chosen the wrong line :-/

Tobias


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