https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67632
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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_
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
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. ***
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&
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67632
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67632
Markus Trippelsdorf changed:
What|Removed |Added
CC||redi at gcc dot gnu.org
C
10 matches
Mail list logo