[Bug libstdc++/109883] Stack Overflow in functions with types and -std=c++23

2023-05-17 Thread matt at mattborland dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109883 --- Comment #6 from Matt Borland --- (In reply to Xi Ruoyao from comment #4) > It seems the function > > __gnu_cxx::__promote_2 std::__is_integer<_Float64>::__value>::__type)(0))+((__gnu_cxx:: > __promote_2<_Float64, std::__is_integer<_Float64>

[Bug libstdc++/109883] Stack Overflow in functions with types

2023-05-17 Thread matt at mattborland dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109883 --- Comment #2 from Matt Borland --- (In reply to Xi Ruoyao from comment #1) > Cannot reproduce for me. Note that in this case GCC optimizes the entire > function call away (see https://godbolt.org/z/968bPTvh9) even with -O0 so I > can see no w

[Bug c++/109883] New: Stack Overflow in functions with types

2023-05-16 Thread matt at mattborland dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109883 Bug ID: 109883 Summary: Stack Overflow in functions with types Product: gcc Version: 13.1.0 Status: UNCONFIRMED Severity: normal Priority: P3