summaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
Commit message (Expand)AuthorAgeFilesLines
* Remove macros that implicitly use input_locationDavid Malcolm2013-11-221-6/+6
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+3
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-1/+1
* re PR c++/58581 ([c++11] ICE with no-throw specification in deleted function)Paolo Carlini2013-10-311-2/+3
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-1/+1
* In C++11 a trivial [cd]tor might not be callable.Jason Merrill2013-10-231-0/+3
* re PR c++/51424 ([C++11] G++ should diagnose self-delegating constructors)Paolo Carlini2013-08-301-0/+8
* re PR c++/56130 (__attribute__((deprecated)) does not affect C++ reference)Paolo Carlini2013-08-211-1/+1
* re PR c/57490 (ICE on c-c++-common/cilk-plus/AN/an-if.c)Balaji V. Iyer2013-08-191-0/+27
* re PR c++/51912 ([C++11] G++ accepts floating point case labels)Paolo Carlini2013-08-141-2/+3
* re PR c++/57947 (internal compiler error: Segmentation fault using extended i...Paolo Carlini2013-07-301-0/+2
* re PR c++/57948 (internal compiler error: in initialize_reference, at cp/call...Paolo Carlini2013-07-291-4/+8
* re PR c++/57981 (ICE in this code)Paolo Carlini2013-07-251-1/+1
* call.c (build_conditional_expr_1): Handle the case with 1 vector and 2 scalars.Marc Glisse2013-07-141-4/+50
* call.c (can_convert): Allow user-defined conversions.Jason Merrill2013-07-131-0/+14
* re PR c++/53000 (Conditional operator does not behave as standardized)Marc Glisse2013-07-091-4/+5
* Implemented Jason Merrill's suggestions on Array Notation C++.Balaji V. Iyer2013-06-281-26/+13
* c-common.c (c_common_nodes_and_builtins): Use cxx11 in lieu of cxx0x.Gabriel Dos Reis2013-06-231-1/+1
* Implemented Cilk Plus Array Notation for C++Balaji V. Iyer2013-06-211-8/+22
* re PR c++/57548 (calling gnu multiversioned function at file scope causes ICE)Sriraman Tallam2013-06-081-1/+2
* re PR c++/56930 (pointless -Wconversion warning with sizeof)Jason Merrill2013-05-221-3/+3
* call.c (build_conditional_expr_1): Add location_t parameter.Paolo Carlini2013-05-211-36/+36
* re PR c++/23608 (constant propagation (CCP) would improve -Wsign-compare)Paolo Carlini2013-05-201-1/+1
* call.c (build_conditional_expr_1): Use cp_build_binary_op instead of directly...Marc Glisse2013-05-161-2/+2
* re PR c++/56998 (ICE in value_dependent_expression_p, at cp/pt.c:19598)Jason Merrill2013-05-141-1/+1
* re PR c++/56998 (ICE in value_dependent_expression_p, at cp/pt.c:19598)Jason Merrill2013-05-131-1/+1
* Core 624/N2932: Throw bad_array_new_length on overflowJason Merrill2013-05-081-2/+7
* re PR c++/56895 (ICE: unexpected expression of kind arrow_expr)Jakub Jelinek2013-04-111-1/+1
* call.c (build_conditional_expr_1, [...]): Protect error calls with complain &...Paolo Carlini2013-04-111-9/+16
* cp-tree.h (TAGGED_TYPE_P): Remove.Paolo Carlini2013-04-021-2/+2
* call.c (add_function_candidate): Take the address of 'this' here.Jason Merrill2013-04-011-32/+39
* Implement N2439 (ref-qualifiers for 'this')Bronek Kozicki2013-04-011-2/+15
* call.c (build_op_call_1): Use TYPE_PTRFN_P and TYPE_REFFN_P.Paolo Carlini2013-03-291-6/+3
* call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P.Paolo Carlini2013-03-291-13/+12
* cp-tree.h (AUTO_IS_DECLTYPE): New.Jason Merrill2013-03-291-0/+2
* tree.h (VAR_P): New.Gabriel Dos Reis2013-03-291-2/+2
* re PR c++/17232 ([DR 1640] classes and class template specializations treated...Jason Merrill2013-03-281-2/+3
* re PR c++/56725 (extra spaces in error message)Paolo Carlini2013-03-281-12/+14
* call.c (joust): Don't call inform for a permerror returning false.Paolo Carlini2013-03-281-7/+9
* call.c (build_new_method_call_1): Use INDIRECT_REF_P.Gabriel Dos Reis2013-03-271-1/+1
* cp-tree.h (identifier_p): New.Gabriel Dos Reis2013-03-221-5/+4
* re PR middle-end/48087 (-Wall -Werror adds warnings over and above those gene...Jakub Jelinek2013-03-211-2/+2
* tree.h (VECTOR_TYPE_P): New macro.Marc Glisse2013-03-211-2/+2
* re PR c++/52748 ([C++11] N3276 changes to decltype)Jason Merrill2013-03-161-6/+18
* DR 1518 PR c++/54835Jason Merrill2013-03-161-14/+11
* re PR c++/51494 (Legal program rejection - capturing "this" when using static...Jason Merrill2013-03-081-5/+20
* re PR c++/56243 (ICE in tree check: expected field_decl, have identifier_node...Jason Merrill2013-02-281-1/+4
* re PR c++/56359 (Bogus "error: no matching function for call to ...")Jason Merrill2013-02-221-0/+7
* Update copyright years in gcc/Richard Sandiford2013-01-101-4/+1
* re PR c++/53650 (large array causes huge memory use)Jason Merrill2013-01-031-0/+22