aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2006-01-15* decl.c (check_initializer): Fix thinko.Gabriel Dos Reis2-1/+5
2006-01-15re PR c++/25663 (Trouble parsing nested templated constructor calls)Mark Mitchell2-1/+7
2006-01-13* pt.c (check_explicit_specialization): Use CP_DECL_CONTEXT even more.Jason Merrill2-2/+4
2006-01-13name-lookup.c (set_decl_namespace): Use CP_DECL_CONTEXT.Jason Merrill3-3/+10
2006-01-12re PR libstdc++/24660 (versioning weak symbols in libstdc++)Jason Merrill3-6/+23
2006-01-12re PR debug/24824 (ICE: in build_abbrev_table, at dwarf2out.c:6427 with -feli...Nathan Sidwell2-1/+8
2006-01-11tree.c (lvalue_p_1): Any part of a COMPONENT_REF affects packedness.Nathan Sidwell2-3/+5
2006-01-06parser.c (cp_parser_primary_expression): Document the grammar for the built-i...Gabriel Dos Reis2-0/+6
2006-01-04re PR c++/25632 (ICE with const int copied into two different functions)Zdenek Dvorak2-2/+8
2006-01-04typeck2.c: update copyright to 2006Chris Lattner2-1/+9
2006-01-04re PR c++/24782 (wrongly accepted nested private typedef)Mark Mitchell2-11/+21
2006-01-04directives.c (struct pragma_entry): Add is_deferred.Richard Henderson3-171/+372
2006-01-04decl.c (finish_constructor_body): create simple compound stmt instead of a if...Dirk Mueller2-25/+5
2006-01-04re PR c++/25492 (friend class nested in derived class problem)Mark Mitchell3-1/+25
2006-01-03re PR c++/25635 (Bogus cruft in error message for invalid operator declaration)Mark Mitchell7-55/+93
2006-01-02* decl2.c (mark_used): Fix typo in comment.Mark Mitchell2-1/+5
2006-01-02parser.c (cp_parser_using_declaration): Skip name-lookup on invalid scope.Volker Reichelt2-1/+6
2005-12-30c-pretty-print.h (struct c_pretty_print_info): Add new member "constant".Gabriel Dos Reis3-12/+39
2005-12-29varasm.c (get_section): Use gcc_assert.Nathan Sidwell2-4/+8
2005-12-27re PR c++/25439 ("template<> int A<0>" accepted)Mark Mitchell4-52/+88
2005-12-27PR c++/23171, c++/23172, c++/25417.Mark Mitchell8-86/+121
2005-12-23re PR c++/24671 (ICE with zero-sized arrays)Mark Mitchell2-0/+7
2005-12-23decl.c (grokdeclarator): Improve diagnostic for friend declarations of class ...Volker Reichelt2-3/+13
2005-12-23re PR c++/25369 (use of inline function in template class leads to undefined ...Mark Mitchell5-42/+29
2005-12-22re PR c++/25364 (ICE with function pointer as template parameter)Mark Mitchell5-130/+56
2005-12-22re PR c++/23333 (accepts invalid pure specifier)Volker Reichelt2-11/+12
2005-12-20re PR c++/21228 (-Wunreachable-code produces spurious warnings for constructor)Mark Mitchell2-14/+34
2005-12-20re PR c++/24278 (ICE while trying to print out error)Mark Mitchell2-4/+8
2005-12-20re PR c++/24915 (Overload errors generated without template instantiations fo...Mark Mitchell2-11/+83
2005-12-18re PR fortran/25018 (Segfault with simple expression)Paul Thomas1-71/+0
2005-12-16* parser.c, pt.c: Fix comment typos.Kazu Hirata3-3/+7
2005-12-13re PR c++/24907 ("int x, ;" accepted)Petr Machata2-2/+18
2005-12-12re PR c++/25300 (ICE with g++.dg/template/inherit.C)Mark Mitchell2-0/+10
2005-12-12re PR c++/25337 (ICE with template processing)Mark Mitchell2-7/+14
2005-12-11Fixes java/PR9861Terry Laurenzo2-2/+30
2005-12-08call.c (build_conditional_expr): Print types in error messages.Théodore Papadopoulo2-2/+8
2005-12-07* expr.c (cxx_expand_expr): Call gcc_unreachable instead of abort.Volker Reichelt2-1/+5
2005-12-07* cp-gimplify.c (gimplify_cp_loop): Use fold_build3.Volker Reichelt2-2/+5
2005-12-07sourcebuild.texi (all.build, [...]): Remove.Rafael Ávila de Espíndola2-6/+6
2005-12-07gty.texi: Remove instructions for adding a dependency on s-gtype.Alan Modra2-5/+4
2005-12-06re PR c++/24138 (ICE with the code in PR 20407)Aldy Hernandez2-0/+9
2005-12-06typeck.c (build_binary_op): Issue warning if either operand of a comparison o...Roger Sayle2-0/+15
2005-12-06re PR c++/25263 (ICE on invalid array bound: int x[1/0];)Roger Sayle2-1/+8
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2-1/+7
2005-12-03re PR c++/24173 (ICE with garbage collection)Mark Mitchell2-2/+12
2005-12-02semantics.c (simplify_aggr_init_expr): Use buildN instead of build.Richard Guenther2-1/+6
2005-12-02ggc.h (GGC_RESIZEVEC): New.Gabriel Dos Reis3-5/+12
2005-12-02decl2.c (get_priority_info): Use XNEW, not xmalloc.Gabriel Dos Reis10-12/+28
2005-12-02parser.c (cp_parser_make_typename_type): Call make_typename_type with tf_none...Gabriel Dos Reis2-6/+19
2005-12-01parser.c (cp_parser_declaration): Set token2.type to CPP_EOF, not RID_MAX.Gabriel Dos Reis2-1/+9