[Bug libstdc++/67632] explicit instantiation omits copy constructor and others

2018-04-04 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67632 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/67632] explicit instantiation omits copy constructor and others

2018-04-04 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67632 --- Comment #12 from Jonathan Wakely --- It seems to have been fixed in 6.3.0 tmp$ ~/gcc/6.2.0/bin/g++ -E t.cc -o t.ii tmp$ ~/gcc/6.2.0/bin/g++ -E x.cc -o x.ii tmp$ ~/gcc/6.2.0/bin/g++ t.ii x.ii /tmp/ccdXPlNS.o: In function `copy(std::unordered_

[Bug libstdc++/67632] explicit instantiation omits copy constructor and others

2018-04-04 Thread matt at godbolt dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67632 Matt Godbolt changed: What|Removed |Added CC||matt at godbolt dot org --- Comment #11 f

[Bug libstdc++/67632] explicit instantiation omits copy constructor and others

2018-01-10 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67632 --- Comment #10 from Andreas Schwab --- *** Bug 83766 has been marked as a duplicate of this bug. ***

[Bug libstdc++/67632] explicit instantiation omits copy constructor and others

2018-01-10 Thread achuah at drwsg dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67632 --- Comment #9 from Anthony Chuah --- Forgot to add: this bug exists also for clang 5.0.0. % clang++ -std=c++11 --gcc-toolchain=/path/to/gcc t.o x.cc /tmp/x-063634.o: In function `copy(std::unordered_map, std::equal_to, std::allocator > > const&

[Bug libstdc++/67632] explicit instantiation omits copy constructor and others

2018-01-10 Thread achuah at drwsg dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67632 Anthony Chuah changed: What|Removed |Added CC||achuah at drwsg dot com --- Comment #8 f

[Bug libstdc++/67632] explicit instantiation omits copy constructor and others

2015-09-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67632 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/67632] explicit instantiation omits copy constructor and others

2015-09-19 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67632 --- Comment #6 from Markus Trippelsdorf --- (In reply to Jonathan Wakely from comment #5) > Not sure how it can be a libstdc++ issue, the copy constructor exists, the > library can't force the front-end to instantiate it. > > I'm travelling with

[Bug libstdc++/67632] explicit instantiation omits copy constructor and others

2015-09-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67632 --- Comment #5 from Jonathan Wakely --- Not sure how it can be a libstdc++ issue, the copy constructor exists, the library can't force the front-end to instantiate it. I'm travelling without access to proper computers, but as far as I can tell f

[Bug libstdc++/67632] explicit instantiation omits copy constructor and others

2015-09-19 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67632 Markus Trippelsdorf changed: What|Removed |Added CC||redi at gcc dot gnu.org C