[Bug c++/92536] [10 Regression] ICE when trying to using deduction guide following unknown type error

2020-01-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92536

--- Comment #5 from Jonathan Wakely  ---
Thanks. Like PR 92542, this one was also fixed by r278786 aka g:1a291106384cabc

[Bug c++/92536] [10 Regression] ICE when trying to using deduction guide following unknown type error

2020-01-20 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92536

Paolo Carlini  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Paolo Carlini  ---
Done.

[Bug c++/92536] [10 Regression] ICE when trying to using deduction guide following unknown type error

2020-01-20 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92536

--- Comment #3 from CVS Commits  ---
The master branch has been updated by Paolo Carlini :

https://gcc.gnu.org/g:0757f0bbf3edf43a27ec3f7d2c33ab56f26eb15a

commit r10-6085-g0757f0bbf3edf43a27ec3f7d2c33ab56f26eb15a
Author: Paolo Carlini 
Date:   Mon Jan 20 11:17:19 2020 +0100

Add testcase of PR c++/92536, already fixed.

PR c++/92536
* g++.dg/cpp1z/pr92536.C: New.

[Bug c++/92536] [10 Regression] ICE when trying to using deduction guide following unknown type error

2020-01-18 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92536

Paolo Carlini  changed:

   What|Removed |Added

 CC||paolo.carlini at oracle dot com

--- Comment #2 from Paolo Carlini  ---
Seems already fixed.

[Bug c++/92536] [10 Regression] ICE when trying to using deduction guide following unknown type error

2020-01-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92536

Richard Biener  changed:

   What|Removed |Added

   Priority|P3  |P4

[Bug c++/92536] [10 Regression] ICE when trying to using deduction guide following unknown type error

2019-11-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92536

Jonathan Wakely  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2019-11-15
 CC||jason at gcc dot gnu.org
   Target Milestone|--- |10.0
 Ever confirmed|0   |1

--- Comment #1 from Jonathan Wakely  ---
ICE started with spaceship support in r277865