diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-09-30 16:24:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-09-30 16:25:12 +0200 |
commit | 8217c99f6ef29207965ffd43aff64b24b399934d (patch) | |
tree | 9e63e8dff356585fbfe7838b4dabd1dbe9e7b4cb /configure.ac | |
parent | 37d243651b7db5dc313686f474f4e7c92e2160ce (diff) |
Mention the relevant GCC bug ID
Change-Id: I3edd39ce3180383c5274380896a0b3884bd08998
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 5a808873ffe2..50b75fa97d6d 100644 --- a/configure.ac +++ b/configure.ac @@ -6336,6 +6336,9 @@ then fi AC_LANG_PUSH([C++]) 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> template<typename T> inline constexpr T f(T x) { return x; } template<typename T> inline constexpr T g(T x) { |