[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/106866] New: [13 Regression] ICE in predicate::init_from_control_deps

2022-09-06 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106866 Bug ID: 106866 Summary: [13 Regression] ICE in predicate::init_from_control_deps Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: ice-on-valid-code

[Bug middle-end/106833] Handle OPAQUE_TYPE in gimple_canonical_types_compatible_p

2022-09-06 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106833 --- Comment #10 from Kewen Lin --- (In reply to Segher Boessenkool from comment #9) > Although, preferably we should not allow assigning one opaque type to another > opaque type just because they will eventually use the same mode, not without >

[Bug middle-end/106833] Miss to handle OPAQUE_TYPE specially in verify_type

2022-09-06 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106833 --- Comment #11 from Kewen Lin --- One modified case from pr102347.c (same option set is used), which can reproduce the ICE without any gcc source adjustment. #pragma GCC target "cpu=power10" int main () { float *b; const __vector_quad c;

[Bug tree-optimization/106867] New: [13 Regression] ICE in set, at value-range.cc:372

2022-09-06 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106867 Bug ID: 106867 Summary: [13 Regression] ICE in set, at value-range.cc:372 Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal

[Bug target/106736] [13 Regression] ICE in gen_movxo, at config/rs6000/mma.md:333

2022-09-06 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106736 --- Comment #12 from Kewen Lin --- (In reply to Segher Boessenkool from comment #11) > (In reply to Peter Bergner from comment #10) > > (In reply to Segher Boessenkool from comment #9) > > > When MMA is not enabled, > > ... > > > the __vector_{q

[Bug c++/106829] [12/13 Regression] OpenMP offload internal compiler error: in gimplify_expr, at gimplify.cc:16222 since r12-5835

2022-09-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106829 --- Comment #4 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:e90af965e5c858ba02c0cdfbac35d0a19da1c2f6 commit r13-2509-ge90af965e5c858ba02c0cdfbac35d0a19da1c2f6 Author: Jakub Jelinek Date: W

<    1   2