https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238607
Dimitry Andric <d...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |d...@freebsd.org Status|New |Open --- Comment #2 from Dimitry Andric <d...@freebsd.org> --- I can reproduce, and am investigating. It is some C++17 feature that goes awry. Reduced to: // clang -cc1 -triple x86_64-- -S -std=c++17 RecordIO-min.cpp // Assertion failed: (!Init->isValueDependent()), function checkInitIsICE, // file tools/clang/lib/AST/Decl.cpp, line 2342. template <int> struct a; template <class b, class> struct c { static constexpr int f = b ::d; c(a<f>); }; template <class e, class g = int> c(e)->c<e, g>; -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-toolchain@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"