From bc0ce373958780e37c76e3ee438999809387daf5 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Thu, 10 Jun 2010 08:02:20 -0400 Subject: [PATCH] mention that that issue has been solved in GCC 4.5 --- doc/D03_WrongStackAlignment.dox | 4 ++++ 1 file changed, 4 insertions(+) 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