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 jit/111396] Segfault when using -flto with libgccjit
Date: Wed, 10 Jan 2024 22:18:58 +0000	[thread overview]
Message-ID: <bug-111396-4-SOQcrcKUrg@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-111396-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by David Malcolm <dmalcolm@gcc.gnu.org>:

https://gcc.gnu.org/g:8415bceea9d3ca86adc00ae8ad92deaec0457dd1

commit r14-7117-g8415bceea9d3ca86adc00ae8ad92deaec0457dd1
Author: Antoni Boucher <bouanto@zoho.com>
Date:   Wed Jan 10 17:13:20 2024 -0500

    libgccjit: Fix GGC segfault when using -flto

    gcc/ChangeLog:
            PR jit/111396
            * ipa-fnsummary.cc (ipa_fnsummary_cc_finalize): Call
            ipa_free_size_summary.
            * ipa-icf.cc (ipa_icf_cc_finalize): New function.
            * ipa-profile.cc (ipa_profile_cc_finalize): New function.
            * ipa-prop.cc (ipa_prop_cc_finalize): New function.
            * ipa-prop.h (ipa_prop_cc_finalize): New function.
            * ipa-sra.cc (ipa_sra_cc_finalize): New function.
            * ipa-utils.h (ipa_profile_cc_finalize, ipa_icf_cc_finalize,
            ipa_sra_cc_finalize): New functions.
            * toplev.cc (toplev::finalize): Call ipa_icf_cc_finalize,
            ipa_prop_cc_finalize, ipa_profile_cc_finalize and
            ipa_sra_cc_finalize
            Include ipa-utils.h.

    gcc/testsuite/ChangeLog:
            PR jit/111396
            * jit.dg/all-non-failing-tests.h: Add note about test-ggc-bugfix.
            * jit.dg/test-ggc-bugfix.c: New test.

      parent reply	other threads:[~2024-01-10 22:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-12 19:18 [Bug jit/111396] New: " bouanto at zoho dot com
2023-09-13 14:14 ` [Bug jit/111396] " dmalcolm at gcc dot gnu.org
2023-11-10 16:02 ` bouanto at zoho dot com
2024-01-10 22:18 ` 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-111396-4-SOQcrcKUrg@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).