[Bug c++/31525] New: b was not declared in this scope in inherited template class

2007-04-10 Thread edufer at gmail dot com
e class Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: edufer at gmail dot com GCC host triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31525

[Bug c++/31525] b was not declared in this scope in inherited template class

2007-04-10 Thread edufer at gmail dot com
--- Comment #1 from edufer at gmail dot com 2007-04-10 12:26 --- Created an attachment (id=13342) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13342&action=view) Sample code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31525

[Bug c++/31525] b was not declared in this scope in inherited template class

2007-04-10 Thread edufer at gmail dot com
--- Comment #3 from edufer at gmail dot com 2007-04-10 13:28 --- (In reply to comment #2) > This is conforming behavior, implemented for the first time in the 3.4.x > release series: > http://gcc.gnu.org/gcc-3.4/changes.html Correct. Many thanks for your time. -