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/25559] [4.0/4.1/4.2 Regression] Internal compiler error when specifying vector_size(2) of int



------- Comment #5 from jakub at gcc dot gnu dot org  2006-01-04 09:16 -------
Subject: Bug 25559

Author: jakub
Date: Wed Jan  4 09:16:09 2006
New Revision: 109320

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109320
Log:
        PR c/25559
        * c-common.c (handle_vector_size_attribute): Reject zero vector size
        as well as sizes not multiple of component size.

        * gcc.dg/pr25559.c: New test.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/pr25559.c
Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/c-common.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25559



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