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/15273] [gfortran] Wrong output from a pure subroutine


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


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