public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/8897] Demangling of template conversion operators
       [not found] <20021210215601.8897.martin@v.loewis.de>
@ 2003-06-02  5:09 ` dhazeghi@yahoo.com
  2003-06-02 14:54 ` bkoz@redhat.com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-02  5:09 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=8897



------- Additional Comments From dhazeghi@yahoo.com  2003-06-02 05:09 -------
Hello,

Ben, you suggested that the new demangler fixed this bug. Is the new demangler present in gcc 
3.3? Thanks,

Dara



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/8897] Demangling of template conversion operators
       [not found] <20021210215601.8897.martin@v.loewis.de>
  2003-06-02  5:09 ` [Bug c++/8897] Demangling of template conversion operators dhazeghi@yahoo.com
@ 2003-06-02 14:54 ` bkoz@redhat.com
  2003-06-09  1:20 ` pinskia@physics.uc.edu
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: bkoz@redhat.com @ 2003-06-02 14:54 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=8897



------- Additional Comments From bkoz@redhat.com  2003-06-02 14:54 -------
Subject: Re:  Demangling of template conversion operators


>Ben, you suggested that the new demangler fixed this bug. Is the new
>demangler present in gcc 3.3? Thanks

No, it's only available in libstdc++ on mainline, as __cxa_demangle. Try
that and see if it works. At some point that code will probably be used
in libiberty, (see H.J's patches) but it's not currently.

-benjamin




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/8897] Demangling of template conversion operators
       [not found] <20021210215601.8897.martin@v.loewis.de>
  2003-06-02  5:09 ` [Bug c++/8897] Demangling of template conversion operators dhazeghi@yahoo.com
  2003-06-02 14:54 ` bkoz@redhat.com
@ 2003-06-09  1:20 ` pinskia@physics.uc.edu
  2003-07-01 20:18 ` [Bug other/8897] " pinskia at physics dot uc dot edu
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-09  1:20 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=8897


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-09 01:20:03
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-06-09 01:20 -------
This should not be in the waiting anymore, this is waiting on a patch being accepted.


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

* [Bug other/8897] Demangling of template conversion operators
       [not found] <20021210215601.8897.martin@v.loewis.de>
                   ` (2 preceding siblings ...)
  2003-06-09  1:20 ` pinskia@physics.uc.edu
@ 2003-07-01 20:18 ` pinskia at physics dot uc dot edu
  2003-08-07 13:51 ` pinskia at physics dot uc dot edu
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-01 20:18 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=8897


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |other


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-01 20:18 -------
Changing this to other from c++ because the demangler is not part of the c++ frontend.


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

* [Bug other/8897] Demangling of template conversion operators
       [not found] <20021210215601.8897.martin@v.loewis.de>
                   ` (3 preceding siblings ...)
  2003-07-01 20:18 ` [Bug other/8897] " pinskia at physics dot uc dot edu
@ 2003-08-07 13:51 ` pinskia at physics dot uc dot edu
  2003-12-01  3:02 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-07 13:51 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=8897


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |11028


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-07 13:51 -------
Most likely gets fixed when PR 11028 gets fixed.


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

* [Bug other/8897] Demangling of template conversion operators
       [not found] <20021210215601.8897.martin@v.loewis.de>
                   ` (4 preceding siblings ...)
  2003-08-07 13:51 ` pinskia at physics dot uc dot edu
@ 2003-12-01  3:02 ` pinskia at gcc dot gnu dot org
  2003-12-01  3:03 ` pinskia at gcc dot gnu dot org
  2003-12-01  3:08 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-01  3:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-01 03:02 -------
This is fixed with the new libiberty demangler: A<float>::operator int<int>().
Carlo is this fixed in the libstdc++ demangler?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


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


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

* [Bug other/8897] Demangling of template conversion operators
       [not found] <20021210215601.8897.martin@v.loewis.de>
                   ` (5 preceding siblings ...)
  2003-12-01  3:02 ` pinskia at gcc dot gnu dot org
@ 2003-12-01  3:03 ` pinskia at gcc dot gnu dot org
  2003-12-01  3:08 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-01  3:03 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 8897 depends on bug 11028, which changed state.

Bug 11028 Summary: The standalone C++ demangler doesn't work on some symbols
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11028

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug other/8897] Demangling of template conversion operators
       [not found] <20021210215601.8897.martin@v.loewis.de>
                   ` (6 preceding siblings ...)
  2003-12-01  3:03 ` pinskia at gcc dot gnu dot org
@ 2003-12-01  3:08 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-01  3:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-01 03:08 -------
Closing as fixed.

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


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


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

end of thread, other threads:[~2003-12-01  3:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20021210215601.8897.martin@v.loewis.de>
2003-06-02  5:09 ` [Bug c++/8897] Demangling of template conversion operators dhazeghi@yahoo.com
2003-06-02 14:54 ` bkoz@redhat.com
2003-06-09  1:20 ` pinskia@physics.uc.edu
2003-07-01 20:18 ` [Bug other/8897] " pinskia at physics dot uc dot edu
2003-08-07 13:51 ` pinskia at physics dot uc dot edu
2003-12-01  3:02 ` pinskia at gcc dot gnu dot org
2003-12-01  3:03 ` pinskia at gcc dot gnu dot org
2003-12-01  3:08 ` 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).