https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120905
TCH <tch at protonmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #61915|0 |1 is obsolete| | --- Comment #19 from TCH <tch at protonmail dot com> --- Created attachment 61934 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61934&action=edit Fixes all of the errors of compiling GCC7 on Solaris 10 SPARC - fixed The previous GCC7 patch contained a missing semicolon. Interestingly, GCC7 compiled that way too. Either GCC6 and GCC7 can "eat" a typedef without a terminating semicolon, or there was a standalone semicolon in 'confdefs.h' after the patched part, or that part was not used because a library was installed which rendered that part unneeded.