aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-09OpenMP 5.0: Remove array section base-pointer mapping semantics and other fro...Chung-Lin Tang1-13/+74
2021-12-08openmp: Improve OpenMP target support for C++ (PR92120)Chung-Lin Tang1-2/+21
2021-11-30Consolidate OpenACC "gang reduction on an orphan loop" checkingThomas Schwinge1-8/+0
2021-11-30Make OpenACC orphan gang reductions errorsCesar Philippidis1-0/+8
2021-11-29Remove unreachable returnsRichard Biener1-2/+0
2021-11-23inliner: Remove unused transform_lang_insert_block hookJakub Jelinek1-1/+0
2021-11-19Restore ancient -Waddress for weak symbols [PR33925].Martin Sebor1-1/+4
2021-11-03c: Fold implicit integer-to-floating conversions in static initializers with ...Joseph Myers1-5/+22
2021-10-07Properly parse invariant &MEM addresses in the GIMPLE FERichard Biener1-0/+4
2021-10-04c-family: Implement -Warray-compare [PR97573]Marek Polacek1-1/+8
2021-10-01Enhance -Waddress to detect more suspicious expressions [PR102103].Martin Sebor1-34/+106
2021-10-01ubsan: Move INT_MIN / -1 instrumentation from -fsanitize=integer-divide-by-ze...Jakub Jelinek1-2/+5
2021-09-28c: [PR32122] Require pointer types for computed gotosAndrew Pinski1-1/+10
2021-09-10openmp: Implement OpenMP 5.1 atomics, so far for C onlyJakub Jelinek1-0/+7
2021-09-01C-family: Add attribute 'unavailable'.Iain Sandoe1-2/+6
2021-08-23Correct treatment of qualifiers for pointers to arrays for C2X [PR98397]Martin Uecker1-95/+93
2021-08-12openmp: Add support for OpenMP 5.1 masked constructJakub Jelinek1-0/+1
2021-08-12Evaluate type arguments of sizeof that are structs of variable size [PR101838]Martin Uecker1-1/+7
2021-08-10Evaluate arguments of sizeof that are structs of variable size.Martin Uecker1-1/+1
2021-07-21OpenACC 'nohost' clauseThomas Schwinge1-0/+1
2021-07-20Adjust by-value function vec arguments to by-reference.Martin Sebor1-1/+1
2021-06-24c: add support for per-location warning groups.Martin Sebor1-23/+20
2021-06-24c: Fix C cast error-recovery [PR101171]Jakub Jelinek1-0/+1
2021-06-24openmp: in_reduction clause support on target constructJakub Jelinek1-40/+69
2021-06-21inline-asm: Fix ICE with bitfields in "m" operands [PR100785]Jakub Jelinek1-1/+10
2021-06-07Fix old thinko in warning on pointer for storage order purposesEric Botcazou1-1/+1
2021-06-06Fix thinko in new warning on type punning for storage order purposesEric Botcazou1-6/+17
2021-06-03openmp: Assorted depend/affinity/iterator related fixes [PR100859]Jakub Jelinek1-3/+4
2021-05-28openmp: Fix up handling of reduction clause on constructs combined with targe...Jakub Jelinek1-13/+50
2021-05-28OpenMP: Add iterator support to Fortran's depend; add affinity clauseTobias Burnus1-16/+36
2021-05-21openmp: Fix up firstprivate+lastprivate clause handling [PR99928]Jakub Jelinek1-0/+27
2021-05-10Come up with startswith function.Martin Liska1-2/+2
2021-05-07Do not apply scalar storage order to pointer fieldsEric Botcazou1-0/+1
2021-05-04OpenMP: Support complex/float in && and || reductionTobias Burnus1-8/+2
2021-04-29c: C2x changes to function type compatibilityJoseph Myers1-2/+2
2021-04-15c: Don't drop vector attributes that affect type identity [PR98852]Richard Sandiford1-2/+8
2021-03-25c-family: Fix up -Wduplicated-branches for union members [PR99565]Jakub Jelinek1-1/+1
2021-03-19c: Fix up -Wunused-but-set-* warnings for _Atomics [PR99588]Jakub Jelinek1-6/+60
2021-02-18c: Fix ICE with -fexcess-precision=standard [PR99136]Jakub Jelinek1-1/+3
2021-02-04PR c/97882 - Segmentation Fault on improper redeclaration of functionMartin Sebor1-2/+6
2021-01-16openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung1-1/+57
2021-01-15openmp: Change the way of building of reduction array typeJakub Jelinek1-1/+3
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-16C: Drop qualifiers of assignment expressions. [PR98047]Martin Uecker1-10/+3
2020-12-14sanitizer: do not ICE for pointer cmp/subMartin Liska1-3/+3
2020-12-07C: Fix atomic loads. [PR97981]Martin Uecker1-3/+3
2020-11-23c: Allow comparison of pointers to complete and incomplete types for C11 [PR9...Joseph Myers1-2/+2
2020-11-20C: Drop qualifiers during lvalue conversion [PR97702]Martin Uecker1-0/+3
2020-11-13[PATCH] Implementation of asm goto outputsVladimir N. Makarov1-4/+0
2020-11-13openmp: Support allocate for C/C++ array section reductionsJakub Jelinek1-1/+2