Kaydet (Commit) 8217c99f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Mention the relevant GCC bug ID

Change-Id: I3edd39ce3180383c5274380896a0b3884bd08998
üst 37d24365
...@@ -6336,6 +6336,9 @@ then ...@@ -6336,6 +6336,9 @@ then
fi fi
AC_LANG_PUSH([C++]) AC_LANG_PUSH([C++])
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
// A somewhat over-complicated way of checking for
// <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66460> "ICE using __func__
// in constexpr function":
#include <cassert> #include <cassert>
template<typename T> inline constexpr T f(T x) { return x; } template<typename T> inline constexpr T f(T x) { return x; }
template<typename T> inline constexpr T g(T x) { template<typename T> inline constexpr T g(T x) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment