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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-13
[PATCH] Implementation of asm goto outputs
Vladimir N. Makarov
1
-4
/
+1
2020-11-13
C-family, Objective-C [1/3] : Implement Wobjc-root-class [PR77404].
Iain Sandoe
1
-1
/
+2
2020-11-10
openmp: Implement OpenMP 5.0 base-pointer attachement and clause ordering
Chung-Lin Tang
1
-1
/
+9
2020-11-07
C Parser: Implement mixing of labels and code.
Martin Uecker
1
-68
/
+37
2020-11-06
Objective-C/C++ (parsers) : Update @property attribute parsing.
Iain Sandoe
1
-121
/
+159
2020-11-06
OpenACC (C/C++): Fix 'acc atomic' parsing
Tobias Burnus
1
-5
/
+19
2020-11-04
c: Implement C2x nodiscard attribute
Joseph Myers
1
-5
/
+5
2020-10-28
openmp: Parsing and some semantic analysis of OpenMP allocate clause
Jakub Jelinek
1
-1
/
+73
2020-10-27
c: Allow duplicate C2x standard attributes
Joseph Myers
1
-52
/
+2
2020-10-23
c, c++: Implement -Wsizeof-array-div [PR91741]
Marek Polacek
1
-18
/
+30
2020-09-19
Infrastructure & C front end changes for array parameter checking (PR c/50584).
Martin Sebor
1
-10
/
+17
2020-09-19
Change C front end to emit structured loop and switch tree nodes.
Sandra Loosemore
1
-65
/
+60
2020-08-18
c: Fix -Wunused-but-set-* warning with _Generic [PR96571]
Jakub Jelinek
1
-6
/
+13
2020-07-22
OpenMP: Fixes for omp critical + hint
Tobias Burnus
1
-18
/
+8
2020-07-07
Pass correct parameters to c_parser_do_statement.
Kaipeng Zhou
1
-1
/
+1
2020-06-16
openmp: Initial part of OpenMP 5.0 non-rectangular loop support
Jakub Jelinek
1
-8
/
+46
2020-06-16
openmp: Diagnose invalid OpenMP schedule(simd, static)
Jakub Jelinek
1
-1
/
+8
2020-06-04
Provide diagnostic hints for missing C inttypes.h string constants.
Mark Wielaard
1
-0
/
+29
2020-06-04
diagnostics: Add function call parens matching to c_parser.
Mark Wielaard
1
-15
/
+17
2020-05-19
Fix typo in c-parser.c.
Martin Liska
1
-1
/
+1
2020-05-14
openmp: Also implicitly mark as declare target to functions mentioned in targ...
Jakub Jelinek
1
-0
/
+1
2020-04-19
c, objc: Fix up c_parser_objc_selector_arg after CPP_SCOPE changes [PR94637]
Jakub Jelinek
1
-5
/
+18
2020-04-17
c, c++: Fix two redundantAssignment warnings [PR94629]
Jakub Jelinek
1
-1
/
+0
2020-04-15
openmp: Reject requires directives not at file or namespace scope [PR94593]
Jakub Jelinek
1
-0
/
+7
2020-04-08
[C/C++, OpenACC] Reject vars of different scope in acc declare (PR94120)
Tobias Burnus
1
-0
/
+9
2020-04-07
openmp: Fix parallel master error recovery [PR94512]
Jakub Jelinek
1
-1
/
+1
2020-03-23
c: Fix up cfun->function_end_locus on invalid function bodies [PR94239]
Jakub Jelinek
1
-4
/
+3
2020-03-19
c: Fix up cfun->function_end_locus from the C FE [PR94029]
Jakub Jelinek
1
-21
/
+30
2020-01-30
Mark switch expression as used to avoid bogus warning
Jeff Law
1
-1
/
+1
2020-01-16
Fix ICE caused by swallowing a token in c_parser_consume_token
Kerem Kat
1
-1
/
+5
2020-01-10
OpenACC – support "if" + "if_present" clauses with "host_data"
Tobias Burnus
1
-1
/
+3
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-20
OpenACC 2.6 deep copy: C and C++ front-end parts
Julian Brown
1
-9
/
+44
2019-12-19
Add OpenACC 2.6's no_create
Julian Brown
1
-2
/
+18
2019-11-29
Handle C2x attributes in Objective-C.
Joseph Myers
1
-13
/
+147
2019-11-25
Properly handle C2x attributes on types.
Joseph Myers
1
-11
/
+6
2019-11-19
Change some bad uses of C2x attributes into pedwarns.
Joseph Myers
1
-32
/
+46
2019-11-18
[mid-end][__RTL] Clean state despite unspecified __RTL startwith passes
Matthew Malcomson
1
-5
/
+3
2019-11-15
Diagnose duplicate C2x standard attributes.
Joseph Myers
1
-2
/
+52
2019-11-15
Improve checks on C2x fallthrough attribute.
Joseph Myers
1
-3
/
+9
2019-11-15
Support C2x [[deprecated]] attribute.
Joseph Myers
1
-4
/
+24
2019-11-14
Support UTF-8 character constants for C2x.
Joseph Myers
1
-0
/
+2
2019-11-14
c-parser.c (c_parser_omp_context_selector): Don't require score argument to f...
Jakub Jelinek
1
-1
/
+4
2019-11-14
omp-general.c (omp_context_name_list_prop): New function.
Jakub Jelinek
1
-12
/
+38
2019-11-14
Support C2x [[]] attributes for C.
Joseph Myers
1
-99
/
+328
2019-11-12
Add OpenACC 2.6 `serial' construct support
Maciej W. Rozycki
1
-5
/
+29
2019-11-11
c-parser.c (c_parser_translation_unit): Diagnose declare target without corre...
Jakub Jelinek
1
-0
/
+8
2019-11-07
Expand C2x attribute parsing support and factor out from TM attributes.
Joseph Myers
1
-78
/
+269
2019-11-07
Move string concatenation for C into the parser.
Joseph Myers
1
-63
/
+211
2019-11-02
gimplify.h (omp_construct_selector_matches): Change return type to int, add a...
Jakub Jelinek
1
-3
/
+2
[next]