[Bug libstdc++/79702] AX_CXX_COMPILE_STDCXX([17]) does not work with GCC=7.0.1

2017-02-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79702 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/79702] AX_CXX_COMPILE_STDCXX([17]) does not work with GCC=7.0.1

2017-02-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79702 --- Comment #3 from Andrew Pinski --- typedef __SIZE_TYPE__ size_t; template using __void_t = void; template struct integral_constant { static constexpr _Tp value = __v; typedef _Tp value_type; typedef integral_constant<_Tp, __v> type;

[Bug libstdc++/79702] AX_CXX_COMPILE_STDCXX([17]) does not work with GCC=7.0.1

2017-02-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79702 --- Comment #2 from Markus Trippelsdorf --- And #include is enough to reproduce.

[Bug libstdc++/79702] AX_CXX_COMPILE_STDCXX([17]) does not work with GCC=7.0.1

2017-02-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79702 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|