public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/37998]  New: Unclear documentation of -fno-common
@ 2008-11-02 19:12 dmacks at netspace dot org
  2009-05-17 13:42 ` [Bug c/37998] " fxcoudert at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: dmacks at netspace dot org @ 2008-11-02 19:12 UTC (permalink / raw)
  To: gcc-bugs

The gcc.1 manpage states:

>-fno-common
> In C, allocate even uninitialized global variables in the data sec-
> tion of the object file, rather than generating them as common
> blocks.  This has the effect that if the same variable is declared
> (without "extern") in two different compilations, you will get an
> error when you link them.

That description is confusing because it's unclear which of the two opposite
situations in the first sentence is the antecedent of the "This" in the second
sentence. Alternative and clearer wordings for second sentence could be:

> If the same variable is declared (without "extern") in two
> different compilations and is allocated in the common blocks, you
> will get an error when you link them due to multiple allocations of
> the same global symbol.


-- 
           Summary: Unclear documentation of -fno-common
           Product: gcc
           Version: 4.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dmacks at netspace dot org
 GCC build triplet: powerpc-apple-darwin8.11.0
  GCC host triplet: powerpc-apple-darwin8.11.0
GCC target triplet: powerpc-apple-darwin8.11.0


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


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

* [Bug c/37998] Unclear documentation of -fno-common
  2008-11-02 19:12 [Bug other/37998] New: Unclear documentation of -fno-common dmacks at netspace dot org
@ 2009-05-17 13:42 ` fxcoudert at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2009-05-17 13:42 UTC (permalink / raw)
  To: gcc-bugs



-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|other                       |c
     Ever Confirmed|0                           |1
  GCC build triplet|powerpc-apple-darwin8.11.0  |
 GCC target triplet|powerpc-apple-darwin8.11.0  |
           Keywords|                            |documentation
   Last reconfirmed|0000-00-00 00:00:00         |2009-05-17 13:42:32
               date|                            |


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


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

end of thread, other threads:[~2009-05-17 13:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-02 19:12 [Bug other/37998] New: Unclear documentation of -fno-common dmacks at netspace dot org
2009-05-17 13:42 ` [Bug c/37998] " 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).