]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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)
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

index c15678fec35445abfe4bba76ef52fd8c022293b6..40e8466c132f14c584a40ff5b70a432baee85a4c 100644 (file)
@@ -1,5 +1,5 @@
 ! { dg-do run }
-! { dg-options "-ffree-line-length-none" }
+! { dg-additional-options "-ffree-line-length-none" }
 program foo
   use ieee_arithmetic
   use iso_fortran_env