[Bug c++/31525] member 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=13342action=view) Sample code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31525

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

2007-04-10 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2007-04-10 12:50 --- 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 -- pcarlini at suse dot de changed: What|Removed

[Bug c++/31525] member 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. --