Re: [C++ PATCH] Avoid ICE on auto non-static data members (PR c++/51401)
OK. Jason
[C++ PATCH] Avoid ICE on auto non-static data members (PR c++/51401)
Hi! By my reading auto is not valid on non-static data members, if they aren't NSDMI, then we'd error on them (but differently between templates and non-templates), but with NSDMI in template we just ICE because init is DEFAULT_ARG. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for tr