This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, fortran] PR37735 - Allocatable components in vectors of derived types cause ICE on assignment
- From: Thomas Koenig <tkoenig at netcologne dot de>
- To: "'fortran at gcc dot gnu dot org'" <fortran at gcc dot gnu dot org>
- Cc: Daniel Kraft <d at domob dot eu>, Paul Richard Thomas <paul dot richard dot thomas at gmail dot com>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 23 Nov 2008 21:36:20 +0100
- Subject: Re: [Patch, fortran] PR37735 - Allocatable components in vectors of derived types cause ICE on assignment
- References: <339c37f20811230651j7bcbc317j7b992750216688fc@mail.gmail.com> <49297788.1020406@domob.eu> <4929ADAC.80901@net-b.de>
On Sun, 2008-11-23 at 20:23 +0100, Tobias Burnus wrote:
> One 4.5 item in which I'm interested is to get -finit-real-sNaN and
> basic IEEE support working; that seems to be an area where gfortran is
> featurewise behind other major compilers.
Maybe we could also focus a bit on bounds checking. There are numerous
things we don't check at the moment (array intrinsics and also other
cases), and I'd like some improvement there :-)
Thomas