c: Diagnose "enum tag;" after definition [PR107164]
[platform/upstream/gcc.git] / gcc / c / c-decl.cc
2022-10-18 Joseph Myersc: Diagnose "enum tag;" after definition [PR107164]
2022-10-18 Joseph Myersc: C2x enums wider than int [PR36113]
2022-10-14 Joseph Myersc: C2x storage class specifiers in compound literals
2022-10-07 Qing ZhaoAdd a new option -fstrict-flex-arrays[=n] and new attri...
2022-10-04 Jakub Jelinekopenmp: Add begin declare target support
2022-09-29 Joseph Myersc: C2x noreturn attribute
2022-09-27 Jakub Jelinekopenmp: Add OpenMP assume, assumes and begin/end assume...
2022-09-15 Richard BienerMove void_list_node init to common code
2022-09-01 Joseph Myersc: C2x removal of unprototyped functions
2022-08-25 Marek Polacekc: Implement C23 nullptr (N3042)
2022-08-25 Joseph Myersc: Support C2x empty initializer braces
2022-08-17 Tobias BurnusOpenMP/C++: Allow classes with static members to be...
2022-06-16 David Malcolmc-decl: fix "inform" grouping and conditionalization
2022-05-18 Marek Polacekc: Implement new -Wenum-int-mismatch warning [PR105131]
2022-05-17 Marek Polacekc: use CONST_DECL for enumerators in TYPE_VALUES
2022-05-16 Martin LiskaUse more ARRAY_SIZE.
2022-01-17 Martin LiskaChange references of .c files to .cc files
2022-01-17 Martin LiskaRename .c files to .cc files.