This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/15449] [gfortran] der_io.f90 failure apparently due to misoptimization
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 May 2004 00:50:13 -0000
- Subject: [Bug fortran/15449] [gfortran] der_io.f90 failure apparently due to misoptimization
- References: <20040514224732.15449.tobi@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-15 00:50 -------
Actually I think this is a gfortran problem.
The issue I think is that the return statement does not contain a modify expression which is what :
return __result_bar;
Confirmed.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|middle-end |fortran
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-05-15 00:50:11
date| |
Summary|der_io.f90 failure |[gfortran] der_io.f90
|apparently due to |failure apparently due to
|misoptimization |misoptimization
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15449