https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91937
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91937
--- Comment #3 from Jakub Jelinek ---
Then perhaps you want to use C++ instead of C?
The way the preprocessor works and the way _Generic works is defined in the C
standard, we can't handle it just differently from what the standard says, and
the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91937
--- Comment #2 from Srinath Parvathaneni
---
I'm using _Generic to create polymorphic implementations of MVE intrinsics.
MVE have more than 50 data types (combinations) and intrinsics with more upto 5
arguments. So on nesting a call to just two
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91937
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1