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

2020-04-16 Thread Richard Biener via Gcc-patches
On Thu, Apr 16, 2020 at 10:23 AM Jakub Jelinek via Gcc-patches 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 > i6

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

2020-04-16 Thread Jakub Jelinek via Gcc-patches
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-