[Bug c++/84139] C++17 Filesystem/Filesystem TS + cmcstl2 = GCC ICE

2018-02-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84139 --- Comment #6 from Jonathan Wakely --- We should find out if it was really fixed or has just gone latent.

[Bug c++/84139] C++17 Filesystem/Filesystem TS + cmcstl2 = GCC ICE

2018-02-17 Thread cjdb.ns at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84139 --- Comment #5 from Christopher Di Bella --- It appears this is now compiling on trunk: https://godbolt.org/g/L9igrS. Thanks. Is it safe to close this issue yet?

[Bug c++/84139] C++17 Filesystem/Filesystem TS + cmcstl2 = GCC ICE

2018-01-31 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84139 Jonathan Wakely changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug c++/84139] C++17 Filesystem/Filesystem TS + cmcstl2 = GCC ICE

2018-01-30 Thread cjdb.ns at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84139 --- Comment #2 from Christopher Di Bella --- An observation by Casey Carter (maintainer for cmcstl2) was made over at cpplang.slack.org#concepts: > Presumably a concepts bug being triggered in the > `std::iterator_traits`-hooking code at >

[Bug c++/84139] C++17 Filesystem/Filesystem TS + cmcstl2 = GCC ICE

2018-01-30 Thread cjdb.ns at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84139 --- Comment #1 from Christopher Di Bella --- Created attachment 43300 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43300=edit example.ii as produced by -save-temps (compressed)