public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/100515] New: [12 Regression] ICE in output_rnglists, at dwarf2out.c:12294
@ 2021-05-11  8:54 asolokha at gmx dot com
  2021-05-11  8:56 ` [Bug debug/100515] " asolokha at gmx dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: asolokha at gmx dot com @ 2021-05-11  8:54 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 100515
           Summary: [12 Regression] ICE in output_rnglists, at
                    dwarf2out.c:12294
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, openmp
          Severity: normal
          Priority: P3
         Component: debug
          Assignee: unassigned at gcc dot gnu.org
          Reporter: asolokha at gmx dot com
  Target Milestone: ---

gcc-12.0.0-alpha20210509 snapshot (g:5e0236d3b0e0d7ad98bcee36128433fa755b5558)
ICEs when compiling the following testcase, reduced from
clang/testsuite/AST/ast-dump-openmp-taskloop-simd.c, w/ -O2 -fopenmp -g:

void
foo (int x)
{
#pragma omp taskloop
  for (int i = 0; i < x; i++)
    ;
}

void
bar (int x)
{
#pragma omp taskloop
  for (int i = 0; i < x; i++)
    ;
}

% gcc-12.0.0 -O2 -fopenmp -g -c wuhgfgai.c
wuhgfgai.c:15:1: internal compiler error: in output_rnglists, at
dwarf2out.c:12294
   15 | }
      | ^
0x64302c output_rnglists
       
/var/tmp/portage/sys-devel/gcc-12.0.0_alpha20210509/work/gcc-12-20210509/gcc/dwarf2out.c:12294
0xa4d492 dwarf2out_finish
       
/var/tmp/portage/sys-devel/gcc-12.0.0_alpha20210509/work/gcc-12-20210509/gcc/dwarf2out.c:32176

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

end of thread, other threads:[~2021-05-17  9:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-11  8:54 [Bug debug/100515] New: [12 Regression] ICE in output_rnglists, at dwarf2out.c:12294 asolokha at gmx dot com
2021-05-11  8:56 ` [Bug debug/100515] " asolokha at gmx dot com
2021-05-11  9:23 ` [Bug debug/100515] [12 Regression] ICE in output_rnglists, at dwarf2out.c:12294 since r12-574-ge69ac0203725fb8d marxin at gcc dot gnu.org
2021-05-11 17:27 ` marxin at gcc dot gnu.org
2021-05-12  5:13 ` edlinger at gcc dot gnu.org
2021-05-12  8:54 ` cvs-commit at gcc dot gnu.org
2021-05-12  9:02 ` edlinger at gcc dot gnu.org
2021-05-12  9:14 ` edlinger at gcc dot gnu.org
2021-05-17  9:29 ` cvs-commit 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).