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
/
cp-tree.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-19
c++: indirect change of active union member in constexpr [PR101631,PR102286]
Nathaniel Shead
1
-0
/
+1
2023-10-17
c++: mangling tweaks
Jason Merrill
1
-2
/
+4
2023-10-16
c++: improve fold-expr location
Jason Merrill
1
-3
/
+3
2023-09-20
openmp: Add omp::decl attribute support [PR111392]
Jakub Jelinek
1
-0
/
+1
2023-09-19
c++: extend cold, hot attributes to classes
Javier Martinez
1
-0
/
+1
2023-09-19
c++: Move consteval folding to cp_fold_r
Marek Polacek
1
-18
/
+24
2023-09-01
c++: Fix up mangling of function/block scope static structured bindings [PR11...
Jakub Jelinek
1
-5
/
+5
2023-08-29
c++: tweaks for explicit conversion fns diagnostic
Marek Polacek
1
-0
/
+1
2023-08-25
OpenMP: C++ support for imperfectly-nested loops
Sandra Loosemore
1
-1
/
+1
2023-08-22
c++: maybe_substitute_reqs_for fix
Jason Merrill
1
-1
/
+1
2023-08-22
c++: constrained hidden friends [PR109751]
Jason Merrill
1
-1
/
+2
2023-08-04
frontend: Add novector C++ pragma
Tamar Christina
1
-4
/
+8
2023-07-25
c++: Prevent dangling pointers from becoming nullptr in constexpr [PR110619]
Nathaniel Shead
1
-1
/
+7
2023-06-30
c++: fix up caching of level lowered ttps
Patrick Palka
1
-1
/
+9
2023-06-29
c++: cache partial template specialization selection
Patrick Palka
1
-1
/
+10
2023-06-28
c++: ahead of time variable template-id coercion [PR89442]
Patrick Palka
1
-1
/
+1
2023-06-28
c++: inherited constructor attributes
Jason Merrill
1
-0
/
+1
2023-06-07
c++: allow NRV and non-NRV returns [PR58487]
Jason Merrill
1
-0
/
+5
2023-06-06
c++: enable NRVO from inner block [PR51571]
Jason Merrill
1
-1
/
+1
2023-06-06
c++: fix throwing cleanup with label
Jason Merrill
1
-1
/
+1
2023-06-03
c++: use __cxa_call_terminate for MUST_NOT_THROW [PR97720]
Jason Merrill
1
-0
/
+2
2023-06-03
c++: replace in_template_function
Patrick Palka
1
-1
/
+1
2023-05-18
c++: use _P() defines from tree.h
Bernhard Reutner-Fischer
1
-2
/
+2
2023-05-07
c++: various code cleanups
Patrick Palka
1
-3
/
+3
2023-05-02
c++: look for empty base at specific offset [PR109678]
Jason Merrill
1
-1
/
+2
2023-04-24
c++, tree: declare some basic functions inline
Patrick Palka
1
-1
/
+25
2023-04-19
c++: Define built-in for std::tuple_element [PR100157]
Patrick Palka
1
-1
/
+1
2023-04-13
c++: make cxx_incomplete_type_diagnostic return bool
Jason Merrill
1
-4
/
+4
2023-04-01
c++: NTTP constraint depending on outer parms [PR109160]
Patrick Palka
1
-1
/
+2
2023-03-30
c++: anonymous union member reference [PR105452]
Jason Merrill
1
-0
/
+1
2023-03-20
c++: Drop TREE_READONLY on vars (possibly) initialized by tls wrapper [PR109164]
Jakub Jelinek
1
-0
/
+1
2023-03-16
c++: __func__ and local class DMI [PR105809]
Jason Merrill
1
-0
/
+1
2023-03-09
c++: add __is_deducible trait [PR105841]
Jason Merrill
1
-0
/
+1
2023-03-03
c++, v3: Emit fundamental tinfos for _Float16/decltype(0.0bf16) types on ia32...
Jakub Jelinek
1
-11
/
+0
2023-03-01
c++: unevaluated array new-expr size constantness [PR108219]
Patrick Palka
1
-0
/
+1
2023-02-17
c++: make manifestly_const_eval tri-state
Patrick Palka
1
-1
/
+19
2023-02-16
c++: TYPENAME_TYPE lookup ignoring non-types [PR107773]
Patrick Palka
1
-0
/
+3
2023-02-16
don't declare header-defined functions both static and inline
Patrick Palka
1
-1
/
+1
2023-02-05
c++: equivalence of non-dependent calls [PR107461]
Patrick Palka
1
-0
/
+1
2023-01-31
c++: fix ICE with -Wduplicated-cond [PR107593]
Marek Polacek
1
-1
/
+0
2023-01-19
c++: Fix up handling of non-dependent subscript with static operator[] [PR108...
Jakub Jelinek
1
-0
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-12-23
c++: template friend with variadic constraints [PR107853]
Patrick Palka
1
-0
/
+1
2022-12-19
c++: modules and std::source_location::current() def arg [PR100881]
Patrick Palka
1
-6
/
+2
2022-12-08
c++: avoid initializer_list<string> [PR105838]
Jason Merrill
1
-0
/
+1
2022-12-08
c++: fewer allocator temps [PR105838]
Jason Merrill
1
-0
/
+1
2022-12-01
c++: comptypes ICE with BOUND_TEMPLATE_TEMPLATE_PARMs [PR107539]
Patrick Palka
1
-2
/
+8
2022-11-18
c++: implement P1492 contracts
Jeff Chapman II
1
-0
/
+64
2022-11-16
c++: P2448 - Relaxing some constexpr restrictions [PR106649]
Marek Polacek
1
-0
/
+1
2022-11-16
c++: Allow attributes on concepts - DR 2428
Jakub Jelinek
1
-1
/
+1
[next]