https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68631
--- Comment #10 from Hubert Jarosz ---
> On my normal g++/clang++ puting -l flags on the end works well, except for
> this one on 5.3.
I mean "not puting on the end works"
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68631
--- Comment #9 from Hubert Jarosz ---
Oh, wait, now it works. So it's a bug when -lstdc++fs is not at the end.
On my normal g++/clang++ puting -l flags on the end works well, except for this
one on 5.3.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68631
--- Comment #8 from Hubert Jarosz ---
Created attachment 36881
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36881&action=edit
GCC output with -v and -Wl,--verbose
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68631
--- Comment #7 from Hubert Jarosz ---
I've added output of:
/opt/gcc53/bin/g++ -v -Wl,--verbose -std=c++1z test.cpp -lstdc++fs &>
output_2.txt
as output_2.txt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68631
--- Comment #3 from Hubert Jarosz ---
I forgot to mention, it was configured with this option:
../configure --prefix=/opt/gcc53 --enable-languages=c,c++
And here is sha sum, so it's from correct tarball:
c3e2b79419024867df0788a91ef67b758f546e51d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68631
--- Comment #2 from Hubert Jarosz ---
This GCC was built with 3 stage bootstraping from tarball posted by Richard
Biener on GCC maillist: https://gcc.gnu.org/ml/gcc/2015-11/msg00210.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68631
--- Comment #1 from Hubert Jarosz ---
Created attachment 36879
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36879&action=edit
.cpp test file
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: marqin.pl+gcc at gmail dot com
Target Milestone: ---
Created attachment 36878
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36878&action=edit
GCC output with -v
-lstdc++fs switch not working on gcc 5