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/gfortran-test
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-15
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-15
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
/
tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-13
Merged current trunk to branch.
Thomas Koenig
1
-64
/
+178
2020-12-11
c++: cp_tree_equal tweaks
Nathan Sidwell
1
-4
/
+18
2020-12-07
c++: Adjust array type construction
Nathan Sidwell
1
-11
/
+29
2020-12-04
c++: Revert dependent-array changes [PR 98116]
Nathan Sidwell
1
-29
/
+11
2020-12-03
c++: Exported using decls
Nathan Sidwell
1
-5
/
+10
2020-12-03
c++: Fix array type dependency [PR 98107]
Nathan Sidwell
1
-0
/
+10
2020-12-03
c++: Add __builtin_bit_cast to implement std::bit_cast [PR93121]
Jakub Jelinek
1
-0
/
+2
2020-12-03
c++: Implement LWG3396 Clarify point of reference for source_location::curren...
Jakub Jelinek
1
-0
/
+26
2020-12-02
c++: Extend build_array_type API
Nathan Sidwell
1
-11
/
+19
2020-12-02
C++ Module Binding Vector
Nathan Sidwell
1
-0
/
+17
2020-11-06
Move ipa-refs from ggc to heap.
Jan Hubicka
1
-2
/
+1
2020-11-03
c++: Not all character types are byte-access types.
Jason Merrill
1
-2
/
+3
2020-11-03
c++: Directly fixup deferred eh-specs
Nathan Sidwell
1
-0
/
+46
2020-11-03
c++: cp_tree_equal cleanups
Nathan Sidwell
1
-22
/
+26
2020-10-07
c++: Distinguish alignof and __alignof__ in cp_tree_equal [PR97273]
Patrick Palka
1
-0
/
+2
2020-10-07
c++: Adding exception specs can changed dependentness
Nathan Sidwell
1
-0
/
+3
2020-10-01
c++: Kill DECL_HIDDEN_P
Nathan Sidwell
1
-10
/
+2
2020-09-29
c++: Hiddenness is a property of the symbol table
Nathan Sidwell
1
-16
/
+14
2020-07-29
c++: Implement C++20 implicit move changes. [PR91427]
Jason Merrill
1
-1
/
+6
2020-07-14
c++: Comments & formatting
Nathan Sidwell
1
-1
/
+1
2020-07-10
c++: Support non-type template parms of union type.
Jason Merrill
1
-7
/
+0
2020-07-10
c++: Allow floating-point template parms in C++20.
Jason Merrill
1
-14
/
+20
2020-05-19
PR c++/94923 - False positive -Wclass-memaccess with trivially copyable std::...
Martin Sebor
1
-8
/
+16
2020-05-13
c++: Replace "C++2a" with "C++20".
Jason Merrill
1
-2
/
+2
2020-05-11
c++: tree walk into TYPENAME_TYPE.
Jason Merrill
1
-4
/
+18
2020-04-23
c++: zero_init_expr_p of dependent expression
Patrick Palka
1
-1
/
+1
2020-04-22
c++: reject scalar array initialization with nullptr [PR94510]
Martin Sebor
1
-70
/
+27
2020-04-20
c++: Expr pack expansion equality [pr94454]
Nathan Sidwell
1
-6
/
+18
2020-04-18
c++: spec_hasher::equal and PARM_DECLs [PR94632]
Patrick Palka
1
-2
/
+3
2020-04-14
c++: Stray RESULT_DECLs in result of constexpr call [PR94034]
Patrick Palka
1
-0
/
+3
2020-04-13
c++: lambdas with internal linkage are different to no-linkage [PR94426]
Nathan Sidwell
1
-14
/
+4
2020-04-07
c++: Fix usage of CONSTRUCTOR_PLACEHOLDER_BOUNDARY inside array initializers ...
Patrick Palka
1
-1
/
+1
2020-04-01
c++: Fix DMI with lambda 'this' capture [PR94205]
Jason Merrill
1
-1
/
+1
2020-03-30
c++: Fix comparison of fn() and ns::fn() [PR90711]
Jason Merrill
1
-1
/
+13
2020-03-23
[PR94044] Fix ICE with sizeof<argumentpack>
Nathan Sidwell
1
-1
/
+5
2020-03-18
PR c++/94147 - mangling of lambdas assigned to globals
Nathan Sidwell
1
-3
/
+17
2020-03-04
PR c++/90938 - Initializing array with {1} works but not {0}
Martin Sebor
1
-1
/
+9
2020-02-27
Compare ARGUMENT_PACKS [pr93933]
Nathan Sidwell
1
-1
/
+16
2020-02-13
c++: Fix static local vars in extern "C".
Jason Merrill
1
-5
/
+4
2020-02-13
c++: Fix constexpr if and braced functional cast.
Jason Merrill
1
-0
/
+5
2020-02-10
c++: Fix flexible array with synthesized constructor.
Jason Merrill
1
-0
/
+9
2020-02-07
c++: Fix use of local in constexpr if.
Jason Merrill
1
-0
/
+5
2020-01-18
[C++ coroutines] Initial implementation.
Iain Sandoe
1
-0
/
+31
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-20
PR c++/92974 - bogus location for enum and non-enum in ?: warning.
Marek Polacek
1
-0
/
+1
2019-12-19
comment tweak
Jason Merrill
1
-1
/
+2
2019-12-19
PR c++/66139 - EH cleanups for partially constructed aggregates.
Jason Merrill
1
-0
/
+10
2019-12-10
Fix C++20 structural type vs. private base.
Jason Merrill
1
-1
/
+7
2019-12-09
typeck.c (check_for_casting_away_constness): Add location_t parameter and use...
Paolo Carlini
1
-2
/
+4
2019-12-04
cp-tree.h (enum cp_tree_index): Add CPTI_SOURCE_LOCATION_IMPL.
Jakub Jelinek
1
-1
/
+3
[next]