[Bug c++/44267] SFINAE does not handle down static_cast over virtual inheritance

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

[Bug c++/44267] SFINAE does not handle down static_cast over virtual inheritance

2011-09-24 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44267 --- Comment #6 from paolo at gcc dot gnu.org 2011-09-24 09:55:06 UTC --- Author: paolo Date: Sat Sep 24 09:55:01 2011 New Revision: 179141 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179141 Log: /cp 2011-09-24 Paolo Carlini PR

[Bug c++/44267] SFINAE does not handle down static_cast over virtual inheritance

2011-09-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44267 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/44267] SFINAE does not handle down static_cast over virtual inheritance

2011-09-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44267 --- Comment #4 from Jason Merrill 2011-09-23 22:50:50 UTC --- Looks like we need to pass complain down into build_base_path.

[Bug c++/44267] SFINAE does not handle down static_cast over virtual inheritance

2011-09-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44267 --- Comment #3 from Paolo Carlini 2011-09-23 21:38:33 UTC --- Jason, can you help me triaging this PR? Thanks..

[Bug c++/44267] SFINAE does not handle down static_cast over virtual inheritance

2010-05-25 Thread cjoldfield at gmail dot com
--- Comment #2 from cjoldfield at gmail dot com 2010-05-25 17:09 --- Intel 11.1 accepts it, but it doesn't even try to instantiate "one &f(...)". To see what I mean, try replacing main with: #include int main() { std::cout << sizeof(f(0)) << std::endl; std::cout << sizeof(f(0))

[Bug c++/44267] SFINAE does not handle down static_cast over virtual inheritance

2010-05-25 Thread paolo dot carlini at oracle dot com
--- Comment #1 from paolo dot carlini at oracle dot com 2010-05-25 09:28 --- For the record, both Intel and Comeau accept this. Let's CC Jason... -- paolo dot carlini at oracle dot com changed: What|Removed |Added