------- Comment #6 from pinskia at gcc dot gnu dot org 2008-01-23 01:10 ------- (In reply to comment #5) > AFAICT vector_mode_valid_p knows about this fallback option. > Is that incorrect? See the last line...
I think by the time we get here, targetm.scalar_mode_supported_p will have already been checked so calling vector_mode_valid_p will not matter. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34911