Re: [C++ Patch] PR 53503

2012-05-28 Thread Paolo Carlini
On 05/28/2012 01:32 PM, Gabriel Dos Reis wrote: On Mon, May 28, 2012 at 6:13 AM, Paolo Carlini wrote: Hi, apparently we have serious troubles with and -std=c++11 and -fno-trapping-math because LTGT_EXPR is unhandled in potential_constant_expression_1. Thus, unless we have sound reasons to *no

Re: [C++ Patch] PR 53503

2012-05-28 Thread Gabriel Dos Reis
On Mon, May 28, 2012 at 6:13 AM, Paolo Carlini wrote: > Hi, > > apparently we have serious troubles with and -std=c++11 and > -fno-trapping-math because LTGT_EXPR is unhandled in > potential_constant_expression_1. Thus, unless we have sound reasons to *not* > handle it together with all the other

[C++ Patch] PR 53503

2012-05-28 Thread Paolo Carlini
Hi, apparently we have serious troubles with and -std=c++11 and -fno-trapping-math because LTGT_EXPR is unhandled in potential_constant_expression_1. Thus, unless we have sound reasons to *not* handle it together with all the other *_EXPR, I think the below could safely go in mainline and 4_