[Bug libstdc++/85729] including c++ headers within extern "C" linkage specification

2018-05-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85729 --- Comment #1 from Jonathan Wakely --- See also PR 69386 where we had to workaround: extern "C" { #inclue } which includes which includes . Sigh.

[Bug libstdc++/85729] including c++ headers within extern "C" linkage specification

2018-05-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85729 --- Comment #2 from Jonathan Wakely --- Author: redi Date: Thu May 10 12:35:45 2018 New Revision: 260114 URL: https://gcc.gnu.org/viewcvs?rev=260114&root=gcc&view=rev Log: PR libstdc++/85729 add linkage specifications to headers PR libs

[Bug libstdc++/85729] including c++ headers within extern "C" linkage specification

2018-05-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85729 --- Comment #3 from Jonathan Wakely --- Does that fix it? If not then we'll need a preprocessed reproducer.

[Bug libstdc++/85729] including c++ headers within extern "C" linkage specification

2018-05-10 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85729 --- Comment #4 from nsz at gcc dot gnu.org --- (In reply to Jonathan Wakely from comment #3) > Does that fix it? yes, thanks.

[Bug libstdc++/85729] including c++ headers within extern "C" linkage specification

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