[Bug tree-optimization/106865] addcarry pattern

2022-09-06 Thread unlvsur at live dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106865 --- Comment #2 from cqwrteur --- template inline constexpr T add_carry(T a,T b,T carryin,T& carryout) noexcept { a+=b; carryout=a inline constexpr T sub_carry(T a,T b,T carryin,T& carryout) noexcept { a-=b; carryout=bhttps://godb

[Bug tree-optimization/106865] addcarry pattern

2022-09-06 Thread unlvsur at live dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106865 cqwrteur changed: What|Removed |Added CC||unlvsur at live dot com --- Comment #1 from