[Bug c++/89928] [8 Regression] errors out in c++17 mode

2019-04-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89928 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/89928] [8 Regression] errors out in c++17 mode

2019-04-02 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89928 --- Comment #4 from Matthias Klose --- caused by r269512, the fix for PR88419.

[Bug c++/89928] [8 Regression] errors out in c++17 mode

2019-04-02 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89928 --- Comment #3 from Matthias Klose --- works on the trunk

[Bug c++/89928] [8 Regression] errors out in c++17 mode

2019-04-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89928 --- Comment #2 from Jonathan Wakely --- dup of PR 89906?

[Bug c++/89928] [8 Regression] errors out in c++17 mode

2019-04-02 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89928 --- Comment #1 from Matthias Klose --- $ cat main.ii template class> struct a; template class T1> struct b { a c; }; template class F> struct d; template class F> struct d; $ g++ -std=c++17 main.ii main.ii:3:66: error: template parameter 'te