aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-10DR 2007Jason Merrill1-4/+17
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+11
2014-10-11re PR c++/62115 (ICE with invalid default argument)Jason Merrill1-3/+1
2014-10-08call.c (call_copy_ctor): New.Jason Merrill1-0/+29
2014-10-02re PR c++/53025 ([C++11] noexcept operator depends on copy-elision)Paolo Carlini1-1/+5
2014-10-01re PR c++/63362 (The c++11 triviality-traits need front-end help)Jason Merrill1-1/+1
2014-09-19re PR c++/61465 (Bogus parameter set but not used warning in constructor init...Jason Merrill1-1/+1
2014-08-19re PR c++/62153 (warn for bool expression compared with integer different fro...Marek Polacek1-5/+19
2014-08-15call.c (build_conditional_expr_1): Use OPT_Wextra in warning.Manuel López-Ibáñez1-1/+1
2014-08-13call.c (build_x_va_arg): Support passing non-POD through ....Jason Merrill1-18/+30
2014-08-09invoke.texi ([Wnarrowing]): Update for non-constants in C++11.Paolo Carlini1-4/+6
2014-07-24IPA C++ refactoring 1/NMartin Liska1-2/+2
2014-07-17re PR c++/50961 (Fails to decay template function properly(?))Paolo Carlini1-7/+15
2014-07-15re PR c++/60848 (Crash while experimenting with c++-0x initializer lists)Jason Merrill1-1/+0
2014-07-15call.c (convert_like_real): Call print_z_candidate and inform only if permerr...Paolo Carlini1-4/+6
2014-07-14re PR c++/58636 (ICE with initializer_list and rvalue references)Jason Merrill1-0/+6
2014-07-12re PR c++/22434 (ICE in simplify_{,gen_}subreg)Jason Merrill1-2/+4
2014-07-11re PR c++/53159 (Missing narrowing check)Paolo Carlini1-1/+2
2014-06-30re PR middle-end/57541 ([Cilkplus]: internal compiler error: in gimplify_expr...Igor Zamyatin1-0/+5
2014-06-20re PR c++/59296 ([c++11] ref-qualified member function is ambiguous)Jason Merrill1-7/+8
2014-06-20re PR c++/61556 ([c++11][4.9/4.10 Regression] ‘*(const ValueType*)this’ i...Jason Merrill1-1/+1
2014-06-19re PR c++/59296 ([c++11] ref-qualified member function is ambiguous)Jason Merrill1-1/+2
2014-06-18re PR c++/59296 ([c++11] ref-qualified member function is ambiguous)Jason Merrill1-0/+2
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka1-1/+1
2014-06-12Support -Wabi warning about backward compatibility.Jason Merrill1-6/+14
2014-06-12toplev.c (process_options): Reject -fabi-version=1.Jason Merrill1-23/+11
2014-06-03DR 1423 PR c++/52174Paolo Carlini1-4/+14