public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: 4.4.1-9
Date: Mon, 29 Jun 2026 12:24:32 GMT	[thread overview]
Message-ID: <178273587294.1.11623304556231647936.rpms-gcc-1e5093a7768f@fedoraproject.org> (raw)

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

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

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178273587294.1.11623304556231647936.rpms-gcc-1e5093a7768f@fedoraproject.org \
    --to=jakub@fedoraproject.org \
    --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