]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/call.c
PR c++/89001 - mangling of reference temporaries
[thirdparty/gcc.git] / gcc / cp / call.c
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.
2018-05-24  Paolo Carlinicp-tree.h (INDIRECT_TYPE_P): New.
2018-05-23  Jason MerrillPR c++/81420 - not extending temporary lifetime.
2018-05-18  Jason MerrillPR c++/58407 - deprecated implicit copy ops.
2018-05-16  Marek Polacekre PR c++/85363 (Throwing exception from member constru...
2018-05-15  Jason MerrillPR c++/64372 - CWG 1560, gratuitous lvalue-rvalue conve...
2018-05-14  Paolo Carlinicp-tree.h (TYPE_REF_P): New.
2018-05-10  Jason MerrillCWG 2267 - list-initialization of reference temporary
2018-04-30  Jason MerrillPR c++/61982 - dead stores to destroyed objects.
2018-04-10  Jason MerrillPR debug/65821 - wrong location for main().
2018-04-10  David MalcolmShow pertinent parameter (PR c++/85110)
2018-04-10  Jason MerrillPR debug/65821 - wrong location for main().
2018-04-09  Jason MerrillPR c++/85262 - ICE with redundant qualification on...
2018-04-05  Paolo Carlinire PR c++/80956 (ICE with abstract class vector)
2018-04-05  Jason MerrillPR c++/85215 - ICE with copy-init from conversion.
2018-04-05  Jason MerrillPR c++/84938 - ICE with division by ~-1.
2018-04-04  Jason MerrillPR c++/85118 - wrong error with generic lambda and...
2018-04-03  Jason MerrillPR c++/85092 - C++17 ICE with unused list constructor.
2018-03-22  Jason MerrillPR c++/81311 - wrong C++17 overload resolution.
2018-03-21  Martin SeborPR c++/84850 - -Wclass-memaccess on a memcpy in a copy...
2018-03-20  Jason MerrillPR c++/84978, ICE with NRVO.
2018-03-16  Jason MerrillPR c++/84906 - silent wrong code with ambiguous conversion.
2018-03-16  Jason MerrillPR c++/83937 - wrong C++17 handling of init-list ctor...
2018-03-16  Jakub Jelinekre PR c++/79937 (ICE in replace_placeholders_r)
2018-03-16  Jason MerrillPR c++/83911 - ICE with multiversioned constructor.
2018-03-10  Jason MerrillPR c++/84752 - ICE with capture of constexpr array.
2018-03-09  Jason Merrillre PR c++/84076 (Warning about objects through POD...
2018-03-08  Jason Merrillre PR c++/80598 (-Wunused triggers for functions used...
2018-03-06  Alexandre Oliva[C++] [PR84231] overload on cond_expr in template
2018-02-27  Jason MerrillPR c++/84441 - ICE with base initialized from ?:
2018-02-26  Jason MerrillPR c++/84447 - ICE with deleted inherited ctor with...
2018-02-16  Jason MerrillPR c++/84151 - unnecessary volatile load with static...
2018-02-16  Jason MerrillPR c++/83835 - C++17 error with constructor ctors.
2018-02-16  Jason MerrillPR c++/83227 - C++17 ICE with init-list derived-to...
2018-02-13  Paolo Carlinire PR c++/84333 (ICE with ternary operator in template...
2018-02-01  Paolo Carlinire PR c++/83796 (Abstract classes allowed to be instant...
2018-01-19  Jakub Jelinekre PR c++/81167 (ICE on valid C++ code in deferred_prin...
2018-01-18  Nathan SidwellPR c++/83160] local ref to capture
2018-01-17  Jason MerrillPR c++/81067 - redundant NULL warning.
2018-01-12  Nathan Sidwell[C++ PATCH] some reformatting
2018-01-11  Jason MerrillPR c++/82728 - wrong -Wunused-but-set-variable
2018-01-10  David MalcolmPreserving locations for variable-uses and constants...
2018-01-10  Marek Polacekre PR c++/82541 (Wduplicated-branches triggers in templ...
2018-01-10  Jakub Jelinekre PR c++/81327 (cast to void* does not suppress -Wclas...
2018-01-03  Richard Sandifordpoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-06  Jason MerrillCorrect argument to targetm.calls.promote_prototypes.
2017-11-29  Jason MerrillPR c++/82760 - memory corruption with aligned new.
2017-11-28  Julia KovalRemove Cilk Plus support.
2017-11-27  Jason Merrillpt.c (primary_template_specialization_p): Rename from
2017-11-20  Nathan Sidwell[PR c++/82878] pass-by-invisiref in lambda
2017-11-13  Jason MerrillCapture adjustments for P0588R1.
2017-11-13  Jason MerrillDefer folding of *&.
2017-11-13  Jason MerrillPR c++/82360 - ICE with static_cast in template.
2017-10-31  Nathan Sidwell[C++ PATCH] overloaded operator fns [2/N]
2017-10-31  Nathan Sidwell[C++ PATCH] overloaded operator fns [1/N]
2017-10-30  Nathan Sidwell[C++ PATCH] operator name cleanup prepatch
2017-10-17  Nathan Sidwell[C++ PATCH 82560] missing dtor call
2017-10-10  Jason MerrillMore delayed lambda capture fixes.
2017-10-05  Jason Merrill* call.c (convert_arg_to_ellipsis): Use the result...
2017-10-04  Nathan Sidwellcall.c (convert_arg_to_ellipsis): Correct comment about...
2017-09-28  Jason MerrillPR c++/56973, DR 696 - capture constant variables only...
2017-09-28  Jason MerrillSmall lambda fixes.
next