On Mon, Dec 2, 2024 at 2:05 PM Jakub Jelinek <ja...@redhat.com> wrote: > > On Mon, Dec 02, 2024 at 01:51:39PM -0800, Andrew Pinski wrote: > > gcc/testsuite/ChangeLog: > > > > * gcc.dg/torture/pr117243-1.c: New test. > > * gcc.dg/torture/pr117243-2.c: New test. > > Just commenting on the testcases. > I don't like 2 tests times 7 different command line options each spend > some time in busy loop uselessly. > Can't you just make it dg-do compile and scan for optimized dump not having > __builtin_unreachable calls?
I guess that would work better really. I will rewrite testcases to do that. THanks, Andrew > > Jakub >