https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71821

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dodji at gcc dot gnu.org,
                   |                            |jakub at gcc dot gnu.org,
                   |                            |jason at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
If I slightly modify the testcase:
template < typename > constexpr int f () {  return 4; }
char c alignas (f <int>);
the ICE starts with r192199.

Reply via email to