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

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 14e9c95c978518664204d31aeb2b8514edbfe23b
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2007-09-22T12:45:46+00:00
Stats  : +27/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/14e9c95c978518664204d31aeb2b8514edbfe23b?branch=rhel-f41-base

Log:
4.1.2-26

---
diff --git a/gcc41-makeinfo-ver.patch b/gcc41-makeinfo-ver.patch
new file mode 100644
index 0000000..81f1e9f
--- /dev/null
+++ b/gcc41-makeinfo-ver.patch
@@ -0,0 +1,27 @@
+2007-09-22  Jakub Jelinek  <jakub@redhat.com>
+
+	* configure.ac (MAKEINFO): Handle makeinfo version 4.10 and above.
+	* configure: Regenerated.
+
+--- gcc/configure.ac.jj	2007-02-20 16:39:12.000000000 -0500
++++ gcc/configure.ac	2007-09-22 08:38:07.000000000 -0400
+@@ -833,7 +833,7 @@ MISSING="${CONFIG_SHELL-/bin/sh} $srcdir
+ # that we can use it.
+ gcc_AC_CHECK_PROG_VER(MAKEINFO, makeinfo, --version,
+   [GNU texinfo.* \([0-9][0-9.]*\)],
+-  [4.[2-9]*])
++  [4.[2-9]*|4.[1-9][0-9]*])
+ if test $gcc_cv_prog_makeinfo_modern = no; then
+   MAKEINFO="$MISSING makeinfo"
+   AC_MSG_WARN([
+--- gcc/configure.jj	2007-02-20 16:39:12.000000000 -0500
++++ gcc/configure	2007-09-22 08:38:30.000000000 -0400
+@@ -7496,7 +7496,7 @@ else
+   echo "configure:7496: version of makeinfo is $ac_prog_version" >&5
+   case $ac_prog_version in
+     '')     gcc_cv_prog_makeinfo_modern=no;;
+-    4.[2-9]*)
++    4.[2-9]*|4.[1-9][0-9]*)
+             gcc_cv_prog_makeinfo_modern=yes;;
+     *)      gcc_cv_prog_makeinfo_modern=no;;
+   esac

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [rpms/gcc] rhel-f41-base: 4.1.2-26
@ 2026-06-29 12:23 Jakub Jelinek
  0 siblings, 0 replies; 5+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:23 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 764e3b5c01d30aa3a6bfcbbd15141715b4d0cfc8
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2007-09-22T14:04:01+00:00
Stats  : +2/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/764e3b5c01d30aa3a6bfcbbd15141715b4d0cfc8?branch=rhel-f41-base

Log:
4.1.2-26

---
diff --git a/gcc41-makeinfo-ver.patch b/gcc41-makeinfo-ver.patch
index 95fa237..8c4047c 100644
--- a/gcc41-makeinfo-ver.patch
+++ b/gcc41-makeinfo-ver.patch
@@ -37,7 +37,7 @@
  gcc_AC_CHECK_PROG_VER(MAKEINFO, makeinfo, --version,
    [GNU texinfo.* \([0-9][0-9.]*\)],
 -  [4.[2-9]*])
-+  [4.[2-9]*|4.[1-9][0-9]*])
++  [4.[2-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-9]*])
  if test $gcc_cv_prog_makeinfo_modern = no; then
    MAKEINFO="$MISSING makeinfo"
    AC_MSG_WARN([
@@ -48,7 +48,7 @@
    case $ac_prog_version in
      '')     gcc_cv_prog_makeinfo_modern=no;;
 -    4.[2-9]*)
-+    4.[2-9]*|4.[1-9][0-9]*)
++    4.[2-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-9]*)
              gcc_cv_prog_makeinfo_modern=yes;;
      *)      gcc_cv_prog_makeinfo_modern=no;;
    esac

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [rpms/gcc] rhel-f41-base: 4.1.2-26
@ 2026-06-29 12:23 Jakub Jelinek
  0 siblings, 0 replies; 5+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:23 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : b2bb76df750fe9e6ed493b2becbe5d1dad80a679
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2007-09-22T13:39:39+00:00
Stats  : +12/-7 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/b2bb76df750fe9e6ed493b2becbe5d1dad80a679?branch=rhel-f41-base

Log:
4.1.2-26

---
diff --git a/gcc41-makeinfo-ver.patch b/gcc41-makeinfo-ver.patch
index ccfb60c..95fa237 100644
--- a/gcc41-makeinfo-ver.patch
+++ b/gcc41-makeinfo-ver.patch
@@ -1,30 +1,32 @@
 2007-09-22  Jakub Jelinek  <jakub@redhat.com>
 
