------- Comment #1 from pinskia at gcc dot gnu dot org  2008-01-22 05:11 -------
This is expect behavior as o is not dependent so it has to be looked up at
parse time and the parser does not look at dependent base classes for finding
symbols.

Doing:
    void der_funk(TYPE v) {this->o[0] = v;}

Fixes the code and allows for the code to be compiled correctly.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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

Reply via email to