[Bug c++/61806] [C++11] Expression sfinae w/o access gives hard error in partial template specializations

2021-04-28 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61806 --- Comment #9 from Patrick Palka --- *** Bug 80475 has been marked as a duplicate of this bug. ***

[Bug c++/61806] [C++11] Expression sfinae w/o access gives hard error in partial template specializations

2018-06-12 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61806 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/61806] [C++11] Expression sfinae w/o access gives hard error in partial template specializations

2018-06-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61806 --- Comment #7 from Jason Merrill --- Author: jason Date: Mon Jun 11 22:02:19 2018 New Revision: 261464 URL: https://gcc.gnu.org/viewcvs?rev=261464=gcc=rev Log: PR c++/61806 - missed SFINAE with partial specialization. *

[Bug c++/61806] [C++11] Expression sfinae w/o access gives hard error in partial template specializations

2018-06-04 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61806 --- Comment #6 from Jason Merrill --- Author: jason Date: Mon Jun 4 15:16:00 2018 New Revision: 261151 URL: https://gcc.gnu.org/viewcvs?rev=261151=gcc=rev Log: PR c++/61806 - missed SFINAE with partial specialization. *

[Bug c++/61806] [C++11] Expression sfinae w/o access gives hard error in partial template specializations

2018-06-04 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61806 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/61806] [C++11] Expression sfinae w/o access gives hard error in partial template specializations

2018-05-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61806 --- Comment #5 from Jonathan Wakely --- http://lab.llvm.org:8011/builders/libcxx-libcxxabi-x86_64-linux-ubuntu-gcc-tot-latest-std/builds/310/steps/test.libcxx/logs/FAIL%3A%20libc%2B%2B%3A%3Adeduct.pass.cpp

[Bug c++/61806] [C++11] Expression sfinae w/o access gives hard error in partial template specializations

2018-05-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61806 Jonathan Wakely changed: What|Removed |Added Last reconfirmed|2017-09-25 00:00:00 |2018-5-22 --- Comment #4 from

[Bug c++/61806] [C++11] Expression sfinae w/o access gives hard error in partial template specializations

2017-09-25 Thread gcc-bugs at marehr dot dialup.fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61806 gcc-bugs at marehr dot dialup.fu-berlin.de changed: What|Removed |Added CC||gcc-bugs at

[Bug c++/61806] [C++11] Expression sfinae w/o access gives hard error in partial template specializations

2017-04-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61806 Jonathan Wakely changed: What|Removed |Added Last reconfirmed|2014-12-14 00:00:00 |2017-4-20 --- Comment #2 from

[Bug c++/61806] [C++11] Expression sfinae w/o access gives hard error in partial template specializations

2014-12-13 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61806 Ville Voutilainen ville.voutilainen at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED