public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Martin Liška" <mliska@suse.cz>
To: GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH] Small pool-allocator fallback
Date: Mon, 01 Jun 2015 13:51:00 -0000	[thread overview]
Message-ID: <556C6353.6010303@suse.cz> (raw)
In-Reply-To: <556C5736.7040303@suse.cz>

[-- Attachment #1: Type: text/plain, Size: 555 bytes --]

On 06/01/2015 02:59 PM, Martin Liška wrote:
> Hello.
> 
> This is small fallback related to pool-allocator patch.
> I'm going to install it as obvious.
> 
> gcc/ChangeLog:
> 
> 2015-06-01  Martin Liska  <mliska@suse.cz>
> 
> 	* alloc-pool.h: Add ATTRIBUTE_UNUSED for
> 	a function local variable. 
> 
> Thanks,
> Martin
> 

Hello.

This is second small correction that corrects broken bootstrap on xstormy16-elf:
http://toolchain.lug-owl.de/buildbot/deliver_artifact.php?mode=view&id=3918338

I'm going to install the patch as obvious.

Thanks,
Martin

[-- Attachment #2: 0001-Fix-pool_allocator-fallback.patch --]
[-- Type: text/x-patch, Size: 747 bytes --]

From b0fb57c01a224d402dc9fb859f6be17ed57f759d Mon Sep 17 00:00:00 2001
From: mliska <mliska@suse.cz>
Date: Mon, 1 Jun 2015 15:47:43 +0200
Subject: [PATCH] Fix pool_allocator fallback.

gcc/ChangeLog:

2015-06-01  Martin Liska  <mliska@suse.cz>

	* sched-deps.c: Include pool-alloc.h before
	cselib.h header file is included.
---
 gcc/sched-deps.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c
index 30d4630..d3ae80b 100644
--- a/gcc/sched-deps.c
+++ b/gcc/sched-deps.c
@@ -54,6 +54,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "basic-block.h"
 #include "sched-int.h"
 #include "params.h"
+#include "alloc-pool.h"
 #include "cselib.h"
 #include "ira.h"
 #include "target.h"
-- 
2.1.4


      reply	other threads:[~2015-06-01 13:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-01 12:59 Martin Liška
2015-06-01 13:51 ` Martin Liška [this message]

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=556C6353.6010303@suse.cz \
    --to=mliska@suse.cz \
    --cc=gcc-patches@gcc.gnu.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).