]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/class.c
re PR bootstrap/44287 (Failed to bootstrap)
authorKai Tietz <kai.tietz@onevision.com>
Thu, 27 May 2010 08:13:58 +0000 (08:13 +0000)
committerKai Tietz <ktietz@gcc.gnu.org>
Thu, 27 May 2010 08:13:58 +0000 (10:13 +0200)
commit64c31785445fdd307b4d918747825405def267d1
tree04b352125b3c30f7b7e9831b54f686d56cfba379
parentdf72d556a5c8cf32bf2157396e9d261c0e58bee7
re PR bootstrap/44287 (Failed to bootstrap)

gcc/cp/
2010-05-27  Kai Tietz  <kai.tietz@onevision.com>

        PR bootstrap/44287
        * rtti.c (emit_support_tinfos): Check for NULL_TREE.
        * class.c (layout_class_type): Likewise.
        * decl.c (finish_enum): Likewise.
        * mangle.c (write_builitin_type): Likewise.

gcc/
2010-05-27  Kai Tietz  <kai.tietz@onevision.com>

        PR bootstrp/44287
        * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
        (narrow_signed_type): Likewise.

From-SVN: r159912
gcc/ChangeLog
gcc/c-lex.c
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/decl.c
gcc/cp/mangle.c
gcc/cp/rtti.c