[Bug c++/38600] Trouble mangling template_id_expr

2010-02-03 Thread jason at gcc dot gnu dot org
--- Comment #13 from jason at gcc dot gnu dot org 2010-02-03 20:43 --- Subject: Bug 38600 Author: jason Date: Wed Feb 3 20:42:48 2010 New Revision: 156482 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=156482 Log: PR c++/4926 PR c++/38600 * mangle.c

[Bug c++/38600] Trouble mangling template_id_expr

2010-02-03 Thread paolo dot carlini at oracle dot com
--- Comment #14 from paolo dot carlini at oracle dot com 2010-02-03 20:52 --- Great! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38600

[Bug c++/38600] Trouble mangling template_id_expr

2010-02-03 Thread jason at gcc dot gnu dot org
--- Comment #15 from jason at gcc dot gnu dot org 2010-02-03 21:59 --- Fixed for 4.5. -- jason at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|---

[Bug c++/38600] Trouble mangling template_id_expr

2010-02-03 Thread jason at gcc dot gnu dot org
--- Comment #16 from jason at gcc dot gnu dot org 2010-02-03 21:59 --- . -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/38600] Trouble mangling template_id_expr

2010-01-21 Thread jason at gcc dot gnu dot org
--- Comment #12 from jason at gcc dot gnu dot org 2010-01-21 16:25 --- I have a fix for this that has been waiting for feedback from the ABI committee. I'll check it in soon if I don't get any. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38600

[Bug c++/38600] Trouble mangling template_id_expr

2009-12-24 Thread dodji at gcc dot gnu dot org
--- Comment #11 from dodji at gcc dot gnu dot org 2009-12-24 12:03 --- *** Bug 40044 has been marked as a duplicate of this bug. *** -- dodji at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/38600] Trouble mangling template_id_expr

2009-12-23 Thread paolo dot carlini at oracle dot com
--- Comment #10 from paolo dot carlini at oracle dot com 2009-12-23 22:59 --- *** Bug 36236 has been marked as a duplicate of this bug. *** -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug c++/38600] Trouble mangling template_id_expr

2009-12-08 Thread paolo dot carlini at oracle dot com
--- Comment #9 from paolo dot carlini at oracle dot com 2009-12-08 09:53 --- This is yet another, C++0x, in this case, testcase, as provided by Jon. I believe it's the same obnoxious mangling issue, but an additional testcase cannot hurt ;) #include type_traits unsigned value = 0;

[Bug c++/38600] Trouble mangling template_id_expr

2009-11-30 Thread paolo dot carlini at oracle dot com
--- Comment #6 from paolo dot carlini at oracle dot com 2009-11-30 08:53 --- Jason, can we close this one as duplicate of PR38712 ? -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug c++/38600] Trouble mangling template_id_expr

2009-11-30 Thread jason at gcc dot gnu dot org
--- Comment #7 from jason at gcc dot gnu dot org 2009-11-30 20:46 --- Or vice versa, I like this testcase better :) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38600

[Bug c++/38600] Trouble mangling template_id_expr

2009-11-30 Thread paolo dot carlini at oracle dot com
--- Comment #8 from paolo dot carlini at oracle dot com 2009-11-30 22:41 --- *** Bug 38712 has been marked as a duplicate of this bug. *** -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug c++/38600] Trouble mangling template_id_expr

2009-11-30 Thread paolo dot carlini at oracle dot com
-- paolo dot carlini at oracle dot com changed: What|Removed |Added CC|jason at gcc dot gnu dot org| AssignedTo|unassigned at gcc dot gnu |jason at gcc

[Bug c++/38600] Trouble mangling template_id_expr

2009-11-29 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2009-11-29 22:23 --- Reduced testcase: templatevoid (*)() struct A {}; templatetypename void foo(); templatetypename T AfooT bar(); void baz() { barint(); }

[Bug c++/38600] Trouble mangling template_id_expr

2009-11-29 Thread paolo dot carlini at oracle dot com
--- Comment #4 from paolo dot carlini at oracle dot com 2009-11-29 23:50 --- Is this related to PR38600? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38600

[Bug c++/38600] Trouble mangling template_id_expr

2009-11-29 Thread paolo dot carlini at oracle dot com
--- Comment #5 from paolo dot carlini at oracle dot com 2009-11-29 23:52 --- Oops, I meant PR38712 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38600