This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC][PATCH] Do refactoring of attribute functions and move them to attribs.[hc].
- From: Tom de Vries <Tom_deVries at mentor dot com>
- To: Martin Liška <mliska at suse dot cz>
- Cc: Thomas Schwinge <thomas at codesourcery dot com>, gcc-patches List <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 8 Aug 2017 11:14:40 +0200
- Subject: Re: [RFC][PATCH] Do refactoring of attribute functions and move them to attribs.[hc].
- Authentication-results: sourceware.org; auth=none
- References: <d34360a3-c245-7525-03e7-99a9ba8830e6@suse.cz> <CADzB+2mSLts01iKWZQ-dzZCEjZA-wX96_OHhd-6dmf4PrLVBNQ@mail.gmail.com> <1856059e-e9b1-63d2-717f-e20ec171b329@suse.cz> <alpine.DEB.2.20.1706281605270.25698@digraph.polyomino.org.uk> <CADzB+2nMBvm3vxJ59uCmVJpZEgrf3W6q17Q=DD9uhUbzeTvpDg@mail.gmail.com> <4cf00ee9-4cd7-1806-481f-966611768a15@suse.cz> <CADzB+2my3MZap45Bpb_sH7=j+JsBf2R2+S+7ETDdSW8yhBmDRA@mail.gmail.com> <8a0b2ff0-50f9-771d-fb63-01d17cb06b46@suse.cz> <CADzB+2=o6Wr1jyhk3P2JNYP92B0W6iLcZdgcb8GK3hdMTSjW4Q@mail.gmail.com> <669c960e-f4a8-eae3-efd2-f8c29477a817@suse.cz> <CADzB+2kHe_XW-7jqLNJN5RHgVp2y4TsrK_387yaFb8qSpQY1RA@mail.gmail.com> <e3bb65b3-38f7-08d1-05ab-629fdd9affc3@suse.cz> <7e541554-10a6-9cae-fca0-042900271768@suse.cz> <2039ae2c-a523-1850-4d98-598cbd03b498@redhat.com> <22fe61d0-4429-2e21-ed84-84af74495857@suse.cz> <5abba3b4-ef4d-5de5-f62d-abe1a3ec41a3@suse.cz>
On 08/08/2017 06:36 AM, Martin Liška wrote:
Hello.
I'm sending final version that I'm going to install. Compared to the previous version I tested
all targets in contrib/config-list.mk.
I ran into a build breaker for an nvptx offloading compiler (where the
ACCEL_COMPILER-guarded code is enabled).
Retrying with patch below.
Thanks,
- Tom
diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c
index a3b4d13..31d1488 100644
--- a/gcc/lto/lto.c
+++ b/gcc/lto/lto.c
@@ -53,6 +53,7 @@ along with GCC; see the file COPYING3. If not see
#include "lto-symtab.h"
#include "stringpool.h"
#include "fold-const.h"
+#include "attribs.h"
/* Number of parallel tasks to run, -1 if we want to use GNU Make
jobserver. */