aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2011-05-23don't use TYPE_ARG_TYPES when calling c-family:check_function_argumentsNathan Froyd3-4/+7
2011-05-23re PR c++/18016 (Warn about member variables initialized with itself)Jonathan Wakely2-0/+16
2011-05-22re PR c++/48647 ([C++0x] SFINAE does not handle incompatible pointer types we...Jason Merrill2-4/+15
2011-05-21re PR c++/48945 ([C++0x] static constexpr member function cannot be defined o...Jason Merrill2-24/+37
2011-05-21re PR c++/48945 ([C++0x] static constexpr member function cannot be defined o...Jason Merrill2-2/+10
2011-05-21re PR c++/48780 ([C++0x] scoped enumerations and va_arg (default argument pro...Jason Merrill2-0/+10
2011-05-20re PR c++/49066 ([C++0x] Non-defining declaration of deleted function suppres...Jason Merrill2-0/+4
2011-05-20* tree.c (stabilize_expr): Fix typo.Jason Merrill2-1/+4
2011-05-20DR 1073 PR c++/49082Jason Merrill3-8/+18
2011-05-20re PR c++/24163 (dependent Base class scope examined during unqualified name ...Jason Merrill5-13/+94
2011-05-20* semantics.c (finish_call_expr): SET_EXPR_LOCATION.Jason Merrill2-0/+5
2011-05-20Makefile.in (LIBDEPS): Add libcommon.a.Joseph Myers2-1/+5
2011-05-19re PR c++/49043 ([OpenMP & C++0x]: Compiler error when lambda-function within...Jakub Jelinek2-0/+5
2011-05-19re PR c++/48869 (OpenMP task construct fails to instantiate copy constructor(...Jakub Jelinek6-12/+217
2011-05-18re PR c++/48948 ([C++0x] constexpr friend function cannot be defined in-class)Jason Merrill6-91/+58
2011-05-16re PR c++/48969 (ICE with -std=c++0x)Jason Merrill2-24/+93
2011-05-15c-common.c (c_common_reswords): Reorder.Paolo Carlini4-6/+19
2011-05-16re PR c++/48994 ([C++0x] error for trivial use of range-based 'for')Jonathan Wakely2-1/+6
2011-05-14Implement final on class.Ville Voutilainen5-4/+41
2011-05-13re PR c++/48969 (ICE with -std=c++0x)Jason Merrill2-2/+63
2011-05-13call.c (build_op_call): Use timevar_cond_start/stop.Jason Merrill2-4/+9
2011-05-12cp-tree.h (DECL_DEFERRED_CONSTEXPR_CHECK): New.Jason Merrill4-1/+25
2011-05-11re PR c++/48948 ([C++0x] constexpr friend function cannot be defined in-class)Jason Merrill6-38/+104
2011-05-11semantics.c (validate_constexpr_fundecl): Check DECL_TEMPLATE_INFO rather tha...Jason Merrill2-3/+7
2011-05-11semantics.c (register_constexpr_fundef): Add to hash table here.Jason Merrill2-21/+21
2011-05-11* decl.c (grokdeclarator): Only set DECL_DECLARED_CONSTEXPR_P once.Jason Merrill2-5/+9
2011-05-11pt.c (build_non_dependent_expr): Don't check null_ptr_cst_p, do call maybe_co...Jason Merrill3-4/+12
2011-05-11re PR c++/48745 ([C++0x] Segmentation fault with list-initialization, void in...Jason Merrill2-0/+15
2011-05-11split tree_typeNathan Froyd2-8/+18
2011-05-10re PR c++/48930 ([C++0x] Invalid implicitly declared default c'tor)Jason Merrill6-16/+48
2011-05-10re PR c++/48736 ([C++0x] ICE during list-initialization with variadics)Jason Merrill2-1/+8
2011-05-10Fixes for override/final.Ville Voutilainen2-6/+16
2011-05-10mark EXPR_PACK_EXPANSION as typed onlyNathan Froyd7-41/+62
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