Re: [PATCH] Add testcases for multiple -fsanitize=, -fno-sanitize= or -fno-sanitize-recover= options (take 2)

2019-02-14 Thread Mike Stump
On Feb 14, 2019, at 6:15 AM, Jakub Jelinek wrote: > Ah, yes, UNRESOLVED doesn't show up visible when running tests by hand, > rather than doing test_summary. Here is an updated patch that adds the > needed dg-skip-if directives. Ok for trunk? Ok.

[PATCH] Add testcases for multiple -fsanitize=, -fno-sanitize= or -fno-sanitize-recover= options (take 2)

2019-02-14 Thread Jakub Jelinek
On Thu, Feb 14, 2019 at 05:48:29AM -0800, H.J. Lu wrote: > I got > > UNRESOLVED: c-c++-common/ubsan/opts-1.c -O2 -flto > -fuse-linker-plugin -fno-fat-lto-objects scan-tree-dump-times > optimized "__ubsan_handle_divrem_overflow" 2 Ah, yes, UNRESOLVED doesn't show up visible when running tests