[Bug c++/92593] [10 Regression] ICE with CTAD using undeclared constraint

2020-02-05 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92593 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/92593] [10 Regression] ICE with CTAD using undeclared constraint

2020-02-05 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92593 --- Comment #5 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:fa0c6e297b22d5883857d0db4a6a8be0967cb16f commit r10-6457-gfa0c6e297b22d5883857d0db4a6a8be0967cb16f Author: Jason Merrill Date:

[Bug c++/92593] [10 Regression] ICE with CTAD using undeclared constraint

2020-02-04 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92593 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/92593] [10 Regression] ICE with CTAD using undeclared constraint

2020-01-21 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92593 --- Comment #4 from Paolo Carlini --- Another testcase: template struct ref_view { ref_view(T) { }; }; ref_view r{1};

[Bug c++/92593] [10 Regression] ICE with CTAD using undeclared constraint

2020-01-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92593 Richard Biener changed: What|Removed |Added Keywords||error-recovery Priority|P3

[Bug c++/92593] [10 Regression] ICE with CTAD using undeclared constraint

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

[Bug c++/92593] [10 Regression] ICE with CTAD using undeclared constraint

2019-11-20 Thread andrew.n.sutton at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92593 Andrew Sutton changed: What|Removed |Added CC||andrew.n.sutton at gmail dot com ---

[Bug c++/92593] [10 Regression] ICE with CTAD using undeclared constraint

2019-11-20 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92593 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.0

[Bug c++/92593] [10 Regression] ICE with CTAD using undeclared constraint

2019-11-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92593 Jonathan Wakely changed: What|Removed |Added Keywords||needs-bisection Known to work|