[Bug c++/95468] [8/9/10/11 Regression] ICE in expression sfinae

2021-02-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95468 --- Comment #4 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:5bd7afb71fca3a5a6e9f8586d86903bae1849193 commit r11-7345-g5bd7afb71fca3a5a6e9f8586d86903bae1849193 Author: Patrick Palka Date: Tu

[Bug c++/95468] [8/9/10/11 Regression] ICE in expression sfinae

2021-02-12 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95468 Patrick Palka changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/95468] [8/9/10/11 Regression] ICE in expression sfinae

2021-01-14 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95468 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Version|unknown

[Bug c++/95468] [8/9/10/11 Regression] ICE in expression sfinae

2020-06-03 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95468 --- Comment #3 from Patrick Palka --- The reason we fail to compile the testcase when 'condition' is at class scope instead of at namespace scope is because in the former case, the template argument 'c::condition' is a CALL_EXPR to a BASELINK, an

[Bug c++/95468] [8/9/10/11 Regression] ICE in expression sfinae

2020-06-03 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95468 Patrick Palka changed: What|Removed |Added CC||jason at gcc dot gnu.org,