https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115556
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |---
--- Comment #14 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
It could also be a bug in this example too.
Because I can't get it to compile with clang trunk due to a different issue all
together.
<source>:14:5: error: invalid use of incomplete type 'Test'
14 | Test()(int(), d);
| ^~~~~~
<source>:10:8: note: forward declaration of 'hwy::N_NEON::Test'
10 | struct Test;