public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/31612]  New: -fsyntax-only documentation is not accurate
@ 2007-04-17 19:04 fxcoudert at gcc dot gnu dot org
  2007-04-18  6:14 ` [Bug fortran/31612] " fxcoudert at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-04-17 19:04 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 945 bytes --]

The doc for -fsyntax-only says "Check the code for syntax errors, but don’t do
anything beyond that." while that option actually does more than that: it
creates module files (the *.mod files).

If we believe it's an intended behaviour, it should be noted in the docs. If we
believe it's not what we want, we should make another -fgenerate-module-files
option and handle both. (we need an option to generate module files, because
it's used by the libgomp build machinery).

Personnaly, I'd go for the second option.


-- 
           Summary: -fsyntax-only documentation is not accurate
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: enhancement
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org


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


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

* [Bug fortran/31612] -fsyntax-only documentation is not accurate
  2007-04-17 19:04 [Bug fortran/31612] New: -fsyntax-only documentation is not accurate fxcoudert at gcc dot gnu dot org
@ 2007-04-18  6:14 ` fxcoudert at gcc dot gnu dot org
  2007-04-19 21:43 ` tobi at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-04-18  6:14 UTC (permalink / raw)
  To: gcc-bugs



-- 

fxcoudert 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         |2007-04-18 07:13:57
               date|                            |


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


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

* [Bug fortran/31612] -fsyntax-only documentation is not accurate
  2007-04-17 19:04 [Bug fortran/31612] New: -fsyntax-only documentation is not accurate fxcoudert at gcc dot gnu dot org
  2007-04-18  6:14 ` [Bug fortran/31612] " fxcoudert at gcc dot gnu dot org
@ 2007-04-19 21:43 ` tobi at gcc dot gnu dot org
  2007-04-19 21:44 ` fxcoudert at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tobi at gcc dot gnu dot org @ 2007-04-19 21:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from tobi at gcc dot gnu dot org  2007-04-19 22:42 -------
module a
end module a

use a
end

How are you going to handle this?  There's no meaningful syntax checking
without also creating modules.  One could maybe create the modules in a
temporary place?


-- 

tobi at gcc dot gnu dot org changed:

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


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


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

* [Bug fortran/31612] -fsyntax-only documentation is not accurate
  2007-04-17 19:04 [Bug fortran/31612] New: -fsyntax-only documentation is not accurate fxcoudert at gcc dot gnu dot org
  2007-04-18  6:14 ` [Bug fortran/31612] " fxcoudert at gcc dot gnu dot org
  2007-04-19 21:43 ` tobi at gcc dot gnu dot org
@ 2007-04-19 21:44 ` fxcoudert at gcc dot gnu dot org
  2007-08-05 13:44 ` fxcoudert at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-04-19 21:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from fxcoudert at gcc dot gnu dot org  2007-04-19 22:44 -------
Simply fixing the doc is also fine with me :)


-- 


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


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

* [Bug fortran/31612] -fsyntax-only documentation is not accurate
  2007-04-17 19:04 [Bug fortran/31612] New: -fsyntax-only documentation is not accurate fxcoudert at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-04-19 21:44 ` fxcoudert at gcc dot gnu dot org
@ 2007-08-05 13:44 ` fxcoudert at gcc dot gnu dot org
  2007-08-05 23:39 ` fxcoudert at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-08-05 13:44 UTC (permalink / raw)
  To: gcc-bugs



-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |fxcoudert at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2007-04-18 07:13:57         |2007-08-05 13:44:35
               date|                            |


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


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

* [Bug fortran/31612] -fsyntax-only documentation is not accurate
  2007-04-17 19:04 [Bug fortran/31612] New: -fsyntax-only documentation is not accurate fxcoudert at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-08-05 13:44 ` fxcoudert at gcc dot gnu dot org
@ 2007-08-05 23:39 ` fxcoudert at gcc dot gnu dot org
  2007-08-05 23:40 ` fxcoudert at gcc dot gnu dot org
  2007-08-05 23:40 ` fxcoudert at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-08-05 23:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from fxcoudert at gcc dot gnu dot org  2007-08-05 23:39 -------
Subject: Bug 31612

Author: fxcoudert
Date: Sun Aug  5 23:39:05 2007
New Revision: 127228

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127228
Log:
       PR fortran/31612
      * invoke.texi: Adjust documentation for option -fsyntax-only.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/invoke.texi


-- 


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


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

* [Bug fortran/31612] -fsyntax-only documentation is not accurate
  2007-04-17 19:04 [Bug fortran/31612] New: -fsyntax-only documentation is not accurate fxcoudert at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2007-08-05 23:39 ` fxcoudert at gcc dot gnu dot org
@ 2007-08-05 23:40 ` fxcoudert at gcc dot gnu dot org
  2007-08-05 23:40 ` fxcoudert at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-08-05 23:40 UTC (permalink / raw)
  To: gcc-bugs



-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.3.0


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


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

* [Bug fortran/31612] -fsyntax-only documentation is not accurate
  2007-04-17 19:04 [Bug fortran/31612] New: -fsyntax-only documentation is not accurate fxcoudert at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2007-08-05 23:40 ` fxcoudert at gcc dot gnu dot org
@ 2007-08-05 23:40 ` fxcoudert at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-08-05 23:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from fxcoudert at gcc dot gnu dot org  2007-08-05 23:39 -------
Fixed.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2007-08-05 23:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-17 19:04 [Bug fortran/31612] New: -fsyntax-only documentation is not accurate fxcoudert at gcc dot gnu dot org
2007-04-18  6:14 ` [Bug fortran/31612] " fxcoudert at gcc dot gnu dot org
2007-04-19 21:43 ` tobi at gcc dot gnu dot org
2007-04-19 21:44 ` fxcoudert at gcc dot gnu dot org
2007-08-05 13:44 ` fxcoudert at gcc dot gnu dot org
2007-08-05 23:39 ` fxcoudert at gcc dot gnu dot org
2007-08-05 23:40 ` fxcoudert at gcc dot gnu dot org
2007-08-05 23:40 ` 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).