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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-15
coroutines : Convert await_ready () expressions to bool [PR99047].
Iain Sandoe
1
-1
/
+7
2021-03-15
coroutines : Handle rethrow from unhandled_exception [PR98704].
Iain Sandoe
1
-21
/
+54
2021-03-15
coroutines : Handle for await expressions in for stmts [PR98480].
Iain Sandoe
1
-0
/
+126
2021-03-15
coroutines : Avoid generating empty statements [PR96749].
Iain Sandoe
1
-20
/
+44
2021-03-15
OpenMP: Fix 'omp declare target' handling for vars [PR99509]
Tobias Burnus
1
-3
/
+18
2021-03-13
Daily bump.
GCC Administrator
1
-0
/
+27
2021-03-12
c++: ICE with using-decl [PR 99238]
Nathan Sidwell
2
-45
/
+39
2021-03-12
c++: Fix up calls to immediate functions returning reference [PR99507]
Jakub Jelinek
1
-0
/
+4
2021-03-12
Daily bump.
GCC Administrator
1
-0
/
+18
2021-03-11
c++: Fix unhiding friend with imports [PR 99248]
Nathan Sidwell
2
-3
/
+2
2021-03-11
c++: template partial instantiation mismatch [PR 99528]
Nathan Sidwell
1
-45
/
+15
2021-03-11
Daily bump.
GCC Administrator
1
-0
/
+13
2021-03-10
c++: ICE do to GC leakage [PR 99423]
Nathan Sidwell
1
-1
/
+5
2021-03-10
c++: Propagate assembler name from local-externs [PR 99508]
Nathan Sidwell
1
-0
/
+7
2021-03-10
Daily bump.
GCC Administrator
1
-0
/
+13
2021-03-09
c++: Fix coroutines on targetm.cxx.cdtor_return_this targets [PR99459]
Jakub Jelinek
1
-16
/
+18
2021-03-09
c++: Clarify note about -fmodules-ts [PR 99472]
Nathan Sidwell
1
-4
/
+8
2021-03-09
Daily bump.
GCC Administrator
1
-0
/
+24
2021-03-08
C++: Enable c++2b module mode [PR 99436]
Nathan Sidwell
1
-0
/
+2
2021-03-08
c++: Poor diagnostic in header-unit [PR 99468]
Nathan Sidwell
2
-2
/
+8
2021-03-08
c++: Incorrect specialization hash table [PR 99285]
Nathan Sidwell
3
-34
/
+53
2021-03-07
Daily bump.
GCC Administrator
1
-0
/
+32
2021-03-06
c++: Fix constexpr evaluation of pre-increment when !lval [PR99287]
Patrick Palka
1
-10
/
+7
2021-03-06
c++: Fix tsubsting member variable template-id [PR96330]
Patrick Palka
1
-3
/
+6
2021-03-06
c++: adc_unify deduction with constrained auto [PR99365]
Patrick Palka
1
-44
/
+89
2021-03-06
Daily bump.
GCC Administrator
1
-0
/
+63
2021-03-05
c++: Pointer-to-member fn conversion with noexcept [PR99374]
Marek Polacek
1
-1
/
+3
2021-03-05
c++: ICE with -Wshadow and enumerator in template [PR99120]
Marek Polacek
1
-3
/
+4
2021-03-05
c++: Duplicate namespace bindings [PR 99245]
Nathan Sidwell
1
-14
/
+19
2021-03-05
c++: Local instantiations of imported specializations [PR 99377]
Nathan Sidwell
1
-0
/
+1
2021-03-05
coroutines : Adjust constraints on when to build ctors [PR98118].
Iain Sandoe
1
-7
/
+7
2021-03-05
coroutines : Do not accept throwing final await expressions [PR95616].
Iain Sandoe
1
-0
/
+85
2021-03-05
coroutines : Handle exceptions throw before the first await_resume() [PR95615].
Iain Sandoe
1
-69
/
+258
2021-03-05
c++: instantiating imported specializations [PR 99389]
Nathan Sidwell
1
-0
/
+2
2021-03-05
OpenACC: C/C++ - fix async parsing [PR99137]
Tobias Burnus
1
-1
/
+1
2021-03-05
Daily bump.
GCC Administrator
1
-0
/
+61
2021-03-04
c++: Fix up [[nodiscard]] on ctors on targetm.cxx.cdtor_returns_this targets ...
Jakub Jelinek
1
-5
/
+7
2021-03-04
c++: Post-pending redesign cleanup [PR 99170]
Nathan Sidwell
1
-180
/
+27
2021-03-04
c++: Redesign pending entity handling [PR 99170]
Nathan Sidwell
7
-421
/
+369
2021-03-04
Daily bump.
GCC Administrator
1
-0
/
+160
2021-03-03
c++: Defer cloning to post-loading [PR 99170]
Nathan Sidwell
1
-29
/
+61
2021-03-03
c++: Defer specialization registration [PR 99170]
Nathan Sidwell
1
-36
/
+58
2021-03-03
c++: Unify REQUIRES_EXPR evaluation / diagnostic routines
Patrick Palka
1
-255
/
+193
2021-03-03
c++: Clean up normalization and satisfaction routines
Patrick Palka
5
-146
/
+110
2021-03-03
c++: Fix -fstrong-eval-order for operator &&, || and , [PR82959]
Jakub Jelinek
1
-0
/
+9
2021-03-03
c++: ICE with deduction guide in checking type-dep [PR99009, PR97034]
Marek Polacek
1
-3
/
+33
2021-03-03
c++: C++17 and decltype of multi-operator expression [PR95675]
Jason Merrill
1
-0
/
+8
2021-03-03
c++: namespace reachability [PR 99344]
Nathan Sidwell
3
-93
/
+93
2021-03-03
Daily bump.
GCC Administrator
1
-0
/
+91
2021-03-02
PR c++/99251 - inconsistent -Wnonnull warning behaviour with dynamic_cast
Martin Sebor
3
-26
/
+20
[next]