This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/15449] [gfortran] der_io.f90 failure apparently due to misoptimization


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]