C++20 NB CA378 - Remove constrained non-template functions.
[gcc.git] / gcc / cp / call.c
2019-11-05 Jason MerrillImplement C++20 operator<=>.
2019-11-05 Jason MerrillFix conversions for built-in operator overloading candi...
2019-11-05 Jason MerrillUse vec instead of raw array for built-in candidates.
2019-11-02 Paolo Carlinitypeck.c (composite_pointer_type): Add a const op_locat...
2019-11-01 Jakub JelinekPR c++/88335 - Implement P1073R3: Immediate functions
2019-10-29 Marek PolacekPR c++/90998 - ICE with copy elision in init by ctor...
2019-10-24 Jakub Jelinekarc.c (hwloop_optimize): Add missing space in string...
2019-10-09 Marek PolacekImplement C++20 P0388R4, DR 1307, and DR 330.
2019-10-09 Marek PolacekPR c++/92032 - DR 1601: Promotion of enum with fixed...
2019-10-09 Jason MerrillUpdate the concepts implementation to conform to C...
2019-10-08 Martin SeborPR c++/92001 - missing -Wclass-memaccess with array...
2019-10-07 Paolo Carlinicall.c (resolve_args): Use cp_expr_loc_or_input_loc...
2019-09-28 Marek PolacekPR c++/91889 - follow-up fix for DR 2352.
2019-09-27 Richard Sandiford[C][C++] Allow targets to check calls to BUILT_IN_MD...
2019-09-25 Marek PolacekPR c++/91877 - ICE with converting member of packed...
2019-09-23 Jason MerrillPR c++/91809 - bit-field and ellipsis.
2019-09-23 Marek PolacekPR c++/91844 - Implement CWG 2352, Similar types and...
2019-09-22 Marek PolacekPR c++/91819 - ICE with operator++ and enum.
2019-09-19 Jason MerrillRevert "Fix conversions for built-in operator overloadi...
2019-09-16 Jason MerrillPR c++/82165 - enum bitfields and operator overloading.
2019-09-16 Jason MerrillFix conversions for built-in operator overloading candi...
2019-09-04 Marek PolacekRemove -fdeduce-init-list.
2019-08-13 Marek PolacekPR c++/90473 - wrong code with nullptr in default argument.
2019-08-05 Paolo Carlinicp-tree.h (cp_expr_loc_or_input_loc): New.
2019-07-19 Jason MerrillPR c++/90098 - partial specialization and class non...
2019-07-05 Jakub Jelinekre PR c++/67184 (Missed optimization with C++11 final...
2019-07-05 Paolo CarliniPR c++/67184 (again)
2019-07-03 Martin LiskaRemove another bunch of dead assignment.
2019-06-23 Marek PolacekRename DEFAULT_ARG to DEFERRED_PARSE.
2019-06-21 Paolo Carlinire PR c++/90909 (call devirtualized to pure virtual)
2019-06-05 Martin Seborc-decl.c (start_decl): Adjust quoting and hyphenation...
2019-05-22 Jason MerrillPR c++/20408 - unnecessary code for empty struct.
2019-05-21 Paolo Carlinire PR c++/67184 (Missed optimization with C++11 final...
2019-05-17 Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-15 Paolo Carlinicall.c (perform_overload_resolution, [...]): Use OVL_P...
2019-05-13 Jason MerrillUse releasing_vec more broadly.
2019-05-10 Paolo Carlinicall.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.
2019-05-07 Jason MerrillPR c++/90171 - reorganize usual_deallocation_fn_p
2019-05-03 Martin LiskaCome up with is_empty for hash_{table,map,set}.
2019-04-24 Richard Bienercall.c (null_ptr_cst_p): Order checks according to...
2019-04-20 Jason MerrillPR c++/90171 - ICE with destroying delete with size_t...
2019-04-12 Jason MerrillAvoid ICE on pmf{} in template.
2019-03-29 Marek PolacekPR c++/89876 - ICE with deprecated conversion.
2019-03-28 Marek PolacekPR c++/89836 - bool constant expression and explicit...
2019-03-25 Marek PolacekPR c++/89705 - ICE with reference binding with conversi...
2019-03-21 Jakub Jelinekre PR c++/71446 (Incorrect overload resolution when...
2019-03-13 Jason MerrillPR c++/86521 - C++17 copy elision in initialization...
2019-03-12 Jason MerrillPR c++/86521 - wrong overload resolution with ref-quali...
2019-03-11 Martin LiskaWrap option names in gcc internal messages with %<...
2019-03-08 Jakub Jelinekre PR c++/89622 (G++ prints notes, but no warning or...
2019-03-07 Jason MerrillFix comment
2019-03-05 Jason Merrillre PR c++/86485 ("anonymous" maybe-uninitialized false...
2019-03-04 Jakub Jelinekre PR c++/71446 (Incorrect overload resolution when...
2019-03-02 Jakub Jelinekre PR c++/71446 (Incorrect overload resolution when...
2019-03-01 Marek PolacekPR c++/89537 - missing location for error with non...
2019-02-28 Marek PolacekPR c++/88857 - ICE with value-initialization of argumen...
2019-02-12 Jason MerrillPR c++/89144 - link error with constexpr initializer_list.
2019-02-07 Alexandre Oliva[PR86218] handle ck_aggr in compare_ics in both and...
2019-02-06 David MalcolmFix locations in conversion_null_warnings (PR c++/71302)
2019-02-05 Marek PolacekPR c++/89158 - by-value capture of constexpr variable...
2019-01-27 Marek PolacekPR c++/89024 - ICE with incomplete enum type.
2019-01-25 Paolo Carlinire PR c++/88969 (ICE in build_op_delete_call, at cp...
2019-01-24 Jason MerrillPR c++/89001 - mangling of reference temporaries
2019-01-18 Jason MerrillPR c++/88875 - error with explicit list constructor.
2019-01-18 H.J. Luc-family: Update unaligned adress of packed member...
2019-01-18 Jason MerrillPR c++/86205 - ICE with ?: of throw and template-id.
2019-01-16 Marek PolacekPR c++/78244 - narrowing conversion in template not...
2019-01-02 Marek PolacekPR c++/88612 - ICE with -Waddress-of-packed-member.
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-20 H.J. LuC/C++: Add -Waddress-of-packed-member
2018-12-19 David MalcolmC++: improvements to binary operator diagnostics (PR...
2018-12-19 David MalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-12-07 Jakub Jelinekre PR c++/86669 (Complete object constructor clone...
2018-12-06 David MalcolmC++: improvements to diagnostics using %P (more PR...
2018-11-13 David MalcolmEliminate source_location in favor of location_t
2018-11-13 Jason MerrillImplement P0722R3, destroying operator delete.
2018-10-30 Marek PolacekImplement P0892R2, explicit(bool).
2018-10-29 David MalcolmFolding and check_function_arguments
2018-10-24 Martin SeborPR c++/84851 - missing -Wclass-memaccess for a memcpy...
2018-10-11 David MalcolmC++: suggestions for misspelled private members (PR...
2018-10-05 David MalcolmSupport string locations for C++ in -Wformat (PR c...
2018-09-20 Marek PolacekPR c++/87109 - wrong ctor with maybe-rvalue semantics.
2018-09-18 Marek PolacekP1064R0 - Allowing Virtual Function Calls in Constant...
2018-09-12 David MalcolmC++: special-case single non-viable candidate (more...
2018-09-08 Marek PolacekPR c++/87150 - wrong ctor with maybe-rvalue semantics.
2018-09-05 Marek PolacekPR c++/87109, wrong overload with ref-qualifiers.
2018-08-29 David MalcolmC++: underline param in print_conversion_rejection...
2018-08-29 Jason Merrillremove utf-8 from comment
2018-08-27 Martin LiskaCome up with fndecl_built_in_p.
2018-08-21 Marek Polacekre PR c++/65043 (Expected narrowing conversion during...
2018-08-20 David MalcolmAdd support for grouping of related diagnostics (PR...
2018-08-15 David Malcolmdiagnostics: add labeling of source ranges
2018-08-13 Marek Polacekre PR c++/57891 (No diagnostic of narrowing conversion...
2018-06-27 Jason MerrillPR c++/80290 - memory-hog with std::pair.
2018-06-22 Jason MerrillPR c++/86219 - ICE with erroneous initializer in template.
2018-06-19 Jason Merrilltree.c (cp_expr_location): New.
2018-05-30 Jonathan WakelyPR c++/77777 improve location for diagnostic
2018-05-30 Ville VoutilainenDo not warn about zero-as-null when NULL is used.
2018-05-30 Jason MerrillPR c++/85873 - constant initializer_list array not...
2018-05-29 Jason MerrillPR c++/67445 - returning temporary initializer_list.
next