aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-11re PR c++/56895 (ICE: unexpected expression of kind arrow_expr)Jakub Jelinek1-1/+1
2013-04-11call.c (build_conditional_expr_1, [...]): Protect error calls with complain &...Paolo Carlini1-9/+16
2013-04-02cp-tree.h (TAGGED_TYPE_P): Remove.Paolo Carlini1-2/+2
2013-04-01call.c (add_function_candidate): Take the address of 'this' here.Jason Merrill1-32/+39
2013-04-01Implement N2439 (ref-qualifiers for 'this')Bronek Kozicki1-2/+15
2013-03-29call.c (build_op_call_1): Use TYPE_PTRFN_P and TYPE_REFFN_P.Paolo Carlini1-6/+3
2013-03-29call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P.Paolo Carlini1-13/+12
2013-03-29cp-tree.h (AUTO_IS_DECLTYPE): New.Jason Merrill1-0/+2
2013-03-29tree.h (VAR_P): New.Gabriel Dos Reis1-2/+2
2013-03-28re PR c++/17232 ([DR 1640] classes and class template specializations treated...Jason Merrill1-2/+3
2013-03-28re PR c++/56725 (extra spaces in error message)Paolo Carlini1-12/+14
2013-03-28call.c (joust): Don't call inform for a permerror returning false.Paolo Carlini1-7/+9
2013-03-27call.c (build_new_method_call_1): Use INDIRECT_REF_P.Gabriel Dos Reis1-1/+1
2013-03-22cp-tree.h (identifier_p): New.Gabriel Dos Reis1-5/+4
2013-03-21re PR middle-end/48087 (-Wall -Werror adds warnings over and above those gene...Jakub Jelinek1-2/+2
2013-03-21tree.h (VECTOR_TYPE_P): New macro.Marc Glisse1-2/+2
2013-03-16re PR c++/52748 ([C++11] N3276 changes to decltype)Jason Merrill1-6/+18
2013-03-16DR 1518 PR c++/54835Jason Merrill1-14/+11
2013-03-08re PR c++/51494 (Legal program rejection - capturing "this" when using static...Jason Merrill1-5/+20
2013-02-28re PR c++/56243 (ICE in tree check: expected field_decl, have identifier_node...Jason Merrill1-1/+4
2013-02-22re PR c++/56359 (Bogus "error: no matching function for call to ...")Jason Merrill1-0/+7
2013-01-10Update copyright years in gcc/Richard Sandiford1-4/+1
2013-01-03re PR c++/53650 (large array causes huge memory use)Jason Merrill1-0/+22
2013-01-02re PR c++/54325 (C++11 uniform initialization syntax for argument-less abstra...Jason Merrill1-0/+3
2012-11-22call.c (extend_ref_init_temps_1): Recompute TREE_CONSTANT for the ADDR_EXPR.Jason Merrill1-0/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-111/+107
2012-11-14re PR c++/11750 (class scope using-declaration lookup not implemented)Fabien ChĂȘne1-2/+8
2012-11-13cgraph.c (insert_new_cgraph_node_version): Use cgraph_get_node instead of cgr...Sriraman Tallam1-4/+4
2012-11-06Function MultiversioningSriraman Tallam1-0/+106
2012-10-25Core 1402Jason Merrill1-0/+16
2012-10-25re PR c++/54427 (Expose more vector extensions)Marc Glisse1-8/+78
2012-10-15re PR c++/17805 (too liberal operator lookup)Alexandre Oliva1-3/+47
2012-10-12re PR c++/53055 (ICE in cp_build_indirect_ref, at cp/typeck.c:2836)Marc Glisse1-1/+1
2012-10-08Allow dynamic initialization of thread_locals.Jason Merrill1-2/+8
2012-10-08Partial implementation of C++11 thread_local.Jason Merrill1-5/+7
2012-10-07pt.c (fold_non_dependent_expr_sfinae): Remove static specifier.Paolo Carlini1-3/+4
2012-10-05cp-tree.h (SIZEOF_EXPR_TYPE_P): Define.Jakub Jelinek1-1/+1
2012-10-01decl.c (check_initializer): Set DECL_NONTRIVIALLY_INITIALIZED_P for a constru...Jason Merrill1-0/+3
2012-09-11re PR c++/54541 (SFINAE bug: handling incomplete return types)Paolo Carlini1-7/+8
2012-09-05re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base)Paolo Carlini1-2/+6
2012-08-31re PR c++/54197 (Lifetime of reference not properly extended)Ollie Wild1-0/+6
2012-08-24PR c++/51213 (again)Jason Merrill1-32/+9
2012-08-24pt.c (tsubst_default_argument): Indicate where the default argument is being ...Jason Merrill1-0/+1
2012-08-20Fix PR C++/19351: integer overflow in operator new[]Florian Weimer1-5/+17
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-3/+5
2012-07-25cp-tree.h (tsubst_flags): Remove tf_no_access_control.Jason Merrill1-2/+0
2012-07-19re PR c++/54021 ([c++0x] __builtin_constant_p should be constexpr)Jason Merrill1-1/+9
2012-07-18DR 1170 PR c++/51213Paolo Carlini1-17/+17
2012-07-02re PR c++/53524 (Bogus enum comparison warning)Jason Merrill1-5/+17
2012-06-06re PR c++/53567 ("ICE: Error reporting routines re-entered" on missing enum e...Paolo Carlini1-24/+38