https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102665
--- Comment #7 from Eric Gallager <egallager at gcc dot gnu.org> --- Making some more progress on this: https://github.com/gcc-mirror/gcc/compare/master...cooljeanius:gcc:me/PR102665 Some notes: - There are a lot of these; I'm not quite sure how many to include in a single patch, or where I should stop... - I'm currently testing platform based on target, but I'm not quite sure if that's correct? Are these target flags or host flags? - All I've done so far has been to test to make sure that the flags are properly rejected on platforms where they're unsupported; I'd appreciate it if people could help with testing that they're still accepted on platforms where they're supposed to be accepted, though...