[Bug fortran/20856] function result may not be saved

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Sep 30 17:10:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-30 17:10 -------
In fact we keep the value of Y still:
x ()
{
  real4 D.480;
  static real4 y;

  y = 1.0e+0;
  D.480 = y;
  return D.480;
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|i686-pc-linux-gnu           |
   Last reconfirmed|2005-07-22 19:55:27         |2005-09-30 17:10:24
               date|                            |


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



More information about the Gcc-bugs mailing list