https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93177
--- Comment #18 from Segher Boessenkool <segher at gcc dot gnu.org> --- (In reply to Sergey Fedorov from comment #16) > For Darwin, PPC intrinsics already is there in Apple headers. Can it be > added into current GCC? If it is in the Apple headers already, why would you need a separate copy in GCC? Also please note that as said many of those things do not work with current GCC, and arguably didn't work with older GCC either, the user just got lucky that the random translation he got did what he wanted :-/ Things like "sync" or "dcbst" need proper dependencies, things like lwarx are *impossible* to do, etc. But thought-out patches are welcome :-)