public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 11.1.1-7
@ 2026-06-29 12:29 Jakub Jelinek
0 siblings, 0 replies; 2+ 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 : 517529187fad464cad2f554540a733171f9598c1
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2021-07-26T20:08:16+02:00
Stats : +5/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/517529187fad464cad2f554540a733171f9598c1?branch=rhel-f41-base
Log:
11.1.1-7
---
diff --git a/gcc11-foffload-default.patch b/gcc11-foffload-default.patch
index 3329d2a..d1aae64 100644
--- a/gcc11-foffload-default.patch
+++ b/gcc11-foffload-default.patch
@@ -16,7 +16,7 @@ libgomp/
--- gcc/gcc.c.jj 2017-01-17 10:28:40.000000000 +0100
+++ gcc/gcc.c 2017-01-20 16:26:29.649962902 +0100
-@@ -290,6 +290,10 @@ static const char *spec_host_machine = D
+@@ -319,6 +319,10 @@ static const char *spec_host_machine = D
static char *offload_targets = NULL;
@@ -27,7 +27,7 @@ libgomp/
/* Nonzero if cross-compiling.
When -b is used, the value comes from the `specs' file. */
-@@ -4457,7 +4461,10 @@ process_command (unsigned int decoded_op
+@@ -4828,7 +4832,10 @@ process_command (unsigned int decoded_op
/* If the user didn't specify any, default to all configured offload
targets. */
if (ENABLE_OFFLOADING && offload_targets == NULL)
@@ -37,9 +37,9 @@ libgomp/
+ offload_targets_default = true;
+ }
- if (output_file
- && strcmp (output_file, "-") != 0
-@@ -7693,6 +7700,8 @@ driver::maybe_putenv_OFFLOAD_TARGETS ()
+ /* Handle -gtoggle as it would later in toplev.c:process_options to
+ make the debug-level-gt spec function work as expected. */
+@@ -8494,6 +8501,8 @@ driver::maybe_putenv_OFFLOAD_TARGETS ()
obstack_grow (&collect_obstack, offload_targets,
strlen (offload_targets) + 1);
xputenv (XOBFINISH (&collect_obstack, char *));
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/gcc] rhel-f41-base: 11.1.1-7
@ 2026-06-29 12:29 Jakub Jelinek
0 siblings, 0 replies; 2+ 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 : 012193ab2c44a344c3d942e72c5c28ce66428ceb
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2021-07-26T19:58:01+02:00
Stats : +29/-7 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/012193ab2c44a344c3d942e72c5c28ce66428ceb?branch=rhel-f41-base
Log:
11.1.1-7
---
diff --git a/.gitignore b/.gitignore
index 30f9dbb..d12a258 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,4 @@
/gcc-11.1.1-20210531.tar.xz
/gcc-11.1.1-20210617.tar.xz
/gcc-11.1.1-20210623.tar.xz
+/gcc-11.1.1-20210726.tar.xz
diff --git a/gcc.spec b/gcc.spec
index 2492567..447be7e 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,10 +1,10 @@
-%global DATE 20210623
-%global gitrev cab23df287db6bf4e3d8207e72726b40a4b11058
+%global DATE 20210726
+%global gitrev 0b934a97129b060f95533a6b6ddf87141195728a
%global gcc_version 11.1.1
%global gcc_major 11
# Note, gcc_release must be integer, if you want to add suffixes to
# %%{release}, append them after %%{gcc_release} on Release: line.
-%global gcc_release 6
+%global gcc_release 7
%global nvptx_tools_gitrev 5f6f343a302d620b0868edab376c00b15741e39e
%global newlib_cygwin_gitrev 50e2a63b04bdd018484605fbb954fd1bd5147fa0
%global _unpackaged_files_terminate_build 0
@@ -119,7 +119,7 @@
Summary: Various compilers (C, C++, Objective-C, ...)
Name: gcc
Version: %{gcc_version}
-Release: %{gcc_release}%{?dist}.1
+Release: %{gcc_release}%{?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
@@ -3130,8 +3130,29 @@ end
%endif
%changelog
-* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 11.1.1-6.1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+* Mon Jul 26 2021 Jakub Jelinek <jakub@redhat.com> 11.1.1-7
+- update from releases/gcc-11-branch
+ - PRs ada/101094, analyzer/100244, analyzer/100615, analyzer/101082,
+ bootstrap/100246, c++/100138, c++/100752, c++/100838, c++/100918,
+ c++/101040, c++/101087, c++/101098, c++/101181, c++/101182,
+ c++/101194, c++/101210, c++/101233, c++/101247, c++/101361,
+ c++/101443, c++/101516, c++/86355, c++/95520, c++/97420, c++/98832,
+ c/101171, c/101176, d/101273, d/101282, debug/101266, driver/101383,
+ fortran/100227, fortran/100949, fortran/93524, go/101407, ipa/101066,
+ libstdc++/100387, libstdc++/101411, libstdc++/101427,
+ middle-end/100672, middle-end/101156, middle-end/101172,
+ middle-end/101291, middle-end/101423, middle-end/101535,
+ middle-end/94366, target/100152, target/100809, target/101023,
+ target/101129, target/101142, target/101175, target/101185,
+ target/101235, target/101377, target/101384, target/101395,
+ testsuite/100422, tree-optimization/100299, tree-optimization/100778,
+ tree-optimization/100923, tree-optimization/101014,
+ tree-optimization/101025, tree-optimization/101088,
+ tree-optimization/101105, tree-optimization/101148,
+ tree-optimization/101151, tree-optimization/101158,
+ tree-optimization/101173, tree-optimization/101223,
+ tree-optimization/101229, tree-optimization/101280,
+ tree-optimization/101394, tree-optimization/101445
* Wed Jun 23 2021 Jakub Jelinek <jakub@redhat.com> 11.1.1-6
- update from releases/gcc-11-branch
diff --git a/sources b/sources
index 34f42b5..26dc9a5 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-SHA512 (gcc-11.1.1-20210623.tar.xz) = 2d639148af6a8b25127735df8fc4a29dbda3fe835caeaf1cc9d3c4373d69444f1b2c93cc751cbf19076c1ff412fcb8cfacce41c12985b0c7429260c89c62a894
+SHA512 (gcc-11.1.1-20210726.tar.xz) = fcc8b1c0c5488363998bb3d7871052ec0ee198bebe05f4b11b4fb67153a91b6461ade116b3cbe49efc2a167176e05b2997b8796586a42bdc879c2bef1579ab77
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] 2+ messages in thread
end of thread, other threads:[~2026-06-29 12:29 UTC | newest]
Thread overview: 2+ 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: 11.1.1-7 Jakub Jelinek
-- strict thread matches above, loose matches on Subject: below --
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