This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: gcc-4.5-20090528 is now available
- From: Dave Korn <dave dot korn dot cygwin at googlemail dot com>
- To: Dave Korn <dave dot korn dot cygwin at googlemail dot com>
- Cc: Angelo Graziosi <angelo dot graziosi at alice dot it>, Fortran <fortran at gcc dot gnu dot org>
- Date: Sat, 30 May 2009 15:34:18 +0100
- Subject: Re: gcc-4.5-20090528 is now available
- References: <4A20F778.9010705@alice.it> <4A214191.1050206@gmail.com>
Dave Korn wrote:
> Unit number is 6, which I believe is correct for fortran stdout, so I guess
> the global "options" struct must not be initialised correctly? Still
> debugging...
A breakpoint set on *__gfortrani_init_variables is indeed not hit.
/* Initialize the runtime library. */
static void __attribute__((constructor))
init (void)
So looks like we have a .ctors problem. I'll start rummaging through
libgfortran.a and take a look at the final link etc.
cheers,
DaveK