Bug 2117529
| Summary: | GCC 12.1.0 compilation error: cannot match function definition with its declaration | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Ankur deDev <ankur.dedev> | ||||
| Component: | gcc | Assignee: | Marek Polacek <mpolacek> | ||||
| gcc sub component: | gcc-toolset-12 | QA Contact: | Václav Kadlčík <vkadlcik> | ||||
| Status: | CLOSED ERRATA | Docs Contact: | |||||
| Severity: | unspecified | ||||||
| Priority: | unspecified | CC: | fweimer, mpolacek, vkadlcik | ||||
| Version: | 8.6 | Keywords: | Bugfix, Triaged | ||||
| Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | gcc-toolset-12-gcc-12.1.1-3.3.el8 | Doc Type: | No Doc Update | ||||
| Doc Text: |
If this bug requires documentation, please select an appropriate Doc Type value.
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2023-05-16 08:25: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: |
|
||||||
A collegue of mine who saw the bug report is telling me that this issue might have been fixed in the trunk version of gcc. If this can be confirmed, I guess that the report can be closed with no further action. Thanks for the report. This is https://gcc.gnu.org/PR105908. It will be fixed by a rebase from from GCC 12.2 we plan for GTS 12.1. 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 (gcc-toolset-12-gcc bug fix and enhancement update), 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://access.redhat.com/errata/RHBA-2023:2766 |
Created attachment 1904875 [details] test case The code compiles with GCC 11.3 but does not compile with GCC 12.1. To reproduce please download the attachment and run the command: /opt/rh/gcc-toolset-12/root/bin/g++ -Wall -std=c++11 test.cpp