public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/113347] New: ICE during gimplification building TVM
Date: Fri, 12 Jan 2024 07:17:03 +0000	[thread overview]
Message-ID: <bug-113347-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 113347
           Summary: ICE during gimplification building TVM
           Product: gcc
           Version: 13.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

I see

> ./cc1plus -fpreprocessed cross_thread_reduction.cc.ii -quiet -dumpbase-ext .cc -mtune=generic -march=x86-64 -g -g -O2 -O2 -O2 -Wall -Werror=return-type -std=c++17 -version -faligned-new=1 -fPIC -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -o cross_thread_reduction.cc.s
GNU C++17 (GCC) version 13.2.1 20240112 (x86_64-pc-linux-gnu)
        compiled by GNU C version 7.5.0, GMP version 6.1.2, MPFR version
4.0.2-p6, MPC version 1.1.0, isl version isl-0.18-GMP

GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: b21c83316346ea37120ce6d56dd5bdc5
In member function 'tvm::tir::ExprRV
tvm::meta_schedule::CrossThreadReductionNode::GetThreadIdxExtentFromTrace(const
tvm::tir::Trace&)':
cc1plus: internal compiler error: Segmentation fault
0x19cbf8f crash_signal
        /home/rguenther/src/gcc-13-branch/gcc/toplev.cc:314
0xcc7260 contains_struct_check(tree_node*, tree_node_structure_enum, char
const*, int, char const*)
        /home/rguenther/src/gcc-13-branch/gcc/tree.h:3653
0xd9e44f cp_gimplify_expr(tree_node**, gimple**, gimple**)
        /home/rguenther/src/gcc-13-branch/gcc/cp/cp-gimplify.cc:552
0x15b96fd gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        /home/rguenther/src/gcc-13-branch/gcc/gimplify.cc:16291
0x158d62a gimplify_stmt(tree_node**, gimple**)
        /home/rguenther/src/gcc-13-branch/gcc/gimplify.cc:7226
0x158a696 gimplify_compound_expr
        /home/rguenther/src/gcc-13-branch/gcc/gimplify.cc:6412
...

on the GCC 13 branch head.  The ICE doesn't occur on trunk.

             reply	other threads:[~2024-01-12  7:17 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-12  7:17 rguenth at gcc dot gnu.org [this message]
2024-01-12  7:17 ` [Bug c++/113347] " rguenth at gcc dot gnu.org
2024-01-12  7:18 ` rguenth at gcc dot gnu.org
2024-01-12  7:20 ` [Bug c++/113347] [13 Regression] " rguenth at gcc dot gnu.org
2024-01-12  8:10 ` fabian@ritter-vogt.de
2024-01-12  8:24 ` [Bug c++/113347] [13 Regression] ICE during gimplification building TVM since r13-8079-gd237e7b291ff52 rguenth at gcc dot gnu.org
2024-01-12  8:28 ` [Bug c++/113347] [12/13 " rguenth at gcc dot gnu.org
2024-01-15  7:33 ` rguenth at gcc dot gnu.org
2024-01-15 19:08 ` mpolacek at gcc dot gnu.org
2024-01-18 19:16 ` mpolacek at gcc dot gnu.org
2024-01-22 22:43 ` pinskia at gcc dot gnu.org
2024-01-23 20:28 ` jason at gcc dot gnu.org
2024-01-24 19:39 ` cvs-commit at gcc dot gnu.org
2024-01-24 19:40 ` cvs-commit at gcc dot gnu.org
2024-01-24 19:42 ` cvs-commit at gcc dot gnu.org
2024-01-24 19:43 ` jason at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-113347-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).