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.
This commit is contained in:
parent
5d09fb683a
commit
c194a41336
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue