[Bug libstdc++/104592] Problem with std::basic_ostream

2022-02-18 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104592 Jonathan Wakely changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug libstdc++/104592] Problem with std::basic_ostream

2022-02-18 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104592 --- Comment #6 from Jonathan Wakely --- I don't know why you think this is a bug in GCC, the spiff_profile_id is a scoped enumeration type, which cannot be written to an ostream unless there is an operator<< overload for it.

[Bug libstdc++/104592] Problem with std::basic_ostream

2022-02-18 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104592 --- Comment #5 from Jonathan Wakely --- No, that is not preprocessed source, please read https://gcc.gnu.org/bus again And please attach the preprocessed source here, instead of using a dodgy download site with popup ads and dodgy certs:

[Bug libstdc++/104592] Problem with std::basic_ostream

2022-02-18 Thread lukaszcz18 at wp dot pl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104592 --- Comment #4 from Jamaika --- https://www.sendspace.com/file/ubncby echo off set PATH=C:\msys1201\bin;%PATH% rem echo %PATH% rem cd "C:\msys1201\bin" for %%f in ("%~dp1*.cpp") do g++.exe -std=gnu++14 -ftree-vectorize -g0 -O3 -fPIC

[Bug libstdc++/104592] Problem with std::basic_ostream

2022-02-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104592 --- Comment #3 from Andrew Pinski --- (In reply to Jamaika from comment #2) > http://msystem.waw.pl/x265/mingw-gcc1201-20220206.7z That is the GCC binary. Please read https://gcc.gnu.org/bugs/ and provide the preprocessed source for what you

[Bug libstdc++/104592] Problem with std::basic_ostream

2022-02-18 Thread lukaszcz18 at wp dot pl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104592 --- Comment #2 from Jamaika --- http://msystem.waw.pl/x265/mingw-gcc1201-20220206.7z

[Bug libstdc++/104592] Problem with std::basic_ostream

2022-02-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104592 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|