diff mbox series

testsuite: Move misplaced gcc.c-torture/pr92372.c test [PR92372]

Message ID 20200416082223.GI2424@tucnak
State New
Headers show
Series testsuite: Move misplaced gcc.c-torture/pr92372.c test [PR92372] | expand

Commit Message

Jakub Jelinek April 16, 2020, 8:22 a.m. UTC
Hi!

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.

Ok for trunk?

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

	PR ipa/92372
	* gcc.c-torture/pr92372.c: Move ...
	* gcc.c-torture/compile/pr92372.c: ... here.


	Jakub

Comments

Richard Biener April 16, 2020, 8:36 a.m. UTC | #1
On Thu, Apr 16, 2020 at 10:23 AM Jakub Jelinek via Gcc-patches
<gcc-patches@gcc.gnu.org> wrote:
>
> Hi!
>
> 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.
>
> Ok for trunk?

OK.

> 2020-04-16  Jakub Jelinek  <jakub@redhat.com>
>
>         PR ipa/92372
>         * gcc.c-torture/pr92372.c: Move ...
>         * gcc.c-torture/compile/pr92372.c: ... here.
>
> diff --git a/gcc/testsuite/gcc.c-torture/pr92372.c b/gcc/testsuite/gcc.c-torture/compile/pr92372.c
> similarity index 100%
> rename from gcc/testsuite/gcc.c-torture/pr92372.c
> rename to gcc/testsuite/gcc.c-torture/compile/pr92372.c
>
>         Jakub
>
diff mbox series

Patch

diff --git a/gcc/testsuite/gcc.c-torture/pr92372.c b/gcc/testsuite/gcc.c-torture/compile/pr92372.c
similarity index 100%
rename from gcc/testsuite/gcc.c-torture/pr92372.c
rename to gcc/testsuite/gcc.c-torture/compile/pr92372.c