Commit fb07bf88 by Jason Merrill

re PR c++/78334 ([C++1z] P0127R2 related ICE: Segmentation fault)

	PR c++/78334

	* g++.dg/cpp1z/nontype-auto7.C: New.

From-SVN: r245174
parent f589a1ce
// PR c++/78334
// { dg-options -std=c++1z }
template <auto> auto constexpr_string([](auto) {});
void foo() { constexpr_string<0>(0); };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment