public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: 6.1.1-6
Date: Mon, 29 Jun 2026 12:27:13 GMT	[thread overview]
Message-ID: <178273603322.1.9503602159424770486.rpms-gcc-31e7eb359bc3@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 31e7eb359bc3152e6e34ecf45ff7474b9ac3e6a3
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2016-08-17T18:13:11+02:00
Stats  : +5/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/31e7eb359bc3152e6e34ecf45ff7474b9ac3e6a3?branch=rhel-f41-base

Log:
6.1.1-6

---
diff --git a/gcc6-pr77259.patch b/gcc6-pr77259.patch
index a58c44b..bd0dbd4 100644
--- a/gcc6-pr77259.patch
+++ b/gcc6-pr77259.patch
@@ -29,7 +29,7 @@
  		}
 --- gcc/tree-cfgcleanup.c.jj	2016-08-09 09:41:14.000000000 +0200
 +++ gcc/tree-cfgcleanup.c	2016-08-17 10:36:24.198791289 +0200
-@@ -602,9 +602,14 @@ fixup_noreturn_call (gimple *stmt)
+@@ -602,10 +602,15 @@ fixup_noreturn_call (gimple *stmt)
    /* If there is an LHS, remove it, but only if its type has fixed size.
       The LHS will need to be recreated during RTL expansion and creating
       temporaries of variable-sized types is not supported.  Also don't
@@ -39,9 +39,11 @@
 +     has been changed into a call that does not return a value, like
 +     __builtin_unreachable or __cxa_pure_virtual.  */
    tree lhs = gimple_call_lhs (stmt);
--  if (should_remove_lhs_p (lhs))
+-  if (lhs && TREE_CODE (TYPE_SIZE_UNIT (TREE_TYPE (lhs))) == INTEGER_CST
+-      && !TREE_ADDRESSABLE (TREE_TYPE (lhs)))
 +  if (lhs
-+      && (should_remove_lhs_p (lhs)
++      && ((TREE_CODE (TYPE_SIZE_UNIT (TREE_TYPE (lhs))) == INTEGER_CST
++	   && !TREE_ADDRESSABLE (TREE_TYPE (lhs)))
 +	  || VOID_TYPE_P (TREE_TYPE (gimple_call_fntype (stmt)))))
      {
        gimple_call_set_lhs (stmt, NULL_TREE);

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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-29 12:27 Jakub Jelinek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:27 [rpms/gcc] rhel-f41-base: 6.1.1-6 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=178273603322.1.9503602159424770486.rpms-gcc-31e7eb359bc3@fedoraproject.org \
    --to=jakub@redhat.com \
    --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