]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/call.c
Wrap option names in gcc internal messages with %< and %>.
[thirdparty/gcc.git] / gcc / cp / call.c
2019-03-11  marxinWrap option names in gcc internal messages with %<...
2019-03-08  jakub PR c++/89622
2019-03-07  jasonFix comment
2019-03-05  jason * class.c (is_really_empty_class): Add ignore_vptr...
2019-03-04  jakub PR c++/71446
2019-03-02  jakub PR c++/71446
2019-03-01  mpolacek PR c++/89537 - missing location for error with non...
2019-02-28  mpolacek PR c++/88857 - ICE with value-initialization of argume...
2019-02-12  jason PR c++/89144 - link error with constexpr initializer_list.
2019-02-07  aoliva[PR86218] handle ck_aggr in compare_ics in both and...
2019-02-06  dmalcolmFix locations in conversion_null_warnings (PR c++/71302)
2019-02-05  mpolacek PR c++/89158 - by-value capture of constexpr variable...
2019-01-27  mpolacek PR c++/89024 - ICE with incomplete enum type.
2019-01-25  paolo/cp
2019-01-24  jason PR c++/89001 - mangling of reference temporaries
2019-01-18  jason PR c++/88875 - error with explicit list constructor.
2019-01-18  hjlc-family: Update unaligned adress of packed member...
2019-01-18  jason PR c++/86205 - ICE with ?: of throw and template-id.
2019-01-16  mpolacek PR c++/78244 - narrowing conversion in template not...
2019-01-02  mpolacek PR c++/88612 - ICE with -Waddress-of-packed-member.
2019-01-01  jakub Update copyright years.
2018-12-20  hjlC/C++: Add -Waddress-of-packed-member
2018-12-19  dmalcolmC++: improvements to binary operator diagnostics (PR...
2018-12-19  dmalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-12-07  jakub PR c++/86669
2018-12-06  dmalcolmC++: improvements to diagnostics using %P (more PR...
2018-11-13  dmalcolmEliminate source_location in favor of location_t
2018-11-13  jason Implement P0722R3, destroying operator delete.
2018-10-30  mpolacek Implement P0892R2, explicit(bool).
2018-10-29  dmalcolmFolding and check_function_arguments
2018-10-24  mseborPR c++/84851 - missing -Wclass-memaccess for a memcpy...
2018-10-11  dmalcolmC++: suggestions for misspelled private members (PR...
2018-10-05  dmalcolmSupport string locations for C++ in -Wformat (PR c...
2018-09-20  mpolacek PR c++/87109 - wrong ctor with maybe-rvalue semantics.
2018-09-18  mpolacek P1064R0 - Allowing Virtual Function Calls in Constant...
2018-09-12  dmalcolmC++: special-case single non-viable candidate (more...
2018-09-08  mpolacek PR c++/87150 - wrong ctor with maybe-rvalue semantics.
2018-09-05  mpolacek PR c++/87109, wrong overload with ref-qualifiers. 23/head
2018-08-29  dmalcolmC++: underline param in print_conversion_rejection...
2018-08-29  jasonremove utf-8 from comment
2018-08-27  marxinCome up with fndecl_built_in_p.
2018-08-21  mpolacek PR c++/65043
2018-08-20  dmalcolmAdd support for grouping of related diagnostics (PR...
2018-08-15  dmalcolmdiagnostics: add labeling of source ranges
2018-08-13  mpolacek PR c++/57891
2018-06-27  jason PR c++/80290 - memory-hog with std::pair.
2018-06-22  jason PR c++/86219 - ICE with erroneous initializer in template.
2018-06-19  jason * tree.c (cp_expr_location): New.
2018-05-30  rediPR c++/77777 improve location for diagnostic
2018-05-30  villeDo not warn about zero-as-null when NULL is used.
2018-05-30  jason PR c++/85873 - constant initializer_list array not...
2018-05-29  jason PR c++/67445 - returning temporary initializer_list.
2018-05-24  paolo2018-05-24 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-23  jason PR c++/81420 - not extending temporary lifetime.
2018-05-18  jason PR c++/58407 - deprecated implicit copy ops.
2018-05-16  mpolacek PR c++/85363
2018-05-15  jason PR c++/64372 - CWG 1560, gratuitous lvalue-rvalue...
2018-05-14  paolo2018-05-14 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-10  jason CWG 2267 - list-initialization of reference temporary
2018-04-30  jason PR c++/61982 - dead stores to destroyed objects.
2018-04-10  jason PR debug/65821 - wrong location for main().
2018-04-10  dmalcolmShow pertinent parameter (PR c++/85110)
2018-04-10  jason PR debug/65821 - wrong location for main().
2018-04-09  jason PR c++/85262 - ICE with redundant qualification on...
2018-04-05  paolo/cp
2018-04-05  jason PR c++/85215 - ICE with copy-init from conversion.
2018-04-05  jason PR c++/84938 - ICE with division by ~-1.
2018-04-04  jason PR c++/85118 - wrong error with generic lambda and...
2018-04-03  jason PR c++/85092 - C++17 ICE with unused list constructor.
2018-03-22  jason PR c++/81311 - wrong C++17 overload resolution.
2018-03-21  mseborPR c++/84850 - -Wclass-memaccess on a memcpy in a copy...
2018-03-20  jason PR c++/84978, ICE with NRVO.
2018-03-16  jason PR c++/84906 - silent wrong code with ambiguous conver...
2018-03-16  jason PR c++/83937 - wrong C++17 handling of init-list ctor...
2018-03-16  jakub PR c++/79937
2018-03-16  jason PR c++/83911 - ICE with multiversioned constructor.
2018-03-10  jason PR c++/84752 - ICE with capture of constexpr array.
2018-03-09  jakub PR c++/84076
2018-03-08  jakub PR c++/80598
2018-03-06  aoliva[C++] [PR84231] overload on cond_expr in template
2018-02-27  jason PR c++/84441 - ICE with base initialized from ?:
2018-02-26  jason PR c++/84447 - ICE with deleted inherited ctor with...
2018-02-16  jason PR c++/84151 - unnecessary volatile load with static...
2018-02-16  jason PR c++/83835 - C++17 error with constructor ctors.
2018-02-16  jason PR c++/83227 - C++17 ICE with init-list derived-to...
2018-02-13  paolo/cp
2018-02-01  paolo/cp
2018-01-19  jakub PR c++/81167
2018-01-18  nathanPR c++/83160] local ref to capture
2018-01-17  jason PR c++/81067 - redundant NULL warning.
2018-01-12  nathan[C++ PATCH] some reformatting
2018-01-11  jason PR c++/82728 - wrong -Wunused-but-set-variable
2018-01-10  dmalcolmPreserving locations for variable-uses and constants...
2018-01-10  mpolacek PR c++/82541
2018-01-10  jakub PR c++/81327
2018-01-03  rsandifopoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03  jakub Update copyright years.
2017-12-06  jasonCorrect argument to targetm.calls.promote_prototypes.
2017-11-29  jason PR c++/82760 - memory corruption with aligned new.
2017-11-28  jkovalRemove Cilk Plus support.
next