https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106800
Bug ID: 106800 Summary: Expose more vector extensions in C Product: gcc Version: 10.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: piannetta at kalrayinc dot com Target Milestone: --- Hello, This is a follow-up of PR54427. Since gcc-4.9.4, C++ handles logical operators as well as the ternary operator on vectors but C does not. It would be nice to have a uniform behavior regarding the handling of those operators in C and C++.