[Bug c++/37140] type inherited from base class not recognized

2014-02-26 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37140 --- Comment #16 from fabien at gcc dot gnu.org --- Author: fabien Date: Wed Feb 26 21:16:15 2014 New Revision: 208182 URL: http://gcc.gnu.org/viewcvs?rev=208182root=gccview=rev Log: 2014-02-26 Fabien Chene fab...@gcc.gnu.org PR

[Bug c++/37140] type inherited from base class not recognized

2014-02-24 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37140 --- Comment #15 from fabien at gcc dot gnu.org --- Author: fabien Date: Mon Feb 24 20:27:34 2014 New Revision: 208093 URL: http://gcc.gnu.org/viewcvs?rev=208093root=gccview=rev Log: 2014-02-24 Fabien Chene fab...@gcc.gnu.org PR

[Bug c++/37140] type inherited from base class not recognized

2014-02-02 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37140 --- Comment #11 from fabien at gcc dot gnu.org --- Author: fabien Date: Sun Feb 2 19:58:06 2014 New Revision: 207407 URL: http://gcc.gnu.org/viewcvs?rev=207407root=gccview=rev Log: 2014-02-02 Fabien Chene fab...@gcc.gnu.org PR

[Bug c++/37140] type inherited from base class not recognized

2014-02-02 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37140 --- Comment #12 from fabien at gcc dot gnu.org --- Author: fabien Date: Sun Feb 2 20:02:37 2014 New Revision: 207408 URL: http://gcc.gnu.org/viewcvs?rev=207408root=gccview=rev Log: 2014-02-02 Fabien Chene fab...@gcc.gnu.org PR

[Bug c++/37140] type inherited from base class not recognized

2014-02-02 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37140 fabien at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/37140] type inherited from base class not recognized

2014-02-02 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37140 fabien at gcc dot gnu.org changed: What|Removed |Added CC||roshan.shariff at gmail dot

[Bug c++/37140] type inherited from base class not recognized

2014-01-27 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37140 fabien at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #10 from

[Bug c++/37140] type inherited from base class not recognized

2014-01-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37140 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|joao.eiras at gmail dot com|

[Bug c++/37140] type inherited from base class not recognized

2013-08-02 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37140 --- Comment #8 from fabien at gcc dot gnu.org --- (In reply to Paolo Carlini from comment #7) Any news on this? Sorry Paolo, no news. I will look into it after I resurrect some stage one 1 material patches on using decls (comming after

[Bug c++/37140] type inherited from base class not recognized

2013-08-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37140 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|fabien at gcc dot gnu.org |

[Bug c++/37140] type inherited from base class not recognized

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

[Bug c++/37140] type inherited from base class not recognized

2013-05-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37140 --- Comment #6 from Paolo Carlini paolo.carlini at oracle dot com --- Thanks a lot!

[Bug c++/37140] type inherited from base class not recognized

2013-05-22 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37140 fabien at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |fabien at gcc dot

[Bug c++/37140] type inherited from base class not recognized

2013-05-20 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37140 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|gcc-bugs at gcc dot gnu.org

[Bug c++/37140] type inherited from base class not recognized

2009-12-10 Thread redi at gcc dot gnu dot org
--- Comment #3 from redi at gcc dot gnu dot org 2009-12-11 00:50 --- is this bug 14258 ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37140

[Bug c++/37140] type inherited from base class not recognized

2008-09-27 Thread fang at csl dot cornell dot edu
--- Comment #2 from fang at csl dot cornell dot edu 2008-09-27 22:09 --- With the test case, I get the same diagnostic with g++-4.3.2. I'm not sure if the in-class using directive is supposed to work as you expected, but what I usually write is (using your example): templateclass X

[Bug c++/37140] type inherited from base class not recognized

2008-08-16 Thread joao dot eiras at gmail dot com
--- Comment #1 from joao dot eiras at gmail dot com 2008-08-16 16:42 --- Sorry, full error is gpp_bug_2.cpp: In constructor `BX::B()': gpp_bug_2.cpp:15: error: `o_t' is not a class or namesp gpp_bug_2.cpp:15: error: `type_t' does not name a type -- joao dot eiras at gmail dot com