[Bug c++/27635] New: failure of template class with with inherited templated classes

2006-05-16 Thread johnbrown at pentum dot com
Member variables of parent class are not found under template constructions
where the template type is passed to the parent class.


-- 
   Summary: failure of template class with with inherited templated
classes
   Product: gcc
   Version: 4.0.2
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: johnbrown at pentum dot com


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



[Bug c++/27635] failure of template class with with inherited templated classes

2006-05-16 Thread johnbrown at pentum dot com


--- Comment #1 from johnbrown at pentum dot com  2006-05-16 22:38 ---
Created an attachment (id=11479)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11479&action=view)
Test case

gcc -v : gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)

uname
Linux plinux 2.6.11-1.1369_FC4 #1 Thu Jun 2 22:55:56 EDT 2005 i686 athlon i386
GNU/Linux

Compile: gcc junk.cpp 
Produces: junk.cpp:43: error: ‘f’ was not declared in this scope


-- 


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



[Bug c++/27635] failure of template class with with inherited templated classes

2006-05-16 Thread johnbrown at pentum dot com


--- Comment #3 from johnbrown at pentum dot com  2006-05-16 22:40 ---
Created an attachment (id=11480)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11480&action=view)
-save-temp file


-- 


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



[Bug c++/27635] failure of template class with with inherited templated classes

2006-05-16 Thread johnbrown at pentum dot com


--- Comment #4 from johnbrown at pentum dot com  2006-05-16 22:52 ---
(In reply to comment #2)
> Please read:
> http://gcc.gnu.org/gcc-3.4/changes.html
> 
> 
> This is not a bug.
> 
> -- Pinski
> 

(In reply to comment #2)
Thanks, you are correct.
> Please read:
> http://gcc.gnu.org/gcc-3.4/changes.html
> 
> 
> This is not a bug.
> 
> -- Pinski
> 


-- 

johnbrown at pentum dot com changed:

   What|Removed |Added

   Severity|normal  |major


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