]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Fix gfortran.dg/ieee/comparisons_3.F90 testsuite failures
authorUros Bizjak <ubizjak@gmail.com>
Wed, 26 Jul 2023 14:08:25 +0000 (16:08 +0200)
committerUros Bizjak <ubizjak@gmail.com>
Wed, 26 Jul 2023 14:09:22 +0000 (16:09 +0200)
commitc194a413369e9c9f92f1c9334556b359c7417742
treebca9bb14c8e7a6e2faf870818125249d085214ab
parent5d09fb683a8abce49dc0992f5102aa0189f8f632
testsuite: Fix gfortran.dg/ieee/comparisons_3.F90 testsuite failures

The testcase should use dg-additional-options istead of dg-options to
not overwrite default compile flags that include path for finding
the IEEE modules.

gcc/testsuite/ChangeLog:

* gfortran.dg/ieee/comparisons_3.F90: Use dg-additional-options
instead of dg-options.
gcc/testsuite/gfortran.dg/ieee/comparisons_3.F90