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.3.0-8
Date: Mon, 29 Jun 2026 12:23:47 GMT	[thread overview]
Message-ID: <178273582764.1.4863487102670824678.rpms-gcc-9dd31b0ca80f@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 9dd31b0ca80f51bbf2c476c35053f486f3b7036d
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2008-04-28T15:26:55+00:00
Stats  : +6/-6 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/9dd31b0ca80f51bbf2c476c35053f486f3b7036d?branch=rhel-f41-base

Log:
4.3.0-8

---
diff --git a/gcc43-pr35987.patch b/gcc43-pr35987.patch
index b3d0b04..4d92234 100644
--- a/gcc43-pr35987.patch
+++ b/gcc43-pr35987.patch
@@ -1,23 +1,23 @@
 2008-04-21  Jakub Jelinek  <jakub@redhat.com>
 
 	PR c++/35987
-	* typeck.c (cp_build_modify_expr) <case PREINCREMENT_EXPR>: Don't build
+	* typeck.c (build_modify_expr) <case PREINCREMENT_EXPR>: Don't build
 	COMPOUND_EXPR if the second argument would be error_mark_node.
 
 	* g++.dg/other/error28.C: New test.
 
 --- gcc/cp/typeck.c.jj	2008-04-18 17:00:44.000000000 +0200
 +++ gcc/cp/typeck.c	2008-04-21 16:03:45.000000000 +0200
-@@ -5940,10 +5940,11 @@ cp_build_modify_expr (tree lhs, enum tre
+@@ -5667,10 +5667,11 @@ build_modify_expr (tree lhs, enum tree_c
  	lhs = build2 (TREE_CODE (lhs), TREE_TYPE (lhs),
  		      stabilize_reference (TREE_OPERAND (lhs, 0)),
  		      TREE_OPERAND (lhs, 1));
 -      return build2 (COMPOUND_EXPR, lhstype,
 -		     lhs,
--		     cp_build_modify_expr (TREE_OPERAND (lhs, 0),
--					   modifycode, rhs, complain));
-+      newrhs = cp_build_modify_expr (TREE_OPERAND (lhs, 0),
-+				     modifycode, rhs, complain);
+-		     build_modify_expr (TREE_OPERAND (lhs, 0),
+-					modifycode, rhs));
++      newrhs = build_modify_expr (TREE_OPERAND (lhs, 0),
++				  modifycode, rhs);
 +      if (newrhs == error_mark_node)
 +	return error_mark_node;
 +      return build2 (COMPOUND_EXPR, lhstype, lhs, newrhs);

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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-29 12:23 Jakub Jelinek [this message]
2026-06-29 12:23 [rpms/gcc] rhel-f41-base: 4.3.0-8 Jakub Jelinek

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=178273582764.1.4863487102670824678.rpms-gcc-9dd31b0ca80f@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