On 07/04/2018 08:04 AM, Christophe Lyon wrote:
Hi,
On Wed, 4 Jul 2018 at 09:26, Richard Biener <rguent...@suse.de> wrote:
On Tue, 3 Jul 2018, Martin Sebor wrote:
Committed to trunk in r86274. Jakub/Richard, can you please
also review and approve the corresponding fix for the release
branches?
If it is a regression and the patch was approved for trunk it is
automatically OK for release branches without further review unless
you think it is too invasive.
Will do. Thanks for clarifying.
I've noticed a failure with this new test (on arm and aarch64, but
I've seen other targets are affected on gcc-testresults):
gcc.dg/tree-ssa/builtin-sprintf-9.c: dump file does not exist
UNRESOLVED: gcc.dg/tree-ssa/builtin-sprintf-9.c scan-tree-dump-times
optimized" "call_made_in_true_branch_" 6"
The test is compiled with -fdump-tree-optimized
Thanks. There was a typo in the dg-final directive in the test
and I missed the UNRESOLVED result among all the others that
have recently started showing up. I fixed the typo in r262419
and raised bug 86405 for the unresolved tests.
Martin