[Bug c++/77316] [5 Regression] Unnecessary template copy constructor weak symbol emitted in wrong section

2017-10-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77316 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/77316] [5 Regression] Unnecessary template copy constructor weak symbol emitted in wrong section

2016-12-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77316 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/77316] [5 Regression] Unnecessary template copy constructor weak symbol emitted in wrong section

2016-08-22 Thread rbd at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77316 --- Comment #4 from Roland Dreier --- Discovered this is due to abi-compat, I think. gcc 6 works because abi-compat went from 2 (gcc 5.4) to 8, and the significant break is 6 -> 7: $ g++ -Wabi=6 --std=c++11 -c b.cpp

[Bug c++/77316] [5 Regression] Unnecessary template copy constructor weak symbol emitted in wrong section

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77316 Richard Biener changed: What|Removed |Added Known to work||4.9.4 Target Milestone|---