[Bug c++/48169] compiler is confused about scope

2011-03-17 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48169 --- Comment #8 from Jonathan Wakely 2011-03-17 16:19:07 UTC --- See the link in comment 5, or this one: http://clang.llvm.org/compatibility.html#dep_lookup_bases or this one: http://www.parashift.com/c++-faq/templates.html#faq-35.19

[Bug c++/48169] compiler is confused about scope

2011-03-17 Thread peterf at silvaco dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48169 --- Comment #7 from Peter Foelsche 2011-03-17 16:18:13 UTC --- (In reply to comment #6) > > In a template unqualified names are not looked up in dependent base classes > > Aegypt?! > > Then explain to me, why it works for all the other classes

[Bug c++/48169] compiler is confused about scope

2011-03-17 Thread peterf at silvaco dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48169 --- Comment #6 from Peter Foelsche 2011-03-17 16:14:27 UTC --- > In a template unqualified names are not looked up in dependent base classes Aegypt?! Then explain to me, why it works for all the other classes and including other methods inside

[Bug c++/48169] compiler is confused about scope

2011-03-17 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48169 --- Comment #5 from Jonathan Wakely 2011-03-17 16:08:32 UTC --- http://womble.decadent.org.uk/c++/template-faq.html#base-lookup

[Bug c++/48169] compiler is confused about scope

2011-03-17 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48169 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/48169] compiler is confused about scope

2011-03-17 Thread peterf at silvaco dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48169 --- Comment #3 from Peter Foelsche 2011-03-17 15:47:09 UTC --- Created attachment 23698 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23698 output of "uname -a"

[Bug c++/48169] compiler is confused about scope

2011-03-17 Thread peterf at silvaco dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48169 --- Comment #2 from Peter Foelsche 2011-03-17 15:46:26 UTC --- Created attachment 23697 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23697 gzipped compiler log

[Bug c++/48169] compiler is confused about scope

2011-03-17 Thread peterf at silvaco dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48169 --- Comment #1 from Peter Foelsche 2011-03-17 15:45:48 UTC --- Created attachment 23696 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23696 command to call the compiler