index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
c
/
c-parser.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-15
OpenACC 2.7: default clause support for data constructs
Chung-Lin Tang
1
-0
/
+1
2023-08-11
c: Add __typeof_unqual__ and __typeof_unqual support
Jakub Jelinek
1
-1
/
+2
2023-08-05
c: _Generic should not warn in non-active branches [PR68193,PR97100,PR110703]
Martin Uecker
1
-1
/
+11
2023-08-04
frontend: Add novector C pragma
Tamar Christina
1
-39
/
+80
2023-08-02
analyzer: stash values for CPython plugin [PR107646]
Eric Feng
1
-0
/
+24
2023-07-31
c-family: Implement pragma_lex () for preprocess-only mode
Lewis Hyatt
1
-0
/
+21
2023-07-31
OpenACC 2.7: host_data must have use_device clause requirement
Chung-Lin Tang
1
-2
/
+7
2023-06-15
c: add name hints to c_parser_declspecs [PR107583]
David Malcolm
1
-1
/
+13
2023-06-12
OpenMP: Cleanups related to the 'present' modifier
Tobias Burnus
1
-3
/
+2
2023-06-06
openmp: Add support for the 'present' modifier
Tobias Burnus
1
-18
/
+105
2023-05-30
OpenMP: Improve C/C++ parsing error message [PR109999]
Tobias Burnus
1
-2
/
+2
2023-05-23
Fix ICEs related to VM types in C 1/2 [PR70418, PR107557, PR108423]
Martin Uecker
1
-9
/
+13
2023-05-18
c: use _P() defines from tree.h
Bernhard Reutner-Fischer
1
-2
/
+2
2023-04-27
c: Fix up error-recovery on non-empty VLA initializers [PR109409]
Jakub Jelinek
1
-4
/
+7
2023-04-25
'omp scan' struct block seq update for OpenMP 5.x
Tobias Burnus
1
-2
/
+20
2023-02-18
C: Detect all variably modified types [PR108375]
Martin Uecker
1
-7
/
+6
2023-02-09
OpenMP: Parse align clause in allocate directive in C/C++
Tobias Burnus
1
-23
/
+65
2023-01-27
c: Disallow braces around C2x auto initializers
Joseph Myers
1
-12
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-01-16
c, c++: Allow ignoring -Winit-self through pragmas [PR105593]
Jakub Jelinek
1
-1
/
+1
2023-01-11
c: Don't emit DEBUG_BEGIN_STMTs for K&R function argument declarations [PR105...
Jakub Jelinek
1
-0
/
+3
2023-01-06
c: C2x semantics for __builtin_tgmath
Joseph Myers
1
-22
/
+20
2022-12-19
c: Diagnose compound literals with function type [PR108043]
Jakub Jelinek
1
-0
/
+5
2022-11-17
c, analyzer: fix ICE with -fanalyzer and -Wunused-macros [PR107711]
David Malcolm
1
-1
/
+1
2022-11-15
c, analyzer: support named constants in analyzer [PR106302]
David Malcolm
1
-0
/
+90
2022-11-12
c: C2x constexpr
Joseph Myers
1
-38
/
+185
2022-11-03
c: C2x auto
Joseph Myers
1
-16
/
+65
2022-10-28
c: tree: target: C2x (...) function prototypes and va_start relaxation
Joseph Myers
1
-14
/
+8
2022-10-28
openmp: Allow optional comma after directive-specifier in C/C++
Jakub Jelinek
1
-27
/
+37
2022-10-28
c: C2x enums with fixed underlying type [PR61469]
Joseph Myers
1
-23
/
+116
2022-10-14
c: C2x storage class specifiers in compound literals
Joseph Myers
1
-10
/
+81
2022-10-06
c: C2x typeof
Joseph Myers
1
-3
/
+43
2022-10-06
openmp: Map holds clause to IFN_ASSUME for C/C++
Jakub Jelinek
1
-3
/
+5
2022-10-06
c++, c: Implement C++23 P1774R8 - Portable assumptions [PR106654]
Jakub Jelinek
1
-9
/
+104
2022-10-04
openmp: Add begin declare target support
Jakub Jelinek
1
-19
/
+56
2022-09-27
openmp: Add OpenMP assume, assumes and begin/end assumes support
Jakub Jelinek
1
-17
/
+291
2022-09-22
c: fix uninitialized c_expr::m_decimal [PR106830]
David Malcolm
1
-0
/
+12
2022-09-07
c: New C2x keywords
Joseph Myers
1
-8
/
+22
2022-09-06
openmp: Be consistent on parsing offsets between normal sink vector and omp_c...
Jakub Jelinek
1
-2
/
+1
2022-09-03
openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration support
Jakub Jelinek
1
-44
/
+120
2022-09-02
c/c++: new warning: -Wxor-used-as-pow [PR90885]
David Malcolm
1
-0
/
+9
2022-08-31
c: C2x attributes fixes and updates
Joseph Myers
1
-3
/
+3
2022-08-25
c: Implement C23 nullptr (N3042)
Marek Polacek
1
-0
/
+10
2022-08-25
c: Support C2x empty initializer braces
Joseph Myers
1
-7
/
+17
2022-08-11
c-family: Honor -Wno-init-self for cv-qual vars [PR102633]
Marek Polacek
1
-4
/
+15
2022-08-08
C: Implement C2X N2653 char8_t and UTF-8 string literal changes
Tom Honermann
1
-2
/
+14
2022-07-10
c: Fix location for _Pragma tokens [PR97498]
Lewis Hyatt
1
-0
/
+1
2022-07-04
OpenMP: Move omp requires checks to libgomp
Tobias Burnus
1
-3
/
+16
2022-07-01
OpenMP: Handle tofrom with target enter/exit data
Tobias Burnus
1
-3
/
+19
2022-06-07
openmp: Add support for OpenMP 5.2 linear clause syntax for C/C++
Jakub Jelinek
1
-9
/
+102
[next]