re PR libobjc/25346 (objc_sizeof_type does not handle _Bool at all)
authorAndrew Pinski <pinskia@physics.uc.edu>
Sun, 11 Dec 2005 06:28:35 +0000 (06:28 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 11 Dec 2005 06:28:35 +0000 (22:28 -0800)
commit153b4898d243846931a06682cd06ce16b826d755
tree420342e937a38ecbfb6c217f8abd0a9f255e7a29
parentb91365538ab86873619628d4f8e2ea692ea5b212
re PR libobjc/25346 (objc_sizeof_type does not handle _Bool at all)

2005-12-11  Andrew Pinski  <pinskia@physics.uc.edu>

        PR libobjc/25346
        * objc/objc-api.h (_C_BOOL): New define.
        * encoding.c (objc_sizeof_type): Handle _C_BOOL.
        (objc_alignof_type): Likewise.
        (objc_skip_typespec): Likewise.

2005-12-11  Andrew Pinski  <pinskia@physics.uc.edu>

        PR libobjc/25346
        * objc.dg/encode-7.m: New test.

From-SVN: r108378
gcc/testsuite/ChangeLog
gcc/testsuite/objc.dg/encode-7.m [new file with mode: 0644]
libobjc/ChangeLog
libobjc/encoding.c
libobjc/objc/objc-api.h