aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2011-05-09re PR c++/48737 ([C++0x][SFINAE] Hard errors with array list-construction wit...Paolo Carlini9-77/+163
2011-05-09Fix PR C++/48859Fabien Chêne2-0/+9
2011-05-09re PR c++/34772 (self-initialisation does not silence uninitialised warnings ...Jason Merrill2-13/+30
2011-05-09Implement final/override for member functions.Ville Voutilainen6-2/+138
2011-05-09re PR c++/48574 (ICE)Dodji Seketeli2-1/+7
2011-05-08re PR c++/48816 (possible pointless code in file cxx-pretty-print.c, line 2136)Paolo Carlini2-2/+6
2011-05-07langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou3-3/+8
2011-05-06decl.c (stabilize_save_expr_r): Set *walk_subtrees as appropriate.Jason Merrill2-1/+5
2011-05-06re PR c++/48909 ([C++0x] ICE in cxx_eval_conditional_expression, at cp/semant...Jason Merrill2-9/+13
2011-05-06re PR c++/48911 ([C++0x] Error for valid array subscript)Jason Merrill2-1/+19
2011-05-06introduce {class,type}_of_this_parm functionsNathan Froyd10-19/+47
2011-05-06re PR c++/48838 (valid template code does not compile)Dodji Seketeli4-2/+25
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd2-1/+6
2011-05-05cp-tree.h (REFERENCE_REF_P): Just check the type.Jason Merrill6-10/+15
2011-05-05re PR c++/48873 ([C++0x][noexcept] Placement-new problem with deleted destruc...Jason Merrill2-1/+9
2011-05-05tree.h (get_pending_sizes): Remove prototype.Eric Botcazou2-6/+5
2011-05-05c-decl.c (finish_decl): Don't call get_pending_sizes.Joseph Myers2-1/+7
2011-05-04re PR c++/48749 (internal compiler error: tree check: expected field_decl)Jason Merrill2-1/+17
2011-05-03re PR c++/28501 (ICE with __real__ and implicit type conversion)Paolo Carlini2-1/+14
2011-05-02Upgrade the utility of timevars.Lawrence Crowl8-238/+724
2011-05-02tree.c (build_vec_init_expr): Take complain parm.Jason Merrill4-13/+24
2011-05-02revert: re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill7-105/+56
2011-05-02re PR c++/48834 (-fno-exceptions causes wrong code generation on C++ code)Jason Merrill2-1/+10
2011-05-02re PR c++/48446 (internal compiler error: in gimplify_var_or_parm_decl, at gi...Jason Merrill2-11/+55
2011-05-02parser.c (cp_parser_init_declarator): Set pushed_scope to NULL_TREE instead o...Dmitry Gorbachev2-2/+8
2011-05-02re PR c++/47969 ([C++0x] ICE: SIGSEGV in compute_array_index_type (cp/decl.c:...Paolo Carlini2-0/+17
2011-04-30cp-tree.h (LOOKUP_EXPLICIT_TMPL_ARGS): Define.Diego Novillo3-6/+70
2011-04-29re PR c++/48606 (g++.dg/init/ctor9.C ICE: tree check: expected class 'type', ...Paolo Carlini2-2/+10
2011-04-29In gcc/: 2011-04-29 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-2/+20
2011-04-28re PR c++/48798 (CV-qualified base class erroneously forbidden)Paolo Carlini2-1/+8
2011-04-28re PR c++/48656 ([C++0x] cannot call member function without object)Dodji Seketeli2-1/+8
2011-04-28re PR c++/48530 ([C++0x][SFINAE] Hard errors with deleted d'tors)Paolo Carlini2-2/+10
2011-04-28re PR c++/48771 ([C++0x] is_literal_type incorrect for references to non-lite...Paolo Carlini2-15/+12
2011-04-27re PR libstdc++/48760 (std::complex constructor buggy in the face of NaN's)Jason Merrill4-1/+103
2011-04-27init.c (build_vec_delete_1): Look for sfk_deleting_destructor to decide wheth...Jason Merrill2-10/+12
2011-04-27re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill7-45/+111
2011-04-27class.c (resolve_address_of_overloaded_function): Don't change OVERLOAD to TR...Jason Merrill3-10/+7
2011-04-27re PR c++/48046 (Expected diagnostic "reference to 'type' is ambiguous" not ...Jason Merrill2-1/+7
2011-04-27re PR c++/42687 (The prevention of ADL with the help of parentheses doesn't w...Jason Merrill2-0/+10
2011-04-27ptree.c (cxx_print_type): Dump fullname.Jason Merrill2-2/+10
2011-04-26re PR c++/48530 ([C++0x][SFINAE] Hard errors with deleted d'tors)Jason Merrill12-111/+205
2011-04-26class.c (cp_fold_obj_type_ref): Remove.Martin Jambor3-29/+5
2011-04-25c-common.c (struct c_common_resword): Add __underlying_type.Paolo Carlini1-1/+0
2011-04-25c-common.c (struct c_common_resword): Add __underlying_type.Paolo Carlini12-16/+136
2011-04-25re PR c++/48707 ([c++0x] ICE initializing static const int)Jason Merrill4-9/+67
2011-04-21semantics.c (finish_compound_literal): Don't put an array with a dtor in a st...Jason Merrill2-0/+4
2011-04-21* call.c (build_over_call): Handle trivial dtor.Jason Merrill2-1/+7
2011-04-21* search.c (lookup_fnfields_slot): Call complete_type.Jason Merrill2-1/+3
2011-04-21re PR c++/48594 (Rejects valid with pointer-to-member in template)Jason Merrill2-1/+5
2011-04-20re PR c++/48657 (could not convert template argument ‘VectorDimension’ to...Jason Merrill2-42/+25