re PR c++/32245 (wrong POD type initialization with pointer to member)
[platform/upstream/gcc.git] / gcc / cp / ChangeLog
2007-07-06 Mark Mitchellre PR c++/32245 (wrong POD type initialization with...
2007-07-04 Douglas Gregortree.c (maybe_canonicalize_argtypes): New.
2007-07-04 Mark Mitchell* init.c (build_new): Tweak comment.
2007-07-04 Dave Brolleyre PR c++/31743 (ICE with invalid use of new)
2007-07-03 Richard Guentherre PR c++/32609 (ICE in htab_clear_slot at libiberty...
2007-07-02 Simon Baldwinparser.c (cp_parser_elaborated_type_specifier): Added...
2007-07-02 Jakub Jelinekre PR c++/31748 (bad diagnostic for invalid private...
2007-07-01 Ollie Wildname-lookup.c (ambiguous_decl): Fix case when new-...
2007-06-29 Doug Gregorre PR c++/31724 (More "same canonical type node" fun)
2007-06-28 Geoffrey KeatingFix typo.
2007-06-28 Geoffrey KeatingIndex: gcc/ChangeLog
2007-06-28 Geoffrey Keatingdecl2.c (start_objects): Mark constructor-runnning...
2007-06-25 Simon Martinre PR c++/32111 (ICE declaring destructor as friend)
2007-06-23 Mark Mitchellextend.texi: Document that dllimport and dllexport...
2007-06-18 Simon Baldwinre PR c++/31923 (g++ accepts a storage-class-specifier...
2007-06-16 Andrew Pinski[multiple changes]
2007-06-15 Mark Mitchellcp-tree.h (DECL_VAR_MARKED_P): Remove.
2007-06-14 Geoffrey Keatingdecl2.c (determine_visibility): Ensure that functions...
2007-06-14 Geoffrey Keatingre PR libgcj/31093 (Multicast PromiscuousTraffic)
2007-06-12 Ian Lance Taylorre PR libstdc++/29286 (placement new does not change...
2007-06-11 Rafael Espindolaremove signed(_or_unsigned)?_type langhooks
2007-06-07 Jakub Jelinekre PR c++/32177 (g++ crashes on some valid OpenMP code)
2007-06-07 Simon Martinre PR c++/30759 (initializer-list accepted for object...
2007-06-05 Simon Baldwindecl.c (grokdeclarator): Readability change.
2007-06-04 Paolo Carlinicall.c (convert_like_real): Remove pointless code.
2007-06-01 Mark Mitchelldecl.c (get_atexit_fn_ptr_type): New function.
2007-05-31 Daniel Berlinin gcc/ 2007-05-31 Daniel Berlin <dberlin@dberlin.org>
2007-05-31 Jakub Jelinekre PR c++/31806 (miscompilation with -fschedule-insns2...
2007-05-31 Paolo Carlinire PR c++/32158 (uninitialized_fill compile failure...
2007-05-31 Russell Yanofskyre PR c++/7412 ([DR 106] References to references)
2007-05-30 Jakub Jelinekre PR c++/31809 (sometimes TREE_READONLY is still set...
2007-05-29 Andrew Pinski[multiple changes]
2007-05-25 Simon Martinre PR c++/31745 (ICE on invalid use of namespace)
2007-05-25 H.J. Lusemantics.c (finish_member_declaration): Fix a typo...
2007-05-25 Douglas Gregorre PR c++/31431 (ICE with invalid parameter pack)
2007-05-24 Danny Smithre PR target/27067 (Compile errors with multiple inheri...
2007-05-22 Ollie Wildname-lookup.c (ambiguous_decl): Adds check for hidden...
2007-05-22 Ollie Wilddecl.c (duplicate_decls): Verify namespace names are...
2007-05-21 Mark Mitchelldecl.c (cxx_maybe_build_cleanup): Handle __attribute__...
2007-05-19 Manuel López-Ibáñezinvoke.texi (Warning Options): Add -Wconversion-sign.
2007-05-18 Geoffrey KeatingIndex: gcc/java/ChangeLog
2007-05-14 Paolo Carlinire PR c++/29928 (typeid of unknown bound array)
2007-05-14 Rafael Avila de... c-common.c (warnings_for_convert_and_check): Use unsign...
2007-05-11 Silvius RusMakefile.in (OBJS-common): Add tree-ssa-alias-warnings.o.
2007-05-11 Jan Hubickasemantics.c (expand_or_defer_fn): Do not call c_record_...
2007-05-09 Andrew Pinskitypeck.c (build_unary_op): Remove code that used to...
2007-05-08 Mike Stumpinvoke.texi (Warning Options): Document that -Wempty...
2007-05-06 Geoffrey KeatingIndex: libiberty/ChangeLog
2007-05-04 Dirk Muellerc.opt (Wmain,ffreestanding): Enable for C++,ObjC++.
2007-05-04 Ian Lance TaylorChangeLog: split old changelogs by year
2007-05-02 Seongbae Parkre PR c++/31663 (Segfault in constrain_class_visibility...
2007-04-29 Andrew Pinskire PR c++/30221 (internal compiler error: in reshape_in...
2007-04-27 Simon Baldwindecl.c (grokparms): Changed message format from %qD...
2007-04-27 Douglas Gregorerror.c (maybe_warn_variadic_templates): Variadic templ...
2007-04-27 Andrew Pinskire PR c++/30016 (internal compiler error: in convert_mo...
2007-04-26 Jakub Jelinekre PR c++/31598 (g++ does not accept some OpenMP code)
2007-04-26 Mark MitchellFix PR# in ChangeLog:
2007-04-26 Mark Mitchellre PR target/31388 (ICE building libiberty multilib...
2007-04-25 Paolo Carlinisemantics.c (classtype_has_nothrow_copy_or_assign_p...
2007-04-23 Simon Baldwindecl.c (grokparms): Added new error for duplicate funct...
2007-04-23 Jan Hubickadecl2.c (finish_objects): Do not call target constructo...
2007-04-21 Andrew Pinskitree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs.
2007-04-18 Mark Mitchellre PR c++/31513 (Miscompilation of Function Passing...
2007-04-17 Simon Martinre PR c++/31517 (ICE on invalid initialization of stati...
2007-04-16 Seongbae ParkCorrect the misplaced ChangeLog.
2007-04-15 Mark Mitchell* cp-tree.h (current_template_parms): Fix typo in comment.
2007-04-15 Kazu Hirata* cp-tree.h, error.c: Fix comment typos.
2007-04-13 Jason Merrillre PR c++/31074 (Reference casting involving multiple...
2007-04-13 Mike StumpFix whitespacing.
2007-04-11 Jan Hubickaclass.c (convert_to_base_statically): Fold produced...
2007-04-09 Mark Mitchellre PR c++/31449 ([4.1] static_cast can remove const...
2007-04-09 Paolo Carlinitree.c (cp_tree_equal): Deal with TRAIT_EXPR.
2007-04-08 Steven Bosscherlanghooks.c (lhd_tree_inlining_add_pending_fn_decls...
2007-04-07 Daniel Berlin2007-04-07 Daniel Berlin <dberlin@dberlin.org>
2007-04-07 Daniel Berlinin / 2007-04-06 Daniel Berlin <dberlin@dberlin.org>
2007-04-04 Danny Smithwinnt-cxx.c (i386_pe_type_dllimport_p): Don't ignore...
2007-04-03 Jakub Jelinekre PR c++/30847 (ICE with invalid statement expression)
2007-04-02 Jason Merrillre PR c++/31187 (extern declaration of variable in...
2007-03-31 Richard Guentheromp-low.c (splay-tree.h): Include.
2007-03-31 Douglas Gregorre PR c++/31138 (ICE with ellipsis)
2007-03-30 Paolo Carlinire PR c++/26099 (support for type traits is not available)
2007-03-29 Richard Guenthertree.c (cp_walk_subtrees): Do not set input_location.
2007-03-28 Simon Martinre PR c++/29077 (Incorrect error message for destructor...
2007-03-28 Douglas Gregorparser.c (struct cp_parser): Update comment for greater...
2007-03-28 Douglas Gregordecl.c (redeclaration_error_message): Complain when...
2007-03-28 Douglas Gregor[multiple changes]
2007-03-27 Dirk Muellerparser.c (cp_parser_member_declaration): Pedwarn about...
2007-03-26 Paolo Carlinire PR c++/30500 (pragma GCC system_header vs templates)
2007-03-23 Mark Mitchellcp-tree.h (current_tempalte_parms): Improve documentation.
2007-03-23 Mark Mitchellre PR c++/30863 (Unsigned templatized struct treated...
2007-03-23 Mark MitchellMark Mitchell <mark@codesourcery.com> PR c++/31273
2007-03-23 Gabriel Dos Reiserror.c (dump_expr): Handle dependent names that design...
2007-03-17 Kazu Hirata* cp-tree.def, parser.c, pt.c: Fix comment typos.
2007-03-16 Manuel López-Ibáñezinvoke.texi (-Wconversion): Document warnings specific...
2007-03-15 Manuel López-Ibáñezre PR c++/30891 (poor diagnostic with namespace in...
2007-03-15 Manuel López-Ibáñezre PR c++/24924 (front end and preprocessor pedantic_er...
2007-03-15 Douglas Gregorptree.c (cxx_print_type): Use formatting markup for...
2007-03-15 Andrew Pinskire PR c++/31165 (Error: symbol `an_empty_string' is...
2007-03-14 Dirk Muellerre PR c++/30860 (Should warn about boolean constant...
2007-03-14 Dirk Muellerc-common.h (empty_body_warning): Rename to empty_if_bod...
next