[Bug c++/120548] New: std::format confuses a negative sign for a thousands digit when formatting floating point numbers

2025-06-04 Thread drew.dormann at gmail dot com via Gcc-bugs
: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: drew.dormann at gmail dot com Target Milestone: --- A minimal reproducible example. ``` #include #include int main() { std::cout <&l

[Bug c++/65919] New: Regression - GCC 5.1 with options "-g -std=c++14" fails to compile multiple lambdas used as default function parameters

2015-04-28 Thread drew.dormann at gmail dot com
oduct: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: drew.dormann at gmail dot com Target Milestone: --- The following program compiles with GCC 4.9, bu