[Bug libstdc++/99865] std::filesystem namespace identifiers pollute global namespace

2021-04-01 Thread zoid at riseup dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99865 --- Comment #3 from zoid at riseup dot net --- Apologies. I always forget about ADL.

[Bug libstdc++/99865] std::filesystem namespace identifiers pollute global namespace

2021-04-01 Thread zoid at riseup dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99865 --- Comment #1 from zoid at riseup dot net --- Note: I tried attaching mre.ii generated by -save-temps but its file size of over 1MB was rejected by bugzilla. If the file is required, please advise how I can provide it.

[Bug libstdc++/99865] New: std::filesystem namespace identifiers pollute global namespace

2021-04-01 Thread zoid at riseup dot net via Gcc-bugs
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: zoid at riseup dot net Target Milestone: --- At least two free functions from the std::filesystem namespace resolve without being scope-resolved. The two I found were std

[Bug c++/93892] Aggregate initialisation of std::array takes forever to compile

2020-02-24 Thread zoid at riseup dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93892 --- Comment #5 from zoid at riseup dot net --- Yes, indeed. I just run it on a different, much newer system, and I get "only" 4 seconds for 100,000, 5 minutes for 500,000 and 15 minutes for 1,000,000.

[Bug libstdc++/93892] New: Aggregate initialisation of std::array takes forever to compile

2020-02-23 Thread zoid at riseup dot net
Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: zoid at riseup dot net Target Milestone: --- Created attachment 47890 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47890&action=edit preprocessed mwe Aggregate initialisation of a std