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: 22 Jan 2008 21:56:18 -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 #4 from pinskia at gcc dot gnu dot org 2008-01-22 21:56 -------
(In reply to comment #3)
> It is interesting that handle_vector_size_attribute doesn't
> call vector_mode_valid_p, but the corresponding mode attribute does.
Because the vector_size attribute should be generic and not dependent on the
target support. This is by design, later on in the middle-end, vector types
are decomposed if needed; that is if the target does not support that vector
mode.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34911