public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/33196]  New: Generic name to non-standard procedure: Not diagnosed with -std=f95
@ 2007-08-26 18:11 burnus at gcc dot gnu dot org
  2007-10-26  7:28 ` [Bug fortran/33196] " jv244 at cam dot ac dot uk
  2010-05-01 20:15 ` dfranke at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-08-26 18:11 UTC (permalink / raw)
  To: gcc-bugs

gfortran.dg/gamma_2.f90 (of PR 32980) contains:

+! { dg-options "-std=f2003 -Wall" }
+rsp = gamma(rsp)  ! FIXME:  "is not included in the selected standard"
+rdp = gamma(rdp)  ! FIXME:  "is not included in the selected standard"
+rqp = gamma(rqp)  ! FIXME:  "is not included in the selected standard"
+rdp = dgamma(rdp) ! { dg-error "is not included in the selected standard" }

As one can see only for the specific name (dgamma) there is an error with
-std=f2003 but not for the generic name.

The definition contains the proper STD_GNU:

add_sym_1 ("gamma", [...] GFC_STD_GNU [...]
add_sym_1 ("dgamma", [...] GFC_STD_GNU [...]
make_generic ("gamma", GFC_ISYM_GAMMA, GFC_STD_GNU);


-- 
           Summary: Generic name to non-standard procedure: Not diagnosed
                    with -std=f95
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org


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


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

* [Bug fortran/33196] Generic name to non-standard procedure: Not diagnosed with -std=f95
  2007-08-26 18:11 [Bug fortran/33196] New: Generic name to non-standard procedure: Not diagnosed with -std=f95 burnus at gcc dot gnu dot org
@ 2007-10-26  7:28 ` jv244 at cam dot ac dot uk
  2010-05-01 20:15 ` dfranke at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: jv244 at cam dot ac dot uk @ 2007-10-26  7:28 UTC (permalink / raw)
  To: gcc-bugs



-- 

jv244 at cam dot ac dot uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-10-26 07:28:13
               date|                            |


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


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

* [Bug fortran/33196] Generic name to non-standard procedure: Not diagnosed with -std=f95
  2007-08-26 18:11 [Bug fortran/33196] New: Generic name to non-standard procedure: Not diagnosed with -std=f95 burnus at gcc dot gnu dot org
  2007-10-26  7:28 ` [Bug fortran/33196] " jv244 at cam dot ac dot uk
@ 2010-05-01 20:15 ` dfranke at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: dfranke at gcc dot gnu dot org @ 2010-05-01 20:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dfranke at gcc dot gnu dot org  2010-05-01 20:15 -------
This was probably fixed when gamma was introduced for F2008.
Closing.


-- 

dfranke at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dfranke at gcc dot gnu dot
                   |                            |org
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2010-05-01 20:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-26 18:11 [Bug fortran/33196] New: Generic name to non-standard procedure: Not diagnosed with -std=f95 burnus at gcc dot gnu dot org
2007-10-26  7:28 ` [Bug fortran/33196] " jv244 at cam dot ac dot uk
2010-05-01 20:15 ` dfranke 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).