class.c (layout_class_type): Do not issue C++ ABI warnings for ObjC structs.
commit660845bf3a71cab364902d2e3b0830f08572d8f4
authorZiemowit Laski <zlaski@apple.com>
Tue, 24 May 2005 22:22:33 +0000 (24 22:22 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Tue, 24 May 2005 22:22:33 +0000 (24 22:22 +0000)
tree0a08a44cd858d7e984fbacfc004a39aa76e53504
parentd11dd684081e91ffda37451fd6be1059d055130b
class.c (layout_class_type): Do not issue C++ ABI warnings for ObjC structs.

        * class.c (layout_class_type): Do not issue C++ ABI warnings
        for ObjC structs.
        * decl.c (objc_mark_locals_volatile): Streamline by calling
        objc_volatilize_decl().
        * parser.c (cp_parser_objc_message_expression): Allow simple
        type specifiers (instead of merely type names) as message
        receivers.
        * pt.c (template_args_equal): Do not call objc_comptypes().
        * typeck.c (composite_pointer_type): If both pointers are
        ObjC-esque, arbitrarily choose the first; do not call
        objc_comptypes().
        (comptypes): Do not call objc_comptypes().
        (convert_for_assignment): Call objc_compare_types().
        (comp_ptr_ttypes_real): Call objc_type_quals_match() before
        concluding that types do not match.

From-SVN: r100125
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/decl.c
gcc/cp/parser.c
gcc/cp/pt.c
gcc/cp/typeck.c