testsuite: Move misplaced gcc.c-torture/pr92372.c test [PR92372]
authorJakub Jelinek <jakub@redhat.com>
Thu, 16 Apr 2020 08:37:46 +0000 (10:37 +0200)
committerJakub Jelinek <jakub@redhat.com>
Thu, 16 Apr 2020 08:37:46 +0000 (10:37 +0200)
commit9303fe0714c6cc2ff01bcfddd554d7d5057c32bd
tree414d4d838b7f8c8298b556cb42a9b97afe21724d
parent42e20fd25d3651349d892d8af864dc576c09019c
testsuite: Move misplaced gcc.c-torture/pr92372.c test [PR92372]

This test got committed into a spot where nothing actually tests it.
As there is no main, I assume it was meant to be gcc.c-torture/compile/
test and the test PASSes after moving there (both x86_64-linux and
i686-linux).  Though, it passed before the PR92372 fixes too.

2020-04-16  Jakub Jelinek  <jakub@redhat.com>

PR ipa/92372
* gcc.c-torture/pr92372.c: Move ...
* gcc.c-torture/compile/pr92372.c: ... here.
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr92372.c [new file with mode: 0644]
gcc/testsuite/gcc.c-torture/pr92372.c [deleted file]