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
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?
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
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.
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
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