Re: [C++ Patch] PR 55250
On 10/06/2014 04:56 AM, Paolo Carlini wrote: + && ! is_typedef_decl (var) + && ! TYPE_DECL_ALIAS_P (var)) Maybe "&& DECL_IMPLICIT_TYPEDEF_P (var)" instead of the above? OK either way. Jason
[C++ Patch] PR 55250
Hi, the second half of the bug report is about C++14 variable declarations in constexpr functions, an implementation request which should be already done by Jason's recent commit. The first half is about us not rejecting in C++11 mode type declarations in constexpr functions outside, per 7.1