Age | Commit message (Expand) | Author | Files | Lines |
2019-06-24 | utils.c (handle_nonnull_attribute): Quote attribute name. | Martin Sebor | 2 | -1/+5 |
2019-06-10 | tree.def (OMP_SCAN): New tree code. | Jakub Jelinek | 3 | -12/+151 |
2019-06-05 | PR c/90737 - [8/9/10 Regression] inconsistent address of a local converted to... | Martin Sebor | 2 | -1/+8 |
2019-06-05 | c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics. | Martin Sebor | 3 | -18/+29 |
2019-05-17 | [PR89433] Repeated use of the C/C++ OpenACC 'routine' directive | Thomas Schwinge | 2 | -21/+29 |
2019-05-17 | [PR89433] Use 'oacc_verify_routine_clauses' for C/C++ OpenACC 'routine' direc... | Thomas Schwinge | 2 | -0/+12 |
2019-05-17 | [PR89433] Refer to OpenACC 'routine' clauses from "omp declare target" attribute | Thomas Schwinge | 2 | -1/+7 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 4 | -26/+42 |
2019-05-17 | gimple-parser.c (c_parser_gimple_statement): Handle __VEC_PERM. | Richard Biener | 2 | -1/+43 |
2019-05-16 | gimple-parser.c (c_parser_gimple_statement): Handle __BIT_INSERT. | Richard Biener | 2 | -0/+37 |
2019-05-15 | gimple-parser.c (c_parser_gimple_postfix_expression): Handle __BIT_FIELD_REF. | Richard Biener | 2 | -0/+42 |
2019-05-14 | gimple-parser.c (c_parser_gimple_statement): Remove questionable auto-promoti... | Richard Biener | 2 | -28/+61 |
2019-05-09 | Support {MIN,MAX}_EXPR in GIMPLE FE. | Martin Liska | 2 | -1/+45 |
2019-05-09 | Support profile (BB counts and edge probabilities) in GIMPLE FE. | Martin Liska | 5 | -24/+188 |
2019-04-26 | re PR debug/90197 (Cannot step through simple loop at -O -g) | Jakub Jelinek | 4 | -29/+70 |
2019-04-19 | re PR c/89888 (When switch controlling expression is promoted from type narro... | Jakub Jelinek | 2 | -10/+8 |
2019-04-19 | re PR c++/90108 (ICE: Segmentation fault (in c_tree_chain_next)) | Jakub Jelinek | 2 | -1/+25 |
2019-04-18 | Reverted unintended part of previous commit. | Jakub Jelinek | 1 | -18/+1 |
2019-04-18 | re PR translation/79183 (Hard coded plurals in gimple-ssa-sprintf.c:2050) | Jakub Jelinek | 1 | -1/+18 |
2019-04-12 | re PR c/89933 (ICE in merge_decls, at c/c-decl.c:2517) | Jakub Jelinek | 2 | -7/+17 |
2019-04-01 | re PR c/71598 (Wrong optimization with aliasing enums) | Richard Biener | 4 | -1/+29 |
2019-03-19 | PR tree-optimization/89688 - -Wstringop-overflow confused by const 2D array o... | Martin Sebor | 2 | -5/+10 |
2019-03-19 | re PR c/89734 (const qualifier on return type not erased inside __typeof__) | Jakub Jelinek | 2 | -4/+11 |
2019-03-14 | c-tree.h (enum c_declspec_il): New. | Richard Biener | 5 | -132/+480 |
2019-03-11 | Wrap option names in gcc internal messages with %< and %>. | Martin Liska | 3 | -3/+9 |
2019-03-08 | re PR tree-optimization/89550 (Spurious array-bounds warning when using __PRE... | Jakub Jelinek | 2 | -11/+19 |
2019-02-28 | re PR c/89525 (inform messages from -Wbuiltin-declaration-mismatch even with -w) | Jakub Jelinek | 2 | -10/+14 |
2019-02-22 | PR c/89425 - -Wabsolute-value warns in dead subexpressions | Martin Sebor | 1 | -0/+4 |
2019-02-22 | [C, C++] Use correct location information for OpenACC shape and simple clauses | Thomas Schwinge | 2 | -14/+21 |
2019-02-19 | re PR c/87924 (OpenACC wait clauses without async-arguments) | Chung-Lin Tang | 2 | -1/+15 |
2019-02-15 | re PR c/89340 (ICE in function_and_variable_visibility, at ipa-visibility.c:707) | Jakub Jelinek | 2 | -4/+10 |
2019-02-06 | re PR c/89211 (ICE in int_mode_for_mode, at stor-layout.c:403) | Jakub Jelinek | 2 | -4/+13 |
2019-02-06 | Fix type of extern array declared in inner scope with outer initialization sh... | Joseph Myers | 2 | -2/+13 |
2019-02-05 | re PR tree-optimization/88606 (ICE: verify_type failed (error: type variant d... | Richard Biener | 2 | -10/+17 |
2019-01-30 | re PR c/89061 (GCC 9 introduces false positive in -Wjump-misses-init) | Jakub Jelinek | 3 | -0/+21 |
2019-01-29 | re PR c/89045 (ICE in get_parm_info, at c/c-decl.c:7518) | Jakub Jelinek | 2 | -1/+5 |
2019-01-29 | re PR c/86125 (missing -Wbuiltin-declaration-mismatch on a mismatched return ... | Jakub Jelinek | 2 | -27/+56 |
2019-01-24 | PR c/86125 - missing -Wbuiltin-declaration-mismatch on a mismatched return type | Martin Sebor | 2 | -23/+106 |
2019-01-24 | re PR c++/88976 (ICE in fold_convert_loc, at fold-const.c:2552) | Jakub Jelinek | 2 | -0/+18 |
2019-01-18 | c-family: Update unaligned adress of packed member check | H.J. Lu | 2 | -4/+9 |
2019-01-17 | Improve the C error for mismatched array string literal initialization. | Tom Honermann | 2 | -24/+27 |
2019-01-12 | tree-ssa-loop-ivopts.c (find_inv_vars): Fix a comment typo. | Jakub Jelinek | 2 | -1/+5 |
2019-01-07 | re PR c/88701 (Internal compiler error for valid program using compound liter... | Jakub Jelinek | 2 | -1/+7 |
2019-01-07 | Fix diagnostics for never-defined inline and nested functions (PR c/88720, PR... | Joseph Myers | 2 | -2/+12 |
2019-01-07 | re PR c++/85052 (Implement support for clang's __builtin_convertvector) | Jakub Jelinek | 2 | -9/+48 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 19 | -19/+23 |
2018-12-20 | C/C++: Add -Waddress-of-packed-member | H.J. Lu | 2 | -1/+16 |
2018-12-19 | c/c++, asm: Use nicer error for const and restrict | Segher Boessenkool | 2 | -0/+11 |
2018-12-19 | c/c++, asm: Use nicer error for duplicate asm qualifiers | Segher Boessenkool | 4 | -23/+49 |
2018-12-19 | c/c++, asm: Write the asm-qualifier loop without "done" boolean | Segher Boessenkool | 2 | -34/+36 |