[Bug c++/67147] [concepts] ICE on checking concept with default template arguments

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67147 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |10.0

[Bug c++/67147] [concepts] ICE on checking concept with default template arguments

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67147 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/67147] [concepts] ICE on checking concept with default template arguments

2019-09-04 Thread andrew.n.sutton at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67147 --- Comment #6 from Andrew Sutton --- There's a test for this PR in the concepts-cxx2a branch.

[Bug c++/67147] [concepts] ICE on checking concept with default template arguments

2019-09-04 Thread andrew.n.sutton at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67147 --- Comment #5 from Andrew Sutton --- This seems to have been fixed at some point. All examples compile in the concepts-cxx2a branch.

[Bug c++/67147] [concepts] ICE on checking concept with default template arguments

2018-07-11 Thread antoshkka at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67147 --- Comment #4 from Antony Polukhin --- Shorter reproducer: template concept bool fn = true; template int test(); Above sample produces the following output: :1:28: internal compiler error: in tsubst, at cp/pt.c:14368 template concept

[Bug c++/67147] [concepts] ICE on checking concept with default template arguments

2017-05-15 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67147 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #3

[Bug c++/67147] [concepts] ICE on checking concept with default template arguments

2017-05-14 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67147 --- Comment #2 from Tom Honermann --- The following bug looks likely to be related: - Bug 80746 - [concepts] ICE evaluating constraints for concepts with dependent template parameters

[Bug c++/67147] [concepts] ICE on checking concept with default template arguments

2015-08-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67147 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last