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 target/44099] ICE in g++.dg/debug/nullptr01.C test on Solaris 2/SPARC



------- Comment #5 from jason at gcc dot gnu dot org  2010-05-13 05:05 -------
Subject: Bug 44099

Author: jason
Date: Thu May 13 05:04:46 2010
New Revision: 159350

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159350
Log:
        PR bootstrap/44048
        PR target/44099
gcc/cp:
        * cp-tree.def (NULLPTR_TYPE): Remove.
        * cp-tree.h (NULLPTR_TYPE_P): New.
        (SCALAR_TYPE_P): Use it.
        (nullptr_type_node): New.
        (cp_tree_index): Add CPTI_NULLPTR_TYPE.
        * decl.c (cxx_init_decl_processing): Call record_builtin_type on
        nullptr_type_node.
        * cvt.c (ocp_convert): Use NULLPTR_TYPE_P instead of NULLPTR_TYPE.
        * cxx-pretty-print.c (pp_cxx_constant): Likewise.
        * error.c (dump_type, dump_type_prefix, dump_type_suffix): Likewise.
        * mangle.c (write_type): Likewise.
        * name-lookup.c (arg_assoc_type): Likewise.
        * typeck.c (build_reinterpret_cast_1): Likewise.
        * rtti.c (typeinfo_in_lib_p): Likewise.
        (emit_support_tinfos): Remove local nullptr_type_node.
gcc:
        * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
        * sdbout.c (plain_type_1): Likewise.
        * dwarf2out.c (is_base_type): Likewise.
        (gen_type_die_with_usage): Likewise.  Generate
        DW_TAG_unspecified_type for any LANG_TYPE.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c
    trunk/gcc/cp/cp-tree.def
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/cvt.c
    trunk/gcc/cp/cxx-pretty-print.c
    trunk/gcc/cp/decl.c
    trunk/gcc/cp/error.c
    trunk/gcc/cp/mangle.c
    trunk/gcc/cp/name-lookup.c
    trunk/gcc/cp/rtti.c
    trunk/gcc/cp/typeck.c
    trunk/gcc/dbxout.c
    trunk/gcc/dwarf2out.c
    trunk/gcc/sdbout.c


-- 


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


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