]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[testsuite] Fix 'dg-compile-aux-modules' diagnostic
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 21 Mar 2019 19:31:30 +0000 (20:31 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Thu, 21 Mar 2019 19:31:30 +0000 (20:31 +0100)
gcc/testsuite/
PR fortran/56408
* gcc.target/powerpc/ppc-fortran/ppc-fortran.exp
(dg-compile-aux-modules): Fix diagnostic.
* gfortran.dg/coarray/caf.exp (dg-compile-aux-modules): Likewise.
* gfortran.dg/dg.exp (dg-compile-aux-modules): Likewise.

trunk r269851

From-SVN: r269853

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/ppc-fortran/ppc-fortran.exp
gcc/testsuite/gfortran.dg/coarray/caf.exp
gcc/testsuite/gfortran.dg/dg.exp

index 5e6c1971413f620c103dc581e5274f40c723cb90..6bff0f9f4e8755597b025140b2832fc73ebd9c94 100644 (file)
@@ -1,5 +1,11 @@
 2019-03-21  Thomas Schwinge  <thomas@codesourcery.com>
 
+       PR fortran/56408
+       * gcc.target/powerpc/ppc-fortran/ppc-fortran.exp
+       (dg-compile-aux-modules): Fix diagnostic.
+       * gfortran.dg/coarray/caf.exp (dg-compile-aux-modules): Likewise.
+       * gfortran.dg/dg.exp (dg-compile-aux-modules): Likewise.
+
        PR fortran/56408
        * gfortran.dg/coarray/caf.exp (dg-compile-aux-modules): Workaround
        missing nexted dg-test call support in dejaGNU 1.4.4.
index 82cbb210b92e654d3b19fc90f7fd7c087df52313..320e2e09c81cef521643b8f8660e1cd0b56424b3 100644 (file)
@@ -36,7 +36,7 @@ proc dg-compile-aux-modules { args } {
     global gfortran_test_path
     global gfortran_aux_module_flags
     if { [llength $args] != 2 } {
-       error "dg-set-target-env-var: needs one argument"
+       error "dg-compile-aux-modules: needs one argument"
        return
     }
 
index be5cf27935e6d4df6cd764ea4bd6765c2a95dcf6..1f21454cb4b8a4d2b42261f0751dbb29b7ea6961 100644 (file)
@@ -51,7 +51,7 @@ proc dg-compile-aux-modules { args } {
     global gfortran_test_path
     global gfortran_aux_module_flags
     if { [llength $args] != 2 } {
-       error "dg-set-target-env-var: needs one argument"
+       error "dg-compile-aux-modules: needs one argument"
        return
     }
 
index 82cbb210b92e654d3b19fc90f7fd7c087df52313..320e2e09c81cef521643b8f8660e1cd0b56424b3 100644 (file)
@@ -36,7 +36,7 @@ proc dg-compile-aux-modules { args } {
     global gfortran_test_path
     global gfortran_aux_module_flags
     if { [llength $args] != 2 } {
-       error "dg-set-target-env-var: needs one argument"
+       error "dg-compile-aux-modules: needs one argument"
        return
     }