public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Bernd Schmidt <bschmidt@redhat.com>
To: Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>, gcc-patches@gcc.gnu.org
Cc: law@redhat.com
Subject: Re: [PATCH v4] PR48344: Fix unrecognizable insn error with -fstack-limit-register=r2
Date: Thu, 11 Feb 2016 15:42:00 -0000	[thread overview]
Message-ID: <56BCABDB.9000005@redhat.com> (raw)
In-Reply-To: <56BCA4E4.6030100@linux.vnet.ibm.com>

On 02/11/2016 04:12 PM, Kelvin Nilsen wrote:
>
> 	* opts-global.c (handle_common_deferred_options): Introduce and
>          initialize two global variables to remember command-line options
>          specifying a stack-limiting register.
> 	* opts.h: Add extern declarations of the two new global variables.
> 	* emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
>          variable based on the values of the two new global variables.

Make sure that when committed these all start with a tab character.

> +void foo ()
> +{
> +  int N = 2;
> +  int slots[N];
> +
> +}
> +

Watch extra blank lines at the end of files.

> @@ -442,3 +452,4 @@ handle_common_deferred_options (void)
>   	}
>       }
>   }
> +
>

Here too.

Ok with these fixed.


Bernd

  reply	other threads:[~2016-02-11 15:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-11 15:12 Kelvin Nilsen
2016-02-11 15:42 ` Bernd Schmidt [this message]
2016-09-30 20:11 ` Andreas Schwab
2016-10-13 10:58   ` Bernd Schmidt
2016-10-13 20:23     ` Andreas Schwab

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=56BCABDB.9000005@redhat.com \
    --to=bschmidt@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=kdnilsen@linux.vnet.ibm.com \
    --cc=law@redhat.com \
    /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).