[Bug c++/29607] code fails to build with 4.1 20061020, which built with 20060901

2006-10-26 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-10-26 20:07 --- Reduced: class WvLink{}; class WvVectorBase { class IterBase { WvLink *cur() const{} }; }; template class WvVector : public WvVectorBase { class Iter : public WvVector::IterBase { T

[Bug c++/29607] code fails to build with 4.1 20061020, which built with 20060901

2006-10-26 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-10-26 19:52 --- Reducing ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29607 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter. -- To UNSUBSCRIBE, email to [EMAIL P

[Bug c++/29607] code fails to build with 4.1 20061020, which built with 20060901

2006-10-26 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-26 17:58 --- -fpermissive That shows this code is most likely invalid code anyways. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29607 --- You are receiving this mail because: --- You reported the bug, or are wat

[Bug c++/29607] code fails to build with 4.1 20061020, which built with 20060901

2006-10-26 Thread fang at csl dot cornell dot edu
-- fang at csl dot cornell dot edu changed: What|Removed |Added CC||fang at csl dot cornell dot |