Age | Commit message (Expand) | Author | Files | Lines |
2017-03-27 | re PR target/80162 (ICE on invalid code (address of register variable)) | Jakub Jelinek | 3 | -4/+23 |
2017-03-23 | c-tree.h: Remove a C_RID_YYCODE reference. | Marek Polacek | 2 | -2/+5 |
2017-03-21 | re PR c/80097 (internal compiler error in c_fully_fold_internal with std=c89 ... | Jakub Jelinek | 2 | -2/+10 |
2017-03-17 | * c-parser.c: Add C11 references. | Marek Polacek | 2 | -43/+48 |
2017-03-15 | * c-parser.c (c_parser_enum_specifier): Remove redundant line. | Marek Polacek | 2 | -1/+4 |
2017-03-11 | * c-decl.c (implicit_decl_warning): Add a comment. Fix formatting. | Marek Polacek | 2 | -33/+44 |
2017-03-11 | Simplify uses of "%<%s%>" to "%qs" (PR translation/79848) | David Malcolm | 3 | -9/+16 |
2017-03-09 | re PR sanitizer/79757 (ICE in declare_vars, at gimplify.c:634) | Marek Polacek | 2 | -0/+18 |
2017-03-09 | re PR c/79969 (C FE emits locus of forward enum declaration rather than defin... | Jakub Jelinek | 2 | -0/+10 |
2017-03-07 | re PR c/79834 (c/c-parser.c: make code more i18n-friendly) | Jakub Jelinek | 2 | -45/+48 |
2017-03-04 | re PR c/79847 (diagnostics: missing space in "implicit declaration of function") | Marek Polacek | 2 | -1/+6 |
2017-03-03 | re PR c/79758 (ICE: tree check: expected class 'type', have 'exceptional' (er... | Marek Polacek | 2 | -7/+17 |
2017-03-03 | re PR c/79837 (incomplete diagnostic in c-parser: expected +, *, -, &, ^, |, ... | Jakub Jelinek | 2 | -2/+8 |
2017-03-03 | re PR c/79836 (typo in c/c-parser.c: pragma omp ordered) | Jakub Jelinek | 2 | -3/+12 |
2017-02-28 | i386.c: Include intl.h. | Jakub Jelinek | 2 | -10/+20 |
2017-02-24 | re PR c++/79588 (ICE in warn_for_restrict with -Wrestrict) | Jakub Jelinek | 3 | -23/+10 |
2017-02-23 | re PR c/79684 (Conditional jump or move depends on uninitialised value in GIM... | Richard Biener | 2 | -8/+14 |
2017-02-22 | re PR c/79662 (ICE on invalid code in convert_arguments in c/c-typeck.c:3452) | Marek Polacek | 2 | -4/+12 |
2017-02-19 | gimple-parser.c (c_parser_gimple_postfix_expression): Check return value of c... | Prathamesh Kulkarni | 2 | -0/+15 |
2017-02-19 | gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format for FMA_E... | Prathamesh Kulkarni | 2 | -0/+27 |
2017-02-16 | re PR c++/79512 (ICE: Segfault in gimple_build_call_1, at gimple.c:218) | Jakub Jelinek | 2 | -0/+11 |
2017-02-14 | gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for ABS_EXPR for g... | Prathamesh Kulkarni | 2 | -1/+26 |
2017-02-13 | cprop.c (cprop_jump): Add missing space in string literal. | Jakub Jelinek | 2 | -1/+6 |
2017-02-13 | re PR c/79478 (possible gimple error with gcc.dg/gimplefe-16.c) | Prathamesh Kulkarni | 2 | -0/+7 |
2017-02-10 | gimple-parser.c (c_parser_gimple_binary_expression): Avoid building IL when a... | Prasad Ghangal | 2 | -15/+36 |
2017-02-09 | re PR c/79428 (ICE in c_parser_consume_token, at c/c-parser.c:770) | Marek Polacek | 2 | -1/+7 |
2017-02-09 | re PR c/79431 (ICE in get, at cgraph.h:397) | Jakub Jelinek | 2 | -1/+10 |
2017-02-09 | gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. | Chung-Lin Tang | 2 | -19/+29 |
2017-02-07 | gimple-parser.c (c_parser_gimple_expr_list): Simplify. | Richard Biener | 2 | -56/+18 |
2017-01-25 | re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init... | Maxim Ostapenko | 2 | -1/+8 |
2017-01-24 | Add "__RTL" to cc1 | David Malcolm | 5 | -12/+137 |
2017-01-20 | re PR c/64279 (Warning missing for "(cond) ? A : A" / if(cond) expr1; else ex... | Marek Polacek | 2 | -0/+14 |
2017-01-13 | gimple-parser.c (c_parser_gimple_compound_statement): Handle nops. | Richard Biener | 2 | -0/+16 |
2017-01-13 | gimple-parser.c (c_parser_gimple_postfix_expression): Parse _Literal ( type-n... | Richard Biener | 2 | -0/+31 |
2017-01-12 | tree-pretty-print.c (dump_generic_node): Provide -gimple variant for MEM_REF. | Richard Biener | 2 | -0/+78 |
2017-01-11 | re PR c++/72813 (atomic header cannot be compiled into translation unit with ... | Jakub Jelinek | 2 | -0/+8 |
2017-01-11 | re PR bootstrap/79052 (bootstrap-ubsan failures due to warnings) | Richard Biener | 2 | -85/+93 |
2017-01-04 | re PR c++/64767 (Could GCC warn when a pointer is compared against '\0'?) | Marek Polacek | 3 | -0/+39 |
2017-01-04 | C FE: implement fix-it hint for -Wmissing-braces | David Malcolm | 4 | -22/+91 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 20 | -20/+24 |
2016-12-21 | re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum... | Jakub Jelinek | 2 | -4/+12 |
2016-12-21 | re PR c/77767 (Side-effect from VLA array parameters lost) | Jakub Jelinek | 2 | -2/+18 |
2016-12-20 | gimple-parser.c (c_parser_gimple_compound_statement): Improve error recovery. | Richard Biener | 2 | -9/+26 |
2016-12-14 | Split omp-low into multiple files | Martin Jambor | 4 | -20/+38 |
2016-12-02 | c-parser.c (c_parser_pragma): Error when PRAGMA_OACC_{ENTER_DATA... | Cesar Philippidis | 2 | -10/+39 |
2016-11-21 | re PR c++/71973 (c++ handles built-in functions inconsistently) | Bernd Edlinger | 2 | -3/+10 |
2016-11-18 | Add SET_DECL_MODE | Richard Sandiford | 2 | -3/+10 |
2016-11-15 | ChangeLog: Fix ChangeLog entry. | Uros Bizjak | 1 | -1/+7 |
2016-11-14 | c-cppbuiltin.c (c_cpp_builtins): Define __cpp_structured_bindings. | Jakub Jelinek | 1 | -37/+37 |
2016-11-14 | Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o. | Prasad Ghangal | 3 | -0/+1651 |