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

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 1e5093a7768f9a58b145674118da784e712dab8b
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2009-09-03T22:50:33+00:00
Stats  : +11/-6 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/1e5093a7768f9a58b145674118da784e712dab8b?branch=rhel-f41-base

Log:
4.4.1-9

---
diff --git a/.cvsignore b/.cvsignore
index fc02444..0ee3d7b 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,2 +1,2 @@
 fastjar-0.97.tar.gz
-gcc-4.4.1-20090902.tar.bz2
+gcc-4.4.1-20090903.tar.bz2

diff --git a/gcc.spec b/gcc.spec
index 10cd599..6bad5bf 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20090902
-%global SVNREV 151328
+%global DATE 20090903
+%global SVNREV 151396
 %global gcc_version 4.4.1
 # 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 8
+%global gcc_release 9
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %global include_gappletviewer 1
@@ -1805,6 +1805,11 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Thu Sep  3 2009 Jakub Jelinek <jakub@redhat.com> 4.4.1-9
+- update from gcc-4_4-branch
+  - fix wide char constant stringification
+- __builtin_unreachable fix
+
 * Wed Sep  2 2009 Jakub Jelinek <jakub@redhat.com> 4.4.1-8
 - fix up __builtin_object_size (#505862)
 - fix Fortran GOTO warning (PR fortran/38507)

diff --git a/gcc44-raw-string.patch b/gcc44-raw-string.patch
index ecc5c5d..92a2d57 100644
--- a/gcc44-raw-string.patch
+++ b/gcc44-raw-string.patch
@@ -431,7 +431,7 @@
 +++ libcpp/macro.c	2008-09-11 20:25:20.000000000 +0200
 @@ -377,7 +377,8 @@ stringify_arg (cpp_reader *pfile, macro_
        escape_it = (token->type == CPP_STRING || token->type == CPP_CHAR
- 		   || token->type == CPP_WSTRING || token->type == CPP_STRING
+ 		   || token->type == CPP_WSTRING || token->type == CPP_WCHAR
  		   || token->type == CPP_STRING32 || token->type == CPP_CHAR32
 -		   || token->type == CPP_STRING16 || token->type == CPP_CHAR16);
 +		   || token->type == CPP_STRING16 || token->type == CPP_CHAR16

diff --git a/sources b/sources
index b4c9021..d6c056e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-eb2fb0d2c073de0b4edf78dab958aca4  gcc-4.4.1-20090902.tar.bz2
+67e50d0590f56a2184121e035c7907c8  gcc-4.4.1-20090903.tar.bz2

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

only message in thread, other threads:[~2026-06-29 12:24 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:24 [rpms/gcc] rhel-f41-base: 4.4.1-9 Jakub Jelinek

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