On Mon, Jul 10, 2017 at 11:35 AM, Martin Liška <mli...@suse.cz> wrote: > Hello > > Following patch disables -fgnu-tm with AddressSanitizer. > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > > Ready to be installed?
I think it should be a sorry () but no strong opinion. Thanks, Richard. > Martin > > gcc/ChangeLog: > > 2017-07-04 Martin Liska <mli...@suse.cz> > > PR sanitizer/81302 > * opts.c (finish_options): Do not allow -fgnu-tm > w/ -fsanitize={kernel-,}address. > --- > gcc/opts.c | 8 ++++++++ > 1 file changed, 8 insertions(+) > >