This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/5660] dependant names involving templates & inheritance


------- Additional Comments From bangerth at dealii dot org  2004-04-28 06:51 -------
Interestingly enough, icc prints 
  g/x> icc x.cc 
  g/x> ./a.out  
  In base::f() 
just like gcc, but _if I switch on the strict mode_, we get 
  g/x> icc -Xc -ansi x.cc 
  g/x> ./a.out  
  In ::f() 
 
That confuses even me... 
 
W. 

-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]