aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck.c
AgeCommit message (Expand)Author
2019-10-22 PR c++/92106 - ICE with structured bindings and -Wreturn-local-addr.Marek Polacek
2019-09-01 PR c++/91129 - wrong error with binary op in template argument.Marek Polacek
2019-08-15 PR c++/87519 - bogus warning with -Wsign-conversion.Marek Polacek
2019-08-02Backport from mainlineMartin Sebor
2019-06-13 PR c++/90825 - endless recursion when evaluating sizeof.Marek Polacek
2019-04-242019-04-24 Richard Biener <rguenther@suse.de>Richard Biener
2019-04-22 PR c++/87366 - wrong error with alias template.Jason Merrill
2019-04-17 PR c++/90124 - bogus error with incomplete type in decltype.Marek Polacek
2019-04-03 PR c++/86586 - -fcompare-debug=-Wsign-compare.Jason Merrill
2019-04-03 PR c++/89331 - ICE with offsetof in incomplete class.Jason Merrill
2019-03-29 PR sanitizer/89869Jakub Jelinek
2019-03-22 PR c++/60702Jakub Jelinek
2019-03-13 PR c++/89660 - bogus error with -Wredundant-move.Marek Polacek
2019-03-08 PR tree-optimization/89550Jakub Jelinek
2019-03-08 PR c++/88123 - lambda and using-directive.Jason Merrill
2019-03-06 PR c++/89576 - if constexpr of lambda capture.Jason Merrill
2019-03-06 PR c++/87378 - bogus -Wredundant-move warning.Marek Polacek
2019-03-01 PR c++/89537 - missing location for error with non-static member fn.Marek Polacek
2019-02-19 PR c++/89391Jakub Jelinek
2019-01-30 PR c++/86943 - wrong code converting lambda to function pointer.Jason Merrill
2019-01-21 PR sanitizer/88901Jakub Jelinek
2019-01-18c-family: Update unaligned adress of packed member checkH.J. Lu
2019-01-18 PR c++/86205 - ICE with ?: of throw and template-id.Jason Merrill
2019-01-14 PR c++/88825 - ICE with bogus function return type deduction.Marek Polacek
2019-01-14 Implement P0482R5, char8_t: A type for UTF-8 characters and stringsTom Honermann
2019-01-11 PR c++/88692, c++/87882 - -Wredundant-move false positive with *this.Marek Polacek
2019-01-02 PR c++/88612 - ICE with -Waddress-of-packed-member.Marek Polacek
2019-01-01 Update copyright years.Jakub Jelinek
2018-12-20C/C++: Add -Waddress-of-packed-memberH.J. Lu
2018-12-19C++: better locations for bogus initializations (PR c++/88375)David Malcolm
2018-12-19C++: improvements to binary operator diagnostics (PR c++/87504)David Malcolm
2018-12-19C++: more location wrapper nodes (PR c++/43064, PR c++/43486)David Malcolm
2018-12-17PR c++/52321 print note for static_cast to/from incomplete typeJonathan Wakely
2018-12-06C++: improvements to diagnostics using %P (more PR c++/85110)David Malcolm
2018-12-04 PR c++/88103Jakub Jelinek
2018-11-26 PR c++/88120 - ICE when calling save_expr in a template.Marek Polacek
2018-11-15[PR c++/86246] ICE tsubst explicit operator callNathan Sidwell
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-10-11C++: suggestions for misspelled private members (PR c++/84993)David Malcolm
2018-10-11 PR c++/87582Jakub Jelinek
2018-09-12C++: special-case single non-viable candidate (more PR c++/85110)David Malcolm
2018-09-06 PR c++/86982, -Wreturn-local-addr and std::move and std::forward.Marek Polacek
2018-09-05 * cp-tree.h (treat_lvalue_as_rvalue_p): Declare.Marek Polacek
2018-08-27 PR c++/86993Jakub Jelinek
2018-08-26 PR c++/87029, Implement -Wredundant-move.Marek Polacek
2018-08-26 PR c++/87080Marek Polacek
2018-08-21 PR c++/86981, Implement -Wpessimizing-move.Marek Polacek
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm
2018-08-17C++: -Wwrite-strings: use location of string constantDavid Malcolm
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm