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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
   Target Milestone|---                         |9.4

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I'm not too concerned about the impact on people using the --disable option,
because the default for most targets is to enable it, and everything works.

But for systems where the default is --disable it means the std::filesystem
support is borked.

I think it's a bit too late to fix this for GCC 10.1 because it would enable
new code paths on systems where --disable is the default, and those are the
less well-tested targets. I don't want to break those right before we release
GCC 10.

So I'll fix this on master as soon as GCC 10.1 is released, and backport it for
10.2 and 9.4 later.

Reply via email to