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

Anders Granlund <anders.granlund.0 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |anders.granlund.0 at gmail dot 
com

--- Comment #1 from Anders Granlund <anders.granlund.0 at gmail dot com> ---
Smaller test-case:

  template<typename T> struct S { static constexpr int a[] {0}; };

  template struct S<void>;

  int main() {}

Reply via email to