Re: [PATCH] Fix -fcompare-debug issue caused by do_niy (PR c++/70675)

2016-04-15 Thread Richard Biener
On Fri, 15 Apr 2016, Jakub Jelinek wrote: > Hi! > > The testcase in the PR (too large for the testsuite) fails -fcompare-debug, > because do_niy doesn't honor dump flags (TDF_NOUID in this case). > > Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for > trunk? Ok. Richa

[PATCH] Fix -fcompare-debug issue caused by do_niy (PR c++/70675)

2016-04-15 Thread Jakub Jelinek
Hi! The testcase in the PR (too large for the testsuite) fails -fcompare-debug, because do_niy doesn't honor dump flags (TDF_NOUID in this case). Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2016-04-15 Jakub Jelinek PR c++/70675 * tree-pr