https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102772
--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Is this with Solaris as or GNU as? I've tried to reproduce it with a cross from x86_64-linux to i386-pc-solaris2.11 and have #define HAVE_AS_TLS 1 in auto-host.h, but I don't see any movaps instructions in pointer2.f90 with -O2 -fopenmp or -O3 -fopenmp. When I add -msse2 to command line, I see some but it is unclear which exact is it. So, can you please attach pointer2.s and say on which exact insn it fails? And also attach your auto-host.h? Thanks.