public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ipa/108500] -O -finline-small-functions results in "internal compiler error: Segmentation fault" on a very large program (700k function calls)
Date: Tue, 24 Jan 2023 02:57:23 +0000	[thread overview]
Message-ID: <bug-108500-4-q5ZRdsiNQA@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-108500-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---

#21 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x137731a8,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#22 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13773160,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#23 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13773118,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#24 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x137730d0,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#25 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13773088,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#26 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13773040,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#27 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13772ff8,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#28 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13772fb0,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#29 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13772f68,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#30 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13772f20,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#31 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13772ed8,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#32 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13772e90,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#33 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13772e48,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#34 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13772e00,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#35 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13772db8,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#36 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13772d70,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#37 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13772d28,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#38 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13772ce0,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#39 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13772c98,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#40 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13772c50,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#41 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13772c08,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#42 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13772bc0,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
#43 0x0000000000b0ad8b in assign_dfs_numbers (node=node@entry=0x13772b78,
num=num@entry=0x7fffffffd850) at
/home/apinski/src/upstream-gcc/gcc/gcc/dominance.cc:648
...

  parent reply	other threads:[~2023-01-24  2:57 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-23 17:30 [Bug c/108500] New: " dhekir at gmail dot com
2023-01-23 17:55 ` [Bug c/108500] " dhekir at gmail dot com
2023-01-24  2:57 ` pinskia at gcc dot gnu.org [this message]
2023-01-24  3:18 ` [Bug tree-optimization/108500] " pinskia at gcc dot gnu.org
2023-01-24  9:32 ` rguenth at gcc dot gnu.org
2023-01-24  9:43 ` rguenth at gcc dot gnu.org
2023-01-24  9:48 ` rguenth at gcc dot gnu.org
2023-01-24 12:36 ` [Bug tree-optimization/108500] [11/12/13 Regression] " rguenth at gcc dot gnu.org
2023-01-24 14:29 ` cvs-commit at gcc dot gnu.org
2023-01-24 14:30 ` [Bug tree-optimization/108500] [11/12 " rguenth at gcc dot gnu.org
2023-02-01  7:47 ` cvs-commit at gcc dot gnu.org
2023-02-01  8:42 ` rguenth at gcc dot gnu.org
2023-02-01 16:06 ` dhekir at gmail dot com
2023-02-01 16:07 ` dhekir at gmail dot com
2023-02-02 10:22 ` rguenth at gcc dot gnu.org
2023-02-02 10:34 ` rguenth at gcc dot gnu.org
2023-02-02 14:01 ` rguenth at gcc dot gnu.org
2023-02-02 17:12 ` dhekir at gmail dot com
2023-02-03  7:06 ` rguenth at gcc dot gnu.org
2023-02-03  8:20 ` rguenth at gcc dot gnu.org
2023-02-10 14:05 ` vmakarov at gcc dot gnu.org
2023-02-10 16:45 ` cvs-commit at gcc dot gnu.org
2023-02-13  7:42 ` rguenth at gcc dot gnu.org
2023-03-15  9:47 ` cvs-commit at gcc dot gnu.org
2023-03-15 10:03 ` [Bug tree-optimization/108500] [11 " rguenth at gcc dot gnu.org
2023-05-05  8:09 ` rguenth 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-108500-4-q5ZRdsiNQA@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).