[Bug c++/68631] New: -lstdc++fs switch not working on gcc 5.3.0-RC-20151130

2015-12-01 Thread marqin.pl+gcc at gmail dot com
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

[Bug c++/68631] -lstdc++fs switch not working on gcc 5.3.0-RC-20151130

2015-12-01 Thread marqin.pl+gcc at gmail dot com
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

[Bug c++/68631] -lstdc++fs switch not working on gcc 5.3.0-RC-20151130

2015-12-01 Thread marqin.pl+gcc at gmail dot com
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

[Bug c++/68631] -lstdc++fs switch not working on gcc 5.3.0-RC-20151130

2015-12-01 Thread marqin.pl+gcc at gmail dot com
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

[Bug c++/68631] -lstdc++fs switch not working on gcc 5.3.0-RC-20151130

2015-12-01 Thread marqin.pl+gcc at gmail dot com
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

[Bug c++/68631] -lstdc++fs switch not working on gcc 5.3.0-RC-20151130

2015-12-01 Thread marqin.pl+gcc at gmail dot com
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

[Bug c++/68631] -lstdc++fs switch not working on gcc 5.3.0-RC-20151130

2015-12-01 Thread marqin.pl+gcc at gmail dot com
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.

[Bug c++/68631] -lstdc++fs switch not working on gcc 5.3.0-RC-20151130

2015-12-01 Thread marqin.pl+gcc at gmail dot com
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"