This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/34911] [4.1/4.2/4.3 regression] ICE with vectors of bool
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jan 2008 01:10:32 -0000
- Subject: [Bug c/34911] [4.1/4.2/4.3 regression] ICE with vectors of bool
- References: <bug-34911-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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