public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: Fix up #2330362
Date: Mon, 29 Jun 2026 12:30:44 GMT [thread overview]
Message-ID: <178273624485.1.1739789777329567143.rpms-gcc-806e75093dd6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 806e75093dd637270102e8d2896b9c6c40015166
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2024-12-05T20:08:15+01:00
Stats : +3/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/806e75093dd637270102e8d2896b9c6c40015166?branch=rhel-f41-base
Log:
Fix up #2330362
---
diff --git a/gcc.spec b/gcc.spec
index e74627b..56d6445 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -931,7 +931,7 @@ LC_ALL=C sed -i -e 's/\xa0/ /' gcc/doc/options.texi
sed -i -e '/ldp_fusion/s/Init(1)/Init(0)/' gcc/config/aarch64/aarch64.opt
sed -i -e 's/Common Driver Var(flag_report_bug)/& Init(1)/' gcc/common.opt
-sed -i -e 's/context->report_bug = false;/context->report_bug = true;/' gcc/diagnostic.cc
+sed -i -e 's/m_report_bug = false;/m_report_bug = true;/' gcc/diagnostic.cc
%ifarch ppc
if [ -d libstdc++-v3/config/abi/post/powerpc64-linux-gnu ]; then
@@ -3620,6 +3620,8 @@ end
%endif
%changelog
+- fix up -freport-bug default (#2330362)
+
* Mon Nov 4 2024 Jakub Jelinek <jakub@redhat.com> 14.2.1-6
- update from releases/gcc-14 branch
- PRs fortran/79685, jit/117275, libstdc++/117321, libstdc++/117406,
reply other threads:[~2026-06-29 12:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178273624485.1.1739789777329567143.rpms-gcc-806e75093dd6@fedoraproject.org \
--to=jakub@redhat.com \
--cc=git-commits@fedoraproject.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