aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-15flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR i...Jakub Jelinek1-3/+7
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-15N3778: Sized DeallocationJason Merrill1-4/+36
2014-12-11re PR c++/57510 (subobjects not destroyed when exception thrown during list-i...Jason Merrill1-1/+1
2014-11-26re PR c++/63757 (nullptr conversion sequence fails to compile)Paolo Carlini1-1/+2
2014-11-21re PR c++/63657 (-Wunused-variable: warning supressed by virtual dtor)Jason Merrill1-0/+4
2014-11-19re PR c++/57979 (G++ accepts constant expression defined using floating point...Jason Merrill1-1/+1
2014-11-17re PR c++/33911 (attribute deprecated vs. templates)Jason Merrill1-7/+0
2014-11-17re PR c++/50473 ([C++0x] ICE in type_has_nontrivial_copy_init, at cp/tree.c:2...Jason Merrill1-1/+3
2014-11-14semantics.c (end_maybe_infinite_loop): Use fold_non_dependent_expr.Paolo Carlini1-4/+4