This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/21203] Segfault while compiling libgfortran/intrinsics/selected_int_kind.f90
- From: "sgk at troutmask dot apl dot washington dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 May 2005 15:58:00 -0000
- Subject: [Bug fortran/21203] Segfault while compiling libgfortran/intrinsics/selected_int_kind.f90
- References: <20050425082043.21203.corsepiu@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2005-05-14 15:57 -------
Subject: Re: Segfault while compiling libgfortran/intrinsics/selected_int_kind.f90
On Sat, May 14, 2005 at 03:25:17PM -0000, Tobias dot Schlueter at physik dot uni-muenchen dot de wrote:
>
> Fortran requires that there be a floating point type (DOUBLE PRECISION) which
> takes twice the space of the usual REAL variables. It should probably be
> possible to use gfortran on platforms which don't have this, but given the
> amount of Fortran code that is tied to this assumption, I don't think this
> would be worthwhile. E.g. COMMON block layout depends crucially on this.
>
Yep. We can't forget about our friend EQUIVALENCE
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21203