Age | Commit message (Expand) | Author | Files | Lines |
2020-09-04 | c++: Use iloc_sentinel in mark_use. | Jason Merrill | 1 | -3/+1 |
2020-05-21 | c++: template instantiation during fold_for_warn [PR94038] | Patrick Palka | 1 | -1/+6 |
2020-04-04 | c++: Fix reuse of class constants [PR94453] | Jason Merrill | 1 | -5/+17 |
2020-02-08 | c++: Use constexpr to avoid wrong -Wsign-compare (PR90691). | Jason Merrill | 1 | -0/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-09-24 | PR c++/91845 - ICE with invalid pointer-to-member. | Marek Polacek | 1 | -1/+1 |
2019-08-29 | Implement P1152R4: Deprecating some uses of volatile. | Marek Polacek | 1 | -0/+22 |
2019-01-11 | PR c++/88613 - ICE with use of const var in lambda. | Jason Merrill | 1 | -2/+15 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-19 | C++: more location wrapper nodes (PR c++/43064, PR c++/43486) | David Malcolm | 1 | -0/+2 |
2018-06-22 | PR c++/86219 - ICE with erroneous initializer in template. | Jason Merrill | 1 | -1/+7 |
2018-06-16 | PR c++/86147 - wrong capture for template argument. | Jason Merrill | 1 | -5/+8 |
2018-06-02 | PR c++/85761 - ICE with ill-formed use of const outer variable. | Jason Merrill | 1 | -0/+8 |
2018-05-14 | cp-tree.h (TYPE_REF_P): New. | Paolo Carlini | 1 | -2/+2 |
2018-03-09 | PR c++/84726 - unnecessary capture of constant vars. | Jason Merrill | 1 | -2/+18 |
2018-03-07 | lambda.c (is_capture_proxy_with_ref): Remove. | Jason Merrill | 1 | -2/+2 |
2018-02-01 | PR c++/84160 - ICE with nested variadic capture. | Jason Merrill | 1 | -2/+2 |
2018-01-18 | PR c++/83160] local ref to capture | Nathan Sidwell | 1 | -1/+1 |
2018-01-17 | C++: Fix crash in warn_for_memset within templates (PR c++/83814) | David Malcolm | 1 | -0/+15 |
2018-01-12 | [C++ PATCH] some reformatting | Nathan Sidwell | 1 | -16/+16 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-13 | Capture adjustments for P0588R1. | Jason Merrill | 1 | -0/+16 |
2017-10-10 | More delayed lambda capture fixes. | Jason Merrill | 1 | -18/+60 |
2017-09-28 | PR c++/56973, DR 696 - capture constant variables only as needed. | Jason Merrill | 1 | -8/+99 |
2017-05-26 | cp-tree.h (struct lang_decl_decomp): New type. | Jakub Jelinek | 1 | -2/+2 |
2017-05-23 | -Wunused and C++17 structured bindings | Jason Merrill | 1 | -0/+3 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-05-24 | re PR middle-end/70434 (adding an extraneous cast to vector type results in i... | Richard Biener | 1 | -0/+1 |
2016-04-19 | PR c++/66543 - -Wunused-but-set* false positives | Jason Merrill | 1 | -0/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -5/+0 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -2/+2 |
2015-09-03 | re PR c/66516 (missing diagnostic on taking the address of a builtin function) | Martin Sebor | 1 | -6/+12 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -3/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+9 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-08-22 | re PR c++/62129 (internal compiler error: in output_constant, at varasm.c:4755) | Jason Merrill | 1 | -0/+8 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-03-20 | re PR c++/54532 ([C++0x][constexpr] internal error when initializing static c... | Jason Merrill | 1 | -0/+4 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-12-11 | re PR c++/55643 ([C++11] incorrect "warning: variable ‘myVar’ set but no... | Jakub Jelinek | 1 | -0/+1 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 1 | -1/+0 |
2010-06-28 | system.h: Poison GCC_EXCEPT_H for front-end files. | Steven Bosscher | 1 | -1/+0 |
2010-06-07 | re PR c++/44444 (-Wunused-but-set-variable problem with field references) | Jakub Jelinek | 1 | -1/+2 |
2010-05-25 | Makefile.in (EXCEPT_H): Fix typo. | Steven Bosscher | 1 | -2/+0 |
2010-05-06 | C++ support for -Wunused-but-set-variable | Jakub Jelinek | 1 | -0/+68 |
2007-10-26 | expr.c (cxx_expand_expr): Removed. | Ollie Wild | 1 | -43/+0 |