Re: [C++ Patch] PR 52599

2012-04-17 Thread Jason Merrill
OK. Jason

Re: [C++ Patch] PR 52599

2012-04-17 Thread Paolo Carlini
On 04/17/2012 05:35 PM, Paolo Carlini wrote: Hi, I think build_constexpr_constructor_member_initializers is a better place for that check, since it's already looking at the tree structure. Indeed. I'm finishing testing the below. Ok if it passes? ... uhm, actually like this seems more correct t

Re: [C++ Patch] PR 52599

2012-04-17 Thread Paolo Carlini
Hi, I think build_constexpr_constructor_member_initializers is a better place for that check, since it's already looking at the tree structure. Indeed. I'm finishing testing the below. Ok if it passes? Thanks, Paolo. /cp 2012-04-17 Paolo Carlini PR c++/5259

Re: [C++ Patch] PR 52599

2012-04-17 Thread Jason Merrill
I think build_constexpr_constructor_member_initializers is a better place for that check, since it's already looking at the tree structure. Jason