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: [PATCH] Fix partial template specialization syntax in wide-int.h


On Jul 17, 2015, at 2:28 AM, Mikhail Maltsev <maltsevm@gmail.com> wrote:
> The following code (reduced from wide-int.h) is rejected by Intel C++ Compiler
> (EDG-based):

So, could you test this with the top of the tree compiler and file a bug report against g++ for it, if it seems to not work right.  If that bug report is rejected, then I’d say file a bug report against clang and EDG.

> I think that the warning is correct, and "template <>" should not be used here.
> The attached patch should fix this issue. Bootstrapped and regtested on
> x86_64-linux. OK for trunk?

Ok.  Does this need to go into the gcc-5 release branch as well?  If so, ok there too.  Thanks.

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