]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/ChangeLog
[ARC] Enable code density frame option for elf targets.
[thirdparty/gcc.git] / gcc / cp / ChangeLog
2019-03-17  jason PR c++/89571 - ICE with ill-formed noexcept on constru...
2019-03-14  jasonDon't require 'bool' in a concept definition.
2019-03-14  jakub PR c++/89512
2019-03-14  jakub PR c++/89652
2019-03-13  jason PR c++/86521 - C++17 copy elision in initialization...
2019-03-13  mpolacek PR c++/89660 - bogus error with -Wredundant-move.
2019-03-13  mpolacek PR c++/89686 - mixing init-capture and simple-capture...
2019-03-13  mpolacek PR c++/88979 - further P0634 fix for constructors.
2019-03-12  jason PR c++/86521 - wrong overload resolution with ref...
2019-03-11  marxinWrap apostrophes in gcc internal format with %'.
2019-03-11  marxinWrap option names in gcc internal messages with %<...
2019-03-08  jakub PR other/80058
2019-03-08  jakub PR tree-optimization/89550
2019-03-08  jakub PR c++/89585
2019-03-08  jakub PR c++/89599
2019-03-08  jakub PR c++/89622
2019-03-08  jason PR c++/88123 - lambda and using-directive.
2019-03-07  jason PR c++/88820 - ICE with CTAD and member template used...
2019-03-07  jakub PR c++/89585
2019-03-06  jason PR c++/89381 - implicit copy and using-declaration.
2019-03-06  jakub PR c++/87148
2019-03-06  jason PR c++/89576 - if constexpr of lambda capture.
2019-03-06  mpolacek PR c++/87378 - bogus -Wredundant-move warning.
2019-03-05  jason * class.c (is_really_empty_class): Add ignore_vptr...
2019-03-04  paolo/cp
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-03-01  mpolacek PR c++/89532 - ICE with incomplete type in decltype.
2019-03-01  jakub Implement P1002R1, Try-catch blocks in constexpr functions
2019-03-01  jason PR c++/88183 - ICE with .* fold-expression.
2019-03-01  jason PR c++/86969 - ICE with constexpr if and recursive...
2019-03-01  jason * name-lookup.c (print_binding_level): Print this_entity.
2019-02-28  mpolacek PR c++/88857 - ICE with value-initialization of argume...
2019-02-27  jason PR c++/86969 - ICE with constexpr if and recursive...
2019-02-27  mpolacek PR c++/89511 - ICE with using-declaration and unscoped...
2019-02-27  paolo/cp
2019-02-26  jakub PR c++/89481
2019-02-23  mpolacek PR c++/88294 - ICE with non-constant noexcept-specifier.
2019-02-23  dmalcolmCapture source location of dtors (PR c++/89390)
2019-02-22  mpolacek PR c++/89420 - ICE with CAST_EXPR in explicit-specifier.
2019-02-22  tschwinge[C, C++] Use correct location information for OpenACC...
2019-02-22  jason PR c++/87685 - generic lambda 'this' capture error.
2019-02-22  jason PR c++/88394 - ICE with VLA init-capture.
2019-02-22  jason PR c++/88869 - C++17 ICE with CTAD and explicit specia...
2019-02-21  jason PR c++/89422 - ICE with -g and lambda in default arg...
2019-02-21  jason PR c++/88419 - C++17 ICE with class template arg deduc...
2019-02-21  jakub PR c++/89285
2019-02-21  jason PR c++/88690 - C++17 ICE with empty base in aggregate.
2019-02-21  rguenth2019-02-21 Richard Biener <rguenther@suse.de>
2019-02-21  jason PR c++/87921 - wrong error with inline static data...
2019-02-21  jakub PR c++/89403
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
next