Bug 1293086 - fatal error: template instantiation depth exceeds maximum
Summary: fatal error: template instantiation depth exceeds maximum
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: 23
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-20 01:05 UTC by Gene Hightower
Modified: 2016-12-20 17:11 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-12-20 17:11:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
short C++ program (194 bytes, text/x-csrc)
2015-12-20 01:05 UTC, Gene Hightower
no flags Details


Links
System ID Private Priority Status Summary Last Updated
GNU Compiler Collection 69005 0 None None None 2015-12-21 16:30:29 UTC
GNU Compiler Collection 69222 0 None None None 2016-01-12 14:57:50 UTC

Description Gene Hightower 2015-12-20 01:05:57 UTC
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:

Comment 1 Jonathan Wakely 2015-12-21 16:30:29 UTC
This should compile, and did compile with GCC 5.1

I've reported it upstream as https://gcc.gnu.org/PR69005

Comment 2 Jonathan Wakely 2016-01-12 14:57:51 UTC
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

Comment 3 Fedora End Of Life 2016-11-24 14:23:07 UTC
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.

Comment 4 Fedora End Of Life 2016-12-20 17:11:43 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.