]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/ChangeLog
PR c++/89405
[thirdparty/gcc.git] / gcc / cp / ChangeLog
2019-02-21  jakub PR c++/89405
2019-02-20  jakub PR c++/89336
2019-02-20  jason PR c++/87513 - 'sorry' mangling PMF template-id.
2019-02-20  jason PR c++/88380 - wrong-code with flexible array and...
2019-02-20  jason PR c++/88572 - wrong handling of braces on scalar...
2019-02-20  paolo/cp
2019-02-20  jason PR c++/88368 - wrong 'use of deleted function'
2019-02-19  cltang2019-02-19 Chung-Lin Tang <cltang@codesourcery.com>
2019-02-19  jakub PR c++/89387
2019-02-19  jakub PR c++/89391
2019-02-19  jakub PR c++/89390
2019-02-19  rediP0482R5 char8_t: Standard library support
2019-02-19  jason PR c++/89336 - multiple stores in constexpr stmt.
2019-02-18  jason Improve diagnostic for redundant template arguments...
2019-02-18  jason Improve duplicate [[likely]] diagnostic.
2019-02-17  mpolacek PR c++/89217 - ICE with list-initialization in range...
2019-02-13  mpolacek PR c++/89297 - ICE with OVERLOAD in template.
2019-02-13  aoliva[PR86379] do not use TREE_TYPE for USING_DECL_SCOPE
2019-02-13  aoliva[PR87322] move cp_evaluated up to tsubst all lambda...
2019-02-13  dmalcolmC++ concepts: fix ICE with requires on dtors (PR c...
2019-02-13  paolo/cp
2019-02-12  jason PR c++/89144 - link error with constexpr initializer_list.
2019-02-11  jason PR c++/89241 - ICE with __func__ in lambda in template.
2019-02-11  mpolacek PR c++/89212 - ICE converting nullptr to pointer-to...
2019-02-11  jakub PR c++/88977
2019-02-11  mpolacek * typeck2.c (digest_init_r): Remove commented code.
2019-02-11  mseborPR c++/87996 - size of array is negative error when...
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  jakub PR c++/89187
2019-02-05  mpolacek PR c++/89158 - by-value capture of constexpr variable...
2019-02-05  aoliva[PR87770] test partial specializations for type dependence
2019-02-02  jason PR c++/88761 - ICE with reference capture of constant.
2019-02-01  mpolacek PR c++/88325 - ICE with invalid out-of-line template...
2019-02-01  jakub PR c++/87175
2019-02-01  mpolacek PR c++/88983 - ICE with switch in constexpr function.
2019-01-31  mpolacek PR c++/89083, c++/80864 - ICE with list initialization...
2019-01-31  jason PR c++/88752 - ICE with lambda and constexpr if.
2019-01-31  jakub PR libstdc++/88170
2019-01-30  jakub PR c++/88988
2019-01-30  mpolacek PR c++/89119 - ICE with value-initialization in template.
2019-01-30  jason PR c++/86943 - wrong code converting lambda to functio...
2019-01-29  jason PR c++/89089 - ICE with [[no_unique_address]].
2019-01-28  mpolacek PR c++/88358 - name wrongly treated as type.
2019-01-27  mpolacek PR c++/88815 - narrowing conversion lost in decltype.
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-24  jakub PR c++/88976
2019-01-23  mpolacek PR c++/88757 - qualified name treated wrongly as type.
2019-01-23  jakub PR c/44715
2019-01-23  jakub PR c++/88984
2019-01-23  jason PR c++/87893 - constexpr ctor ICE on ARM.
2019-01-21  jakub PR c++/88949
2019-01-21  jakub PR sanitizer/88901
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-17  jason PR c++/86740, ICE with constexpr if and nested generic...
2019-01-17  paolo/cp
2019-01-17  dmalcolmC++: Fix ICE when adding overloaded operator via using_...
2019-01-17  nathan[PR c++/86610] lambda captures in templates
2019-01-17  aoliva[PR87768] reset location wrapper suppression when reent...
2019-01-17  aoliva[PR86648] use auto identifier for class placeholder...
2019-01-17  aoliva[PR88146] avoid diagnostics diffs if cdtor_returns_this
2019-01-16  paolo/cp
2019-01-16  mpolacek PR c++/78244 - narrowing conversion in template not...
2019-01-15  dmalcolmFix ICE on class-template argument deduction (PR c...
2019-01-15  paolo/cp
2019-01-14  mpolacek PR c++/88825 - ICE with bogus function return type...
2019-01-14  mpolacek PR c++/88830 - ICE with abstract class.
2019-01-14  jason Implement P0482R5, char8_t: A type for UTF-8 character...
2019-01-14  marxinFix location of tls_wrapper_fn (PR gcov-profile/88263).
2019-01-12  paolo/cp
2019-01-11  mpolacek PR c++/88692, c++/87882 - -Wredundant-move false posit...
2019-01-11  jason PR c++/88312 - pack expansion of decltype.
2019-01-11  jason PR c++/88613 - ICE with use of const var in lambda.
2019-01-11  burnusPR C++/88114 Gen destructor of an abstract class
2019-01-11  paolo/cp
2019-01-09  sandra2019-01-09 Sandra Loosemore <sandra@codesourcery...
2019-01-09  paolo/cp
2019-01-08  mpolacek PR c++/88538 - braced-init-list in template-argument...
2019-01-08  mpolacek PR c++/88548 - this accepted in static member functions.
2019-01-08  paolo/cp
2019-01-08  jakub PR c++/88554
2019-01-07  paolo/cp
2019-01-07  mpolacek PR c++/88741 - wrong error with initializer-string.
2019-01-07  edlinger PR c++/88261
2019-01-07  jakub PR c++/85052
2019-01-03  jakub PR c++/88636
2019-01-03  paolo/cp
2019-01-02  mpolacek PR c++/88631 - CTAD failing for value-initialization.
2019-01-02  mpolacek PR c++/88612 - ICE with -Waddress-of-packed-member.
2019-01-01  jakub Update copyright years.
2018-12-27  marxinUse proper location for tls_init function (PR c++/88263).
2018-12-21  jakub PR c++/86524
2018-12-21  mpolacek PR c++/88196 - ICE with class non-type template parameter.
2018-12-20  hjlC/C++: Add -Waddress-of-packed-member
2018-12-20  jakub PR c++/88180
2018-12-20  jakub * cp-tree.h (cp_fully_fold_init): Declare.
next