Bug 1608719
| Summary: | clang template alias issues | ||||||
|---|---|---|---|---|---|---|---|
| Product: | DevTools | Reporter: | Ankur deDev <ankur.dedev> | ||||
| Component: | clang | Assignee: | Tom Stellard <tstellar> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Tilmann Scheller <tschelle> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | llvm-toolset-7 | CC: | jason, jistone, jwakely, law, tschelle | ||||
| Target Milestone: | rc | Keywords: | Bugfix | ||||
| Target Release: | 2018.3 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2021-02-10 03:46:42 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: | |||||||
| Attachments: |
|
||||||
This is a core language issue with no clear direction at this point, so closing this bug. |
Created attachment 1470643 [details] Test case to reproduce issue Description of problem: Use of template alias leads to unexpected results. Version-Release number of selected component (if applicable): clang version 5.0.1 Steps to Reproduce: 1. Download test.cpp attachment 2. Run command: scl enable llvm-toolset-7 'bash' 3. Compile the attachment: clang++ -std=c++11 test.cpp Actual results: Compile time assertions are failing. Expected results: Should compile without errors.