This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PR32634 -- reverted patch, gfortran.dg/interface_16.f90 failure
- From: Tobias Burnus <burnus at net-b dot de>
- To: Paul Richard Thomas <paul dot richard dot thomas at gmail dot com>
- Cc: Daniel Franke <franke dot daniel at gmail dot com>, "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>, gcc-patches List <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 12 Jul 2007 23:05:57 +0200
- Subject: Re: PR32634 -- reverted patch, gfortran.dg/interface_16.f90 failure
- References: <339c37f20707120450y7ae2d641ucb173423d7486857@mail.gmail.com> <339c37f20707121207s2dcc404djc4910f840ebb43b9@mail.gmail.com> <469680D2.4030600@net-b.de>
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