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/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
/
cp
/
semantics.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-29
c++: Implement DR2351 - void{} [PR102820]
Jakub Jelinek
1
-3
/
+30
2021-10-27
openmp: Don't reject some valid initializers or conditions of non-rectangular...
Jakub Jelinek
1
-2
/
+2
2021-09-22
openmp: Add support for allocator and align modifiers on allocate clauses
Jakub Jelinek
1
-1
/
+39
2021-09-17
openmp: Add support for OpenMP 5.1 atomics for C++
Jakub Jelinek
1
-6
/
+25
2021-09-10
openmp: Implement OpenMP 5.1 atomics, so far for C only
Jakub Jelinek
1
-1
/
+1
2021-09-08
c++/102228 - make lookup_anon_field O(1)
Richard Biener
1
-0
/
+8
2021-09-07
C, C++, Fortran, OpenMP: Add support for 'flush seq_cst' construct.
Marcel Vollweiler
1
-1
/
+1
2021-08-31
Add support for device-modifiers for 'omp target device'.
Marcel Vollweiler
1
-0
/
+9
2021-08-17
c++: Implement P0466R5 __cpp_lib_is_layout_compatible compiler helpers [PR101...
Jakub Jelinek
1
-0
/
+268
2021-08-12
openmp: Add support for OpenMP 5.1 masked construct
Jakub Jelinek
1
-0
/
+23
2021-08-12
openmp: Diagnose syntax mismatches between declare target and end declare target
Jakub Jelinek
1
-2
/
+2
2021-07-30
c++: Implement P0466R5 __cpp_lib_is_pointer_interconvertible compiler helpers...
Jakub Jelinek
1
-3
/
+111
2021-07-21
OpenACC 'nohost' clause
Thomas Schwinge
1
-0
/
+1
2021-07-21
c++: Ensure OpenMP reduction with reference type references complete type [PR...
Jakub Jelinek
1
-1
/
+2
2021-07-14
vec: use auto_vec in a few more places
Jason Merrill
1
-2
/
+1
2021-06-24
cp: add support for per-location warning groups.
Martin Sebor
1
-8
/
+9
2021-06-24
openmp: in_reduction clause support on target construct
Jakub Jelinek
1
-43
/
+68
2021-06-10
c++: Extend std::is_constant_evaluated in if warning [PR100995]
Marek Polacek
1
-14
/
+68
2021-06-07
c++: alias with same name as base fn [PR91706]
Jason Merrill
1
-2
/
+4
2021-06-03
openmp: Assorted depend/affinity/iterator related fixes [PR100859]
Jakub Jelinek
1
-15
/
+13
2021-05-28
tree-iterator: C++11 range-for and tree_stmt_iterator
Jason Merrill
1
-3
/
+2
2021-05-28
openmp: Fix up handling of reduction clause on constructs combined with targe...
Jakub Jelinek
1
-13
/
+52
2021-05-28
OpenMP: Add iterator support to Fortran's depend; add affinity clause
Tobias Burnus
1
-17
/
+36
2021-05-21
openmp: Fix up firstprivate+lastprivate clause handling [PR99928]
Jakub Jelinek
1
-0
/
+27
2021-05-04
OpenMP: Support complex/float in && and || reduction
Tobias Burnus
1
-6
/
+2
2021-04-29
c++: constant expressions are evaluated [PR93314]
Jason Merrill
1
-10
/
+0
2021-04-29
c++: unset COMPOUND_LITERAL_P [PR100079]
Jason Merrill
1
-2
/
+6
2021-04-29
c++: Fix up detach clause vs. data-sharing clause checking [PR100319]
Jakub Jelinek
1
-3
/
+3
2021-04-14
c++: non-static member, array bound, sizeof [PR93314]
Jason Merrill
1
-0
/
+10
2021-04-13
c++: debug location of variable cleanups [PR88742]
Jason Merrill
1
-0
/
+19
2021-04-02
c++: Refine check for CTAD placeholder [PR99586]
Patrick Palka
1
-8
/
+7
2021-03-17
c++: Private parent access check for using decls [PR19377]
Anthony Sharp
1
-18
/
+83
2021-02-11
c++: ICE with unexpanded pack in do-while [PR99063]
Marek Polacek
1
-0
/
+5
2021-01-23
c++: private inheritance access diagnostics fix [PR17314]
Anthony Sharp
1
-1
/
+30
2021-01-23
c++: 'this' injection and static member functions [PR97399]
Patrick Palka
1
-2
/
+1
2021-01-21
c++: Fix excessive instantiation inside decltype [PR71879]
Patrick Palka
1
-2
/
+3
2021-01-20
openmp: Don't ICE on detach clause with erroneous decl [PR98742]
Jakub Jelinek
1
-0
/
+6
2021-01-16
openmp: Add support for the OpenMP 5.0 task detach clause
Kwok Cheung Yeung
1
-1
/
+60
2021-01-08
c++: Fix access checking of scoped non-static member [PR98515]
Patrick Palka
1
-5
/
+15
2021-01-05
c++: Fix ICE with __builtin_bit_cast [PR98469]
Jakub Jelinek
1
-0
/
+4
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-09
c++: Decl module-specific semantic processing
Nathan Sidwell
1
-1
/
+15
2020-12-03
c++: Add __builtin_bit_cast to implement std::bit_cast [PR93121]
Jakub Jelinek
1
-0
/
+71
2020-11-13
c++: Implement C++20 'using enum'. [PR91367]
Jason Merrill
1
-3
/
+11
2020-11-12
c++: Don't form a templated TARGET_EXPR in finish_compound_literal
Patrick Palka
1
-6
/
+1
2020-11-10
c++: Improve static_assert diagnostic [PR97518]
Marek Polacek
1
-12
/
+61
2020-11-10
openmp: Implement OpenMP 5.0 base-pointer attachement and clause ordering
Chung-Lin Tang
1
-20
/
+24
2020-11-04
openmp: allocate clause vs. *reduction array sections [PR97670]
Jakub Jelinek
1
-10
/
+42
2020-10-30
openmp: Handle non-static data members in allocate clause and other C++ alloc...
Jakub Jelinek
1
-13
/
+20
2020-10-28
openmp: Parsing and some semantic analysis of OpenMP allocate clause
Jakub Jelinek
1
-0
/
+93
[next]