This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33308] gfortran 4.2.1 ICE on allocated_array = reshaped_parameter_array + function_returning_array
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Sep 2007 08:55:36 -0000
- Subject: [Bug fortran/33308] gfortran 4.2.1 ICE on allocated_array = reshaped_parameter_array + function_returning_array
- References: <bug-33308-15063@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from burnus at gcc dot gnu dot org 2007-09-05 08:55 -------
As Andrew wrote: It works with GCC gfortran 4.3.0; I can reproduce the failure
with GCC gfortran 4.2.x and 4.1.x.
The GCC policy is to fix only regressions in released GCC versions (i.e. 4.2.x
and 4.1.x) and not backporting other fixes. (Which has the advantage that we
can concentrate on fixing bugs in 4.3.0.)
You could try the current GCC 4.3.0 gfortran; binaries are available from:
http://gcc.gnu.org/wiki/GFortranBinaries
Disclaimer: As these are the nightly builds of the developer version, they may
not always work; however, in my experience they do work to 99.9% and especially
gfortran contains many fixes (and enhancements).
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to fail| |4.2.2 4.1.3
Known to work| |4.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33308