-	* configure.in (MAKEINFO): Handle makeinfo version 4.10 through 4.99.
-	* configure: Regenerated.
-gcc/
 	* configure.ac (MAKEINFO): Handle makeinfo version 4.10 and above.
 	* configure: Regenerated.
 
+2007-09-15  Alan Modra  <amodra@bigpond.net.au>
+
+	* configure.in: Correct makeinfo version check.
+	* configure: Regenerate.
+
 --- configure.in.jj	2007-02-20 16:41:55.000000000 -0500
-+++ configure.in	2007-09-22 09:23:30.000000000 -0400
++++ configure.in	2007-09-22 09:36:04.000000000 -0400
 @@ -2159,7 +2159,7 @@ changequote(,)
      # For an installed makeinfo, we require it to be from texinfo 4.2 or
      # higher, else we use the "missing" dummy.
      if ${MAKEINFO} --version \
 -       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])' >/dev/null 2>&1; then
-+       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|4\.[1-9][0-9]|[5-9])' >/dev/null 2>&1; then
++       | egrep 'texinfo[^0-9]*(4\.([2-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
        :
      else
        MAKEINFO="$MISSING makeinfo"
 --- configure.jj	2007-02-20 16:41:55.000000000 -0500
-+++ configure	2007-09-22 09:24:08.000000000 -0400
++++ configure	2007-09-22 09:36:25.000000000 -0400
 @@ -3574,7 +3574,7 @@ case " $build_configdirs " in
      # For an installed makeinfo, we require it to be from texinfo 4.2 or
      # higher, else we use the "missing" dummy.
      if ${MAKEINFO} --version \
 -       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])' >/dev/null 2>&1; then
-+       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|4\.[1-9][0-9]|[5-9])' >/dev/null 2>&1; then
++       | egrep 'texinfo[^0-9]*(4\.([2-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
        :
      else
        MAKEINFO="$MISSING makeinfo"

diff --git a/gcc41.spec b/gcc41.spec
index 236964e..42c3142 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -155,6 +155,7 @@ Patch38: gcc41-pr27954.patch
 Patch39: gcc41-pr33423.patch
 Patch40: gcc41-scanf-fmt-check.patch
 Patch41: gcc41-pr33506.patch
+Patch42: gcc41-makeinfo-ver.patch
 
 # On ARM EABI systems, we do want -gnueabi to be part of the
 # target triple.
@@ -479,6 +480,7 @@ which are required to run programs compiled with the GNAT.
 %patch39 -p0 -b .pr33423~
 %patch40 -p0 -b .scanf-fmt-check~
 %patch41 -p0 -b .pr33506~
+%patch42 -p0 -b .makeinfo-ver~
 
 sed -i -e 's/4\.1\.3/4.1.2/' gcc/BASE-VER gcc/version.c
 sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
@@ -1636,6 +1638,7 @@ fi
 * Sat Sep 22 2007 Jakub Jelinek <jakub@redhat.com> 4.1.2-26
 - don't ignore throw specification of function types in type hashing
   (PR c++/33506)
+- handle makeinfo version >= 4.10 in gcc configury
 
 * Mon Sep 17 2007 Jakub Jelinek <jakub@redhat.com> 4.1.2-25
 - fix ICE on __builtin_mem*_chk if it couldn't be folded until

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [rpms/gcc] rhel-f41-base: 4.1.2-26
@ 2026-06-29 12:23 Jakub Jelinek
  0 siblings, 0 replies; 5+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:23 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 3b9adfc334000f2e6b5c6f769993bdaf9f7ae664
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2007-09-22T13:25:53+00:00
Stats  : +25/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/3b9adfc334000f2e6b5c6f769993bdaf9f7ae664?branch=rhel-f41-base

Log:
4.1.2-26

---
diff --git a/gcc41-makeinfo-ver.patch b/gcc41-makeinfo-ver.patch
index 81f1e9f..ccfb60c 100644
--- a/gcc41-makeinfo-ver.patch
+++ b/gcc41-makeinfo-ver.patch
@@ -1,8 +1,33 @@
 2007-09-22  Jakub Jelinek  <jakub@redhat.com>
 
+	* configure.in (MAKEINFO): Handle makeinfo version 4.10 through 4.99.
+	* configure: Regenerated.
+gcc/
 	* configure.ac (MAKEINFO): Handle makeinfo version 4.10 and above.
 	* configure: Regenerated.
 
