This is the mail archive of the gcc-patches@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]

Re: [C++ PATCH] [PR8856] A conversion-function-id cannot be a template-name (regression on trunk)


"Giovanni Bajo" <giovannibajo@libero.it> writes:

| Gaby: part of this bug is a regression on the 3.3 branch as well (only if the
| postfix-expression is qualified, as in 'a.A::operator double<int>'). Alas, a
| fix for the branch would involve tweaking with the old parser, which I'm not
| familiar with. Given that this is just an accepts-invalid, and the additional
| template argument list is silently ignored by the compiler without
| side-effects, my opinion is that we can go with WONTFIX for the branch.

At this time, I would not work, nor accept any patch in that area
before 3.3.3 goes out.  You can close the PR as WONTFIX.

Thanks,

-- Gaby


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