Age | Commit message (Expand) | Author | Files | Lines |
2019-01-07 | re PR c++/85052 (Implement support for clang's __builtin_convertvector) | Jakub Jelinek | 3 | -1/+74 |
2019-01-04 | PR c/88546 - Copy attribute unusable for weakrefs | Martin Sebor | 2 | -0/+37 |
2019-01-04 | PR c/88363 - alloc_align attribute doesn't accept enumerated arguments | Martin Sebor | 2 | -6/+17 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 39 | -39/+43 |
2018-12-20 | C/C++: Add -Waddress-of-packed-member | H.J. Lu | 4 | -0/+179 |
2018-12-20 | -Wtautological-compare: fix comparison of macro expansions | David Malcolm | 2 | -5/+29 |
2018-12-19 | C++: improvements to binary operator diagnostics (PR c++/87504) | David Malcolm | 3 | -11/+64 |
2018-12-19 | C++: more location wrapper nodes (PR c++/43064, PR c++/43486) | David Malcolm | 4 | -30/+98 |
2018-12-06 | PR c++/88136 - -Wdeprecated-copy false positives | Jason Merrill | 2 | -1/+12 |
2018-11-29 | PR c/88172 - attribute aligned of zero silently accepted but ignored | Martin Sebor | 3 | -48/+77 |
2018-11-28 | PR c/88065 - ICE in -Wsizeof-pointer-memaccess on an invalid strncpy | Martin Sebor | 2 | -1/+13 |
2018-11-28 | re PR sanitizer/88215 (UBSAN: Internal compiler error with attribute(unused)) | Jakub Jelinek | 2 | -2/+12 |
2018-11-27 | c-ada-spec.c: Include stringpool.h. | Eric Botcazou | 2 | -20/+117 |
2018-11-20 | c-parser.c (c_parser_has_attribute_expression): New function. | Martin Sebor | 4 | -1/+15 |
2018-11-16 | Implement P0479R5, [[likely]] and [[unlikely]]. | Jason Merrill | 4 | -2/+10 |
2018-11-16 | re PR middle-end/87854 (gcc.c-torture/compile/pr46534.c ICE for 16-bit size_t) | Jakub Jelinek | 2 | -5/+24 |
2018-11-15 | PR c++/87541 - ICE using a constant decl as an attribute alloc_size argument | Martin Sebor | 5 | -120/+363 |
2018-11-15 | Machine-readable diagnostic output (PR other/19165) | David Malcolm | 2 | -1/+7 |
2018-11-14 | P1236R1 - Signed integers are two's complement | Jakub Jelinek | 3 | -3/+13 |
2018-11-14 | re PR other/88007 (ICE in gt_ggc_m_S, at ggc-page.c:1474) | Jakub Jelinek | 2 | -2/+10 |
2018-11-13 | Eliminate source_location in favor of location_t | David Malcolm | 5 | -36/+44 |
2018-11-13 | PR middle-end/81824 - Warn for missing attributes with function aliases | Martin Sebor | 2 | -7/+27 |
2018-11-12 | Implement P0722R3, destroying operator delete. | Jason Merrill | 2 | -0/+4 |
2018-11-12 | Change __cpp_explicit_bool to __cpp_conditional_explicit. | Jason Merrill | 2 | -1/+6 |
2018-11-09 | PR middle-end/81824 - Warn for missing attributes with function aliases | Martin Sebor | 2 | -33/+555 |
2018-11-09 | PR c/87795 - Excessive alignment permitted for functions and labels | Martin Sebor | 4 | -16/+46 |
2018-11-08 | builtin-types.def (BT_FN_VOID_BOOL, [...]): New. | Jakub Jelinek | 5 | -79/+537 |
2018-11-08 | Support %f in pp_format | David Malcolm | 2 | -0/+7 |
2018-11-08 | dump_printf: add "%C" for dumping cgraph_node * | David Malcolm | 3 | -19/+48 |
2018-11-05 | Implement P0732R2, class types in non-type template parameters. | Jason Merrill | 2 | -0/+6 |
2018-10-31 | [PATCH] command line macros | Nathan Sidwell | 2 | -39/+37 |
2018-10-31 | [6/6] Preprocessor forced macro location | Nathan Sidwell | 2 | -2/+5 |
2018-10-30 | PR middle-end/87041 - -Wformat reading through null pointer on unreachable code | Martin Sebor | 2 | -2/+11 |
2018-10-30 | Implement P0892R2, explicit(bool). | Marek Polacek | 2 | -1/+11 |
2018-10-29 | C++: simplify output from suggest_alternatives_for | David Malcolm | 2 | -1/+12 |
2018-10-29 | Folding and check_function_arguments | David Malcolm | 2 | -4/+24 |
2018-10-18 | Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support. | Joseph Myers | 5 | -3/+66 |
2018-10-17 | Update C17 option descriptions not to say "expected to be published". | Joseph Myers | 2 | -6/+11 |
2018-10-12 | Fix typo in previous commit. | Christophe Lyon | 2 | -1/+6 |
2018-10-11 | re PR c++/87364 (Pretty print of enumerator never prints the id, always falls... | Will Wray | 3 | -15/+26 |
2018-10-11 | c-lex.c (c_common_has_attribute): Return 201803 instead of 20180312 for no_un... | Jakub Jelinek | 2 | -1/+6 |
2018-10-09 | Cleanup of libcpp diagnostic callbacks | David Malcolm | 4 | -10/+25 |
2018-10-08 | Don't ICE on vectors of enums (PR 87286) | Richard Sandiford | 2 | -3/+12 |
2018-10-04 | invoke.texi (-Wno-prio-ctor-dtor): Document new warning -Wno-prio-ctor-dtor. | Vinay Kumar | 3 | -2/+12 |
2018-10-03 | Implement P0840, language support for empty objects. | Jason Merrill | 2 | -0/+6 |
2018-10-01 | c-ada-spec.c (get_underlying_decl): Get to the main type variant. | Eric Botcazou | 2 | -7/+17 |
2018-09-25 | Remove Pascal-related entries in code and comments. | Martin Liska | 2 | -1/+6 |
2018-09-21 | c-ada-spec.c: Include diagnostic.h. | Eric Botcazou | 2 | -0/+16 |
2018-09-20 | Add -Wclass-conversion. | Marek Polacek | 2 | -0/+8 |
2018-09-17 | Add range_idx param to range_label::get_text | David Malcolm | 2 | -2/+7 |