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/101598] [debug, ada] .loc generated for defs__struct1IP
Date: Tue, 25 Oct 2022 10:25:51 +0000	[thread overview]
Message-ID: <bug-101598-4-f07bCJreyJ@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-101598-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #12 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-12 branch has been updated by Eric Botcazou
<ebotcazou@gcc.gnu.org>:

https://gcc.gnu.org/g:da1f6e5260dbcce59372cb522e1af763f25eed6b

commit r12-8866-gda1f6e5260dbcce59372cb522e1af763f25eed6b
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Tue Oct 25 12:20:33 2022 +0200

    Relax assertion in profiler

    This assertion in branch_prob:

      if (bb == ENTRY_BLOCK_PTR_FOR_FN (cfun)->next_bb)
        {
          location_t loc = DECL_SOURCE_LOCATION (current_function_decl);
          gcc_checking_assert (!RESERVED_LOCATION_P (loc));

    had been correct until the fix for PR debug/101598 was installed.

    gcc/
            * profile.cc (branch_prob): Be prepared for ignored functions with
            DECL_SOURCE_LOCATION set to UNKNOWN_LOCATION.

    gcc/testsuite:
            * gnat.dg/specs/coverage1.ads: New test.
            * gnat.dg/specs/variant_part.ads: Minor tweak.
            * gnat.dg/specs/weak1.ads: Add dg directive.

      parent reply	other threads:[~2022-10-25 10:25 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-23 12:35 [Bug debug/101598] New: " vries at gcc dot gnu.org
2021-07-23 12:42 ` [Bug debug/101598] " vries at gcc dot gnu.org
2021-07-23 12:54 ` bernd.edlinger at hotmail dot de
2021-07-23 12:55 ` vries at gcc dot gnu.org
2021-07-23 13:05 ` vries at gcc dot gnu.org
2021-07-23 13:08 ` bernd.edlinger at hotmail dot de
2021-07-24  6:11 ` bernd.edlinger at hotmail dot de
2021-07-24 19:26 ` bernd.edlinger at hotmail dot de
2021-08-04 14:26 ` bernd.edlinger at hotmail dot de
2021-08-11  5:30 ` cvs-commit at gcc dot gnu.org
2021-08-11  7:20 ` edlinger at gcc dot gnu.org
2022-10-25 10:24 ` cvs-commit at gcc dot gnu.org
2022-10-25 10:25 ` cvs-commit at gcc dot gnu.org [this message]

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-101598-4-f07bCJreyJ@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).