From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gcc-patches:master commit in: 8.3.0/gentoo/
Date: Thu, 4 Apr 2019 07:03:19 +0000 (UTC) [thread overview]
Message-ID: <1554361056.6480d86a84ad176452fa3b269570f372bcf84d6e.slyfox@gentoo> (raw)
commit: 6480d86a84ad176452fa3b269570f372bcf84d6e
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 4 06:57:36 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Apr 4 06:57:36 2019 +0000
URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=6480d86a
8.3.0: backport -flto=2 build failure on isl (all.c)
Reported-by: Fabio Coatti
Bug: https://gcc.gnu.org/PR89896
Bug: https://bugs.gentoo.org/682018
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
8.3.0/gentoo/27_all_flto-make-all.patch | 31 +++++++++++++++++++++++++++++++
8.3.0/gentoo/README.history | 1 +
2 files changed, 32 insertions(+)
diff --git a/8.3.0/gentoo/27_all_flto-make-all.patch b/8.3.0/gentoo/27_all_flto-make-all.patch
new file mode 100644
index 0000000..abfe2f8
--- /dev/null
+++ b/8.3.0/gentoo/27_all_flto-make-all.patch
@@ -0,0 +1,31 @@
+https://gcc.gnu.org/PR89896
+https://bugs.gentoo.org/682018
+
+From e5e34c317c02b16cef2c6c71a18e4b1a358b626c Mon Sep 17 00:00:00 2001
+From: rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
+Date: Wed, 3 Apr 2019 08:46:35 +0000
+Subject: [PATCH] 2019-04-03 Richard Biener <rguenther@suse.de>
+
+ PR lto/89896
+ * lto-wrapper.c (run_gcc): Avoid implicit rules making
+ the all target phony.
+
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-8-branch@270113 138bc75d-0d04-0410-961f-82ee72b054a4
+---
+--- a/gcc/lto-wrapper.c
++++ b/gcc/lto-wrapper.c
+@@ -1669,7 +1669,9 @@ cont:
+ struct pex_obj *pex;
+ char jobs[32];
+
+- fprintf (mstream, "all:");
++ fprintf (mstream,
++ ".PHONY: all\n"
++ "all:");
+ for (i = 0; i < nr; ++i)
+ {
+ int j = ltrans_priorities[i*2 + 1];
+--
+2.21.0
+
diff --git a/8.3.0/gentoo/README.history b/8.3.0/gentoo/README.history
index c1e5bb1..1a755db 100644
--- a/8.3.0/gentoo/README.history
+++ b/8.3.0/gentoo/README.history
@@ -1,5 +1,6 @@
1.1 TODO
+ 26_all_overridable_native.patch
+ + 27_all_flto-make-all.patch
1.0 22 Feb 2019
+ 01_all_default-fortify-source.patch
next reply other threads:[~2019-04-04 7:03 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-04 7:03 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-08-17 22:26 [gentoo-commits] proj/gcc-patches:master commit in: 8.3.0/gentoo/ Sergei Trofimovich
2020-05-29 7:54 Sergei Trofimovich
2020-04-12 16:15 Sergei Trofimovich
2020-03-21 11:14 Sergei Trofimovich
2020-03-04 11:52 Sergei Trofimovich
2019-11-04 22:37 Sergei Trofimovich
2019-11-04 8:30 Sergei Trofimovich
2019-11-04 8:30 Sergei Trofimovich
2019-09-22 9:20 Sergei Trofimovich
2019-09-20 23:12 Sergei Trofimovich
2019-09-12 21:55 Sergei Trofimovich
2019-04-30 15:50 Sergei Trofimovich
2019-04-06 12:45 Sergei Trofimovich
2019-04-04 7:03 Sergei Trofimovich
2019-03-08 7:55 Sergei Trofimovich
2019-02-22 23:46 Sergei Trofimovich
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=1554361056.6480d86a84ad176452fa3b269570f372bcf84d6e.slyfox@gentoo \
--to=slyfox@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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