public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6517] Fortran: fix testcase compiler flags
@ 2022-01-12 10:22 Franथईois-Xavier Coudert
  0 siblings, 0 replies; only message in thread
From: Franथईois-Xavier Coudert @ 2022-01-12 10:22 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6b14100b9504800768da726dcb81f1857db3b493

commit r12-6517-g6b14100b9504800768da726dcb81f1857db3b493
Author: Francois-Xavier Coudert <fxcoudert@gmail.com>
Date:   Wed Jan 12 11:19:37 2022 +0100

    Fortran: fix testcase compiler flags
    
    -fsignaling-nans is already passed by ieee.exp, so it's not needed.
    We must use dg-additional-options instead of dg-options, otherwise we
    override flags passed from ieee.exp. And we need to use -w because
    some options only make sense for the Fortran source.
    
    gcc/testsuite/ChangeLog:
    
            * gfortran.dg/ieee/signaling_1.f90: Adjust flags.

Diff:
---
 gcc/testsuite/gfortran.dg/ieee/signaling_1.f90 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gfortran.dg/ieee/signaling_1.f90 b/gcc/testsuite/gfortran.dg/ieee/signaling_1.f90
index a1403e6ce16..3d846fc1038 100644
--- a/gcc/testsuite/gfortran.dg/ieee/signaling_1.f90
+++ b/gcc/testsuite/gfortran.dg/ieee/signaling_1.f90
@@ -1,7 +1,9 @@
 ! { dg-do run }
 ! { dg-require-effective-target issignaling } */
 ! { dg-additional-sources signaling_1_c.c }
-! { dg-options "-fsignaling-nans" }
+! { dg-additional-options "-w" }
+! the -w option is needed to make f951 not report a warning for 
+! the -fintrinsic-modules-path option passed by ieee.exp
 !
 program test
   use, intrinsic :: iso_c_binding


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-12 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-12 10:22 [gcc r12-6517] Fortran: fix testcase compiler flags Franथईois-Xavier Coudert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).