[Darwin, testsuite] Remove unused test.
authorIain Sandoe <iain@sandoe.co.uk>
Fri, 12 Jul 2019 18:38:33 +0000 (18:38 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Fri, 12 Jul 2019 18:38:33 +0000 (18:38 +0000)
commit61fba2674fb10a8b8b2ae6b5ec965fd1fd738395
treed5fc9ecb5f6d4ae9d0efb9dded45b3d42401fff0
parent5dd47cb75dac4583dc38e9c1df2fde89fd459a08
[Darwin, testsuite] Remove unused test.

During GCC-9, the codegen for unreachable switch case statements changed
such that the (undefined) behaviour of reaching such statements is directed
to one of the existing switch cases.  This means that the testcase which
deals with the old behaviour can no longer work (and there is nothing to test
with it).  The [Darwin-specific] test is now redundant and can be removed.

gcc/testsuite/

2019-07-12  Iain Sandoe  <iain@sandoe.co.uk>

* gcc.dg/pr57438-2.c: Remove.

From-SVN: r273457
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr57438-2.c [deleted file]