From: Nick Clifton Date: Wed, 22 Sep 1999 10:46:35 +0000 (+0000) Subject: Udo previous delta X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d8530e26d3afae1db40ab847fee7508b479a7561;p=gcc.git Udo previous delta From-SVN: r29586 --- diff --git a/gcc/testsuite/gcc.c-torture/ChangeLog b/gcc/testsuite/gcc.c-torture/ChangeLog index d438bba00ff..5c2051b7505 100644 --- a/gcc/testsuite/gcc.c-torture/ChangeLog +++ b/gcc/testsuite/gcc.c-torture/ChangeLog @@ -1,10 +1,3 @@ -1999-09-22 Nick Clifton - - * execute/comp-goto-1.x: New file. Do not generate debug info - when building for arm targets. - * execute/980526-1.x: New file. Expect failure for Arm and Fr30 - toolchains at -O3. - 1999-09-21 Nick Clifton * special/special.exp: Add FR30 to list of targets for which -fpic diff --git a/gcc/testsuite/gcc.c-torture/execute/980526-1.x b/gcc/testsuite/gcc.c-torture/execute/980526-1.x deleted file mode 100644 index f5d9f3d5706..00000000000 --- a/gcc/testsuite/gcc.c-torture/execute/980526-1.x +++ /dev/null @@ -1,11 +0,0 @@ -set torture_eval_before_execute { - - set compiler_conditional_xfail_data { - "I sure wish I knew why this was hosed (arm-elf is OK now)" \ - "*arm-*-coff *arm-*-pe thumb-*-coff thumb-*-pe fr30-*-elf" \ - {"-O3"} \ - {"" } - } -} - -return 0 diff --git a/gcc/testsuite/gcc.c-torture/execute/comp-goto-1.x b/gcc/testsuite/gcc.c-torture/execute/comp-goto-1.x deleted file mode 100644 index b2d335bc909..00000000000 --- a/gcc/testsuite/gcc.c-torture/execute/comp-goto-1.x +++ /dev/null @@ -1,11 +0,0 @@ -if {[istarget "*arm-*-*"] || [istarget "thumb-*-*"]} { - - # On the Arm specifying -g produces a bogus label reference - # in debugging output. - - set torture_eval_before_compile { - set additional_flags "-g0" - } -} - -return 0