aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07Daily bump.GCC Administrator1-0/+12
2024-05-06Update the C FE routine "add_flexible_array_elts_to_size" C++ FE routine "lay...Qing Zhao1-6/+23
2024-05-06C and C++ FE changes to support flexible array members in unions and alone in...Qing Zhao1-11/+5
2024-05-01Daily bump.GCC Administrator1-0/+5
2024-04-30Support {CEIL,FLOOR,ROUND}_{DIV,MOD}_EXPR and EXACT_DIV_EXPR in GIMPLE FERichard Biener1-0/+35
2024-04-20Daily bump.GCC Administrator1-0/+15
2024-04-20c: Fix ICE with -g and -std=c23 related to incomplete types [PR114361]Jakub Jelinek2-2/+51
2024-04-10Daily bump.GCC Administrator1-0/+7
2024-04-09Fix up duplicated words mostly in comments, part 2Jakub Jelinek1-2/+2
2024-04-08ChangeLog: Add by hand ChangeLog entry for PR114361 revert.Jakub Jelinek1-0/+9
2024-04-05Revert "Fix ICE with -g and -std=c23 related to incomplete types [PR114361]"Martin Uecker1-1/+0
2024-04-03Daily bump.GCC Administrator1-0/+6
2024-04-03Fix ICE with -g and -std=c23 related to incomplete types [PR114361]Martin Uecker1-0/+1
2024-03-15Daily bump.GCC Administrator1-0/+9
2024-03-14OpenACC 2.7: front-end support for readonly modifierChung-Lin Tang1-7/+61
2024-03-09Daily bump.GCC Administrator1-0/+8
2024-03-08dwarf2out: Emit DW_AT_export_symbols on anon unions/structs [PR113918]Jakub Jelinek3-0/+27
2024-02-27Daily bump.GCC Administrator1-0/+8
2024-02-26c: Improve some diagnostics for __builtin_stdc_bit_* [PR114042]Jakub Jelinek1-0/+21
2024-02-23Daily bump.GCC Administrator1-0/+11
2024-02-22c: Handle scoped attributes in __has*attribute and scoped attribute parsing c...Jakub Jelinek1-8/+6
2024-02-14Daily bump.GCC Administrator1-0/+6
2024-02-13OpenMP: Reject non-const 'condition' trait in FortranTobias Burnus1-1/+2
2024-02-11Daily bump.GCC Administrator1-0/+5
2024-02-10Use HOST_SIZE_T_PRINT_* and HOST_WIDE_INT_T_PRINT_* some moreJakub Jelinek1-2/+2
2024-02-09Daily bump.GCC Administrator1-0/+7
2024-02-08c: Fix boolean conversion of floating constant as integer constant expression...Joseph Myers1-1/+11
2024-02-06Daily bump.GCC Administrator1-0/+7
2024-02-05c: Avoid ICE with _BitInt(N) : 0 bitfield [PR113740]Jakub Jelinek1-1/+1
2024-02-01Daily bump.GCC Administrator1-0/+25
2024-01-31c: Fix ICE for nested enum redefinitions with/without fixed underlying type [...Joseph Myers1-2/+5
2024-01-31Fix ICE with -g and -std=c23 when forming composite types [PR113438]Martin Uecker1-0/+5
2024-01-31c: Fix ICEs casting expressions with integer constant operands to bool [PR111...Joseph Myers3-9/+28
2024-01-22Daily bump.GCC Administrator1-0/+7
2024-01-21C23: Fix ICE for composite type for structs with unsigned bitfields [PR113492]Martin Uecker1-1/+1
2024-01-13Daily bump.GCC Administrator1-0/+6
2024-01-12c: Avoid _BitInt indexes > sizetype in ARRAY_REFs [PR113315]Jakub Jelinek1-0/+4
2024-01-12Daily bump.GCC Administrator1-0/+32
2024-01-11OpenMP: lvalue parsing for map/to/from clauses (C)Julian Brown3-37/+229
2024-01-10Daily bump.GCC Administrator1-0/+5
2024-01-09frontend: don't ice with pragma NOVECTOR if loop has no condition [PR113267]Tamar Christina1-1/+1
2024-01-04Daily bump.GCC Administrator1-0/+5
2024-01-03openmp: Adjust position of OMP_CLAUSE_INDIRECT in OpenMP clausesKwok Cheung Yeung1-2/+2
2024-01-03Update copyright years.Jakub Jelinek19-19/+19
2024-01-03Update Copyright year in ChangeLog filesJakub Jelinek1-1/+1
2023-12-31Daily bump.GCC Administrator1-0/+4
2023-12-30C: Fix type compatibility for structs with variable sized fields.Martin Uecker1-11/+8
2023-12-23Daily bump.GCC Administrator1-0/+9
2023-12-22c23: construct composite type for tagged typesMartin Uecker2-27/+134
2023-12-22Daily bump.GCC Administrator1-0/+41