This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Core dump in s_rsfe
- To: Nicolas Moeri <moeri at dma dot epfl dot ch>
- Subject: Re: Core dump in s_rsfe
- From: Dave Love <d dot love at dl dot ac dot uk>
- Date: 01 Jul 1998 18:33:36 +0100
- Cc: egcs at cygnus dot com
- References: <v03110708b1bffab596b3@[128.178.42.146]>
>>>>> "NM" == Nicolas Moeri <moeri@dma.epfl.ch> writes:
NM> I'm recompiling some f77 programs with egcs-2.91.43. Any program
NM> produces a core dump in routine s_rsfe as f__curunit is a null
NM> pointer. Any suggestion ?
I just checked in a fix for a bad merge of a libf2c update which Toon
spotted:
* libI77/wsfe.c (s_wsfe): Fix setting of f__curunit lost in
previous change.
* libI77/rsfe.c (s_rsfe): Likewise.