[Bug c++/54191] [C++11] SFINAE does not handle conversion to inaccessible base

2012-09-05 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54191 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/54191] [C++11] SFINAE does not handle conversion to inaccessible base

2012-09-05 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54191 --- Comment #6 from paolo at gcc dot gnu.org 2012-09-05 10:14:43 UTC --- Author: paolo Date: Wed Sep 5 10:14:37 2012 New Revision: 190969 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190969 Log: /cp 2012-09-05 Paolo Carlini PR

[Bug c++/54191] [C++11] SFINAE does not handle conversion to inaccessible base

2012-08-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54191 --- Comment #5 from Paolo Carlini 2012-08-07 14:36:19 UTC --- For the cases where we are producing inaccessible base diagnostics in SFINAE context, the issue is that lookup_base is called by functions getting a complain argument always in the sam

[Bug c++/54191] [C++11] SFINAE does not handle conversion to inaccessible base

2012-08-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54191 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug c++/54191] [C++11] SFINAE does not handle conversion to inaccessible base

2012-08-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54191 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/54191] [C++11] SFINAE does not handle conversion to inaccessible base

2012-08-07 Thread ai.azuma at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54191 --- Comment #2 from Ai Azuma 2012-08-07 11:21:36 UTC --- Created attachment 27956 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27956 Output of -v option

[Bug c++/54191] [C++11] SFINAE does not handle conversion to inaccessible base

2012-08-07 Thread ai.azuma at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54191 --- Comment #1 from Ai Azuma 2012-08-07 11:19:03 UTC --- Created attachment 27955 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27955 Some test cases for SFINAE on conversion to inaccessible base