public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/25707]  New: support for Fortran 2003 USE statements, INTRINSIC and NONINTRINSIC
@ 2006-01-07  5:04 pinskia at gcc dot gnu dot org
  2006-01-07 17:58 ` [Bug fortran/25707] " jb at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-07  5:04 UTC (permalink / raw)
  To: gcc-bugs

http://publib.boulder.ibm.com/infocenter/comphelp/v8v101/index.jsp?topic=/com.ibm.xlf101a.doc/xlflr/use.htm
statements like as valid:
use INTRINSIC, ISO_FORTRAN_ENV
end


-- 
           Summary: support for Fortran 2003 USE statements, INTRINSIC and
                    NONINTRINSIC
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
OtherBugsDependingO 20585,22547
             nThis:


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



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

* [Bug fortran/25707] support for Fortran 2003 USE statements, INTRINSIC and NONINTRINSIC
  2006-01-07  5:04 [Bug fortran/25707] New: support for Fortran 2003 USE statements, INTRINSIC and NONINTRINSIC pinskia at gcc dot gnu dot org
@ 2006-01-07 17:58 ` jb at gcc dot gnu dot org
  2006-01-07 18:09 ` jb at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jb at gcc dot gnu dot org @ 2006-01-07 17:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jb at gcc dot gnu dot org  2006-01-07 17:58 -------
Confirmed. 

Incidentally, you can find the final draft of F2003 (which differs very little
from the published standard) at
http://www.j3-fortran.org/doc/year/04/04-007.pdf


-- 

jb at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-01-07 17:58:22
               date|                            |


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



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

* [Bug fortran/25707] support for Fortran 2003 USE statements, INTRINSIC and NONINTRINSIC
  2006-01-07  5:04 [Bug fortran/25707] New: support for Fortran 2003 USE statements, INTRINSIC and NONINTRINSIC pinskia at gcc dot gnu dot org
  2006-01-07 17:58 ` [Bug fortran/25707] " jb at gcc dot gnu dot org
@ 2006-01-07 18:09 ` jb at gcc dot gnu dot org
  2006-10-21 17:30 ` fxcoudert at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jb at gcc dot gnu dot org @ 2006-01-07 18:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jb at gcc dot gnu dot org  2006-01-07 18:09 -------
Actually, you got the syntax slightly wrong (sorry for not noticing it right
away).

The standard (and from my reading of the ibm docs it seems that they agree with
the standard) specifices the use statement as

use [[, module-nature] ::] module-name [etc...]

where module-nature is either intrinsic or non_intrinsic. That is, if
module-nature is specified the ',' and '::' are mandatory, so the statement in
comment #1 must be of the form

use, intrinsic :: iso_fortran_env


-- 


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



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

* [Bug fortran/25707] support for Fortran 2003 USE statements, INTRINSIC and NONINTRINSIC
  2006-01-07  5:04 [Bug fortran/25707] New: support for Fortran 2003 USE statements, INTRINSIC and NONINTRINSIC pinskia at gcc dot gnu dot org
  2006-01-07 17:58 ` [Bug fortran/25707] " jb at gcc dot gnu dot org
  2006-01-07 18:09 ` jb at gcc dot gnu dot org
@ 2006-10-21 17:30 ` fxcoudert at gcc dot gnu dot org
  2006-10-30 12:16 ` fxcoudert at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-10-21 17:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from fxcoudert at gcc dot gnu dot org  2006-10-21 17:30 -------
It's an enhancement (and actually, it's being worked on).


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org
         AssignedTo|unassigned at gcc dot gnu   |fxcoudert at gcc dot gnu dot
                   |dot org                     |org
           Severity|normal                      |enhancement
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-01-07 17:58:22         |2006-10-21 17:30:35
               date|                            |


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


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

* [Bug fortran/25707] support for Fortran 2003 USE statements, INTRINSIC and NONINTRINSIC
  2006-01-07  5:04 [Bug fortran/25707] New: support for Fortran 2003 USE statements, INTRINSIC and NONINTRINSIC pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-10-21 17:30 ` fxcoudert at gcc dot gnu dot org
@ 2006-10-30 12:16 ` fxcoudert at gcc dot gnu dot org
  2006-11-07 21:39 ` pault at gcc dot gnu dot org
  2006-11-17 11:16 ` fxcoudert at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-10-30 12:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from fxcoudert at gcc dot gnu dot org  2006-10-30 12:16 -------
*** Bug 29643 has been marked as a duplicate of this bug. ***


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu dot
                   |                            |org


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


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

* [Bug fortran/25707] support for Fortran 2003 USE statements, INTRINSIC and NONINTRINSIC
  2006-01-07  5:04 [Bug fortran/25707] New: support for Fortran 2003 USE statements, INTRINSIC and NONINTRINSIC pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-10-30 12:16 ` fxcoudert at gcc dot gnu dot org
@ 2006-11-07 21:39 ` pault at gcc dot gnu dot org
  2006-11-17 11:16 ` fxcoudert at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pault at gcc dot gnu dot org @ 2006-11-07 21:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pault at gcc dot gnu dot org  2006-11-07 21:38 -------
FX,

I think that the keywords patch and rejects valid are both incorrect for this
PR - it's an enhancement, plain and simple.

Paul


-- 

pault at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|patch, rejects-valid        |


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


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

* [Bug fortran/25707] support for Fortran 2003 USE statements, INTRINSIC and NONINTRINSIC
  2006-01-07  5:04 [Bug fortran/25707] New: support for Fortran 2003 USE statements, INTRINSIC and NONINTRINSIC pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2006-11-07 21:39 ` pault at gcc dot gnu dot org
@ 2006-11-17 11:16 ` fxcoudert at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-11-17 11:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from fxcoudert at gcc dot gnu dot org  2006-11-17 11:16 -------
Fixed on mainline (rev. 118930)


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


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


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

end of thread, other threads:[~2006-11-17 11:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-07  5:04 [Bug fortran/25707] New: support for Fortran 2003 USE statements, INTRINSIC and NONINTRINSIC pinskia at gcc dot gnu dot org
2006-01-07 17:58 ` [Bug fortran/25707] " jb at gcc dot gnu dot org
2006-01-07 18:09 ` jb at gcc dot gnu dot org
2006-10-21 17:30 ` fxcoudert at gcc dot gnu dot org
2006-10-30 12:16 ` fxcoudert at gcc dot gnu dot org
2006-11-07 21:39 ` pault at gcc dot gnu dot org
2006-11-17 11:16 ` fxcoudert 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).