[Bug c++/94764] New: block extern incorrectly resolved to external linkage

2020-04-25 Thread tabloid.adroit at gmail dot com
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tabloid.adroit at gmail dot com Target Milestone: --- Related to DR426 source: https://stackoverflow.com/questions/61276220/why-same-named-extern-local-variables-in-different-blocks-get-different-linkages

[Bug c++/94764] block extern incorrectly resolved to external linkage

2020-04-25 Thread tabloid.adroit at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94764 --- Comment #2 from tabloid.adroit at gmail dot com --- Do you think it is still UB at this moment? If not, I guess PR14769 could be worked on?

[Bug c++/106493] New: trailing requires clauses is not used for partial ordering when the ellipsis parameter is present

2022-07-31 Thread tabloid.adroit at gmail dot com via Gcc-bugs
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tabloid.adroit at gmail dot com Target Milestone: --- test case: ``` template concept AtLeast2 = sizeof(T) >= 2; template constexpr int

[Bug c++/106493] trailing requires clauses is not used for partial ordering when the ellipsis parameter is present

2022-07-31 Thread tabloid.adroit at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106493 --- Comment #2 from Yuanfang Chen --- I'm actually fixing it on the Clang side. It would be great to make GCC/Clang match each other.

[Bug c++/99963] [11 Regression] [concepts] template vs concept auto reports ambiguous overload

2022-06-21 Thread tabloid.adroit at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99963 tabloid.adroit at gmail dot com changed: What|Removed |Added CC||tabloid.adroit at gmail

[Bug c++/99963] [11 Regression] [concepts] template vs concept auto reports ambiguous overload

2022-06-23 Thread tabloid.adroit at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99963 --- Comment #5 from Yuanfang Chen --- (In reply to Yuanfang Chen from comment #4) > (In reply to Patrick Palka from comment #1) > > Started with r11-1571. Reduced testcase that replaces the abbreviated > > function templates with their correspon