gcc.misc-tests/outputs.exp (outest): Fix typo "is_target".
authorHans-Peter Nilsson <hp@axis.com>
Mon, 15 Feb 2021 23:37:28 +0000 (00:37 +0100)
committerHans-Peter Nilsson <hp@axis.com>
Tue, 16 Feb 2021 01:22:44 +0000 (02:22 +0100)
Fix typo for istarget in "is_target hppa*-*-hpux*", yielding
an error running the test-suite for any target not matching
powerpc*-*-aix* (presumably, by code inspection), aborting
the check-gcc (check-gcc-c) regression test run some 3000
tests before the last one, missing e.g. all gcc.target
tests like so:

-----
...
Running /x/gcc/gcc/testsuite/gcc.misc-tests/outputs.exp ...
ERROR: (DejaGnu) proc "is_target hppa*-*-hpux*" does not exist.
The error code is TCL LOOKUP COMMAND is_target
The info on the error is:
invalid command name "is_target"
    while executing
"::tcl_unknown is_target hppa*-*-hpux*"
    ("uplevel" body line 1)
    invoked from within
"uplevel 1 ::tcl_unknown $args"

=== gcc Summary ===
...
-----

gcc/testsuite:
* gcc.misc-tests/outputs.exp (outest): Fix typo "is_target".

gcc/testsuite/gcc.misc-tests/outputs.exp

index d5a9709910c24b7da905fa21b81979437e26f9a4..4d904bde31d536514db052b34a531b45f1a3f7d4 100644 (file)
@@ -192,7 +192,7 @@ proc outest { test sources opts dirs outputs } {
        # collect2 may create <execname>.cdtor* files in -save-temps link tests,
        # ??? without regard to aux output naming conventions.
        # Limit this exception to targets that define EH_FRAME_THROUGH_COLLECT2.
-       if { !(([istarget powerpc*-*-aix*] || [is_target hppa*-*-hpux*])
+       if { !(([istarget powerpc*-*-aix*] || [istarget hppa*-*-hpux*])
               && ([string match "*.cdtor.*" $f]
                   || [string match "*.gcc_args" $f])) } {
            lappend outb $f