aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-convert.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-31c: Fix ICEs casting expressions with integer constant operands to bool [PR111...Joseph Myers1-2/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-29Introduce hardbool attribute for CAlexandre Oliva1-0/+14
2023-09-06C _BitInt support [PR102989]Jakub Jelinek1-0/+1
2023-05-18c: use _P() defines from tree.hBernhard Reutner-Fischer1-2/+2
2023-02-10c: Allow conversions of null pointer constants to nullptr_tJoseph Myers1-3/+18
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-28c: C2x enums with fixed underlying type [PR61469]Joseph Myers1-1/+7
2022-08-25c: Implement C23 nullptr (N3042)Marek Polacek1-1/+24
2022-01-17Change references of .c files to .cc filesMartin Liska1-5/+5
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+207