[Bug c++/87947] Symbol Does Not Appear in Object File

2018-11-26 Thread comm+gnu at squotd dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87947 --- Comment #5 from comm+gnu at squotd dot net --- OK, thanks. I appreciate the explanation.

[Bug c++/87947] Symbol Does Not Appear in Object File

2018-11-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87947 --- Comment #4 from Jonathan Wakely --- That answer is about whether it's "safe", and explains that the -std options do not create ABI incompatibilities. The question is also stated as (emphasis in the original): > For simplicity, let's assume a

[Bug c++/87947] Symbol Does Not Appear in Object File

2018-11-25 Thread comm+gnu at squotd dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87947 --- Comment #3 from comm+gnu at squotd dot net --- Does this result in an exception to the answer you gave here about gcc being able to link c++14 and c++17 object files together? (Or am I missing something?) https://stackoverflow.com/questions/4

[Bug c++/87947] Symbol Does Not Appear in Object File

2018-11-09 Thread comm+gnu at squotd dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87947 --- Comment #2 from comm+gnu at squotd dot net --- Thanks. I had no idea that had changed.

[Bug c++/87947] Symbol Does Not Appear in Object File

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