[Bug c++/68754] Explicitly defaulted constexpr assignment operator fails to compile

2017-09-30 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68754 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/68754] Explicitly defaulted constexpr assignment operator fails to compile

2017-09-30 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68754 --- Comment #6 from paolo at gcc dot gnu.org --- Author: paolo Date: Sat Sep 30 17:00:32 2017 New Revision: 253321 URL: https://gcc.gnu.org/viewcvs?rev=253321&root=gcc&view=rev Log: /cp 2017-09-30 Paolo Carlini PR c++/68754 *

[Bug c++/68754] Explicitly defaulted constexpr assignment operator fails to compile

2017-09-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68754 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/68754] Explicitly defaulted constexpr assignment operator fails to compile

2017-07-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68754 Andrew Pinski changed: What|Removed |Added Target Milestone|5.4 |---

[Bug c++/68754] Explicitly defaulted constexpr assignment operator fails to compile

2017-06-03 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68754 Paolo Carlini changed: What|Removed |Added Target Milestone|--- |5.4

[Bug c++/68754] Explicitly defaulted constexpr assignment operator fails to compile

2017-06-02 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68754 --- Comment #4 from Paolo Carlini --- Testcase committed. Before resolving, however, I'm going to double check that we are already tracking the diagnostic issue in C++11 mode noticed by Andrew (for sure isn't new to me!).

[Bug c++/68754] Explicitly defaulted constexpr assignment operator fails to compile

2017-06-02 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68754 --- Comment #3 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Jun 2 23:27:22 2017 New Revision: 248847 URL: https://gcc.gnu.org/viewcvs?rev=248847&root=gcc&view=rev Log: 2017-06-02 Paolo Carlini PR c++/68754 * g++

[Bug c++/68754] Explicitly defaulted constexpr assignment operator fails to compile

2017-06-02 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68754 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/68754] Explicitly defaulted constexpr assignment operator fails to compile

2016-01-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68754 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic --- Comment #1 from Andrew Pi