aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-15re PR c++/32992 (Incorrect code generated for anonymous union and return)Jakub Jelinek3-1/+9
2007-08-15re PR c++/33035 (ICE on local class destructor)Paolo Carlini2-1/+9
2007-08-15semantics.c (finish_omp_clauses): Strip a NOP_EXPR if constructors and destru...Mark Mitchell2-0/+27
2007-08-14re PR c++/27211 (Bogus error "template definition of non-template" when there...Paolo Carlini1-1/+1
2007-08-14re PR c++/27211 (Bogus error "template definition of non-template" when there...Paolo Carlini3-18/+24
2007-08-14re PR c/30428 (vector float | vector float is accepted)Andrew Pinski2-1/+9
2007-08-11alias.h (alias_set_type): Define new type.Ian Lance Taylor3-2/+8
2007-08-10name-lookup.c (do_nonmember_using_decl): Print an error for ambiguous type lo...Ollie Wild2-16/+30
2007-08-10system.h (CONST_CAST): New.Kaveh R. Ghazi4-5/+11
2007-08-10re PR c++/17763 (Wrong context in error message for template parameter)Paolo Carlini2-2/+8
2007-08-10re PR c++/22256 (diagnostic shows wrong type for conversion operator)Paolo Carlini2-4/+8
2007-08-09c-typeck.c (readonly_error): Improve error for assignment.Daniel Berlin3-1/+10
2007-08-06method.c (use_thunk): Use DECL_NAME instead of DECL_RTL to access function name.Dan Hipschman2-1/+6
2007-08-06re PR pch/13676 (GCC failes to recognize files ending in .hpp as headers to b...Alfred Minarik3-0/+18
2007-08-06re PR c++/19532 (cp/pt.c mentions a function that has been removed.)Paolo Carlini2-5/+11
2007-08-05revert: parser.c (cp_parser_member_declaration): Pedwarn about stray semicolo...Volker Reichelt2-5/+8
2007-08-02re PR c++/30849 (ICE with invalid asm statement)Lee Millward2-14/+43
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton42-204/+188
2007-08-02re PR middle-end/32668 (The type-generic builtins apply default promotions)Kaveh R. Ghazi2-0/+7