As a result of adding a data member to the format_flag_spec struct my change to enhance -Wformat to warn about poorly quoted GCC diagnostics managed to break bootstrap for the Cygwin and Solaris targets, both of which make use of the struct to define their own printf format extensions.
I committed r247801 to fix the Cygwin bootstrap, and r247804 to fix Solaris. Martin