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: gcc-4.5-20090528 is now available


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


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