options.c (gfc_init_options_struct): assert that the frontend sets flag_errno_math...
authorJoost VandeVondele <Joost.VandeVondele@mat.ethz.ch>
Wed, 20 Aug 2014 07:08:57 +0000 (09:08 +0200)
committerJoost VandeVondele <vondele@gcc.gnu.org>
Wed, 20 Aug 2014 07:08:57 +0000 (07:08 +0000)
commit321bff11a3a1f0e3ecc925304b05f25bb72c9c94
treeee7360378ccc2e8a7358c023cf447aca11413298
parentdd3ff077ef4ae24b35d15da9ee474ba096652b4e
options.c (gfc_init_options_struct): assert that the frontend sets flag_errno_math and flag_associative_math.

gcc/fortran/ChangeLog:

2014-08-20  Joost VandeVondele  <Joost.VandeVondele@mat.ethz.ch>

* options.c (gfc_init_options_struct): assert that the frontend sets
        flag_errno_math and flag_associative_math.

gcc/testsuite/ChangeLog:

2014-08-20  Joost VandeVondele  <Joost.VandeVondele@mat.ethz.ch>

* gfortran.dg/errnocheck_1.f90: New test.
* gfortran.dg/associative_1.f90: New test.

From-SVN: r214211
gcc/fortran/ChangeLog
gcc/fortran/options.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/associative_1.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/errnocheck_1.f90 [new file with mode: 0644]