Re: PATCH to add a testcase (PR tree-optimization/83482)

2017-12-19 Thread Jakub Jelinek
On Tue, Dec 19, 2017 at 12:01:17PM +0100, Marek Polacek wrote: > This PR was a dup of PR82264, but the testcases differ, because this one > crashes with -O2, and it's C++. > > Tested on x86_64-linux, ok for trunk? > > 2017-12-19 Marek Polacek > > PR tree-optimization/83482 > * g++

PATCH to add a testcase (PR tree-optimization/83482)

2017-12-19 Thread Marek Polacek
This PR was a dup of PR82264, but the testcases differ, because this one crashes with -O2, and it's C++. Tested on x86_64-linux, ok for trunk? 2017-12-19 Marek Polacek PR tree-optimization/83482 * g++.dg/torture/pr83482.C: New test. --- gcc/testsuite/g++.dg/torture/pr83482.C