AhmedKamel10 wrote: > can you take a look at the failure on the bot? I’m pretty sure this is > because the PS4 target the bot uses defaults to a different version of the C > standard than the rest of the compiler.
Yes, confirmed. the test didn't pin -std=, so it fell back to the target's default (pre-C11 on that PS4 configuration), which is why _Static_assert/_Generic triggered pedantic warnings there. PR incoming shortly https://github.com/llvm/llvm-project/pull/225597 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
