public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/2778] -fdump-translation-unit [Simple patch supplied, needs review]
       [not found] <20010508110600.2778.johnw@mp-dhcp-4-40.attlabs.att.com>
@ 2003-08-16 15:56 ` pinskia at gcc dot gnu dot org
  2003-11-16  0:25 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-16 15:56 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-05-05 00:00:00         |2003-08-16 15:56:48
               date|                            |
   Target Milestone|---                         |3.4


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-16 15:56 -------
There is even a patch in here so moving to 3.4.


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

* [Bug c++/2778] -fdump-translation-unit [Simple patch supplied, needs review]
       [not found] <20010508110600.2778.johnw@mp-dhcp-4-40.attlabs.att.com>
  2003-08-16 15:56 ` [Bug c++/2778] -fdump-translation-unit [Simple patch supplied, needs review] pinskia at gcc dot gnu dot org
@ 2003-11-16  0:25 ` pinskia at gcc dot gnu dot org
  2003-11-17  3:54 ` mmitchel at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-16  0:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-16 00:25 -------
Mark what you think of this patch?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-08-16 15:56:48         |2003-11-16 00:25:17
               date|                            |


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


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

* [Bug c++/2778] -fdump-translation-unit [Simple patch supplied, needs review]
       [not found] <20010508110600.2778.johnw@mp-dhcp-4-40.attlabs.att.com>
  2003-08-16 15:56 ` [Bug c++/2778] -fdump-translation-unit [Simple patch supplied, needs review] pinskia at gcc dot gnu dot org
  2003-11-16  0:25 ` pinskia at gcc dot gnu dot org
@ 2003-11-17  3:54 ` mmitchel at gcc dot gnu dot org
  2003-11-21 10:48 ` lerdsuwa at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-11-17  3:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-11-17 03:54 -------
The second patch (to dump.c) is OK.

The first patch is incorrect.  Information about protected/private bases is
already in the tree structure; the fix should be to change the tree-dumper to
obtain that information, not to change the representation in the tree itself.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|mmitchel at gcc dot gnu dot |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW


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


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

* [Bug c++/2778] -fdump-translation-unit [Simple patch supplied, needs review]
       [not found] <20010508110600.2778.johnw@mp-dhcp-4-40.attlabs.att.com>
                   ` (2 preceding siblings ...)
  2003-11-17  3:54 ` mmitchel at gcc dot gnu dot org
@ 2003-11-21 10:48 ` lerdsuwa at gcc dot gnu dot org
  2003-11-21 15:58 ` lerdsuwa at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: lerdsuwa at gcc dot gnu dot org @ 2003-11-21 10:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2003-11-21 10:48 -------
I'm taking care of it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |lerdsuwa at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug c++/2778] -fdump-translation-unit [Simple patch supplied, needs review]
       [not found] <20010508110600.2778.johnw@mp-dhcp-4-40.attlabs.att.com>
                   ` (3 preceding siblings ...)
  2003-11-21 10:48 ` lerdsuwa at gcc dot gnu dot org
@ 2003-11-21 15:58 ` lerdsuwa at gcc dot gnu dot org
  2003-12-26 18:26 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: lerdsuwa at gcc dot gnu dot org @ 2003-11-21 15:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2003-11-21 15:58 -------
The second patch is already there, the first one appeared fixed
but I cannot tested it.  The -fdump-translation-unit just doesn't
work any more.  Only built-in nodes are dumped.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|lerdsuwa at gcc dot gnu dot |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW


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


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

* [Bug c++/2778] -fdump-translation-unit [Simple patch supplied, needs review]
       [not found] <20010508110600.2778.johnw@mp-dhcp-4-40.attlabs.att.com>
                   ` (4 preceding siblings ...)
  2003-11-21 15:58 ` lerdsuwa at gcc dot gnu dot org
@ 2003-12-26 18:26 ` pinskia at gcc dot gnu dot org
  2005-09-09 13:04 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-26 18:26 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.0                       |---


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


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

* [Bug c++/2778] -fdump-translation-unit [Simple patch supplied, needs review]
       [not found] <20010508110600.2778.johnw@mp-dhcp-4-40.attlabs.att.com>
                   ` (5 preceding siblings ...)
  2003-12-26 18:26 ` pinskia at gcc dot gnu dot org
@ 2005-09-09 13:04 ` rguenth at gcc dot gnu dot org
  2005-09-09 14:30 ` gdr at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2005-09-09 13:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rguenth at gcc dot gnu dot org  2005-09-09 13:04 -------
As per
"The -fdump-translation-unit just doesn't work any more.  Only built-in nodes
are dumped."

-> WONTFIX.

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


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


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

