https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114484
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2024-03-26 Status|UNCONFIRMED |WAITING --- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Can you expand on what is going wrong with the way the include files are done this way? Because it is not obvious what the issue you are running into. Is it because you want to include the intrinsic header inside a header and then it is bringing in some of the declarations to the toplevel namespace and it is breaking the build depending on the target you are compiling on? Or something else?