[Bug c/91937] _Generic Feature Expansion

2019-10-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91937 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/91937] _Generic Feature Expansion

2019-09-30 Thread jakub at gcc dot gnu.org
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

[Bug c/91937] _Generic Feature Expansion

2019-09-30 Thread srinath.parvathaneni at arm dot com
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

[Bug c/91937] _Generic Feature Expansion

2019-09-30 Thread jakub at gcc dot gnu.org
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