summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/15745 (exception specification incorrectly changes the type of the ...Jason Merrill2007-09-052-0/+6
* re PR c++/15097 (code generator problem with ::delete and multiple inheritanc...Jason Merrill2007-09-054-3/+20
* re PR c++/33289 (__sprintf_chk etc. not DECL_ANTICIPATED)Jakub Jelinek2007-09-062-0/+15
* decl.c (duplicate_decls): Set TREE_NOTHROW on __builtin_XX decl if a prototyp...Jakub Jelinek2007-09-062-0/+16
* Move ChangeLog entry to correct ChangeLog file.Jakub Jelinek2007-09-051-0/+5
* re PR c++/30302 (ICE with invalid member in anonymous struct)Paolo Carlini2007-09-053-5/+28
* fix changelog entryJason Merrill2007-09-051-1/+1
* Add target hook invoked when cfun changes.Sandra Loosemore2007-09-052-2/+2
* sematics.c (expand_body): Remove unnecesary import_export_decl call...Jan Hubicka2007-09-052-20/+5
* PR c++/29731 (again)Paolo Carlini2007-09-052-2/+10
* except.c (initialize_handler_parm): Use fold_build_cleanup_point_expr.Jason Merrill2007-09-041-1/+1
* re PR c++/31419 (template user defined conversion operator instantiated for c...Jason Merrill2007-09-042-1/+10
* re PR c++/31411 (ICE in gimplify_expr with throw/special copy constructor wit...Jason Merrill2007-09-042-0/+9
* decl.c (cp_finish_decl): Call determine_visibility before make_rtl_for_nonloc...Richard Sandiford2007-09-042-3/+8
* re PR c++/14032 (Specialization of inner template using outer template argume...Jason Merrill2007-09-042-1/+73
* * Makefile.in (DRIVER_DEFINES, gcc.o, gccspec.o, protoize.o)Daniel Jacobowitz2007-09-042-2/+5
* system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi2007-09-036-9/+18
* 2007-09-02 Paolo Carlini <pcarlini@suse.de>Paolo Carlini2007-09-021-1/+0
* re PR c++/33208 (Broken diagnostic: 'component_ref' not supported by dump_decl)Paolo Carlini2007-09-022-1/+8
* c-common.c (const_strip_array_types): Delete.Kaveh R. Ghazi2007-09-013-5/+21
* re PR c++/32597 (New operation with empty parameter pack does not value-initi...Douglas Gregor2007-08-314-9/+50
* mangle.c (write_type): Change mangling of rvalue reference from `RR' to `O'.Doug Gregor2007-08-312-2/+9
* * decl.c (duplicate_decls): Remove duplicated line.Jakub Jelinek2007-08-312-1/+4
* re PR c++/33210 (Broken diagnostics: 'bound_template_template_parm' not suppo...Paolo Carlini2007-08-312-3/+14
* re PR c++/32113 (ICE with invalid template parameter)Paolo Carlini2007-08-312-0/+9
* re PR c++/33212 (Broken diagnostic: 'trait_expr' not supported by dump_expr)Paolo Carlini2007-08-312-2/+14
* cvt.c (cp_convert_to_pointer): Remove force parameter.Ollie Wild2007-08-313-107/+100
* decl.c (start_preparsed_function): Set DECL_DISREGARD_INLINE_LIMITS for GNU_I...Jakub Jelinek2007-08-301-0/+1
* re PR c++/29000 (ICE on invalid use of template in statement-expr)Jason Merrill2007-08-284-0/+31
* re PR c++/33209 (Broken diagnostic: 'template_type_parm' not supported by dum...Paolo Carlini2007-08-282-0/+11
* re PR c++/32596 (ICE with inline template specialization in anonymous namespace)Jakub Jelinek2007-08-282-0/+12
* re PR c++/28558 (Trouble with __attribute__ and non-PODs)Jason Merrill2007-08-282-1/+12
* tree.h (DECL_DISREGARD_INLINE_LIMITS): New.Richard Guenther2007-08-282-0/+9
* error.c (dump_expr): Handle COMPLEX_CST.Gabriel Dos Reis2007-08-283-0/+9
* extend.texi (gnu_inline funtion attribute): Document C++ behavior.Alexandre Oliva2007-08-272-14/+120
* c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi2007-08-2514-97/+139
* decl.c (cp_tree_node_structure): Kill TINST_LEVEL case.Paolo Bonzini2007-08-259-114/+126
* name-lookup.c (add_decl_to_level): Remove addition to vtables chain.Ollie Wild2007-08-243-8/+9
* Makefile.in (tree-inline.o): Add $(TARGET_H) and $(INTEGRATE_H) dependencies.Richard Guenther2007-08-244-56/+7
* re PR c++/32567 (ICE on invalid use of parameter pack)Jakub Jelinek2007-08-242-0/+7
* Revert accidentally committed hunk.Jakub Jelinek2007-08-241-2/+0
* re PR c++/32898 (Definition of variable N::i outside namespace N not rejected)Jakub Jelinek2007-08-243-2/+9
* re PR c++/31941 ("confused by earlier errors" message without earlier error m...Jakub Jelinek2007-08-242-2/+12
* fix changelog entryJason Merrill2007-08-221-0/+1
* re PR c++/29365 (Unnecessary anonymous namespace warnings)Jason Merrill2007-08-225-5/+36
* init.c (build_new_1): Use get_target_expr instead of save_expr.Jakub Jelinek2007-08-212-1/+5
* re PR c++/7302 (-Wnon-virtual-dtor should't complain of protected dtor)Pawel Sikora2007-08-202-7/+15
* re PR c++/22369 (C++ produces mis-matched types with pointers to member funct...Richard Guenther2007-08-206-10/+34
* langhooks-def.h (lhd_tree_inlining_auto_var_in_fn_p): Remove.Richard Guenther2007-08-205-27/+9
* tree.c (WALK_SUBTREE): Call walk_tree_1.Richard Guenther2007-08-2010-34/+60