public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug debug/100515] [12 Regression] ICE in output_rnglists, at dwarf2out.c:12294 since r12-574-ge69ac0203725fb8d
Date: Wed, 12 May 2021 08:54:36 +0000	[thread overview]
Message-ID: <bug-100515-4-Kwk6PRplM0@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-100515-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Bernd Edlinger <edlinger@gcc.gnu.org>:

https://gcc.gnu.org/g:1ecd1e6c894fbdbc10fdcfee419922b24e1115ee

commit r12-740-g1ecd1e6c894fbdbc10fdcfee419922b24e1115ee
Author: Bernd Edlinger <bernd.edlinger@hotmail.de>
Date:   Tue May 11 17:55:18 2021 +0200

    Fix ICE in output_rnglists, at dwarf2out.c:12294

    In this testcase the compile unit consists of a single
    text section with a single embedded DECL_IGNORED_P function.
    So we have a kind of multi-range text section here.
    To avoid an ICE in output_rnglists we need to make sure
    that have_multiple_function_sections is set to true.
    This is a regression from
    e69ac020372 ("Add line debug info for virtual thunks")

    2021-05-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>

            PR debug/100515
            * dwarf2out.c (dwarf2out_finish): Set
            have_multiple_function_sections with multi-range text_section.

            * gcc.dg/debug/dwarf2/pr100515.c: New testcase.

  parent reply	other threads:[~2021-05-12  8:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

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-100515-4-Kwk6PRplM0@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).