[Bug c++/92432] Regression: ICE on non-constant expression as template argument

2020-01-29 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92432 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/92432] Regression: ICE on non-constant expression as template argument

2019-11-09 Thread daniel at ekpyron dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92432 --- Comment #3 from Daniel Kirchner --- Non-STL test case: struct X { int s(); }; template using Y = void; template static constexpr void t(X x) { Y v; }

[Bug c++/92432] Regression: ICE on non-constant expression as template argument

2019-11-09 Thread daniel at ekpyron dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92432 --- Comment #2 from Daniel Kirchner --- Might be a duplicate of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87765

[Bug c++/92432] Regression: ICE on non-constant expression as template argument

2019-11-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92432 --- Comment #1 from Andrew Pinski --- Maybe related to PR 86219.