+--- configure.in.jj	2007-02-20 16:41:55.000000000 -0500
++++ configure.in	2007-09-22 09:23:30.000000000 -0400
+@@ -2159,7 +2159,7 @@ changequote(,)
+     # For an installed makeinfo, we require it to be from texinfo 4.2 or
+     # higher, else we use the "missing" dummy.
+     if ${MAKEINFO} --version \
+-       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])' >/dev/null 2>&1; then
++       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|4\.[1-9][0-9]|[5-9])' >/dev/null 2>&1; then
+       :
+     else
+       MAKEINFO="$MISSING makeinfo"
+--- configure.jj	2007-02-20 16:41:55.000000000 -0500
++++ configure	2007-09-22 09:24:08.000000000 -0400
+@@ -3574,7 +3574,7 @@ case " $build_configdirs " in
+     # For an installed makeinfo, we require it to be from texinfo 4.2 or
+     # higher, else we use the "missing" dummy.
+     if ${MAKEINFO} --version \
+-       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])' >/dev/null 2>&1; then
++       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|4\.[1-9][0-9]|[5-9])' >/dev/null 2>&1; then
+       :
+     else
+       MAKEINFO="$MISSING makeinfo"
 --- gcc/configure.ac.jj	2007-02-20 16:39:12.000000000 -0500
 +++ gcc/configure.ac	2007-09-22 08:38:07.000000000 -0400
 @@ -833,7 +833,7 @@ MISSING="${CONFIG_SHELL-/bin/sh} $srcdir

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [rpms/gcc] rhel-f41-base: 4.1.2-26
@ 2026-06-29 12:23 Jakub Jelinek
  0 siblings, 0 replies; 5+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:23 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 9899d703f0d5404eefe290a5ae785f20b8e53cfa
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2007-09-22T08:13:13+00:00
Stats  : +175/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/9899d703f0d5404eefe290a5ae785f20b8e53cfa?branch=rhel-f41-base

Log:
4.1.2-26

