Re: [C++ Patch] PR 51400
OK. Jason
[C++ Patch] PR 51400
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