diff --git a/doc/D03_WrongStackAlignment.dox b/doc/D03_WrongStackAlignment.dox index 09711af9c..3f92d07de 100644 --- a/doc/D03_WrongStackAlignment.dox +++ b/doc/D03_WrongStackAlignment.dox @@ -4,6 +4,10 @@ namespace Eigen { This is an issue that, so far, we met only with GCC on Windows: for instance, MinGW and TDM-GCC. +\htmlonly +It seems that this GCC bug has been fixed in GCC 4.5. We encourage all GCC/Windows users to upgrade to GCC 4.5. +\endhtmlonly + By default, in a function like this, \code