[Bug middle-end/116510] [15 Regression] ice in decompose, at wide-int.h:1049

2024-10-17 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116510 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/116510] [15 Regression] ice in decompose, at wide-int.h:1049

2024-10-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116510 --- Comment #14 from GCC Commits --- The trunk branch has been updated by Andi Kleen : https://gcc.gnu.org/g:d5a05db80fa95dcae1ebc177f7790e1d34fa73ed commit r15-4387-gd5a05db80fa95dcae1ebc177f7790e1d34fa73ed Author: Andi Kleen Date: Tue Oct

[Bug middle-end/116510] [15 Regression] ice in decompose, at wide-int.h:1049

2024-10-15 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116510 --- Comment #13 from rguenther at suse dot de --- On Tue, 15 Oct 2024, ak at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116510 > > --- Comment #12 from ak at gcc dot gnu.org --- > Like this? It fixes the test case.

[Bug middle-end/116510] [15 Regression] ice in decompose, at wide-int.h:1049

2024-10-15 Thread ak at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116510 --- Comment #12 from ak at gcc dot gnu.org --- Like this? It fixes the test case. I'm not sure why you want AND_EXPR, this is a truth formula. Maybe it should be TRUTH_ANDIF_EXPR though to short circuit. diff --git a/gcc/tree-if-conv.cc b/gcc/

[Bug middle-end/116510] [15 Regression] ice in decompose, at wide-int.h:1049

2024-10-13 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116510 Richard Biener changed: What|Removed |Added Priority|P3 |P1 --- Comment #11 from Richard Biener

[Bug middle-end/116510] [15 Regression] ice in decompose, at wide-int.h:1049

2024-09-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116510 --- Comment #10 from Andrew Pinski --- *** Bug 116555 has been marked as a duplicate of this bug. ***

[Bug middle-end/116510] [15 Regression] ice in decompose, at wide-int.h:1049

2024-08-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116510 Andrew Pinski changed: What|Removed |Added CC||sjames at gcc dot gnu.org --- Comment #

[Bug middle-end/116510] [15 Regression] ice in decompose, at wide-int.h:1049

2024-08-28 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116510 --- Comment #8 from rguenther at suse dot de --- On Wed, 28 Aug 2024, pinskia at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116510 > > --- Comment #6 from Andrew Pinski --- > #6 0x0187822c in gimple_simplif

[Bug middle-end/116510] [15 Regression] ice in decompose, at wide-int.h:1049

2024-08-28 Thread glisse at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116510 --- Comment #7 from Marc Glisse --- (In reply to Richard Biener from comment #3) > the issue is that with_possible_nonzero_bits2 also supports SSA_NAMEs, so > @1 cannot be used like this. It has only 2 cases, and both imply INTEGER_CST, if I in

[Bug middle-end/116510] [15 Regression] ice in decompose, at wide-int.h:1049

2024-08-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116510 --- Comment #6 from Andrew Pinski --- #6 0x0187822c in gimple_simplify_226 (res_op=0x7fffcd00, seq=0x7fffced0, valueize=0xd13880 , type=0x7741cb28, captures=0x7fffa160, cmp=EQ_EXPR) at gimple-match-9.cc:1994 1994 if

[Bug middle-end/116510] [15 Regression] ice in decompose, at wide-int.h:1049

2024-08-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116510 Richard Biener changed: What|Removed |Added Target Milestone|12.5|15.0 Summary|[12/13/14/15 R