This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgomp/81386] [8 regression] libgomp.fortran/appendix-a/a.16.1.f90 fails starting with 249424


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81386

--- Comment #5 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
The code is being vectorized in the "fails" dump and not being vectorized in
the "works" dump.  This cannot be due to r249424, which does gimple folding on
some Power-specific built-ins, for this is a generic test case that makes no
use of such built-ins.

So either you have misidentified the revision responsible, or the code is
somehow being compiled differently so that vectorization happens in one case
and not the other.

Bill

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]