Age | Commit message (Expand) | Author | Files | Lines |
2023-07-31 | c: add -Wmissing-variable-declarations [PR65213] | Hamza Mahfooz | 1 | -1/+9 |
2023-06-29 | Update documentation to clarify a GCC extension [PR c/77650] | Qing Zhao | 1 | -0/+9 |
2023-06-29 | Introduce IR bit TYPE_INCLUDES_FLEXARRAY for the GCC extension | Qing Zhao | 1 | -0/+11 |
2023-05-23 | Fix ICEs related to VM types in C 2/2 [PR109450] | Martin Uecker | 1 | -52/+60 |
2023-05-23 | Fix ICEs related to VM types in C 1/2 [PR70418, PR107557, PR108423] | Martin Uecker | 1 | -17/+22 |
2023-05-19 | c: Remove dead code related to type compatibility across TUs. | Martin Uecker | 1 | -41/+15 |
2023-05-19 | c: Do not allow thread-local tentative definitions for C2x | Joseph Myers | 1 | -3/+17 |
2023-05-18 | c: use _P() defines from tree.h | Bernhard Reutner-Fischer | 1 | -3/+3 |
2023-05-16 | c: Remove restrictions on declarations in 'for' loops for C2X | Joseph Myers | 1 | -17/+21 |
2023-05-15 | c: Ignore _Atomic on function return type for C2x | Joseph Myers | 1 | -2/+5 |
2023-04-20 | c: Avoid -Wenum-int-mismatch warning for redeclaration of builtin acc_on_devi... | Jakub Jelinek | 1 | -1/+8 |
2023-03-10 | c, c++, cgraphunit: Prevent duplicated -Wunused-value warnings [PR108079] | Jakub Jelinek | 1 | -1/+4 |
2023-02-28 | ubsan: Honor -fstrict-flex-arrays= in -fsanitize=bounds [PR108894] | Jakub Jelinek | 1 | -30/+1 |
2023-02-18 | C: Detect all variably modified types [PR108375] | Martin Uecker | 1 | -13/+21 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-01-13 | Replace flag_strict_flex_arrays with DECL_NOT_FLEXARRAY in middle-end. | Qing Zhao | 1 | -0/+28 |
2023-01-09 | c: Check for modifiable static compound literals in inline definitions | Joseph Myers | 1 | -0/+7 |
2022-12-07 | c: Diagnose auto constexpr used with a type | Joseph Myers | 1 | -0/+12 |
2022-12-06 | Update -Warray-bounds with -fstrict-flex-arrays. | Qing Zhao | 1 | -20/+1 |
2022-11-24 | c: Propagate erroneous types to declaration specifiers [PR107805] | Florian Weimer | 1 | -4/+2 |
2022-11-17 | c: Set the locus of the function result decl | Bernhard Reutner-Fischer | 1 | -1/+5 |
2022-11-12 | c: C2x constexpr | Joseph Myers | 1 | -27/+126 |
2022-11-03 | c: C2x auto | Joseph Myers | 1 | -3/+140 |
2022-10-28 | c: tree: target: C2x (...) function prototypes and va_start relaxation | Joseph Myers | 1 | -4/+9 |
2022-10-28 | c: C2x enums with fixed underlying type [PR61469] | Joseph Myers | 1 | -101/+224 |
2022-10-24 | c-family: Implicitly return zero from main even on freestanding | Arsen Arsenović | 1 | -1/+1 |
2022-10-18 | c: Diagnose "enum tag;" after definition [PR107164] | Joseph Myers | 1 | -0/+14 |
2022-10-18 | c: C2x enums wider than int [PR36113] | Joseph Myers | 1 | -39/+98 |
2022-10-14 | c: C2x storage class specifiers in compound literals | Joseph Myers | 1 | -3/+30 |
2022-10-07 | Add a new option -fstrict-flex-arrays[=n] and new attribute strict_flex_array | Qing Zhao | 1 | -9/+121 |
2022-10-04 | openmp: Add begin declare target support | Jakub Jelinek | 1 | -4/+20 |
2022-09-29 | c: C2x noreturn attribute | Joseph Myers | 1 | -0/+25 |
2022-09-27 | openmp: Add OpenMP assume, assumes and begin/end assumes support | Jakub Jelinek | 1 | -0/+4 |
2022-09-15 | Move void_list_node init to common code | Richard Biener | 1 | -8/+0 |
2022-09-01 | c: C2x removal of unprototyped functions | Joseph Myers | 1 | -3/+2 |
2022-08-25 | c: Implement C23 nullptr (N3042) | Marek Polacek | 1 | -0/+6 |
2022-08-25 | c: Support C2x empty initializer braces | Joseph Myers | 1 | -17/+3 |
2022-08-17 | OpenMP/C++: Allow classes with static members to be mappable [PR104493] | Tobias Burnus | 1 | -3/+2 |
2022-06-16 | c-decl: fix "inform" grouping and conditionalization | David Malcolm | 1 | -23/+42 |
2022-05-18 | c: Implement new -Wenum-int-mismatch warning [PR105131] | Marek Polacek | 1 | -2/+11 |
2022-05-17 | c: use CONST_DECL for enumerators in TYPE_VALUES | Marek Polacek | 1 | -1/+3 |
2022-05-16 | Use more ARRAY_SIZE. | Martin Liska | 1 | -5/+3 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -3/+3 |
2022-01-17 | Rename .c files to .cc files. | Martin Liska | 1 | -0/+12469 |