Age | Commit message (Expand) | Author | Files | Lines |
2023-11-14 | Daily bump. | GCC Administrator | 1 | -0/+18 |
2023-11-14 | Add type-generic clz/ctz/clrsb/ffs/parity/popcount builtins [PR111309] | Jakub Jelinek | 1 | -2/+16 |
2023-11-10 | c23: recursive type checking of tagged type | Martin Uecker | 1 | -202/+58 |
2023-11-09 | c: Add -Wreturn-mismatch warning, split from -Wreturn-type | Florian Weimer | 1 | -11/+5 |
2023-11-08 | Daily bump. | GCC Administrator | 1 | -0/+34 |
2023-11-07 | openmp: Add support for the 'indirect' clause in C/C++ | Kwok Cheung Yeung | 4 | -13/+99 |
2023-11-07 | c: Refer more consistently to C23 not C2X | Joseph Myers | 5 | -96/+96 |
2023-11-07 | Daily bump. | GCC Administrator | 1 | -0/+8 |
2023-11-06 | c: Add -std=c23, -std=gnu23, -Wc11-c23-compat options [PR107954] | Joseph Myers | 2 | -3/+3 |
2023-11-05 | Daily bump. | GCC Administrator | 1 | -0/+80 |
2023-11-04 | openmp: Add omp::decl support for C2X | Jakub Jelinek | 3 | -8/+105 |
2023-11-04 | openmp: Add support for omp::directive and omp::sequence attributes in C2X | Jakub Jelinek | 8 | -47/+933 |
2023-11-03 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2023-11-02 | c: Add missing conditions in Walloc-size to avoid ICEs [PR112347] | Martin Uecker | 1 | -0/+1 |
2023-11-02 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2023-11-01 | c: Add Walloc-size to warn about insufficient size in allocations [PR71219] | Martin Uecker | 1 | -0/+28 |
2023-10-27 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2023-10-26 | Pass type of comparison operands instead of comparison result to truth_type_f... | liuhongt | 1 | -1/+1 |
2023-10-26 | Daily bump. | GCC Administrator | 1 | -0/+22 |
2023-10-25 | Disentangle handling of OpenACC 'host', 'self' pragma tokens | Thomas Schwinge | 1 | -21/+17 |
2023-10-25 | OpenACC 2.7: Implement self clause for compute constructs | Chung-Lin Tang | 2 | -3/+58 |
2023-10-21 | Daily bump. | GCC Administrator | 1 | -0/+15 |
2023-10-20 | c: -Wint-conversion should cover pointer/integer mismatches in ?: | Florian Weimer | 1 | -2/+2 |
2023-10-20 | c: -Wincompatible-pointer-types should cover mismatches in ?: | Florian Weimer | 1 | -8/+8 |
2023-10-20 | Daily bump. | GCC Administrator | 1 | -0/+12 |
2023-10-19 | c: Fix ICE when an argument was an error mark [PR100532] | Andrew Pinski | 1 | -1/+1 |
2023-10-19 | c: Don't warn about converting NULL to different sso endian [PR104822] | Andrew Pinski | 1 | -0/+1 |
2023-10-19 | Daily bump. | GCC Administrator | 1 | -0/+12 |
2023-10-18 | [c] Fix PR 101364: ICE after error due to diagnose_arglist_conflict not check... | Andrew Pinski | 1 | -1/+2 |
2023-10-18 | Fix ICE due to c_safe_arg_type_equiv_p not checking for error_mark node | Andrew Pinski | 1 | -0/+3 |
2023-10-18 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2023-10-17 | c: error for function with external and internal linkage [PR111708] | Martin Uecker | 1 | -0/+21 |
2023-10-04 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2023-10-03 | diagnostics: add ctors to text_info; add m_ prefixes to fields | David Malcolm | 1 | -2/+2 |
2023-10-01 | Daily bump. | GCC Administrator | 1 | -0/+4 |
2023-09-29 | Remove .PHONY targets when building .fda files during autoprofiledbootstrap | Eugene Rozenfeld | 1 | -2/+2 |
2023-09-21 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2023-09-20 | c, c++: Accept __builtin_classify_type (typename) | Jakub Jelinek | 1 | -0/+23 |
2023-09-20 | Daily bump. | GCC Administrator | 1 | -0/+16 |
2023-09-19 | c/111468 - dump unordered compare operators in their GIMPLE form with -gimple | Richard Biener | 1 | -0/+5 |
2023-09-19 | c/111468 - add unordered compare and pointer diff to GIMPLE FE parsing | Richard Biener | 1 | -20/+52 |
2023-09-13 | Daily bump. | GCC Administrator | 1 | -0/+33 |
2023-09-12 | OpenMP (C only): For 'omp allocate', really walk tree for 'alloctor' check | Tobias Burnus | 1 | -41/+61 |
2023-09-12 | OpenMP (C only): omp allocate - extend parsing support, improve diagnostic | Tobias Burnus | 3 | -13/+129 |
2023-09-12 | c: reorganize recursive type checking | Martin Uecker | 1 | -161/+121 |
2023-09-07 | Daily bump. | GCC Administrator | 1 | -0/+44 |
2023-09-06 | C _BitInt incremental fixes [PR102989] | Jakub Jelinek | 2 | -2/+15 |
2023-09-06 | C _BitInt support [PR102989] | Jakub Jelinek | 7 | -109/+308 |
2023-09-06 | c: Don't pedwarn on _FloatN{,x} or {f,F}N{,x} suffixes for C2X | Jakub Jelinek | 1 | -6/+7 |
2023-09-06 | Daily bump. | GCC Administrator | 1 | -0/+5 |