[Bug c++/70401] [c++1z on mingw]compile variadic template failed

2018-02-18 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70401 Paolo Carlini changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #7

[Bug c++/70401] [c++1z on mingw]compile variadic template failed

2018-02-18 Thread jyong at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70401 --- Comment #6 from jyong at gcc dot gnu.org --- I don't think this is mingw specific, I get the same error on Linux with gcc-7.3. g++ -std=c++1z variadic.cpp -o aa variadic.cpp: In instantiation of ‘std::ostream& operator<<(std::ostream&,

[Bug c++/70401] [c++1z on mingw]compile variadic template failed

2018-02-15 Thread rai...@emrich-ebersheim.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70401 --- Comment #5 from Rainer Emrich --- For a recent trunk version 8.0.1 20180207 (experimental) [trunk revision 257437] it's the same.

[Bug c++/70401] [c++1z on mingw]compile variadic template failed

2018-02-15 Thread rai...@emrich-ebersheim.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70401 --- Comment #4 from Rainer Emrich --- gcc-7.3.0 on x86_64-w64-mingw32 doesn't compile this code: $ g++ -std=c++1z aa.cpp -o aa.exe aa.cpp: In instantiation of 'std::ostream& operator<<(std::ostream&, const

[Bug c++/70401] [c++1z on mingw]compile variadic template failed

2018-02-14 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70401 Paolo Carlini changed: What|Removed |Added CC||rai...@emrich-ebersheim.de --- Comment

[Bug c++/70401] [c++1z on mingw]compile variadic template failed

2018-02-05 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70401 Paolo Carlini changed: What|Removed |Added CC||jyong at gcc dot gnu.org --- Comment #2

[Bug c++/70401] [c++1z on mingw]compile variadic template failed

2017-11-03 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70401 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/70401] [c++1z on mingw]compile variadic template failed

2017-11-02 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70401 Paolo Carlini changed: What|Removed |Added CC||paolo.carlini at oracle dot com ---