This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/15273] [gfortran] Wrong output from a pure subroutine
- 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: 4 May 2004 13:46:14 -0000
- Subject: [Bug fortran/15273] [gfortran] Wrong output from a pure subroutine
- References: <20040504015650.15273.tcc@sentex.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-04 13:46 -------
It is legal because the return value for subx is ignored since subx is pure the call can be removed.
--
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2004-05-04 13:31:48 |2004-05-04 13:46:14
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15273