Re: [PATCH] testsuite: remove LIT annotation and reduce

2020-11-30 Thread Jeff Law via Gcc-patches
On 11/30/20 7:02 AM, Martin Liška wrote: > I noticed the test-case contains LIT annotation and > it is possible to reduce. I did that with compiler that > was affected by the PR. > > Ready for master? > Tahnks, > Martin > > gcc/testsuite/ChangeLog: > >     * g++.dg/torture/pr93347.C: Reduce

[PATCH] testsuite: remove LIT annotation and reduce

2020-11-30 Thread Martin Liška
I noticed the test-case contains LIT annotation and it is possible to reduce. I did that with compiler that was affected by the PR. Ready for master? Tahnks, Martin gcc/testsuite/ChangeLog: * g++.dg/torture/pr93347.C: Reduce and remove LIT keywords. --- gcc/testsuite/g++.dg/torture/pr9