This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
RE: [PATCH, Fortan] fix initialization of flag_errno_math and flag_associative_math
- From: "VandeVondele Joost" <joost dot vandevondele at mat dot ethz dot ch>
- To: FX <fxcoudert at gmail dot com>, gfortran <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>, Dominique Dhumieres <dominiq at lps dot ens dot fr>
- Date: Thu, 5 Jun 2014 12:54:30 +0000
- Subject: RE: [PATCH, Fortan] fix initialization of flag_errno_math and flag_associative_math
- Authentication-results: sourceware.org; auth=none
- References: <E8E71366-3768-4FB3-93EC-53F3D4B7E651 at gmail dot com>
I have now verified that both new testcases indeed pass with
gcc version 4.6.0 20100520 (experimental) [trunk revision 159620] (GCC)
that is the revision where Tobias enabled associative math by default. So that this patch fixes a regression.