[Bug c++/25994] Using declarations and base function overloading

2012-01-03 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25994 fabien at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug c++/25994] Using declarations and base function overloading

2011-11-16 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25994 fabien at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/25994] Using declarations and base function overloading

2011-11-14 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25994 --- Comment #6 from Jason Merrill 2011-11-14 17:56:02 UTC --- Author: jason Date: Mon Nov 14 17:55:57 2011 New Revision: 181359 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181359 Log: PR c++/6936 PR c++/25994 PR c++/26256

[Bug c++/25994] Using declarations and base function overloading

2010-06-06 Thread fabien at gcc dot gnu dot org
-- fabien at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fabien at gcc dot gnu dot |dot org

[Bug c++/25994] Using declarations and base function overloading

2010-05-09 Thread fabien dot chene at gmail dot com
--- Comment #5 from fabien dot chene at gmail dot com 2010-05-09 22:09 --- mine... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25994

[Bug c++/25994] Using declarations and base function overloading

2010-01-17 Thread paolo dot carlini at oracle dot com
--- Comment #4 from paolo dot carlini at oracle dot com 2010-01-17 22:47 --- *** Bug 42784 has been marked as a duplicate of this bug. *** -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug c++/25994] Using declarations and base function overloading

2006-01-27 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2006-01-27 13:40 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug c++/25994] Using declarations and base function overloading

2006-01-27 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-27 12:55 --- Hmm, This might be because we still have some ARM (pre-standard) based using semantics implemented and not the standard C++ ones. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25994

[Bug c++/25994] Using declarations and base function overloading

2006-01-27 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-27 12:53 --- In 4.0, I get a different error message: t.cc:16: error: using declaration ‘using B2::f’ conflicts with a previous using declaration -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25994