Hi JonY, Sorry for the delay. Please find updated patch as per Gerald and you suggestion. Is this ok for wwwdocs once [1] is committed in GCC 8 cycle? [1] https://gcc.gnu.org/ml/gcc-patches/2017-02/msg01153.html Best regards, Thomas On 12/03/17 23:51, JonY wrote: > On 03/12/2017 02:07 PM, Gerald Pfeifer wrote: >> On Thu, 9 Mar 2017, Thomas Preudhomme wrote: >>> JonY: what about the attached patch to document the change of behavior >>> of GCC on Windows depending on the configure option used? >> >> +

MinGW issues

>> + >> +

GCC on Microsoft Windows can now be configured via >> +--enable-mingw-wildcard or >> --disable-mingw-wildcard >> +to force a specific behavior for GCC itself with regards to supporting or >> +not the wildcard character. Prior versions of GCC would follow the >> >> Perhaps put "(or not)" in parentheses? >> >> +configuration of MinGW runtime. This behavior can still be obtained by not >> +using the above options or by using >> +--enable-mingw-wildcard=platform.

>> >> Is this really going to be a question for the Porting Guide, or more >> something you'd put into the release notes (aka changes.html)? I am >> thinking more the latter. >> >> This patch is approved for gcc-8/changes.html once GCC 7 has branched >> and gcc-8/changes.html be put in place (though I may be doing that pro- >> actively later today ;-). >> >> Gerald >> > > It should be part of the release notes since it only affects GCC itself, > not the actual generated output. > >