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: [RFC] PR 50837


On 11/10/2011 02:12 AM, Jason Merrill wrote:
On 11/09/2011 07:56 PM, Paolo Carlini wrote:
- /*allow_non_integral_constant_expression_p=*/false,
+ /*allow_non_integral_constant_expression_p=*/true,

This should be (cxx_dialect >= cxx0x) rather than true.

Sure, we can do that (template/nontype13.C still has to be tweaked a bit for the C++11 pass of testsuite). I'm finishing testing the below, Ok?


Thanks,
Paolo.

/////////////////////

Attachment: CL_50837
Description: Text document

Attachment: patch_50837
Description: Text document


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