| Commit message (Expand) | Author | Age | Files | Lines |
* | PR target/77957 | jakub | 2016-10-13 | 2 | -1/+7 |
* | c/ | bernds | 2016-10-07 | 2 | -3/+44 |
* | Implement -Wimplicit-fallthrough. | mpolacek | 2016-09-26 | 3 | -8/+107 |
* | PR c/77490 | mpolacek | 2016-09-24 | 2 | -0/+32 |
* | * sel-sched-ir.c (sel_global_bb_info, sel_region_bb_info, | jakub | 2016-09-23 | 2 | -1/+6 |
* | * c-typeck.c (lvalue_p): Use true and false instead of 1 and 0. | mpolacek | 2016-09-16 | 2 | -2/+6 |
* | * c-common.c (c_common_truthvalue_conversion): Use false instead of 0. | mpolacek | 2016-09-14 | 5 | -29/+46 |
* | fix-it hints: insert_before vs insert_after | dmalcolm | 2016-09-13 | 2 | -3/+8 |
* | * c-typeck.c (build_unary_op): Rename FLAG parameter to NOCONVERT. Use | mpolacek | 2016-09-13 | 2 | -8/+14 |
* | gcc/c-family: | edlinger | 2016-09-12 | 2 | -2/+11 |
* | Move class substring_loc from c-family into gcc | dmalcolm | 2016-09-07 | 2 | -0/+8 |
* | ChangeLog formatting fixes. | jakub | 2016-09-05 | 1 | -4/+4 |
* | PR c/65467 | jakub | 2016-09-02 | 5 | -48/+234 |
* | PR c/7652 | mpolacek | 2016-09-01 | 2 | -1/+6 |
* | C: Fix missing spaces in 'struct' fix-it hints | dmalcolm | 2016-09-01 | 2 | -3/+8 |
* | rich_location: add convenience overloads for adding fix-it hints | dmalcolm | 2016-08-30 | 4 | -10/+21 |
* | * c-common.c (warn_logical_not_parentheses): Print fixit hints. | mpolacek | 2016-08-25 | 2 | -1/+6 |
* | PR c/77323 | mpolacek | 2016-08-25 | 2 | -13/+30 |
* | Implement C _FloatN, _FloatNx types. | jsm28 | 2016-08-19 | 5 | -12/+188 |
* | PR c/67410 | jakub | 2016-08-12 | 2 | -1/+11 |
* | PR c/7652 | mpolacek | 2016-08-12 | 3 | -3/+13 |
* | PR c/72816 | jakub | 2016-08-11 | 2 | -0/+9 |
* | c-format.c: suggest the correct format string to use (PR c/64955) | dmalcolm | 2016-08-08 | 2 | -0/+29 |
* | Rework C/C++ OpenACC routine parsing | tschwinge | 2016-08-04 | 2 | -50/+124 |
* | C/C++: Simplify handling of location information for OpenACC routine directives | tschwinge | 2016-08-04 | 2 | -42/+52 |
* | extend shift count warnings to vector types | jbeulich | 2016-08-01 | 3 | -27/+55 |
* | PR c/71573 | mpolacek | 2016-07-29 | 2 | -1/+5 |
* | PR c/71853 | mpolacek | 2016-07-29 | 2 | -0/+5 |
* | PR c/71742 | mpolacek | 2016-07-29 | 2 | -1/+7 |
* | PR c/71969 | mpolacek | 2016-07-29 | 2 | -1/+9 |
* | PR c/71583 | mpolacek | 2016-07-29 | 2 | -1/+9 |
* | c/ChangeLog: | uros | 2016-07-22 | 2 | -2/+6 |
* | Enabling work for C++ handling of misspelled identifiers and typenames | dmalcolm | 2016-07-20 | 2 | -41/+11 |
* | C: convert return type of lookup_name_fuzzy from tree to const char * | dmalcolm | 2016-07-20 | 3 | -14/+29 |
* | gcc/ | gjl | 2016-07-20 | 1 | -0/+3 |
* | gcc/c/ | cesar | 2016-07-15 | 3 | -5/+12 |
* | PR c/71858 | jakub | 2016-07-15 | 2 | -4/+33 |
* | PR c/71858 | jakub | 2016-07-14 | 2 | -1/+6 |
* | use auto_vec for more local variables | tbsaunde | 2016-07-13 | 2 | -16/+12 |
* | c-decl.c: add [cd]tors to c_struct_parse_info | tbsaunde | 2016-07-13 | 2 | -11/+12 |
* | PR c/71719 | jakub | 2016-07-02 | 2 | -0/+6 |
* | Improve diagnostic messages of "#pragma omp cancel", "#pragma omp cancellatio... | tschwinge | 2016-06-29 | 3 | -12/+25 |
* | Rename PRAGMA_OMP_DECLARE_REDUCTION to PRAGMA_OMP_DECLARE | tschwinge | 2016-06-29 | 1 | -2/+2 |
* | PR c/71685 | jakub | 2016-06-28 | 2 | -2/+9 |
* | PR c/71552 - Confusing error for incorrect struct initialization | msebor | 2016-06-28 | 2 | -11/+24 |
* | * Makefile.in: Don't cat ../stage_current if it does not exist. | jakub | 2016-06-28 | 2 | -1/+6 |
* | Add make autoprofiledbootstrap | ak | 2016-06-23 | 2 | -0/+18 |
* | C FE: suggest corrections for misspelled identifiers and type names | dmalcolm | 2016-06-22 | 4 | -51/+310 |
* | Fix ICE on conditional expression between DFP and non-DFP float (PR c/71601). | jsm28 | 2016-06-20 | 2 | -0/+8 |
* | PR c/69507 - bogus warning: ISO C does not allow ‘__alignof__ (expression)’ | msebor | 2016-06-19 | 2 | -3/+10 |