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: 10.0.1-0.4
Date: Mon, 29 Jun 2026 12:28:35 GMT [thread overview]
Message-ID: <178273611553.1.2282170496327254926.rpms-gcc-7de85a260324@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 7de85a260324e7085a409d767e045458bcddb1bf
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2020-01-21T14:37:47+01:00
Stats : +22/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/7de85a260324e7085a409d767e045458bcddb1bf?branch=rhel-f41-base
Log:
10.0.1-0.4
---
diff --git a/gcc.spec b/gcc.spec
index 346eef5..29b2779 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -259,6 +259,7 @@ Patch8: gcc10-foffload-default.patch
Patch9: gcc10-Wno-format-security.patch
Patch10: gcc10-rh1574936.patch
Patch11: gcc10-d-shared-libphobos.patch
+Patch12: gcc10-libcpp-lex-workaround.patch
# On ARM EABI systems, we do want -gnueabi to be part of the
# target triple.
@@ -770,6 +771,7 @@ to NVidia PTX capable devices if available.
%patch10 -p0 -b .rh1574936~
%endif
%patch11 -p0 -b .d-shared-libphobos~
+%patch12 -p0 -b .libcpp-lex-workaround~
echo 'Red Hat %{version}-%{gcc_release}' > gcc/DEV-PHASE
diff --git a/gcc10-libcpp-lex-workaround.patch b/gcc10-libcpp-lex-workaround.patch
new file mode 100644
index 0000000..bcf5a33
--- /dev/null
+++ b/gcc10-libcpp-lex-workaround.patch
@@ -0,0 +1,20 @@
+--- libcpp/lex.c 2020-01-12 11:54:38.565380941 +0100
++++ libcpp/lex.c 2020-01-21 14:35:36.182794214 +0100
+@@ -752,7 +752,7 @@ search_line_fast (const uchar *s, const
+ }
+ }
+
+-#elif defined (__ARM_NEON) && defined (__ARM_64BIT_STATE)
++#elif defined (__ARM_NEON) && defined (__ARM_64BIT_STATE) && __has_include("arm_bf16.h")
+ #include "arm_neon.h"
+
+ /* This doesn't have to be the exact page size, but no system may use
+@@ -847,7 +847,7 @@ done:
+ + __builtin_ctz (found));
+ }
+
+-#elif defined (__ARM_NEON)
++#elif defined (__ARM_NEON) && __has_include("arm_bf16.h")
+ #include "arm_neon.h"
+
+ static const uchar *
next reply other threads:[~2026-06-29 12:28 UTC|newest]
Thread overview: 3+ 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: 10.0.1-0.4 Jakub Jelinek
2026-06-29 12:28 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=178273611553.1.2282170496327254926.rpms-gcc-7de85a260324@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