Re: [C++ Patch] PR 51400

2014-06-30 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 51400

2014-06-28 Thread Paolo Carlini
Hi, this issue manifests itself as an ICE on the gcc_assert toward the end of start_decl: if (VAR_P (decl) && DECL_NAMESPACE_SCOPE_P (decl) && !TREE_PUBLIC (decl) && !was_public && !DECL_THIS_STATIC (decl) && !DECL_ARTIFICIAL (decl)) { /* This is a const variable with