autc04 / Retro68

a gcc-based cross-compiler for classic 68K and PPC Macintoshes
GNU General Public License v3.0
537 stars 51 forks source link

Fixes include poisoning on sonoma #241

Closed pando-fredrik closed 3 months ago

pando-fredrik commented 3 months ago

Retro68 does not build on sonoma due to type poisoning. This commit is basically a backport of the patches made for gcc-14 which solves the issue.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111632