public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/106958] New: [13 Regression] ICE in reassoc since r13-2658
@ 2022-09-16 19:01 jakub at gcc dot gnu.org
  2022-09-16 19:02 ` [Bug tree-optimization/106958] " jakub at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-09-16 19:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106958

            Bug ID: 106958
           Summary: [13 Regression] ICE in reassoc since r13-2658
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
  Target Milestone: ---

As reported privately to me, on armv7hl-linux-gnueabi my
r13-2658-g645ef01a463f15fc230e2155719c7a12cec89acf
change causes ICE on the following testcase at -O2:
int a;
void bar (int);

void
foo (char *x, char *y)
{
  int b = a != 0;
  int c = x != 0;
  int d = y != 0;
  bar (b | c | d);
}

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-17  6:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16 19:01 [Bug tree-optimization/106958] New: [13 Regression] ICE in reassoc since r13-2658 jakub at gcc dot gnu.org
2022-09-16 19:02 ` [Bug tree-optimization/106958] " jakub at gcc dot gnu.org
2022-09-16 19:36 ` jeffreyalaw at gmail dot com
2022-09-16 20:33 ` jakub at gcc dot gnu.org
2022-09-17  6:19 ` cvs-commit at gcc dot gnu.org
2022-09-17  6:42 ` jakub at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).