This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GCC support for C++ noexcept
- From: Jeffrey Walton <noloader at gmail dot com>
- To: Edward Diener <eldlistmailingz at tropicsoft dot com>
- Cc: "gcc-help at gcc dot gnu dot org" <gcc-help at gcc dot gnu dot org>
- Date: Mon, 27 Jul 2015 16:41:44 -0400
- Subject: Re: GCC support for C++ noexcept
- Authentication-results: sourceware.org; auth=none
- References: <CAH8yC8nchUG7WGQEkg-nD0jvG2sOCaZhmfUTxrVz7d=c7eZXmA at mail dot gmail dot com> <20150727015526 dot GB58373 at unpythonic dot net> <CAH8yC8=PJLmO+Z-4L804wqTj2o3_W93ZynyUg6Hjj27EAChyfw at mail dot gmail dot com> <mp4bdj$rcd$1 at ger dot gmane dot org> <CAH6eHdS5818Hmd6TX5dyzfw8X3Aa1CyvvgNkDQb2hKSgThMoew at mail dot gmail dot com> <mp5csf$5pa$1 at ger dot gmane dot org> <CAH8yC8=zHevEaLnFU_MBm0rJdr7A+8HUodOhyrXddSkeUvKb+g at mail dot gmail dot com> <mp64k3$b2t$1 at ger dot gmane dot org>
- Reply-to: noloader at gmail dot com
> if __GXX_EXPERIMENTAL_CXX0X is defined on Apple platforms for gcc when C++11
> is not supported I would definitely like to know more about that scenario.
>
This sort of thing is par for the course for LLVM.
I really like Clang, but it gets old working around all the little
differences because Clang claims to be GCC by defining __GNUC__ (or
version 4.2.1 via all the relevant macros).
Just for fun, try compiling Asterisk with CC=clang. Or see
https://www.google.com/search?q=clang+"__gnuc__"+bug.
Jeff