---
diff --git a/gcc41-pr33506.patch b/gcc41-pr33506.patch
new file mode 100644
index 0000000..a5c7bca
--- /dev/null
+++ b/gcc41-pr33506.patch
@@ -0,0 +1,168 @@
+2007-09-21  Jakub Jelinek  <jakub@redhat.com>
+
+	PR c++/33506
+	* langhooks.h (struct lang_hooks_for_types): Add type_hash_eq
+	field.
+	* langhooks.c (lhd_type_hash_eq): New function.
+	* langhooks-def.h (lhd_type_hash_eq): New prototype.
+	(LANG_HOOKS_TYPE_HASH_EQ): Define.
+	(LANG_HOOKS_FOR_TYPES_INITIALIZER): Add LANG_HOOKS_TYPE_HASH_EQ.
+	* tree.c (type_hash_eq): For FUNCTION_TYPE use
+	lang_hooks.type.type_hash_eq in addition to generic tests.
+
+	* cp-tree.h (cxx_type_hash_eq): New prototype.
+	* cp-objcp-common.h (LANG_HOOKS_TYPE_HASH_EQ): Redefine.
+	* tree.c (cxx_type_hash_eq): New function.
+
+	* g++.dg/ext/attrib29.C: New test.
+
+--- gcc/langhooks.h.jj	2007-02-20 16:39:12.000000000 -0500
++++ gcc/langhooks.h	2007-09-22 03:46:10.000000000 -0400
+@@ -148,6 +148,10 @@ struct lang_hooks_for_types
+      firstprivate variables.  */
+   void (*omp_firstprivatize_type_sizes) (struct gimplify_omp_ctx *, tree);
+ 
++  /* Return TRUE if TYPE1 and TYPE2 are identical for type hashing purposes.
++     Called only after doing all language independent checks.  */
++  bool (*type_hash_eq) (tree, tree);
++
+   /* Nonzero if types that are identical are to be hashed so that only
+      one copy is kept.  If a language requires unique types for each
+      user-specified type, such as Ada, this should be set to TRUE.  */
+--- gcc/langhooks.c.jj	2007-02-20 16:39:12.000000000 -0500
++++ gcc/langhooks.c	2007-09-22 03:46:10.000000000 -0400
+@@ -411,6 +411,16 @@ lhd_tree_dump_type_quals (tree t)
+ /* lang_hooks.expr_size: Determine the size of the value of an expression T
+    in a language-specific way.  Returns a tree for the size in bytes.  */
+ 
++/* Return TRUE if TYPE1 and TYPE2 are identical for type hashing purposes.
++   Called only after doing all language independent checks.  */
++
++bool
++lhd_type_hash_eq (tree typea ATTRIBUTE_UNUSED,
++		  tree typeb ATTRIBUTE_UNUSED)
++{
++  return true;
++}
++
+ tree
+ lhd_expr_size (tree exp)
+ {
+--- gcc/langhooks-def.h.jj	2007-02-20 16:39:13.000000000 -0500
++++ gcc/langhooks-def.h	2007-09-22 03:46:56.000000000 -0400
+@@ -70,6 +70,7 @@ extern tree lhd_expr_size (tree);
+ extern size_t lhd_tree_size (enum tree_code);
+ extern HOST_WIDE_INT lhd_to_target_charset (HOST_WIDE_INT);
+ extern tree lhd_expr_to_decl (tree, bool *, bool *, bool *);
++extern bool lhd_type_hash_eq (tree, tree);
+ 
+ /* Declarations of default tree inlining hooks.  */
+ extern tree lhd_tree_inlining_walk_subtrees (tree *, int *, walk_tree_fn,
+@@ -220,6 +221,7 @@ extern tree lhd_make_node (enum tree_cod
+ #define LANG_HOOKS_TYPE_MAX_SIZE	lhd_return_null_tree
+ #define LANG_HOOKS_OMP_FIRSTPRIVATIZE_TYPE_SIZES \
+   lhd_omp_firstprivatize_type_sizes
++#define LANG_HOOKS_TYPE_HASH_EQ		lhd_type_hash_eq
+ #define LANG_HOOKS_HASH_TYPES		true
+ 
+ #define LANG_HOOKS_FOR_TYPES_INITIALIZER { \
+@@ -234,6 +236,7 @@ extern tree lhd_make_node (enum tree_cod
+   LANG_HOOKS_INCOMPLETE_TYPE_ERROR, \
+   LANG_HOOKS_TYPE_MAX_SIZE, \
+   LANG_HOOKS_OMP_FIRSTPRIVATIZE_TYPE_SIZES, \
++  LANG_HOOKS_TYPE_HASH_EQ, \
+   LANG_HOOKS_HASH_TYPES \
+ }
+ 
+--- gcc/tree.c.jj	2007-04-03 07:18:26.000000000 -0400
++++ gcc/tree.c	2007-09-22 03:46:10.000000000 -0400
+@@ -4168,17 +4168,21 @@ type_hash_eq (const void *va, const void
+ 				      TYPE_FIELDS (b->type))));
+ 
+     case FUNCTION_TYPE:
+-      return (TYPE_ARG_TYPES (a->type) == TYPE_ARG_TYPES (b->type)
+-	      || (TYPE_ARG_TYPES (a->type)
+-		  && TREE_CODE (TYPE_ARG_TYPES (a->type)) == TREE_LIST
+-		  && TYPE_ARG_TYPES (b->type)
+-		  && TREE_CODE (TYPE_ARG_TYPES (b->type)) == TREE_LIST
+-		  && type_list_equal (TYPE_ARG_TYPES (a->type),
+-				      TYPE_ARG_TYPES (b->type))));
++      if (TYPE_ARG_TYPES (a->type) == TYPE_ARG_TYPES (b->type)
++	  || (TYPE_ARG_TYPES (a->type)
++	      && TREE_CODE (TYPE_ARG_TYPES (a->type)) == TREE_LIST
++	      && TYPE_ARG_TYPES (b->type)
++	      && TREE_CODE (TYPE_ARG_TYPES (b->type)) == TREE_LIST
++	      && type_list_equal (TYPE_ARG_TYPES (a->type),
++				  TYPE_ARG_TYPES (b->type))))
++	break;
++      return 0;
+ 
+     default:
+       return 0;
+     }
++
++  return lang_hooks.types.type_hash_eq (a->type, b->type);
+ }
+ 
+ /* Return the cached hash value.  */
+--- gcc/cp/cp-tree.h.jj	2007-06-26 07:57:09.000000000 -0400
++++ gcc/cp/cp-tree.h	2007-09-22 03:50:22.000000000 -0400
+@@ -4421,7 +4421,8 @@ extern tree cp_add_pending_fn_decls		(vo
+ extern int cp_auto_var_in_fn_p			(tree,tree);
+ extern tree fold_if_not_in_template		(tree);
+ extern tree rvalue                              (tree);
+-   
++extern bool cxx_type_hash_eq			(tree, tree);
++
+ /* in typeck.c */
+ extern int string_conv_p			(tree, tree, int);
+ extern tree cp_truthvalue_conversion		(tree);
+--- gcc/cp/cp-objcp-common.h.jj	2007-02-20 16:37:34.000000000 -0500
++++ gcc/cp/cp-objcp-common.h	2007-09-22 03:49:38.000000000 -0400
+@@ -85,6 +85,8 @@ extern tree objcp_tsubst_copy_and_build 
+ #define LANG_HOOKS_WRITE_GLOBALS lhd_do_nothing
+ #undef LANG_HOOKS_COMDAT_GROUP
+ #define LANG_HOOKS_COMDAT_GROUP cxx_comdat_group
++#undef LANG_HOOKS_TYPE_HASH_EQ                                                                                          
++#define LANG_HOOKS_TYPE_HASH_EQ cxx_type_hash_eq
+ 
+ #undef LANG_HOOKS_FUNCTION_INIT
+ #define LANG_HOOKS_FUNCTION_INIT cxx_push_function_context
+--- gcc/cp/tree.c.jj	2007-03-12 03:28:01.000000000 -0400
++++ gcc/cp/tree.c	2007-09-22 03:46:10.000000000 -0400
+@@ -1959,6 +1959,22 @@ cp_build_type_attribute_variant (tree ty
+   return new_type;
+ }
+ 
++/* Return TRUE if TYPE1 and TYPE2 are identical for type hashing purposes.
++   Called only after doing all language independent checks.  Only
++   to check TYPE_RAISES_EXCEPTIONS for FUNCTION_TYPE, the rest is already
++   compared in type_hash_eq.  */
++
++bool
++cxx_type_hash_eq (tree typea, tree typeb)
++{
++  if (TREE_CODE (typea) != FUNCTION_TYPE
++      || TYPE_RAISES_EXCEPTIONS (typea) == TYPE_RAISES_EXCEPTIONS (typeb))
++    return true;
++
++  return comp_except_specs (TYPE_RAISES_EXCEPTIONS (typea),
++			    TYPE_RAISES_EXCEPTIONS (typeb), 1);
++}
++
+ /* Apply FUNC to all language-specific sub-trees of TP in a pre-order
+    traversal.  Called from walk_tree.  */
+ 
+--- gcc/testsuite/g++.dg/ext/attrib29.C.jj	2007-09-22 03:46:10.000000000 -0400
++++ gcc/testsuite/g++.dg/ext/attrib29.C	2007-09-22 03:46:10.000000000 -0400
+@@ -0,0 +1,10 @@
++// PR c++/33506
++// { dg-do compile }
++
++extern int f1 (char *) __attribute__ ((warn_unused_result));
++extern int f2 (char *) throw () __attribute__ ((warn_unused_result));
++extern int f2 (char *) throw ();
++
++extern int f3 (char *) __attribute__ ((nonnull (1)));
++extern int f4 (char *) throw () __attribute__ ((nonnull (1)));
++extern int f4 (char *) throw ();

diff --git a/gcc41.spec b/gcc41.spec
index 90c775c..236964e 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1,6 +1,6 @@
 %define DATE 20070821
 %define gcc_version 4.1.2
-%define gcc_release 25
+%define gcc_release 26
 %define _unpackaged_files_terminate_build 0
 %define multilib_64_archs sparc64 ppc64 s390x x86_64
 %define include_gappletviewer 1
@@ -154,6 +154,7 @@ Patch37: gcc41-builtin-va-arg-pack-len.patch
 Patch38: gcc41-pr27954.patch
 Patch39: gcc41-pr33423.patch
 Patch40: gcc41-scanf-fmt-check.patch
+Patch41: gcc41-pr33506.patch
 
 # On ARM EABI systems, we do want -gnueabi to be part of the
 # target triple.
@@ -477,6 +478,7 @@ which are required to run programs compiled with the GNAT.
 %patch38 -p0 -b .pr27954~
 %patch39 -p0 -b .pr33423~
 %patch40 -p0 -b .scanf-fmt-check~
+%patch41 -p0 -b .pr33506~
 
 sed -i -e 's/4\.1\.3/4.1.2/' gcc/BASE-VER gcc/version.c
 sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
@@ -1631,6 +1633,10 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Sat Sep 22 2007 Jakub Jelinek <jakub@redhat.com> 4.1.2-26
+- don't ignore throw specification of function types in type hashing
+  (PR c++/33506)
+
 * Mon Sep 17 2007 Jakub Jelinek <jakub@redhat.com> 4.1.2-25
 - fix ICE on __builtin_mem*_chk if it couldn't be folded until
   expand time and at that point it can avoid a call (PR middle-end/33423)

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-06-29 12:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:23 [rpms/gcc] rhel-f41-base: 4.1.2-26 Jakub Jelinek
  -- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:23 Jakub Jelinek
2026-06-29 12:23 Jakub Jelinek
2026-06-29 12:23 Jakub Jelinek
2026-06-29 12:23 Jakub Jelinek

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