https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87250
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87250
--- Comment #5 from Marek Polacek ---
Author: mpolacek
Date: Mon Jun 10 20:35:00 2019
New Revision: 272129
URL: https://gcc.gnu.org/viewcvs?rev=272129&root=gcc&view=rev
Log:
PR c++/87250
* g++.dg/cpp0x/pr87250.C: New test.
Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87250
--- Comment #4 from Matthew Beliveau ---
Fixed in r269059
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87250
--- Comment #3 from Marek Polacek ---
(In reply to Matthew Beliveau from comment #2)
> Reduced code:
>
> template struct a {
> constexpr a(int) {}
> };
> template struct atomic;
> template <> struct atomic {
> a b;
> constexpr atomic(boo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87250
--- Comment #2 from Matthew Beliveau ---
Reduced code:
template struct a {
constexpr a(int) {}
};
template struct atomic;
template <> struct atomic {
a b;
constexpr atomic(bool c) : b(c) {}
};
~/bld/gcc7/gcc/cc1plus k.ii -Os -fsyntax-on
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87250
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|