public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: Bernd Edlinger <bernd.edlinger@hotmail.de>
Cc: "gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>,
	       Jason Merrill <jason@redhat.com>,
	Jonathan Wakely <jwakely@redhat.com>
Subject: Re: [C++ PATCH] Fix option handling when -std=gnu++14 is not used (PR 69865)
Date: Fri, 19 Feb 2016 16:39:00 -0000	[thread overview]
Message-ID: <20160219163857.GS3017@tucnak.redhat.com> (raw)
In-Reply-To: <HE1PR07MB09055E200A8D3B40C6D57FE2E4A00@HE1PR07MB0905.eurprd07.prod.outlook.com>

On Fri, Feb 19, 2016 at 03:51:08PM +0000, Bernd Edlinger wrote:
> --- gcc/cp/except.c	(revision 233557)
> +++ gcc/cp/except.c	(working copy)
> @@ -1040,7 +1040,7 @@ nothrow_libfn_p (const_tree fn)
>       unless the system headers are playing rename tricks, and if
>       they are, we don't want to be confused by them.  */
>    id = DECL_NAME (fn);
> -  return !!libc_name_p (IDENTIFIER_POINTER (id), IDENTIFIER_LENGTH (id));
> +  return !!libc_name::libc_name_p (IDENTIFIER_POINTER (id), IDENTIFIER_LENGTH (id));

Too long line.

	Jakub

  parent reply	other threads:[~2016-02-19 16:39 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-19 10:50 Bernd Edlinger
2016-02-19 10:56 ` Jakub Jelinek
2016-02-19 11:09   ` Bernd Edlinger
2016-02-19 11:31     ` Jakub Jelinek
2016-02-19 11:53       ` Bernd Edlinger
2016-02-19 11:59         ` Jakub Jelinek
2016-02-19 12:10           ` Bernd Edlinger
2016-02-19 12:22           ` Jakub Jelinek
2016-02-19 12:26             ` Jakub Jelinek
2016-02-19 15:09               ` Bernd Edlinger
2016-02-19 15:22                 ` Jakub Jelinek
2016-02-19 15:31                   ` Bernd Edlinger
2016-02-19 15:51                   ` Bernd Edlinger
2016-02-19 16:03                     ` Jason Merrill
2016-02-19 16:10                       ` Jakub Jelinek
2016-02-19 16:19                         ` Bernd Edlinger
2016-02-19 19:37                       ` Bernd Edlinger
2016-02-19 19:47                         ` Jason Merrill
2016-02-20  6:38                           ` Bernd Edlinger
2016-02-25 15:27                             ` Jakub Jelinek
2016-02-19 16:39                     ` Jakub Jelinek [this message]
2016-02-19 17:26                       ` Bernd Edlinger
2016-02-19 15:09               ` Bernd Edlinger
2016-02-19 13:07             ` Bernd Edlinger

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=20160219163857.GS3017@tucnak.redhat.com \
    --to=jakub@redhat.com \
    --cc=bernd.edlinger@hotmail.de \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jason@redhat.com \
    --cc=jwakely@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).