public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/97496] New: ice during during GIMPLE pass: cddce
@ 2020-10-19 16:09 dcb314 at hotmail dot com
  2020-10-19 16:15 ` [Bug tree-optimization/97496] [11 Regression] during during GIMPLE pass: cddce since r11-4005-g6c6e0cafa38cee83 marxin at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dcb314 at hotmail dot com @ 2020-10-19 16:09 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 97496
           Summary: ice during during GIMPLE pass: cddce
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

For this C code:

int a;
int b[];
void c(unsigned g) {
  if (a) {
    long e = g, d = e;
    int f = 0;
    for (; f < 4; f++) {
      b[f] = d;
      d >>= 8;
    }
  }
}

with compiler flag -O3, does this:

during GIMPLE pass: cddce
bug657.c: In function ‘c’:
bug657.c:3:6: internal compiler error: in mark_operand_necessary, at
tree-ssa-dce.c:173
    3 | void c(unsigned g) {
      |      ^
0x5e63bd mark_operand_necessary
        ../../trunk.git/gcc/tree-ssa-dce.c:173
0x5e63bd propagate_necessity
        ../../trunk.git/gcc/tree-ssa-dce.c:775

The problem first seems to occur sometime between 20201016 and 20201017.

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

end of thread, other threads:[~2020-10-20  7:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-19 16:09 [Bug c/97496] New: ice during during GIMPLE pass: cddce dcb314 at hotmail dot com
2020-10-19 16:15 ` [Bug tree-optimization/97496] [11 Regression] during during GIMPLE pass: cddce since r11-4005-g6c6e0cafa38cee83 marxin at gcc dot gnu.org
2020-10-19 16:15 ` marxin at gcc dot gnu.org
2020-10-20  6:00 ` rguenth at gcc dot gnu.org
2020-10-20  7:03 ` cvs-commit at gcc dot gnu.org
2020-10-20  7:03 ` rguenth 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).