]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/ChangeLog
PR c++/88312 - pack expansion of decltype.
[thirdparty/gcc.git] / gcc / cp / ChangeLog
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.
2018-12-19  segherc++, asm: Do not handle any asm-qualifiers in top-level asm
2018-12-19  segherc/c++, asm: Use nicer error for const and restrict
2018-12-19  segherc/c++, asm: Use nicer error for duplicate asm qualifiers
2018-12-19  segherc/c++, asm: Write the asm-qualifier loop without "done...
2018-12-19  dmalcolmC++: better locations for bogus initializations (PR...
2018-12-19  dmalcolmC++: improvements to binary operator diagnostics (PR...
2018-12-19  dmalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-12-19  jakub PR c++/87934
2018-12-19  aoliva[PR87012] canonicalize ref type for tmpl arg
2018-12-19  aoliva[PR c++/88146] do not crash synthesizing inherited...
2018-12-17  jakub PR c++/88410
2018-12-17  rediPR c++/52321 print note for static_cast to/from incompl...
2018-12-15  jakub PR c++/88482
2018-12-15  jasonSmall lambda instantiation tweak.
2018-12-15  paolo/cp
2018-12-14  aoliva[PR c++/87814] undefer deferred noexcept on tsubst...
2018-12-14  aoliva[PR86823] retain deferred access checks from outside...
2018-12-14  jakub PR c++/82294
2018-12-13  mpolacek PR c++/88216 - ICE with class type in non-type templat...
2018-12-13  nathan[PR c++/87531] Fix second bug
2018-12-12  paolo/cp
2018-12-12  jakub PR c++/88446
2018-12-12  jakub PR c++/88449
2018-12-11  jakub PR c++/87861
2018-12-11  mpolacek PR c++/86608 - reading constexpr volatile variable.
2018-12-11  paolo/cp
2018-12-11  paolo/cp
2018-12-09  tschwingeCorrect the reported line number in C++ combined OpenAC...
2018-12-07  paolo/cp
2018-12-07  jakub PR c++/86669
2018-12-06  jakub PR c++/87506
2018-12-06  paolo/cp
2018-12-06  aoliva[PR86747] tsubst friend tpl ctxt before looking it...
2018-12-06  aoliva[PR86397] resolve nondependent noexcept specs early...
2018-12-06  jason PR c++/88136 - -Wdeprecated-copy false positives
2018-12-06  mpolacek PR c++/88373 - wrong parse error with ~.
2018-12-06  segherasm inline
2018-12-06  segherasm qualifiers (PR55681)
2018-12-06  dmalcolmC++: improvements to diagnostics using %P (more PR...
2018-12-06  paolo/cp
2018-12-05  aoliva[PR85569] skip constexpr target_expr constructor dummy...
2018-12-04  paolo/cp
2018-12-04  mpolacek PR c++/88184 - ICE when treating name as template...
2018-12-04  julesOpenACC wait list diagnostic change
2018-12-04  jakub PR c++/88103
2018-12-02  jakub PR c++/88258
2018-12-01  mpolacek Implement P0634R3, Down with typename!
2018-11-30  dmalcolmC++: fix-it hint for missing parentheses
2018-11-30  tschwinge[C++] Use existing local variable in cp_parser_oacc_ent...
2018-11-29  paolo/cp
2018-11-29  dmalcolmC++: namespaces and scopes for enum values (PR c++...
2018-11-28  mpolacek Implement P1094R2, Nested inline namespaces.
2018-11-28  nathan[PR c++/87531] operator= lookup in templates
2018-11-28  hubicka * except.c (do_allocate_exception): Annotate __cxa_all...
2018-11-28  mpolacek PR c++/88222 - ICE with bit-field with invalid type.
2018-11-28  jakub PR c++/87476
2018-11-27  jakub PR c++/88187
2018-11-27  jakub PR c++/88181
2018-11-26  mpolacek PR c++/88120 - ICE when calling save_expr in a template.
2018-11-22  jakub PR c++/87386
2018-11-21  jakub PR c++/88122
2018-11-21  jakub PR c++/87386
2018-11-21  jakub PR c++/87393
2018-11-21  mseborgcc/c/ChangeLog:
2018-11-20  jakub PR c++/88110
2018-11-19  mpolacek PR c++/87781 - detect invalid elaborated-type-specifier.
2018-11-19  paolo/cp
2018-11-16  jason PR c++/52869
2018-11-16  jason Implement P0479R5, [[likely]] and [[unlikely]].
2018-11-16  nathan Remove ovl_used, it is no longer needed
2018-11-16  nathan[PR c++/87269] Mark string operator overload in templat...
2018-11-15  nathan[PR c++/86246] ICE tsubst explicit operator call
2018-11-15  paolo/cp
2018-11-15  nathan[C++ DR 2336] virtual dtors, exception specs & abstract...
2018-11-15  nathan[C++ DR 2336] Clean up synth walkers first
next