This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: SIGSEGV with g95 & arprec -- possible g95 bug
- From: Paul Brook <paul at codesourcery dot com>
- To: fortran at gcc dot gnu dot org, TPCnospam at mklab dot ph dot rhul dot ac dot uk
- Cc: tom at mklab dot ph dot rhul dot ac dot uk (Tom Crane)
- Date: Mon, 24 May 2004 22:59:49 +0100
- Subject: Re: SIGSEGV with g95 & arprec -- possible g95 bug
- Organization: CodeSourcery
- References: <200405242137.i4OLboox029064@mklab.ph.rhul.ac.uk>
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