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 c/34911] [4.1/4.2/4.3 regression] ICE with vectors of bool



------- 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


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