public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug web/32965]  New: missing documentation for -ftree-dse
@ 2007-08-02  2:29 rmoore-gcc at plaxo dot com
  2007-08-02  2:33 ` [Bug web/32965] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: rmoore-gcc at plaxo dot com @ 2007-08-02  2:29 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html shows -ftree-dse as an
optimization enabled by -O / -O1, but doesn't document it below.

via http://tinyurl.com/3cdlnu
Per tree-ssa-dce.c:
A dead store is a store into a memory location which will later be
overwritten by another store without any intervening loads. In this
case the earlier store can be deleted.


-- 
           Summary: missing documentation for -ftree-dse
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: web
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rmoore-gcc at plaxo dot com


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


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

* [Bug web/32965] missing documentation for -ftree-dse
  2007-08-02  2:29 [Bug web/32965] New: missing documentation for -ftree-dse rmoore-gcc at plaxo dot com
@ 2007-08-02  2:33 ` pinskia at gcc dot gnu dot org
  2007-09-04  9:45 ` patchapp at dberlin dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-08-02  2:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-08-02 02:33 -------
Confirmed.  This was listed on PR 13756.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |13756
              nThis|                            |
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-08-02 02:33:37
               date|                            |


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


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

* [Bug web/32965] missing documentation for -ftree-dse
  2007-08-02  2:29 [Bug web/32965] New: missing documentation for -ftree-dse rmoore-gcc at plaxo dot com
  2007-08-02  2:33 ` [Bug web/32965] " pinskia at gcc dot gnu dot org
@ 2007-09-04  9:45 ` patchapp at dberlin dot org
  2007-09-05 19:48 ` rask at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: patchapp at dberlin dot org @ 2007-09-04  9:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from patchapp at dberlin dot org  2007-09-04 09:45 -------
Subject: Bug number PR 32965

A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2007-09/msg00190.html


-- 


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


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

* [Bug web/32965] missing documentation for -ftree-dse
  2007-08-02  2:29 [Bug web/32965] New: missing documentation for -ftree-dse rmoore-gcc at plaxo dot com
  2007-08-02  2:33 ` [Bug web/32965] " pinskia at gcc dot gnu dot org
  2007-09-04  9:45 ` patchapp at dberlin dot org
@ 2007-09-05 19:48 ` rask at gcc dot gnu dot org
  2007-09-05 19:56 ` rask at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rask at gcc dot gnu dot org @ 2007-09-05 19:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rask at gcc dot gnu dot org  2007-09-05 19:48 -------
Subject: Bug 32965

Author: rask
Date: Wed Sep  5 19:47:56 2007
New Revision: 128146

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128146
Log:
        PR web/32965
        PR tree-optimization/13756
        * doc/invoke.texi (Options That Control Optimization): Document
        -ftree-dse.

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


-- 


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


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

* [Bug web/32965] missing documentation for -ftree-dse
  2007-08-02  2:29 [Bug web/32965] New: missing documentation for -ftree-dse rmoore-gcc at plaxo dot com
                   ` (2 preceding siblings ...)
  2007-09-05 19:48 ` rask at gcc dot gnu dot org
@ 2007-09-05 19:56 ` rask at gcc dot gnu dot org
  2007-10-17  9:14 ` pinskia at gcc dot gnu dot org
  2007-10-17  9:14 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rask at gcc dot gnu dot org @ 2007-09-05 19:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rask at gcc dot gnu dot org  2007-09-05 19:56 -------
Fixed with revision 128146. The online documentation will be updated
automatically within 24 hours.


-- 

rask at gcc dot gnu dot org changed:

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


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


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

* [Bug web/32965] missing documentation for -ftree-dse
  2007-08-02  2:29 [Bug web/32965] New: missing documentation for -ftree-dse rmoore-gcc at plaxo dot com
                   ` (4 preceding siblings ...)
  2007-10-17  9:14 ` pinskia at gcc dot gnu dot org
@ 2007-10-17  9:14 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-10-17  9:14 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug web/32965] missing documentation for -ftree-dse
  2007-08-02  2:29 [Bug web/32965] New: missing documentation for -ftree-dse rmoore-gcc at plaxo dot com
                   ` (3 preceding siblings ...)
  2007-09-05 19:56 ` rask at gcc dot gnu dot org
@ 2007-10-17  9:14 ` pinskia at gcc dot gnu dot org
  2007-10-17  9:14 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-10-17  9:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2007-10-17 09:14 -------
*** Bug 33798 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |metallurge at gmail dot com


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


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

end of thread, other threads:[~2007-10-17  9:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-02  2:29 [Bug web/32965] New: missing documentation for -ftree-dse rmoore-gcc at plaxo dot com
2007-08-02  2:33 ` [Bug web/32965] " pinskia at gcc dot gnu dot org
2007-09-04  9:45 ` patchapp at dberlin dot org
2007-09-05 19:48 ` rask at gcc dot gnu dot org
2007-09-05 19:56 ` rask at gcc dot gnu dot org
2007-10-17  9:14 ` pinskia at gcc dot gnu dot org
2007-10-17  9:14 ` pinskia 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).