https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88898
Steve Ellcey <sje at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sje at gcc dot gnu.org
--- Comment #4 from Steve Ellcey <sje at gcc dot gnu.org> ---
I think this is my fault. My patch shouldn't have affected x86 at all but I
see my build/test on x86 only tested C and C++, I didn't have Fortran
configured in
when I checked for regressions.
The problem is the warnings I added to the Fortran tests, like:
-function f1 (a, b, c, d, e, f)
+function f1 (a, b, c, d, e, f) ! { dg-warning "GCC does not currently support
mixed size types for 'simd' functions" }
I didn't add a '{ target aarch64-*-* }' clause to the messages. I will work on
a patch, it is only the tests that should need to be changed, not the compiler.