[Bug libstdc++/105915] commit 42eff613 should be backported to gcc-11 for bits/fs_path.h consistency

2022-06-10 Thread heroxbd at sohu dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105915 --- Comment #3 from Benda Xu --- (In reply to Jonathan Wakely from comment #2) > > Only when compiling with clang, presumably. Yes, that's true. To be specific, we meet it in the AMD ROCm on Gentoo, where the HIP compiler is based on llvm

[Bug libstdc++/105915] commit 42eff613 should be backported to gcc-11 for bits/fs_path.h consistency

2022-06-10 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105915 --- Comment #2 from Jonathan Wakely --- (In reply to Benda Xu from comment #0) > With a MWE of > > ```c++ > #include > > int main(){} > ``` > would produce > ``` > /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.1/include/g++-v11/experimental/bits/ >

[Bug libstdc++/105915] commit 42eff613 should be backported to gcc-11 for bits/fs_path.h consistency

2022-06-10 Thread heroxbd at sohu dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105915 --- Comment #1 from Benda Xu --- Hi Jonathan, I am involving you in the Cc thinking that you will have a better idea on this issue. Thanks!