testsuite: Fix duplicated content of gcc.c-torture/execute/ieee/pr29302-1.x
authorJakub Jelinek <jakub@redhat.com>
Wed, 4 Aug 2021 09:42:59 +0000 (11:42 +0200)
committerJakub Jelinek <jakub@redhat.com>
Wed, 4 Aug 2021 09:44:45 +0000 (11:44 +0200)
The file has two identical halves, seems like twice applied patch.

2021-08-04  Jakub Jelinek  <jakub@redhat.com>

* gcc.c-torture/execute/ieee/pr29302-1.x: Undo doubly applied patch.

gcc/testsuite/gcc.c-torture/execute/ieee/pr29302-1.x

index 1922b14..3ae2096 100644 (file)
@@ -4,9 +4,3 @@ if { [istarget "tic6x-*-*"] && [check_effective_target_ti_c67x] } {
     return 1
 }
 return 0
-if { [istarget "tic6x-*-*"] && [check_effective_target_ti_c67x] } {
-    # C6X uses -freciprocal-math by default.
-    set torture_execute_xfail "tic6x-*-*"
-    return 1
-}
-return 0