Bug 409251
| Summary: | g++ template handling bug | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Przemyslaw Sowa <przemyslaw_sowa> | ||||
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 8 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-12-06 13:07:56 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Przemyslaw Sowa
2007-12-03 20:12:30 UTC
Created attachment 276091 [details]
The source code to reproduce the bug.
This is invalid code, and g++ 4.3 emits proper diagnostics. rh409251.C:14: error: template arguments to ‘Template<int>::member’ do not match original template ‘Template<T>::member’ rh409251.C:14: note: use template<> for an explicit specialization For 4.1/4.2 this is too low priority bug, so marking as fixed with NEXTRELEASE, as F9 is going to use F9 soon. |