[Bug c++/121299] New: conflicting namespace resolution

2025-07-29 Thread development at jordi dot vilar.cat via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121299 Bug ID: 121299 Summary: conflicting namespace resolution Product: gcc Version: 15.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/107587] New: Explicit specializations of user-defined deduction guides in unnamed namespaces trigger -Wunused-function

2022-11-09 Thread development at jordi dot vilar.cat via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107587 Bug ID: 107587 Summary: Explicit specializations of user-defined deduction guides in unnamed namespaces trigger -Wunused-function Product: gcc Version: 12.2.0 Status: UN

[Bug c++/107437] nested generic lambdas fail requiring unneded captures

2022-10-27 Thread development at jordi dot vilar.cat via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107437 Jordi Vilar changed: What|Removed |Added CC||development at jordi dot vilar.cat --- C

[Bug c++/107437] New: nested generic lambdas fail requiring unneded captures

2022-10-27 Thread development at jordi dot vilar.cat via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107437 Bug ID: 107437 Summary: nested generic lambdas fail requiring unneded captures Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Co

[Bug c++/107390] template-nested lambda type uniqueness

2022-10-25 Thread development at jordi dot vilar.cat via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107390 Jordi Vilar changed: What|Removed |Added CC||development at jordi dot vilar.cat --- C

[Bug c++/107390] New: template-nested lambda type uniqueness

2022-10-25 Thread development at jordi dot vilar.cat via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107390 Bug ID: 107390 Summary: template-nested lambda type uniqueness Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug libstdc++/101152] std::get_time %Y accepts years with less than 4 digits

2021-12-07 Thread development at jordi dot vilar.cat via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101152 --- Comment #2 from Jordi Vilar --- (In reply to Jonathan Wakely from comment #1) > I think the bug is that it treats 03 as 1903 instead of 0003. It is not > supposed to print "N/A" though. > > %Y doesn't require exactly 4 digits, it allows 1-4

[Bug libstdc++/101152] New: std::get_time %Y accepts years with less than 4 digits

2021-06-21 Thread development at jordi dot vilar.cat via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101152 Bug ID: 101152 Summary: std::get_time %Y accepts years with less than 4 digits Product: gcc Version: 11.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Co