[Bug c++/87250] Internal compiler error with -Os -fsyntax-only

2019-06-10 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87250 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/87250] Internal compiler error with -Os -fsyntax-only

2019-06-10 Thread mpolacek at gcc dot gnu.org
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

[Bug c++/87250] Internal compiler error with -Os -fsyntax-only

2019-06-10 Thread mbelivea at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87250 --- Comment #4 from Matthew Beliveau --- Fixed in r269059

[Bug c++/87250] Internal compiler error with -Os -fsyntax-only

2019-06-10 Thread mpolacek at gcc dot gnu.org
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

[Bug c++/87250] Internal compiler error with -Os -fsyntax-only

2019-06-10 Thread mbelivea at redhat dot com
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

[Bug c++/87250] Internal compiler error with -Os -fsyntax-only

2019-06-10 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87250 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|