* [Bug c++/2778] -fdump-translation-unit [Simple patch supplied, needs review]
       [not found] <20010508110600.2778.johnw@mp-dhcp-4-40.attlabs.att.com>
                   ` (6 preceding siblings ...)
  2005-09-09 13:04 ` rguenth at gcc dot gnu dot org
@ 2005-09-09 14:30 ` gdr at gcc dot gnu dot org
  2005-09-09 14:30 ` gdr at gcc dot gnu dot org
  2005-09-09 15:56 ` gdr at gcc dot gnu dot org
  9 siblings, 0 replies; 12+ messages in thread
From: gdr at gcc dot gnu dot org @ 2005-09-09 14:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gdr at gcc dot gnu dot org  2005-09-09 14:30 -------
.

-- 


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


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

* [Bug c++/2778] -fdump-translation-unit [Simple patch supplied, needs review]
       [not found] <20010508110600.2778.johnw@mp-dhcp-4-40.attlabs.att.com>
                   ` (7 preceding siblings ...)
  2005-09-09 14:30 ` gdr at gcc dot gnu dot org
@ 2005-09-09 14:30 ` gdr at gcc dot gnu dot org
  2005-09-09 15:56 ` gdr at gcc dot gnu dot org
  9 siblings, 0 replies; 12+ messages in thread
From: gdr at gcc dot gnu dot org @ 2005-09-09 14:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gdr at gcc dot gnu dot org  2005-09-09 14:29 -------
Undo last change from rguenth.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |


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


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

* [Bug c++/2778] -fdump-translation-unit [Simple patch supplied, needs review]
       [not found] <20010508110600.2778.johnw@mp-dhcp-4-40.attlabs.att.com>
                   ` (8 preceding siblings ...)
  2005-09-09 14:30 ` gdr at gcc dot gnu dot org
@ 2005-09-09 15:56 ` gdr at gcc dot gnu dot org
  9 siblings, 0 replies; 12+ messages in thread
From: gdr at gcc dot gnu dot org @ 2005-09-09 15:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gdr at gcc dot gnu dot org  2005-09-09 15:56 -------
.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |gdr at gcc dot gnu dot org
                   |dot org                     |
             Status|REOPENED                    |ASSIGNED
   Last reconfirmed|2003-11-16 00:25:17         |2005-09-09 15:56:44
               date|                            |


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


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

* [Bug c++/2778] -fdump-translation-unit [Simple patch supplied, needs review]
       [not found] <bug-2778-4@http.gcc.gnu.org/bugzilla/>
  2012-08-21 17:24 ` paolo.carlini at oracle dot com
@ 2013-11-07 10:12 ` paolo.carlini at oracle dot com
  1 sibling, 0 replies; 12+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-11-07 10:12 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Known to work|                            |4.8.2, 4.9.0
         Resolution|---                         |WORKSFORME

--- Comment #15 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Everything seems fine to me.


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

* [Bug c++/2778] -fdump-translation-unit [Simple patch supplied, needs review]
       [not found] <bug-2778-4@http.gcc.gnu.org/bugzilla/>
@ 2012-08-21 17:24 ` paolo.carlini at oracle dot com
  2013-11-07 10:12 ` paolo.carlini at oracle dot com
  1 sibling, 0 replies; 12+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-08-21 17:24 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|gcc-bugs at gcc dot gnu.org |

--- Comment #14 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-08-21 17:23:34 UTC ---
Gaby, are you actively working on this?


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

end of thread, other threads:[~2013-11-07 10:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20010508110600.2778.johnw@mp-dhcp-4-40.attlabs.att.com>
2003-08-16 15:56 ` [Bug c++/2778] -fdump-translation-unit [Simple patch supplied, needs review] pinskia at gcc dot gnu dot org
2003-11-16  0:25 ` pinskia at gcc dot gnu dot org
2003-11-17  3:54 ` mmitchel at gcc dot gnu dot org
2003-11-21 10:48 ` lerdsuwa at gcc dot gnu dot org
2003-11-21 15:58 ` lerdsuwa at gcc dot gnu dot org
2003-12-26 18:26 ` pinskia at gcc dot gnu dot org
2005-09-09 13:04 ` rguenth at gcc dot gnu dot org
2005-09-09 14:30 ` gdr at gcc dot gnu dot org
2005-09-09 14:30 ` gdr at gcc dot gnu dot org
2005-09-09 15:56 ` gdr at gcc dot gnu dot org
     [not found] <bug-2778-4@http.gcc.gnu.org/bugzilla/>
2012-08-21 17:24 ` paolo.carlini at oracle dot com
2013-11-07 10:12 ` paolo.carlini at oracle dot com

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).