public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Martin Liška" <mliska@suse.cz>
To: Jeff Law <law@redhat.com>, Jonathan Wakely <jwakely@redhat.com>,
	Martin Sebor <msebor@gmail.com>
Cc: Jason Merrill <jason@redhat.com>,
	Marek Polacek <polacek@redhat.com>,
	Jakub Jelinek <jakub@redhat.com>,
	gcc-patches List <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH][RFC] Add quotes for constexpr keyword.
Date: Tue, 21 Nov 2017 19:07:00 -0000	[thread overview]
Message-ID: <8b459e91-5cec-56e8-a138-1a5214841a00@suse.cz> (raw)
In-Reply-To: <644bed77-731c-7add-c7da-eceb873506aa@redhat.com>

On 11/21/2017 06:13 PM, Jeff Law wrote:
> On 11/21/2017 08:00 AM, Martin Liška wrote:
>> Hi.
>>
>> I'm sending v2 of the patch where I fixed test-suite fallout.
>>
>> Patch can bootstrap on ppc64le-redhat-linux and survives regression tests.
>>
>> Ready to be installed?
>> Martin
>>
>>
>> 0001-Add-quotes-for-constexpr-keyword.patch
>>
>>
>>  From 3195b1b71c387b1359c90f6e752e1c312120cd69 Mon Sep 17 00:00:00 2001
>> From: marxin <mliska@suse.cz>
>> Date: Wed, 15 Nov 2017 08:41:12 +0100
>> Subject: [PATCH] Add quotes for constexpr keyword.
>>
>> gcc/cp/ChangeLog:
>>
>> 2017-11-15  Martin Liska  <mliska@suse.cz>
>>
>> 	* class.c (finalize_literal_type_property): Add quotes for
>> 	constexpr keyword.
>> 	(explain_non_literal_class): Likewise.
>> 	* constexpr.c (ensure_literal_type_for_constexpr_object): Likewise.
>> 	(is_valid_constexpr_fn): Likewise.
>> 	(check_constexpr_ctor_body): Likewise.
>> 	(register_constexpr_fundef): Likewise.
>> 	(explain_invalid_constexpr_fn): Likewise.
>> 	(cxx_eval_builtin_function_call): Likewise.
>> 	(cxx_eval_call_expression): Likewise.
>> 	(cxx_eval_loop_expr): Likewise.
>> 	(potential_constant_expression_1): Likewise.
>> 	* decl.c (check_previous_goto_1): Likewise.
>> 	(check_goto): Likewise.
>> 	(grokfndecl): Likewise.
>> 	(grokdeclarator): Likewise.
>> 	* error.c (maybe_print_constexpr_context): Likewise.
>> 	* method.c (process_subob_fn): Likewise.
>> 	(defaulted_late_check): Likewise.
>> 	* parser.c (cp_parser_compound_statement): Likewise.
>>
>> gcc/testsuite/ChangeLog:
>>
>> 2017-11-16  Martin Liska  <mliska@suse.cz>
>>
>> 	* g++.dg/cpp0x/constexpr-48089.C: Add quotes for constexpr
>> 	keyword; add dg-message for 'in .constexpr. expansion of '.
>> 	* g++.dg/cpp0x/constexpr-50060.C: Likewise.
>> 	* g++.dg/cpp0x/constexpr-60049.C: Likewise.
>> 	* g++.dg/cpp0x/constexpr-70323.C: Likewise.
>> 	* g++.dg/cpp0x/constexpr-70323a.C: Likewise.
>> 	* g++.dg/cpp0x/constexpr-cast.C: Likewise.
>> 	* g++.dg/cpp0x/constexpr-diag3.C: Likewise.
>> 	* g++.dg/cpp0x/constexpr-ex1.C: Likewise.
>> 	* g++.dg/cpp0x/constexpr-generated1.C: Likewise.
>> 	* g++.dg/cpp0x/constexpr-ice16.C: Likewise.
>> 	* g++.dg/cpp0x/constexpr-ice5.C: Likewise.
>> 	* g++.dg/cpp0x/constexpr-incomplete2.C: Likewise.
>> 	* g++.dg/cpp0x/constexpr-neg1.C: Likewise.
>> 	* g++.dg/cpp0x/constexpr-recursion.C: Likewise.
>> 	* g++.dg/cpp0x/constexpr-shift1.C: Likewise.
>> 	* g++.dg/cpp1y/constexpr-70265-1.C: Likewise.
>> 	* g++.dg/cpp1y/constexpr-70265-2.C: Likewise.
>> 	* g++.dg/cpp1y/constexpr-79655.C: Likewise.
>> 	* g++.dg/cpp1y/constexpr-new.C: Likewise.
>> 	* g++.dg/cpp1y/constexpr-return2.C: Likewise.
>> 	* g++.dg/cpp1y/constexpr-shift1.C: Likewise.
>> 	* g++.dg/cpp1y/constexpr-throw.C: Likewise.
>> 	* g++.dg/cpp1z/constexpr-lambda6.C: Likewise.
>> 	* g++.dg/ext/constexpr-vla1.C: Likewise.
>> 	* g++.dg/ext/constexpr-vla2.C: Likewise.
>> 	* g++.dg/ext/constexpr-vla3.C: Likewise.
>> 	* g++.dg/cpp0x/static_assert10.C: Likewise.
>> 	* g++.dg/cpp1y/pr63996.C: Likewise.
>> 	* g++.dg/cpp1y/pr68180.C: Likewise.
>> 	* g++.dg/cpp1y/pr77830.C: Likewise.
>> 	* g++.dg/ubsan/pr63956.C: Likewise.
> OK.  And ISTM that other patches of a similar nature ought to just be
> considered OK without the need to review.
> 
> Jeff
> 

