------- Comment #4 from jason at gcc dot gnu dot org  2009-11-24 14:17 -------
Reduced:

struct A { A(); };
struct B: A {
  B() : A::A() { }
};

There's no need to write the extra scope here, but I guess we should accept it.


-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jason at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-11-24 14:17:47
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42137

Reply via email to