This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13244] Demangler should parenthesize > operator?


------- Additional Comments From gdr at integrable-solutions dot net  2003-12-01 02:51 -------
Subject: Re:  New: Demangler should parenthesize > operator?

"drow at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:

| 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?

Definitely.

-- Gaby


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]