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: SIGSEGV with g95 & arprec -- possible g95 bug


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


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