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: 9.0.1-0.10
Date: Mon, 29 Jun 2026 12:28:22 GMT	[thread overview]
Message-ID: <178273610285.1.16116724166832543135.rpms-gcc-1d6c11d8dfb1@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 1d6c11d8dfb11fe855ffd1688a0a6e8acaa392dd
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2019-03-12T10:32:22+01:00
Stats  : +9/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/1d6c11d8dfb11fe855ffd1688a0a6e8acaa392dd?branch=rhel-f41-base

Log:
9.0.1-0.10

---
diff --git a/gcc9-pr89093.patch b/gcc9-pr89093.patch
index 78957e3..4ec2c06 100644
--- a/gcc9-pr89093.patch
+++ b/gcc9-pr89093.patch
@@ -55,15 +55,19 @@
  
 --- gcc/config/arm/arm.c
 +++ gcc/config/arm/arm.c
-@@ -3759,8 +3759,6 @@ arm_options_perform_arch_sanity_checks (void)
+@@ -3761,11 +3761,7 @@ arm_options_perform_arch_sanity_checks (
+       if (arm_abi == ARM_ABI_IWMMXT)
+ 	arm_pcs_default = ARM_PCS_AAPCS_IWMMXT;
        else if (TARGET_HARD_FLOAT_ABI)
- 	{
- 	  arm_pcs_default = ARM_PCS_AAPCS_VFP;
+-	{
+-	  arm_pcs_default = ARM_PCS_AAPCS_VFP;
 -	  if (!bitmap_bit_p (arm_active_target.isa, isa_bit_vfpv2))
--	    error ("-mfloat-abi=hard: selected processor lacks an FPU");
- 	}
+-	    error ("%<-mfloat-abi=hard%>: selected processor lacks an FPU");
+-	}
++	arm_pcs_default = ARM_PCS_AAPCS_VFP;
        else
  	arm_pcs_default = ARM_PCS_AAPCS;
+     }
 --- libgcc/config/arm/pr-support.c
 +++ libgcc/config/arm/pr-support.c
 @@ -21,6 +21,8 @@

             reply	other threads:[~2026-06-29 12:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-29 12:28 Jakub Jelinek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:28 [rpms/gcc] rhel-f41-base: 9.0.1-0.10 Jakub Jelinek

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=178273610285.1.16116724166832543135.rpms-gcc-1d6c11d8dfb1@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