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 middle-end/28160] Bogus "size of array 'foo' is too large" error with -mms-bitfields



------- Comment #6 from kkojima at gcc dot gnu dot org  2006-07-15 06:59 -------
Subject: Bug 28160

Author: kkojima
Date: Sat Jul 15 06:58:57 2006
New Revision: 115464

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115464
Log:
        PR middle-end/28160
        * stor-layout.c (place_field): Take the bit field with
        an excessive size into account in the ms-bitfiled case.

        PR middle-end/28161
        * stor-layout.c (place_field): Use DECL_BIT_FIELD_TYPE of
        the previous bit field.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/stor-layout.c


-- 


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


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