Thanks for review, installed as r255025.

Martin

  reply	other threads:[~2017-11-21 18:59 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-05 10:32 [PATCH][RFC] Instrument function exit with __builtin_unreachable in C++ Martin Liška
2017-10-05 11:04 ` Jakub Jelinek
2017-10-05 15:08 ` Jason Merrill
2017-10-05 16:53   ` Martin Liška
2017-10-11 14:04     ` Martin Liška
2017-10-11 15:31     ` Jason Merrill
2017-10-12  8:48       ` Martin Liška
2017-10-12  9:36         ` Jakub Jelinek
2017-10-18 12:47           ` Martin Liška
2017-10-18 13:04             ` Marek Polacek
2017-10-18 13:15               ` Martin Liška
2017-10-24 14:30                 ` Jason Merrill
2017-11-03 13:42                   ` Martin Liška
2017-11-06 17:27                     ` Eric Botcazou
2017-11-06 17:41                       ` Jakub Jelinek
2017-11-06 23:07                         ` Eric Botcazou
2017-11-07 10:18                         ` Martin Liška
2017-11-15  7:57                           ` Martin Liška
2017-11-15  8:23                           ` Jakub Jelinek
2017-11-15  9:58                             ` Eric Botcazou
2017-11-15 10:02                               ` Martin Liška
2017-11-15 10:10                                 ` Eric Botcazou
2017-11-15 10:45                                 ` Jakub Jelinek
2017-11-15 12:46                                   ` Martin Liška
2017-11-06 18:41                     ` Martin Sebor
2017-11-15 12:49                       ` [PATCH][RFC] Add quotes for constexpr keyword Martin Liška
2017-11-15 16:38                         ` Martin Sebor
2017-11-15 16:59                           ` Jonathan Wakely
2017-11-15 17:06                             ` Martin Sebor
2017-11-15 17:14                               ` Jonathan Wakely
2017-11-21 15:27                                 ` Martin Liška
2017-11-21 15:48                                   ` Martin Sebor
2017-11-21 17:23                                   ` Jeff Law
2017-11-21 19:07                                     ` Martin Liška [this message]
2017-11-07 17:28                     ` [PATCH][RFC] Instrument function exit with __builtin_unreachable in C++ Andreas Schwab
2017-11-07 19:06                       ` Martin Liška
2017-11-19 17:06                     ` Thomas Schwinge
2017-10-18 12:48           ` [PATCH] Fix all tests that fail with -sanitize=return Martin Liška
2017-10-24 14:39             ` Jason Merrill
2017-11-06  8:48               ` Martin Liška
2017-10-18 12:53           ` [PATCH] Fix test-suite fallout of default -Wreturn-type Martin Liška
2017-10-24 14:40             ` Jason Merrill
2017-10-26 12:17               ` Martin Liška
2017-11-03 15:29                 ` Jason Merrill
2017-11-06  8:48                   ` Martin Liška
2017-11-06  9:58                     ` Paolo Carlini
2017-11-06 10:03                       ` Martin Liška
2017-11-06 10:09                         ` Paolo Carlini
2017-11-06 10:41                           ` Martin Liška
2017-11-06 11:40                             ` Paolo Carlini
2017-11-06 12:20                               ` Paolo Carlini
2017-11-06 13:38                                 ` Martin Liška
2017-11-06 13:58                                   ` Paolo Carlini
2017-11-06 14:12                                     ` Martin Liška
2017-11-06 21:17                                       ` [PATCH] Further -Wreturn-type testsuite fallout Jakub Jelinek
2017-11-15 13:33                                       ` [PATCH] Fix test-suite fallout of default -Wreturn-type Jonathan Wakely
2017-11-07 17:33             ` Andreas Schwab
2017-11-07 17:38               ` Jakub Jelinek
2017-11-08  8:02                 ` Andreas Schwab
2017-11-19 13:26             ` Thomas Schwinge
2017-11-20 13:58               ` Martin Liška
2017-11-20 14:14               ` Jason Merrill
2018-03-02 16:37                 ` Thomas Schwinge
2017-10-12 12:57         ` [PATCH][RFC] Instrument function exit with __builtin_unreachable in C++ Jason Merrill

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=8b459e91-5cec-56e8-a138-1a5214841a00@suse.cz \
    --to=mliska@suse.cz \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jakub@redhat.com \
    --cc=jason@redhat.com \
    --cc=jwakely@redhat.com \
    --cc=law@redhat.com \
    --cc=msebor@gmail.com \
    --cc=polacek@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).