re PR libstdc++/78264 (ICE in build_noexcept_spec, at cp/except.c:1196)
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 8 Dec 2016 15:52:11 +0000 (15:52 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 8 Dec 2016 15:52:11 +0000 (15:52 +0000)
PR libstdc++/78264
* include/bits/c++config (_GLIBCXX_NOEXCEPT_PARM): Turn _N into _NE.
(_GLIBCXX_NOEXCEPT_QUAL): Likewise.

From-SVN: r243443

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/c++config

index 5d8ee466ff521171037225df2a1b09f75d7566d7..49ddd5b4de9366b92f72fd55362289fb127d67ef 100644 (file)
@@ -1,3 +1,9 @@
+2016-12-08  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR libstdc++/78264
+       * include/bits/c++config (_GLIBCXX_NOEXCEPT_PARM): Turn _N into _NE.
+       (_GLIBCXX_NOEXCEPT_QUAL): Likewise.
+
 2016-12-08  Jonathan Wakely  <jwakely@redhat.com>
 
        * testsuite/experimental/filesystem/path/construct/range.cc: Don't
index 39e55f42b5434eb20d38b1e0934c3d108c0e9410..1304412993738f9df18238b7d3f22f364d250bf8 100644 (file)
 #endif
 
 #if __cpp_noexcept_function_type
-#define _GLIBCXX_NOEXCEPT_PARM , bool _N
-#define _GLIBCXX_NOEXCEPT_QUAL noexcept (_N)
+#define _GLIBCXX_NOEXCEPT_PARM , bool _NE
+#define _GLIBCXX_NOEXCEPT_QUAL noexcept (_NE)
 #else
 #define _GLIBCXX_NOEXCEPT_PARM
 #define _GLIBCXX_NOEXCEPT_QUAL