On Fri, Dec 21, 2018 at 06:01:56PM +0000, Steve Ellcey wrote: > Here is an update to the test part of this patch. I did not change the > actual source code part of this, just the tests, so that is all I am > including here. I removed the x86 changes that had gotten in there by > accident and used relative line numbers in the warning checks instead > of absolute line numbers. I also moved the warning checks to be closer > to the lines where the warnings are generated. > > Retested on x86 and aarch64 with no regressions. > > Steve Ellcey > sell...@cavium.com > > > 2018-12-21 Steve Ellcey <sell...@cavium.com> > > * g++.dg/gomp/declare-simd-1.C: Add aarch64 specific > warning checks and assembler scans. > * g++.dg/gomp/declare-simd-3.C: Ditto. > * g++.dg/gomp/declare-simd-4.C: Ditto. > * g++.dg/gomp/declare-simd-7.C: Ditto. > * gcc.dg/gomp/declare-simd-1.c: Ditto. > * gcc.dg/gomp/declare-simd-3.c: Ditto.
LGTM. Jakub