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
/
tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2019-12-03
Do not update SSA in lto-stremaer-in
Jan Hubicka
1
-2
/
+2
2019-12-03
PR c++/91363 - P0960R3: Parenthesized initialization of aggregates.
Marek Polacek
1
-0
/
+9
2019-11-27
Implement P1814R0, CTAD for alias templates.
Jason Merrill
1
-0
/
+3
2019-11-27
PR c++/92206 - ICE with typedef to dependent alias.
Jason Merrill
1
-3
/
+8
2019-11-27
re PR c++/92524 (ICE in short program with constexpr and std::array)
Jakub Jelinek
1
-0
/
+5
2019-11-13
[C++] Fix interaction between aka changes and DR1558 (PR92206)
Richard Sandiford
1
-2
/
+4
2019-11-06
Implement D1907R1 "structural type".
Jason Merrill
1
-0
/
+57
2019-11-05
Implement C++20 operator<=>.
Jason Merrill
1
-0
/
+3
2019-10-31
re PR c++/90947 (Simple lookup table of array of strings is miscompiled)
Jakub Jelinek
1
-0
/
+62
2019-10-30
cp-tree.h (omp_declare_variant_finalize, [...]): Declare.
Jakub Jelinek
1
-2
/
+1
2019-10-22
[C++] Avoid exposing internal details in aka types
Richard Sandiford
1
-33
/
+47
2019-10-19
Implement C++20 P1301 [[nodiscard("should have a reason")]].
JeanHeyd Meneide
1
-2
/
+7
2019-08-31
Add source location to TRAIT_EXPR.
Jason Merrill
1
-0
/
+2
2019-08-15
PR c++/90393 - ICE with thow in ?:
Jason Merrill
1
-4
/
+17
2019-08-15
Implement P0848R3, Conditionally Trivial Special Member Functions.
Jason Merrill
1
-0
/
+25
2019-08-02
tree.c (handle_nodiscard_attribute): Do not warn about nodiscard applied to a...
Paolo Carlini
1
-1
/
+2
2019-06-23
Rename DEFAULT_ARG to DEFERRED_PARSE.
Marek Polacek
1
-2
/
+2
2019-06-22
PR c++/86476 - noexcept-specifier is a complete-class context.
Marek Polacek
1
-0
/
+2
[next]