public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/13244] New: Demangler should parenthesize > operator?
@ 2003-11-30 18:47 drow at gcc dot gnu dot org
  2003-11-30 21:08 ` [Bug c++/13244] " carlo at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: drow at gcc dot gnu dot org @ 2003-11-30 18:47 UTC (permalink / raw)
  To: gcc-bugs

Consider:
template <int T> class foo { public: foo() { } class Z { };};
template <int I> void dep9(foo<(I) > (2)> *) { }


00000000 W void dep8<3>(foo<(3) > (2)>*)


I'm told there's a DR about this.  But definitely GCC doesn't accept something
like <3 > 2>, you have to say <(3 > 2)>.  Probably the demangler should do
something similar?

-- 
           Summary: Demangler should parenthesize > operator?
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: c++
        AssignedTo: ian at airs dot com
        ReportedBy: drow at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2004-07-01 10:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-30 18:47 [Bug c++/13244] New: Demangler should parenthesize > operator? drow at gcc dot gnu dot org
2003-11-30 21:08 ` [Bug c++/13244] " carlo at gcc dot gnu dot org
2003-11-30 21:16 ` pinskia at gcc dot gnu dot org
2003-12-01  2:51 ` gdr at integrable-solutions dot net
2003-12-04 19:48 ` cvs-commit at gcc dot gnu dot org
2003-12-04 19:53 ` ian at airs dot com
2003-12-09 18:43 ` dhazeghi at yahoo dot com
2004-06-28 22:34 ` cvs-commit at gcc dot gnu dot org
2004-07-01 10:59 ` cvs-commit 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).