public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/35853]  New: [4.4 Regression] -d is still referenced in some cases (documentation)
@ 2008-04-07  1:18 pinskia at gcc dot gnu dot org
  2008-04-07  1:24 ` [Bug middle-end/35853] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-04-07  1:18 UTC (permalink / raw)
  To: gcc-bugs

When I noticed PR 35843, I saw that some -dletter was still referenced in some
cases:
-dv
For each of the other indicated dump files (either with -d or -fdump-rtl-pass),
dump a representation of the control flow graph suitable for viewing with VCG
to file.pass.vcg. 
-dx
Just generate RTL for a function instead of compiling it. Usually used with `r'
(-fdump-rtl-expand). 

Also the sentence above this list is incorrect as the long options don't have a
-d letter any more:
Most debug dumps can be enabled either passing a letter to the -d option, or
with a long -fdump-rtl switch; here are the possible letters for use in letters
and pass, and their meanings:


-- 
           Summary: [4.4 Regression] -d is still referenced in some cases
                    (documentation)
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


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


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

* [Bug middle-end/35853] [4.4 Regression] -d is still referenced in some cases (documentation)
  2008-04-07  1:18 [Bug middle-end/35853] New: [4.4 Regression] -d is still referenced in some cases (documentation) pinskia at gcc dot gnu dot org
@ 2008-04-07  1:24 ` pinskia at gcc dot gnu dot org
  2008-04-07  1:25 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-04-07  1:24 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org
   Target Milestone|---                         |4.4.0


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


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

* [Bug middle-end/35853] [4.4 Regression] -d is still referenced in some cases (documentation)
  2008-04-07  1:18 [Bug middle-end/35853] New: [4.4 Regression] -d is still referenced in some cases (documentation) pinskia at gcc dot gnu dot org
  2008-04-07  1:24 ` [Bug middle-end/35853] " pinskia at gcc dot gnu dot org
@ 2008-04-07  1:25 ` pinskia at gcc dot gnu dot org
  2008-04-20 20:45 ` rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-04-07  1:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2008-04-07 01:24 -------
The removal of -d letter support for the RTL passes was done by:
2008-04-05  Jan Hubicka  <jh@suse.cz>


-- 


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


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

* [Bug middle-end/35853] [4.4 Regression] -d is still referenced in some cases (documentation)
  2008-04-07  1:18 [Bug middle-end/35853] New: [4.4 Regression] -d is still referenced in some cases (documentation) pinskia at gcc dot gnu dot org
  2008-04-07  1:24 ` [Bug middle-end/35853] " pinskia at gcc dot gnu dot org
  2008-04-07  1:25 ` pinskia at gcc dot gnu dot org
@ 2008-04-20 20:45 ` rguenth at gcc dot gnu dot org
  2008-06-15 22:50 ` hubicka at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-04-20 20:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2008-04-20 20:44 -------
Honza?


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Priority|P3                          |P2
   Last reconfirmed|0000-00-00 00:00:00         |2008-04-20 20:44:58
               date|                            |


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


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

* [Bug middle-end/35853] [4.4 Regression] -d is still referenced in some cases (documentation)
  2008-04-07  1:18 [Bug middle-end/35853] New: [4.4 Regression] -d is still referenced in some cases (documentation) pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-04-20 20:45 ` rguenth at gcc dot gnu dot org
@ 2008-06-15 22:50 ` hubicka at gcc dot gnu dot org
  2008-10-21 10:22 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hubicka at gcc dot gnu dot org @ 2008-06-15 22:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hubicka at gcc dot gnu dot org  2008-06-15 22:49 -------
Patch posted.


-- 


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


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

* [Bug middle-end/35853] [4.4 Regression] -d is still referenced in some cases (documentation)
  2008-04-07  1:18 [Bug middle-end/35853] New: [4.4 Regression] -d is still referenced in some cases (documentation) pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-06-15 22:50 ` hubicka at gcc dot gnu dot org
@ 2008-10-21 10:22 ` jakub at gcc dot gnu dot org
  2008-10-21 23:09 ` jakub at gcc dot gnu dot org
  2008-10-21 23:11 ` jakub at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-10-21 10:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jakub at gcc dot gnu dot org  2008-10-21 10:21 -------
Newer version of the patch posted.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2008-
                   |                            |10/msg00846.html
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2008-04-20 20:44:58         |2008-10-21 10:21:02
               date|                            |


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


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

* [Bug middle-end/35853] [4.4 Regression] -d is still referenced in some cases (documentation)
  2008-04-07  1:18 [Bug middle-end/35853] New: [4.4 Regression] -d is still referenced in some cases (documentation) pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2008-10-21 10:22 ` jakub at gcc dot gnu dot org
@ 2008-10-21 23:09 ` jakub at gcc dot gnu dot org
  2008-10-21 23:11 ` jakub at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-10-21 23:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jakub at gcc dot gnu dot org  2008-10-21 23:07 -------
Subject: Bug 35853

Author: jakub
Date: Tue Oct 21 23:06:21 2008
New Revision: 141280

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141280
Log:
        PR middle-end/35853
        * doc/invoke.texi: Remove references to obsoleted -d dumps.

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


-- 


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


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

* [Bug middle-end/35853] [4.4 Regression] -d is still referenced in some cases (documentation)
  2008-04-07  1:18 [Bug middle-end/35853] New: [4.4 Regression] -d is still referenced in some cases (documentation) pinskia at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2008-10-21 23:09 ` jakub at gcc dot gnu dot org
@ 2008-10-21 23:11 ` jakub at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-10-21 23:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jakub at gcc dot gnu dot org  2008-10-21 23:09 -------
Fixed.


-- 

jakub at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-10-21 23:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-07  1:18 [Bug middle-end/35853] New: [4.4 Regression] -d is still referenced in some cases (documentation) pinskia at gcc dot gnu dot org
2008-04-07  1:24 ` [Bug middle-end/35853] " pinskia at gcc dot gnu dot org
2008-04-07  1:25 ` pinskia at gcc dot gnu dot org
2008-04-20 20:45 ` rguenth at gcc dot gnu dot org
2008-06-15 22:50 ` hubicka at gcc dot gnu dot org
2008-10-21 10:22 ` jakub at gcc dot gnu dot org
2008-10-21 23:09 ` jakub at gcc dot gnu dot org
2008-10-21 23:11 ` jakub 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).