Fedora Account System
Red Hat Associate
Red Hat Customer
Created attachment 1107851 [details] short C++ program Description of problem: $ g++ -std=c++14 -o x x.cpp In file included from x.cpp:3:0: /usr/include/c++/5.3.1/functional: In substitution of ‘template<class _Functor, class> std::function<_Res(_ArgTypes ...)>::function(_Functor) [with _Functor = std::function<void(Foo)>; <template-parameter-1-2> = <missing>]’: /usr/include/c++/5.3.1/functional:1981:45: recursively required by substitution of ‘template<class _Functor, class> std::function<_Res(_ArgTypes ...)>::function(_Functor) [with _Functor = std::function<void(Foo)>; <template-parameter-1-2> = <missing>]’ /usr/include/c++/5.3.1/functional:1981:45: required by substitution of ‘template<class _Functor, class> std::function<_Res(_ArgTypes ...)>::function(_Functor) [with _Functor = std::function<void(Foo)>; <template-parameter-1-2> = <missing>]’ x.cpp:10:22: required from here /usr/include/c++/5.3.1/functional:1981:69: fatal error: template instantiation depth exceeds maximum of 900 (use -ftemplate-depth= to increase the maximum) using _Invoke = decltype(__callable_functor(std::declval<_Functor&>()) ^ compilation terminated. But compiles fine with clang (3.7.0), and with MSVC++ (19.00.23602.0(x86)) Should this compile? Version-Release number of selected component (if applicable): g++ (GCC) 5.3.1 20151207 (Red Hat 5.3.1-2) How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
This should compile, and did compile with GCC 5.1 I've reported it upstream as https://gcc.gnu.org/PR69005
This was reported upstream again as https://gcc.gnu.org/PR69222 and I've fixed it in gcc-5-branch at https://gcc.gnu.org/r232274
This message is a reminder that Fedora 23 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 23. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '23'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 23 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
Fedora 23 changed to end-of-life (EOL) status on 2016-12-20. Fedora 23 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed.