GNOME Bugzilla – Bug 711158
gtktextattributes: Use an anonymous union instead of arch-testing #ifdef
Last modified: 2013-11-13 18:07:47 UTC
See https://bugzilla.gnome.org/show_bug.cgi?id=711153
Created attachment 258593 [details] [review] gtktextattributes: Use an anonymous union instead of arch-testing #ifdef
Review of attachment 258593 [details] [review]: ok
Ok, let's see if anyone complains... Attachment 258593 [details] pushed as c9892df - gtktextattributes: Use an anonymous union instead of arch-testing #ifdef
Apparently this causes old versions of gcc to blow up unless -fms-extensions is provided. Specifically one downstream user wanted to use an old version of GCC targeting an embedded architecture. GTK+ can continue to build with these versions of GCC if -fms-extensions is provided. Anyways, see follow up here: https://git.gnome.org/browse/gtk+/commit/?id=3c6c90086fe3507563abdd1d511e6f264d131572