Bug 1149294
| Summary: | template argument deduction/substitution fails when default argument is lambda | ||
|---|---|---|---|
| Product: | Red Hat Developer Toolset | Reporter: | Miroslav Franc <mfranc> |
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED ERRATA | QA Contact: | Miroslav Franc <mfranc> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | DTS 3.0 RHEL 7 | CC: | kanderso, law, mcermak, mfranc, mnewsome, mpolacek, ohudlick |
| Target Milestone: | alpha | ||
| Target Release: | 3.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | devtoolset-3-gcc-4.9.2-5.el6 | Doc Type: | Bug Fix |
| Doc Text: |
No description necessary
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-04-23 07:53:48 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Miroslav Franc
2014-10-03 16:41:39 UTC
Trunk accepts this. I'm going to bisect this one. Fixed by r215477 aka PR c++/62219 fix. The fix looks easy and has been backported to 4.9 branch; it basically only allows using LAMBDA_FUNCTION_P as a default template argument. Fixed. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-0880.html |