public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: Fix up #2330362
@ 2026-06-29 12:30 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2026-06-29 12:30 UTC (permalink / raw)
  To: git-commits

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,

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-29 12:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:30 [rpms/gcc] rhel-f41-base: Fix up #2330362 Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox