------- Comment #8 from pinskia at gcc dot gnu dot org 2008-06-20 11:04 ------- > Because gcc 4.1 throws some errors on our > code that works flawlessly with MS compilers and gcc 3, and that absolutely do > not seem to be justified, and I wanted to make sure this problem is either > fixed or still present in the latest gcc release in order to avoid remarks > like > "update to the latest compiler version".
Have you read the changes pages? Start with http://gcc.gnu.org/gcc-3.4/changes.html and then read http://gcc.gnu.org/gcc-4.0/changes.html and then http://gcc.gnu.org/gcc-4.1/changes.html . Most likely your C++ code is not really standard C++ after all. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36576
