[Bug c++/67888] Compiling clang 3.7.0 results in is used but never defined

2015-10-12 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67888 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/67888] Compiling clang 3.7.0 results in is used but never defined

2015-10-12 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67888 --- Comment #8 from Jason Merrill --- (In reply to Paolo Carlini from comment #7) > I have no objections, the patch seems safe to backport. Jason, shall I go > ahead if it regtests Ok on the branch? Sure.

[Bug c++/67888] Compiling clang 3.7.0 results in is used but never defined

2015-10-12 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67888 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #7

[Bug c++/67888] Compiling clang 3.7.0 results in is used but never defined

2015-10-11 Thread dimitry at andric dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67888 Dimitry Andric changed: What|Removed |Added CC||dimitry at andric dot com,

[Bug c++/67888] Compiling clang 3.7.0 results in is used but never defined

2015-10-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67888 --- Comment #5 from Jonathan Wakely --- I don't know what fixed it, or if it's worth backporting.

[Bug c++/67888] Compiling clang 3.7.0 results in is used but never defined

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

[Bug c++/67888] Compiling clang 3.7.0 results in is used but never defined

2015-10-08 Thread rodrigc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67888 --- Comment #3 from Craig Rodrigues --- This is for cross-compiling the FreeBSD base system with GCC. The FreeBSD base system has libc++, which was recently upgraded to clang 3.7.0. Cross-compiling FreeBSD base system with GCC worked before, wit

[Bug c++/67888] Compiling clang 3.7.0 results in is used but never defined

2015-10-07 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67888 Markus Trippelsdorf changed: What|Removed |Added CC||trippels at gcc dot gnu.org --- Co

[Bug c++/67888] Compiling clang 3.7.0 results in is used but never defined

2015-10-07 Thread rodrigc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67888 --- Comment #1 from Craig Rodrigues --- I was able to work around this problem in two ways, as I mentioned on the cfe-dev mailing list for LLVM: http://lists.llvm.org/pipermail/cfe-dev/2015-October/045336.html (1) Patch Module.cpp to move "stru