SIGSEGV with g95 & arprec -- possible g95 bug

Paul Brook paul@codesourcery.com
Mon May 24 21:59:00 GMT 2004


On Monday 24 May 2004 22:37, TPCnospam@mklab.ph.rhul.ac.uk wrote:
> I am getting a sigsev error with g95 and David Bailey's arbitrary
> precision package (d/l both today). I have not yet had a chance to
> investigate further. I'm on i386/Linux. Can anyone reproduce this error?
<snip>
> $ export F90=g95 F90FLAGS="-O2 -g -Wall --free-form"

You've got the wrong list. g95 is a separate project from the fortran 95 
compiler that is now part of gcc (gfortran). Development was forked some time 
ago.

For problems with g95 you should contact Andy Vaught. AFAIK he is the only one 
with access to up to date g95 source code.

I tried your code with gfortran, but it fails to compile (returning derived 
types is has not been implemented yet).

Sorry.

Paul



More information about the Fortran mailing list