aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2007-09-05sematics.c (expand_body): Remove unnecesary import_export_decl call...Jan Hubicka2-20/+5
2007-09-05PR c++/29731 (again)Paolo Carlini2-2/+10
2007-09-04except.c (initialize_handler_parm): Use fold_build_cleanup_point_expr.Jason Merrill1-1/+1
2007-09-04re PR c++/31419 (template user defined conversion operator instantiated for c...Jason Merrill2-1/+10
2007-09-04re PR c++/31411 (ICE in gimplify_expr with throw/special copy constructor wit...Jason Merrill2-0/+9
2007-09-04decl.c (cp_finish_decl): Call determine_visibility before make_rtl_for_nonloc...Richard Sandiford2-3/+8
2007-09-04re PR c++/14032 (Specialization of inner template using outer template argume...Jason Merrill2-1/+73
2007-09-04* Makefile.in (DRIVER_DEFINES, gcc.o, gccspec.o, protoize.o)Daniel Jacobowitz2-2/+5
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi6-9/+18
2007-09-022007-09-02 Paolo Carlini <pcarlini@suse.de>Paolo Carlini1-1/+0
2007-09-02re PR c++/33208 (Broken diagnostic: 'component_ref' not supported by dump_decl)Paolo Carlini2-1/+8
2007-09-01c-common.c (const_strip_array_types): Delete.Kaveh R. Ghazi3-5/+21
2007-08-31re PR c++/32597 (New operation with empty parameter pack does not value-initi...Douglas Gregor4-9/+50
2007-08-31mangle.c (write_type): Change mangling of rvalue reference from `RR' to `O'.Doug Gregor2-2/+9
2007-08-31* decl.c (duplicate_decls): Remove duplicated line.Jakub Jelinek2-1/+4
2007-08-31re PR c++/33210 (Broken diagnostics: 'bound_template_template_parm' not suppo...Paolo Carlini2-3/+14
2007-08-31re PR c++/32113 (ICE with invalid template parameter)Paolo Carlini2-0/+9
2007-08-31re PR c++/33212 (Broken diagnostic: 'trait_expr' not supported by dump_expr)Paolo Carlini2-2/+14
2007-08-31cvt.c (cp_convert_to_pointer): Remove force parameter.Ollie Wild3-107/+100
2007-08-30decl.c (start_preparsed_function): Set DECL_DISREGARD_INLINE_LIMITS for GNU_I...Jakub Jelinek1-0/+1
2007-08-28re PR c++/29000 (ICE on invalid use of template in statement-expr)Jason Merrill4-0/+31
2007-08-28re PR c++/33209 (Broken diagnostic: 'template_type_parm' not supported by dum...Paolo Carlini2-0/+11
2007-08-28re PR c++/32596 (ICE with inline template specialization in anonymous namespace)Jakub Jelinek2-0/+12
2007-08-28re PR c++/28558 (Trouble with __attribute__ and non-PODs)Jason Merrill2-1/+12
2007-08-28tree.h (DECL_DISREGARD_INLINE_LIMITS): New.Richard Guenther2-0/+9
2007-08-28error.c (dump_expr): Handle COMPLEX_CST.Gabriel Dos Reis3-0/+9
2007-08-27extend.texi (gnu_inline funtion attribute): Document C++ behavior.Alexandre Oliva2-14/+120
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi14-97/+139
2007-08-25decl.c (cp_tree_node_structure): Kill TINST_LEVEL case.Paolo Bonzini9-114/+126
2007-08-24name-lookup.c (add_decl_to_level): Remove addition to vtables chain.Ollie Wild3-8/+9
2007-08-24Makefile.in (tree-inline.o): Add $(TARGET_H) and $(INTEGRATE_H) dependencies.Richard Guenther4-56/+7
2007-08-24re PR c++/32567 (ICE on invalid use of parameter pack)Jakub Jelinek2-0/+7
2007-08-24Revert accidentally committed hunk.Jakub Jelinek1-2/+0
2007-08-24re PR c++/32898 (Definition of variable N::i outside namespace N not rejected)Jakub Jelinek3-2/+9
2007-08-24re PR c++/31941 ("confused by earlier errors" message without earlier error m...Jakub Jelinek2-2/+12
2007-08-22fix changelog entryJason Merrill1-0/+1
2007-08-22re PR c++/29365 (Unnecessary anonymous namespace warnings)Jason Merrill5-5/+36
2007-08-21init.c (build_new_1): Use get_target_expr instead of save_expr.Jakub Jelinek2-1/+5
2007-08-20re PR c++/7302 (-Wnon-virtual-dtor should't complain of protected dtor)Pawel Sikora2-7/+15
2007-08-20re PR c++/22369 (C++ produces mis-matched types with pointers to member funct...Richard Guenther6-10/+34
2007-08-20langhooks-def.h (lhd_tree_inlining_auto_var_in_fn_p): Remove.Richard Guenther5-27/+9
2007-08-20tree.c (WALK_SUBTREE): Call walk_tree_1.Richard Guenther10-34/+60
2007-08-20re PR c++/33025 (Wrong calling of placement new with conditionals)Jakub Jelinek2-8/+13
2007-08-17re PR c++/28989 (post-increment of bool variable accepted as lvalue)Andrew Pinski2-1/+8
2007-08-17re PR c++/31749 (ICE with invalid redeclaration of builtin)Ollie Wild2-71/+99
2007-08-17re PR c++/32112 (#'unbound_class_template' not supported by dump_decl#)Paolo Carlini3-0/+11
2007-08-17re PR c++/32870 (Unclear error message when declaring struct in wrong namespace)Paolo Carlini2-4/+13
2007-08-16gcov-5.C: New test.Seongbae Park2-0/+9
2007-08-16c-common.c (const_strip_array_types): New.Kaveh R. Ghazi7-19/+33
2007-08-16re PR c++/31132 (ICE on inconsistent friend declaration)Paolo Carlini2-1/+7