public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/41591]  New: documentation should document interaction of -flto and -fwhole-program
@ 2009-10-05 14:31 andi-gcc at firstfloor dot org
  2009-10-05 14:38 ` [Bug lto/41591] " rguenth at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: andi-gcc at firstfloor dot org @ 2009-10-05 14:31 UTC (permalink / raw)
  To: gcc-bugs

e.g. when -fwhole-program should be specified, at compile or at line time
and that it applies to the object files

I figured it out using the source and #gcc, but it would be better in
the texinfo file.


-- 
           Summary: documentation should document interaction of -flto and -
                    fwhole-program
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: andi-gcc at firstfloor dot org
  GCC host triplet: x86_64-linux


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


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

* [Bug lto/41591] documentation should document interaction of -flto and -fwhole-program
  2009-10-05 14:31 [Bug lto/41591] New: documentation should document interaction of -flto and -fwhole-program andi-gcc at firstfloor dot org
@ 2009-10-05 14:38 ` rguenth at gcc dot gnu dot org
  2009-10-05 17:51 ` burnus at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-10-05 14:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2009-10-05 14:37 -------
Confirmed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |documentation
   Last reconfirmed|0000-00-00 00:00:00         |2009-10-05 14:37:56
               date|                            |


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


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

* [Bug lto/41591] documentation should document interaction of -flto and -fwhole-program
  2009-10-05 14:31 [Bug lto/41591] New: documentation should document interaction of -flto and -fwhole-program andi-gcc at firstfloor dot org
  2009-10-05 14:38 ` [Bug lto/41591] " rguenth at gcc dot gnu dot org
@ 2009-10-05 17:51 ` burnus at gcc dot gnu dot org
  2009-10-06 10:38 ` burnus at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: burnus at gcc dot gnu dot org @ 2009-10-05 17:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from burnus at gcc dot gnu dot org  2009-10-05 17:50 -------
Draft patch at http://gcc.gnu.org/ml/gcc-patches/2009-10/msg00300.html,
has room for improvements.


-- 


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


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

* [Bug lto/41591] documentation should document interaction of -flto and -fwhole-program
  2009-10-05 14:31 [Bug lto/41591] New: documentation should document interaction of -flto and -fwhole-program andi-gcc at firstfloor dot org
  2009-10-05 14:38 ` [Bug lto/41591] " rguenth at gcc dot gnu dot org
  2009-10-05 17:51 ` burnus at gcc dot gnu dot org
@ 2009-10-06 10:38 ` burnus at gcc dot gnu dot org
  2009-10-06 11:39 ` burnus at gcc dot gnu dot org
  2009-12-11 16:56 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: burnus at gcc dot gnu dot org @ 2009-10-06 10:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from burnus at gcc dot gnu dot org  2009-10-06 10:38 -------
Subject: Bug 41591

Author: burnus
Date: Tue Oct  6 10:38:12 2009
New Revision: 152490

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152490
Log:
2009-10-06  Tobias Burnus  <burnus@net-b.de>

       PR lto/41591
       * doc/invoke.texi (-flto,-fwhole-program): Make clear that the
       -flto and -fwhole-program flags can be combined.


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


-- 


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


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

* [Bug lto/41591] documentation should document interaction of -flto and -fwhole-program
  2009-10-05 14:31 [Bug lto/41591] New: documentation should document interaction of -flto and -fwhole-program andi-gcc at firstfloor dot org
                   ` (2 preceding siblings ...)
  2009-10-06 10:38 ` burnus at gcc dot gnu dot org
@ 2009-10-06 11:39 ` burnus at gcc dot gnu dot org
  2009-12-11 16:56 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: burnus at gcc dot gnu dot org @ 2009-10-06 11:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from burnus at gcc dot gnu dot org  2009-10-06 11:39 -------
Andi, is the current wording sufficient or is something missing/unclear?

http://gcc.gnu.org/viewcvs/trunk/gcc/doc/invoke.texi?r1=152490&r2=152489&pathrev=152490


-- 


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


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

* [Bug lto/41591] documentation should document interaction of -flto and -fwhole-program
  2009-10-05 14:31 [Bug lto/41591] New: documentation should document interaction of -flto and -fwhole-program andi-gcc at firstfloor dot org
                   ` (3 preceding siblings ...)
  2009-10-06 11:39 ` burnus at gcc dot gnu dot org
@ 2009-12-11 16:56 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-12-11 16:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2009-12-11 16:56 -------
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2009-12-11 16:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-05 14:31 [Bug lto/41591] New: documentation should document interaction of -flto and -fwhole-program andi-gcc at firstfloor dot org
2009-10-05 14:38 ` [Bug lto/41591] " rguenth at gcc dot gnu dot org
2009-10-05 17:51 ` burnus at gcc dot gnu dot org
2009-10-06 10:38 ` burnus at gcc dot gnu dot org
2009-10-06 11:39 ` burnus at gcc dot gnu dot org
2009-12-11 16:56 ` rguenth 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).