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
/
cp
/
semantics.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-10-26
c++: Implement __is_nothrow_constructible and __is_nothrow_assignable
Ville Voutilainen
1
-0
/
+8
2020-10-01
c++: pushdecl_top_level must set context
Nathan Sidwell
1
-0
/
+1
2020-09-24
c++: Cleanup some decl pushing apis
Nathan Sidwell
1
-2
/
+2
2020-09-16
c++: local-scope OMP UDR reductions have no template head
Nathan Sidwell
1
-8
/
+9
2020-09-15
OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668]
Tobias Burnus
1
-2
/
+2
2020-09-10
c++: DECL_LOCAL_FUNCTION_P -> DECL_LOCAL_DECL_P
Nathan Sidwell
1
-1
/
+1
2020-09-01
openmp: Check for PARM_DECL before using C_ARRAY_PARAMETER or DECL_ARRAY_PARA...
Jakub Jelinek
1
-1
/
+1
2020-08-25
OpenMP: Improve map-clause error message for array function parameter (PR96678)
Tobias Burnus
1
-2
/
+7
2020-08-25
c++: Fix up ptr.~PTR () handling [PR96721]
Jakub Jelinek
1
-1
/
+1
2020-08-14
c++: Final bit of name-lookup api simplification
Nathan Sidwell
1
-2
/
+2
2020-08-14
c++: Yet more name-lookup api simplification
Nathan Sidwell
1
-2
/
+2
2020-08-14
c++: More simplification of name_lookup api
Nathan Sidwell
1
-2
/
+2
2020-08-13
[c++]: Unconfuse lookup_name_real API a bit
Nathan Sidwell
1
-2
/
+2
2020-07-20
c++: Pseudo-destructor ends object lifetime.
Jason Merrill
1
-7
/
+14
2020-07-09
openacc: Set bias to zero for explicit attach/detach clauses in C and C++
Julian Brown
1
-0
/
+16
2020-06-16
openmp: Initial part of OpenMP 5.0 non-rectangular loop support
Jakub Jelinek
1
-31
/
+43
2020-06-16
c++: TI_DEFERRED_ACCESS_CHECKS and dependent decls
Patrick Palka
1
-0
/
+7
2020-06-16
c++: Clean up previous change [PR41437]
Patrick Palka
1
-6
/
+6
2020-06-16
c++: Improve access checking inside templates [PR41437]
Patrick Palka
1
-51
/
+72
2020-05-15
c++: decltype of invalid non-dependent expr [PR57943]
Patrick Palka
1
-0
/
+8
2020-05-13
c++: Formatting fixups & some simplifications.
Nathan Sidwell
1
-3
/
+2
2020-05-01
c++: Missing SFINAE with inaccessible static data member [PR90880]
Patrick Palka
1
-7
/
+11
2020-04-25
c++: Avoid -Wreturn-type warning if a template fn calls noreturn template fn ...
Jakub Jelinek
1
-1
/
+1
2020-03-30
c++: Fix handling of internal fn calls in statement expressions [PR94385]
Jakub Jelinek
1
-1
/
+2
2020-03-28
c++: requires-expression outside of a template is misevaluated [PR94252]
Patrick Palka
1
-2
/
+4
2020-02-05
c++: Mark __builtin_convertvector operand as read [PR93557]
Jakub Jelinek
1
-1
/
+2
2020-01-31
c++: Fix sizeof VLA lambda capture.
Jason Merrill
1
-2
/
+9
2020-01-26
c++: avoid ICE with __builtin_memset (PR90997).
Jason Merrill
1
-1
/
+0
2020-01-22
PR c++/93324 - ICE with -Wall on constexpr if.
Marek Polacek
1
-0
/
+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
-12
/
+86
2019-12-19
Add OpenACC 2.6's no_create
Julian Brown
1
-0
/
+1
2019-12-18
typeck.c (cxx_sizeof_or_alignof_type): Add location_t parameter and use it th...
Paolo Carlini
1
-6
/
+10
2019-12-09
typeck.c (check_for_casting_away_constness): Add location_t parameter and use...
Paolo Carlini
1
-7
/
+14
2019-12-05
typeck2.c (build_functional_cast): Add location_t parameter and use it.
Paolo Carlini
1
-1
/
+2
2019-11-29
re PR c++/60228 (ICE using lambda in #pragma omp declare reduction)
Jakub Jelinek
1
-1
/
+7
2019-11-27
re PR c++/92236 ([concepts] Explain non-satisfaction in static_assert)
Andrew Sutton
1
-11
/
+9
2019-11-27
Diagnose certain constraint errors as hard errors, but otherwise treat them t...
Andrew Sutton
1
-10
/
+0
2019-11-25
typeck.c (cp_build_indirect_ref_1): Add location_t parameter and use it in er...
Paolo Carlini
1
-2
/
+3
2019-11-19
re PR c++/92504 (ICE on gcc-9 -fopenmp: internal compiler error: tree check: ...
Jakub Jelinek
1
-1
/
+0
2019-11-11
c-parser.c (c_parser_translation_unit): Diagnose declare target without corre...
Jakub Jelinek
1
-0
/
+8
[next]