[Bug fortran/15273] [gfortran] Wrong output from a pure subroutine

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue May 4 14:03:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-04 14:03 -------
The real issue is the front-end is marking this function call as pure in the sense if the return value is 
ignored then it can be removed so the bug is in the front-end marking it as pure when it is not really 
that kind of pure.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|accepts-invalid             |wrong-code
   Last reconfirmed|2004-05-04 13:46:14         |2004-05-04 14:03:51
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15273



More information about the Gcc-bugs mailing list