aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-13Improve warning locations (PR66208)Bernd Schmidt1-1/+1
2016-01-08PR c++/68983 (FE)Jason Merrill1-0/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-24re PR c++/69005 (infinite(?) recursion in template instantiations)Jason Merrill1-22/+31
2015-12-15Fix PR c++/21802 (two-stage name lookup fails for operators)Patrick Palka1-0/+13
2015-12-02Do constant folding in warn_* functions.Jason Merrill1-6/+5
2015-11-14re PR bootstrap/68346 (Bootstrap failure on i686-linux)Jason Merrill1-1/+1
2015-11-13Merge C++ delayed folding branch.Jason Merrill1-28/+36
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-2/+0
2015-11-09PR c++/67913 - new expression with negative size not diagnosedMartin Sebor1-4/+7
2015-11-04ENABLE_CHECKING refactoring: C family front endsMikhail Maltsev1-4/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-10/+6
2015-10-23DR 1518 DR 1630 PR c++/54835 PR c++/60417Jason Merrill1-15/+26
2015-10-22call.c (add_template_conv_candidate): Pass DEDUCE_CALL.Jason Merrill1-1/+9
2015-10-22call.c (add_conv_candidate): Remove first_arg parm.Jason Merrill1-15/+10
2015-10-21tm.texi: Regenerated.Ilya Enkovich1-2/+13
2015-10-08re PR c++/67557 (Calling copy constructor of base class in constructor of der...Jason Merrill1-1/+36
2015-10-06re PR c++/67863 (-Wtautological-compare warns when it shouldn't)Marek Polacek1-1/+1
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-0/+17
2015-09-03re PR c/66516 (missing diagnostic on taking the address of a builtin function)Martin Sebor1-1/+1
2015-08-19remove more useless typedefsTrevor Saunders1-7/+5
2015-08-17re PR c++/67216 (false is still a null pointer constant)Paolo Carlini1-4/+15
2015-08-08re PR libstdc++/67114 ([MinGW64] build failure with POSIX threads enabled)Jason Merrill1-8/+8
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-4/+75
2015-07-28call.c (build_op_delete_call, [...]): Use Use DECL_SOURCE_LOCATION and "%qD" ...Paolo Carlini1-9/+11
2015-07-27re PR c++/66555 (Fails to warn for if (j == 0 && i == i))Marek Polacek1-0/+2
2015-07-14* call.c (build_new_method_call_1): Call reshape_init.Jason Merrill1-1/+4
2015-07-13Fix double word typos.Aldy Hernandez1-2/+2
2015-07-10re PR c++/54521 (g++ fails to call explicit constructors in the second step o...Paolo Carlini1-1/+3
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-30re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876)Jason Merrill1-2/+3
2015-06-27call.c: Use VECTOR_TYPE_P.Marek Polacek1-4/+3
2015-06-27call.c (set_up_extended_ref_temp): Use VAR_P.Marek Polacek1-1/+1
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-22re PR c++/66515 (g++ segfaults when creating an std::initializer_list)Jason Merrill1-1/+2
2015-06-20re PR c++/65882 (Internal compiler error: Error reporting routines re-entered)Mikhail Maltsev1-4/+6
2015-06-17re PR c++/66515 (g++ segfaults when creating an std::initializer_list)Jason Merrill1-3/+12
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-13Remove stale commentary in cp/call.cPatrick Palka1-31/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-06-03re PR c++/66130 ("invalid use of non-static member function" message could be...Manuel López-Ibáñez1-5/+5
2015-05-20decl.c (grok_op_properties): Don't complain about size_t placement delete here.Jason Merrill1-15/+51
2015-05-12Remove dead code in print_z_candidates.Dominik Vogt1-4/+0
2015-05-05DR 1518 DR 1630 PR c++/54835 PR c++/60417Jason Merrill1-13/+15
2015-04-16call.c (build_op_delete_call, [...]): Check mark_used return value.Paolo Carlini1-2/+4
2015-04-15call.c (enforce_access): Emit error + inform.Paolo Carlini1-4/+14
2015-03-18re PR c++/65340 ([C++14]ICE in mark_used, at decl2.c:5040)Paolo Carlini1-1/+1
2015-03-09re PR c++/65339 (C++ ICE with lambda and no capture list)Jason Merrill1-1/+5
2015-02-13re PR c++/65051 (r210436 regression?)Jason Merrill1-0/+13