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: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: joost dot vandevondele at mat dot ethz dot ch, blomqvist dot janne at gmail dot com
- Cc: gcc-patches at gcc dot gnu dot org, fxcoudert at gmail dot com, fortran at gcc dot gnu dot org, dominiq at lps dot ens dot fr
- Date: Thu, 05 Jun 2014 16:37:18 +0200
- 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> <908103EDB4893A42920B21D3568BFD930CC63769 at MBX13 dot d dot ethz dot ch> <CAO9iq9Hn9mL4vDuDjVB=ObMY=ihUZL277xQog9qY5FmiwqyLjw at mail dot gmail dot com>
> Ok for trunk. Thanks!
Please don't rush! The behavior of -fno-signed-zeros -fno-trapping-math
implying associative math has been changed (as in reverted) between r165758
(implied associative math) and r165930 (lost associative math). AFAICT
it could be due to 165823. Investigating! I am also lookinf for the introduction
of *frontend_set*.
TIA
Dominique