public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/20856] New: error needed
@ 2005-04-08 15:54 jv244 at cam dot ac dot uk
  2005-04-10  8:46 ` [Bug fortran/20856] " fxcoudert at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jv244 at cam dot ac dot uk @ 2005-04-08 15:54 UTC (permalink / raw)
  To: gcc-bugs

The following is non-standard and the compiler should probably generate a
warning/error with '-pedantic -std=f95'

FUNCTION X() RESULT(Y)
REAL, SAVE :: Y
END FUNCTION X
END

-- 
           Summary: error needed
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jv244 at cam dot ac dot uk
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: i686-pc-linux-gnu


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/20856] error needed
  2005-04-08 15:54 [Bug fortran/20856] New: error needed jv244 at cam dot ac dot uk
@ 2005-04-10  8:46 ` fxcoudert at gcc dot gnu dot org
  2005-04-22 14:31 ` [Bug fortran/20856] function result may not be saved tobi at gcc dot gnu dot org
  2005-09-30 17:10 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-04-10  8:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-04-10 08:46 -------
I'm not sure what the error should be for that one. Is the problem the SAVE
attribute given to Y?

-- 


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/20856] function result may not be saved
  2005-04-08 15:54 [Bug fortran/20856] New: error needed jv244 at cam dot ac dot uk
  2005-04-10  8:46 ` [Bug fortran/20856] " fxcoudert at gcc dot gnu dot org
@ 2005-04-22 14:31 ` tobi at gcc dot gnu dot org
  2005-09-30 17:10 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: tobi at gcc dot gnu dot org @ 2005-04-22 14:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2005-04-22 14:30 -------
That's the problem.  I'm fairly sure Joost knows the problems for all these bugs ...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tobi at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |accepts-invalid
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-22 14:30:57
               date|                            |
            Summary|error needed                |function result may not be
                   |                            |saved


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/20856] function result may not be saved
  2005-04-08 15:54 [Bug fortran/20856] New: error needed jv244 at cam dot ac dot uk
  2005-04-10  8:46 ` [Bug fortran/20856] " fxcoudert at gcc dot gnu dot org
  2005-04-22 14:31 ` [Bug fortran/20856] function result may not be saved tobi at gcc dot gnu dot org
@ 2005-09-30 17:10 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-30 17:10 UTC (permalink / raw)
  To: gcc-bugs


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-09-30 17:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-08 15:54 [Bug fortran/20856] New: error needed jv244 at cam dot ac dot uk
2005-04-10  8:46 ` [Bug fortran/20856] " fxcoudert at gcc dot gnu dot org
2005-04-22 14:31 ` [Bug fortran/20856] function result may not be saved tobi at gcc dot gnu dot org
2005-09-30 17:10 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).