Re: [wwwdocs] C++14 support for binary literals says Noinstead of Yes

2013-04-30 Thread Jason Merrill
I've updated the webpage. Jason

Re: [wwwdocs] C++14 support for binary literals says Noinstead of Yes

2013-04-30 Thread Jakub Jelinek
On Tue, Apr 30, 2013 at 11:23:49AM -0400, Jason Merrill wrote: I've updated the webpage. Perhaps it would be nice if we had some testsuite coverage for it too, right now unless I'm blind there are exactly 2 testcases, using one 0b... number in each in g++.dg/. At least port

Re: Re: [wwwdocs] C++14 support for binary literals says Noinstead of Yes

2013-04-30 Thread 3dw4rd
On 04/30/13, Jakub Jelinekja...@redhat.com wrote: On Tue, Apr 30, 2013 at 11:23:49AM -0400, Jason Merrill wrote: I've updated the webpage. Perhaps it would be nice if we had some testsuite coverage for it too, right now unless I'm blind there are exactly 2 testcases, using one 0b...

Re: [wwwdocs] C++14 support for binary literals says Noinstead of Yes

2013-04-28 Thread Ed Smith-Rowland
On 04/27/2013 02:59 AM, Jakub Jelinek wrote: On Sat, Apr 27, 2013 at 01:03:17AM -0400, Ed Smith-Rowland wrote: In htdocs/projects/cxx1y.html it says no for support of binary literals. I think that's a Yes actually. Here is a little patchlet. Am I missing something? So yes... ;-) I had

Re: [wwwdocs] C++14 support for binary literals says Noinstead of Yes

2013-04-28 Thread Jason Merrill
The patch looks good to me. Jason

Re: [wwwdocs] C++14 support for binary literals says Noinstead of Yes

2013-04-27 Thread Jakub Jelinek
On Sat, Apr 27, 2013 at 01:03:17AM -0400, Ed Smith-Rowland wrote: In htdocs/projects/cxx1y.html it says no for support of binary literals. I think that's a Yes actually. Here is a little patchlet. Am I missing something? Given ./xg++ -B ./ a.C -std=c++1y -pedantic-errors -S a.C:1:9:

[wwwdocs] C++14 support for binary literals says Noinstead of Yes

2013-04-26 Thread Ed Smith-Rowland
In htdocs/projects/cxx1y.html it says no for support of binary literals. I think that's a Yes actually. Here is a little patchlet. Am I missing something? Index: htdocs/projects/cxx1y.html === RCS file: