https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122477
--- Comment #4 from chenglulu <chenglulu at loongson dot cn> --- (In reply to chenglulu from comment #3) > (In reply to Richard Biener from comment #2) > > or just VECTOR_MODE_P > > Replace `!targetm.vector_mode_supported_p(mode)` with `!VECTOR_MODE_P(mode)`. ?
