public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 12.0.1-0.14
@ 2026-06-29 12:29 Jakub Jelinek
0 siblings, 0 replies; 3+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : fbdc8be2d51ed1f416fd0e434712ee50ede35b82
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2022-04-03T13:10:43+02:00
Stats : +13/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/fbdc8be2d51ed1f416fd0e434712ee50ede35b82?branch=rhel-f41-base
Log:
12.0.1-0.14
---
diff --git a/gcc12-aarch64-tune.patch b/gcc12-aarch64-tune.patch
new file mode 100644
index 0000000..fb7a951
--- /dev/null
+++ b/gcc12-aarch64-tune.patch
@@ -0,0 +1,13 @@
+2022-04-03 Jakub Jelinek <jakub@redhat.com>
+
+ * config/aarch64/aarch64-tune.md: Regenerate.
+
+--- gcc/config/aarch64/aarch64-tune.md 2022-04-01 14:57:41.745622238 +0200
++++ gcc/config/aarch64/aarch64-tune.md 2022-04-03 12:55:41.667331201 +0200
+@@ -1,5 +1,5 @@
+ ;; -*- buffer-read-only: t -*-
+ ;; Generated automatically by gentune.sh from aarch64-cores.def
+ (define_attr "tune"
+- "cortexa34,cortexa35,cortexa53,cortexa57,cortexa72,cortexa73,thunderx,thunderxt88p1,thunderxt88,octeontx,octeontxt81,octeontxt83,thunderxt81,thunderxt83,ampere1,emag,xgene1,falkor,qdf24xx,exynosm1,phecda,thunderx2t99p1,vulcan,thunderx2t99,cortexa55,cortexa75,cortexa76,cortexa76ae,cortexa77,cortexa78,cortexa78ae,cortexa78c,cortexa65,cortexa65ae,cortexx1,ares,neoversen1,neoversee1,octeontx2,octeontx2t98,octeontx2t96,octeontx2t93,octeontx2f95,octeontx2f95n,octeontx2f95mm,a64fx,tsv110,thunderx3t110,zeus,neoversev1,neoverse512tvb,saphira,neoversen2,cortexa57cortexa53,cortexa72cortexa53,cortexa73cortexa35,cortexa73cortexa53,cortexa75cortexa55,cortexa76cortexa55,cortexr82,cortexa510,cortexa710,cortexx2,demeter"
++ "cortexa34,cortexa35,cortexa53,cortexa57,cortexa72,cortexa73,thunderx,thunderxt88p1,thunderxt88,octeontx,octeontxt81,octeontxt83,thunderxt81,thunderxt83,ampere1,emag,xgene1,falkor,qdf24xx,exynosm1,phecda,thunderx2t99p1,vulcan,thunderx2t99,cortexa55,cortexa75,cortexa76,cortexa76ae,cortexa77,cortexa78,cortexa78ae,cortexa78c,cortexa65,cortexa65ae,cortexx1,ares,neoversen1,neoversee1,octeontx2,octeontx2t98,octeontx2t96,octeontx2t93,octeontx2f95,octeontx2f95n,octeontx2f95mm,a64fx,tsv110,thunderx3t110,zeus,neoversev1,neoverse512tvb,saphira,cortexa57cortexa53,cortexa72cortexa53,cortexa73cortexa35,cortexa73cortexa53,cortexa75cortexa55,cortexa76cortexa55,cortexr82,cortexa510,cortexa710,cortexx2,neoversen2,demeter"
+ (const (symbol_ref "((enum attr_tune) aarch64_tune)")))
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [rpms/gcc] rhel-f41-base: 12.0.1-0.14
@ 2026-06-29 12:29 Jakub Jelinek
0 siblings, 0 replies; 3+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 54dca9e09dd419dab6f5f3bfbaf816879a87308f
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2022-04-03T13:09:18+02:00
Stats : +4/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/54dca9e09dd419dab6f5f3bfbaf816879a87308f?branch=rhel-f41-base
Log:
12.0.1-0.14
---
diff --git a/gcc.spec b/gcc.spec
index 0b5296b..897ed4b 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -270,6 +270,7 @@ Patch8: gcc12-no-add-needed.patch
Patch9: gcc12-Wno-format-security.patch
Patch10: gcc12-rh1574936.patch
Patch11: gcc12-d-shared-libphobos.patch
+Patch12: gcc12-aarch64-tune.patch
Patch100: gcc12-fortran-fdec-duplicates.patch
Patch101: gcc12-fortran-flogical-as-integer.patch
@@ -791,6 +792,7 @@ to NVidia PTX capable devices if available.
%patch10 -p0 -b .rh1574936~
%endif
%patch11 -p0 -b .d-shared-libphobos~
+%patch12 -p0 -b .aarch64-tune~
%if 0%{?rhel} >= 9
%patch100 -p1 -b .fortran-fdec-duplicates~
@@ -3164,9 +3166,10 @@ end
%endif
%changelog
-* Fri Apr 1 2022 Jakub Jelinek <jakub@redhat.com> 12.0.1-0.14
+* Sun Apr 3 2022 Jakub Jelinek <jakub@redhat.com> 12.0.1-0.14
- update from trunk
- revert delayed parse DMI change (PR c++/96645)
+- fix up aarch64 make install
* Fri Apr 1 2022 Jakub Jelinek <jakub@redhat.com> 12.0.1-0.13
- update from trunk
^ permalink raw reply related [flat|nested] 3+ messages in thread* [rpms/gcc] rhel-f41-base: 12.0.1-0.14
@ 2026-06-29 12:29 Jakub Jelinek
0 siblings, 0 replies; 3+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : d73ad6153fd173988eaf537b806507ab50950039
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2022-04-01T16:24:00+02:00
Stats : +7/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/d73ad6153fd173988eaf537b806507ab50950039?branch=rhel-f41-base
Log:
12.0.1-0.14
---
diff --git a/gcc.spec b/gcc.spec
index 4135f36..0b5296b 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,5 +1,5 @@
%global DATE 20220401
-%global gitrev 8c714de722b2df674be4eda3e525a9c4a1eee009
+%global gitrev 3b1a8bc028a968b01bbdb5f9cc5cd30402efae92
%global gcc_version 12.0.1
%global gcc_major 12
# Note, gcc_release must be integer, if you want to add suffixes to
@@ -120,7 +120,7 @@
Summary: Various compilers (C, C++, Objective-C, ...)
Name: gcc
Version: %{gcc_version}
-Release: %{gcc_release}.13%{?dist}
+Release: %{gcc_release}.14%{?dist}
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
# GCC Runtime Exception.
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
@@ -3164,6 +3164,10 @@ end
%endif
%changelog
+* Fri Apr 1 2022 Jakub Jelinek <jakub@redhat.com> 12.0.1-0.14
+- update from trunk
+ - revert delayed parse DMI change (PR c++/96645)
+
* Fri Apr 1 2022 Jakub Jelinek <jakub@redhat.com> 12.0.1-0.13
- update from trunk
- PRs ada/104767, ada/104861, analyzer/95000, analyzer/99771,
diff --git a/sources b/sources
index 3bcaa25..870a0c7 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-SHA512 (gcc-12.0.1-20220401.tar.xz) = 6297c2c9828b9098ca5dad79ac5233d178264a5327522fbc61fce66940d4c551e37a7b5b070fe24942343c35920effef1cc8abf973e81105939bbb557bcf5846
+SHA512 (gcc-12.0.1-20220401.tar.xz) = c32fe72884442d91dbade694515bc7d54cf2194cd3928e9d7168e7b5db0e244b30d8addde26633f936b2a0e17b30d94cdec594d6b834ae4b003f3210fb641f50
SHA512 (isl-0.18.tar.bz2) = 85d0b40f4dbf14cb99d17aa07048cdcab2dc3eb527d2fbb1e84c41b2de5f351025370e57448b63b2b8a8cf8a0843a089c3263f9baee1542d5c2e1cb37ed39d94
SHA512 (newlib-cygwin-50e2a63b04bdd018484605fbb954fd1bd5147fa0.tar.xz) = 002a48a7b689a81abbf16161bcaec001a842e67dfbe372e9e109092703bfc666675f16198f60ca429370e8850d564547dc505df81bc3aaca4ce6defbc014ad6c
SHA512 (nvptx-tools-5f6f343a302d620b0868edab376c00b15741e39e.tar.xz) = f6d10db94fa1570ae0f94df073fa3c73c8e5ee16d59070b53d94f7db0de8a031bc44d7f3f1852533da04b625ce758e022263855ed43cfc6867e0708d001e53c7
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-06-29 12:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:29 [rpms/gcc] rhel-f41-base: 12.0.1-0.14 Jakub Jelinek
-- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:29 Jakub Jelinek
2026-06-29 12:29 Jakub Jelinek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox