From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25391 invoked by alias); 25 Dec 2005 14:57:07 -0000 Received: (qmail 25383 invoked by uid 48); 25 Dec 2005 14:57:06 -0000 Date: Sun, 25 Dec 2005 14:57:00 -0000 Message-ID: <20051225145706.25382.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/25559] [4.0/4.1/4.2 Regression] Internal compiler error when specifying vector_size(2) of int In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2005-12/txt/msg02535.txt.bz2 List-Id: ------- Comment #3 from pinskia at gcc dot gnu dot org 2005-12-25 14:57 ------- Reduced testcase: typedef int __m64 __attribute__ ((vector_size(2))); This is invalid as int is 4 bytes but you are trying to fit a vector of 2bytes which is just wrong -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |minor Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |ice-on-invalid-code Known to fail| |4.0.0 4.1.0 4.2.0 Known to work| |3.4.0 Last reconfirmed|0000-00-00 00:00:00 |2005-12-25 14:57:06 date| | Summary|Internal compiler error when|[4.0/4.1/4.2 Regression] |specifying vector_size(2) |Internal compiler error when | |specifying vector_size(2) of | |int Target Milestone|--- |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25559