public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/106432] New: ice in range_on_edge, at gimple-range.cc:204
@ 2022-07-25  7:24 dcb314 at hotmail dot com
  2022-07-25  8:00 ` [Bug c/106432] " dcb314 at hotmail dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: dcb314 at hotmail dot com @ 2022-07-25  7:24 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106432
           Summary: ice in range_on_edge, at gimple-range.cc:204
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

Created attachment 53344
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53344&action=edit
C source code

The attached partially reduced C code does this with compiler flag -O3:

$ ../results.20220724.asan.ubsan/bin/gcc -c -O3 bug831.c 2>&1 | more
during GIMPLE pass: dom
/home/dcb36/rpmbuild/BUILD/petsc-3.16.3/petsc-3.16.3/src/ts/utils/dmplexlandau/p
lexland.c: In function ‘ProcessOptions’:
/home/dcb36/rpmbuild/BUILD/petsc-3.16.3/petsc-3.16.3/src/ts/utils/dmplexlandau/p
lexland.c:1418:23: internal compiler error: in range_on_edge, at
gimple-range.cc
:204
 1418 | static PetscErrorCode ProcessOptions(LandauCtx *ctx, const char
prefix[]
)
      |                       ^~~~~~~~~~~~~~
0x1bec52d gimple_ranger::range_on_edge(vrange&, edge_def*, tree_node*)
        ../../trunk.git/gcc/gimple-range.cc:204

The problem first seems to occur sometime in the git hash range
1cc0e9a46e79e7cc..8b8103dcd2624936, a distance of 24 commits.

I will finish the reduce and post it.

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

end of thread, other threads:[~2022-07-25 15:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-25  7:24 [Bug c/106432] New: ice in range_on_edge, at gimple-range.cc:204 dcb314 at hotmail dot com
2022-07-25  8:00 ` [Bug c/106432] " dcb314 at hotmail dot com
2022-07-25  9:37 ` rguenth at gcc dot gnu.org
2022-07-25 12:35 ` aldyh at gcc dot gnu.org
2022-07-25 12:36 ` aldyh at gcc dot gnu.org
2022-07-25 14:09 ` [Bug middle-end/106432] [13 Regression] ICE in range_on_edge, at gimple-range.cc:204 since r13-1812-ge850c98f1f067211 marxin at gcc dot gnu.org
2022-07-25 14:56 ` rguenth at gcc dot gnu.org
2022-07-25 15:31 ` cvs-commit at gcc dot gnu.org
2022-07-25 15:32 ` aldyh 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).