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: 4.8.0-0.4
Date: Mon, 29 Jun 2026 12:25:39 GMT [thread overview]
Message-ID: <178273593965.1.6994567695648523592.rpms-gcc-1f0b14bc67ee@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 1f0b14bc67ee69430bf2a51b5cf159d70587daf7
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2013-01-21T18:05:27+01:00
Stats : +52/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/1f0b14bc67ee69430bf2a51b5cf159d70587daf7?branch=rhel-f41-base
Log:
4.8.0-0.4
---
diff --git a/gcc48-pr56022.patch b/gcc48-pr56022.patch
new file mode 100644
index 0000000..e0ef478
--- /dev/null
+++ b/gcc48-pr56022.patch
@@ -0,0 +1,52 @@
+2013-01-21 Martin Jambor <mjambor@suse.cz>
+
+ PR middle-end/56022
+ * function.c (allocate_struct_function): Call
+ invoke_set_current_function_hook earlier.
+
+ * gcc.target/i386/pr56022.c: New test.
+
+--- gcc/function.c
++++ gcc/function.c
+@@ -4479,7 +4479,6 @@ get_last_funcdef_no (void)
+ void
+ allocate_struct_function (tree fndecl, bool abstract_p)
+ {
+- tree result;
+ tree fntype = fndecl ? TREE_TYPE (fndecl) : NULL_TREE;
+
+ cfun = ggc_alloc_cleared_function ();
+@@ -4498,8 +4497,13 @@ allocate_struct_function (tree fndecl, b
+ DECL_STRUCT_FUNCTION (fndecl) = cfun;
+ cfun->decl = fndecl;
+ current_function_funcdef_no = get_next_funcdef_no ();
++ }
++
++ invoke_set_current_function_hook (fndecl);
+
+- result = DECL_RESULT (fndecl);
++ if (fndecl != NULL_TREE)
++ {
++ tree result = DECL_RESULT (fndecl);
+ if (!abstract_p && aggregate_value_p (result, fndecl))
+ {
+ #ifdef PCC_STATIC_STRUCT_RETURN
+@@ -4518,8 +4522,6 @@ allocate_struct_function (tree fndecl, b
+ but is this worth the hassle? */
+ cfun->can_throw_non_call_exceptions = flag_non_call_exceptions;
+ }
+-
+- invoke_set_current_function_hook (fndecl);
+ }
+
+ /* This is like allocate_struct_function, but pushes a new cfun for FNDECL
+--- gcc/testsuite/gcc.target/i386/pr56022.c
++++ gcc/testsuite/gcc.target/i386/pr56022.c
+@@ -0,0 +1,7 @@
++/* { dg-do compile } */
++/* { dg-options "-mavx" } */
++
++typedef float __m256 __attribute__ ((__vector_size__ (32), __may_alias__));
++__attribute__((target("no-avx"))) static int currentImplementationSupported()
++{}
++__m256 foo0(__m256 a) {}
next reply other threads:[~2026-06-29 12:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 12:25 Jakub Jelinek [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:25 [rpms/gcc] rhel-f41-base: 4.8.0-0.4 Jakub Jelinek
2026-06-29 12:25 Jakub Jelinek
2026-06-29 12:25 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=178273593965.1.6994567695648523592.rpms-gcc-1f0b14bc67ee@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