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/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-01-15
c++: Fix langspecs with -fsyntax-only [PR98591]
Nathan Sidwell
1
-15
/
+25
2021-01-15
Daily bump.
GCC Administrator
1
-0
/
+10
2021-01-14
c++: Minor refactoring in process_init_constructor_record
Jason Merrill
1
-13
/
+10
2021-01-14
c++: Fix erroneous parm comparison logic [PR 98372]
Nathan Sidwell
1
-2
/
+2
2021-01-14
Daily bump.
GCC Administrator
1
-0
/
+13
2021-01-13
c++: Failure to lookup using-decl name [PR98231]
Marek Polacek
3
-0
/
+14
2021-01-13
c++: Fix cp_build_function_call_vec [PR 98626]
Nathan Sidwell
1
-2
/
+2
2021-01-13
Daily bump.
GCC Administrator
1
-0
/
+12
2021-01-12
c++: Fix ICE with CTAD in concept [PR98611]
Patrick Palka
1
-1
/
+4
2021-01-11
c++: -Wmissing-field-initializers in unevaluated ctx [PR98620]
Marek Polacek
1
-0
/
+2
2021-01-12
Daily bump.
GCC Administrator
1
-0
/
+10
2021-01-11
c++, abi: Fix abi_tag attribute handling [PR98481]
Jakub Jelinek
3
-9
/
+28
2021-01-09
Daily bump.
GCC Administrator
1
-0
/
+13
2021-01-08
c++: ICE with constexpr call that returns a PMF [PR98551]
Patrick Palka
1
-1
/
+1
2021-01-08
c++: Fix access checking of scoped non-static member [PR98515]
Patrick Palka
1
-5
/
+15
2021-01-08
Daily bump.
GCC Administrator
1
-0
/
+29
2021-01-07
c++: Fix up tsubst of BIT_CAST_EXPR [PR98329]
Jakub Jelinek
1
-1
/
+10
2021-01-07
c++: Fix thinko in auto return type checking [PR98441]
Marek Polacek
1
-3
/
+5
2021-01-07
c++: Add TARGET_EXPR comments
Jason Merrill
1
-0
/
+6
2021-01-07
c++: Add some conversion sanity checking.
Jason Merrill
1
-15
/
+22
2021-01-07
Daily bump.
GCC Administrator
1
-0
/
+5
2021-01-06
PR c++/95768 - pretty-printer ICE on -Wuninitialized with allocated storage
Martin Sebor
1
-26
/
+2
2021-01-06
Daily bump.
GCC Administrator
1
-0
/
+36
2021-01-05
c++: Fix deduction from the type of an NTTP
Patrick Palka
1
-1
/
+9
2021-01-05
Don't link cc1 etc. against libcody.a
Jakub Jelinek
1
-3
/
+3
2021-01-05
c++: Fix ICE with __builtin_bit_cast [PR98469]
Jakub Jelinek
2
-0
/
+13
2021-01-05
c++: ICE with deferred noexcept when deducing targs [PR82099]
Marek Polacek
1
-0
/
+3
2021-01-05
[c++]: Improve module-decl diagnostics [PR 98327]
Nathan Sidwell
1
-4
/
+7
2021-01-05
build: libcody: Link with -lsocket -lnsl if necessary [PR98316]
Rainer Orth
1
-1
/
+2
2021-01-04
Update copyright years.
Jakub Jelinek
56
-56
/
+56
2021-01-03
Daily bump.
GCC Administrator
1
-0
/
+6
2021-01-02
Free datastructures pointing to CFG after parsing
Jan Hubicka
3
-0
/
+12
2021-01-02
Daily bump.
GCC Administrator
1
-0
/
+4
2021-01-01
Rotate ChangeLog files - step 2 - remove 2020 entries from ChangeLog files.
Jakub Jelinek
1
-6591
/
+1
2021-01-01
Rotate ChangeLog files - part 1 - add ChangeLog-2020.
Jakub Jelinek
1
-0
/
+6596
2020-12-25
Daily bump.
GCC Administrator
1
-0
/
+8
2020-12-24
C++ : Add the -stdlib= option.
Iain Sandoe
1
-8
/
+66
2020-12-24
Daily bump.
GCC Administrator
1
-0
/
+25
2020-12-23
c++: EOF location [PR 96045]
Nathan Sidwell
1
-0
/
+10
2020-12-23
c++: Fix initializing empty base from prvalue [PR97597]
Jason Merrill
3
-2
/
+34
2020-12-23
c++: Fix up floating point complex handling in build_zero_init_1 [PR98353]
Jakub Jelinek
1
-1
/
+1
2020-12-23
c++: Fix constexpr array ICE [PR98332]
Jason Merrill
1
-2
/
+2
2020-12-23
Daily bump.
GCC Administrator
1
-0
/
+21
2020-12-22
c++: Module ICE fix
Nathan Sidwell
1
-1
/
+2
2020-12-22
c++: Handle array members in build_comparison_op [PR93480]
Jakub Jelinek
1
-5
/
+89
2020-12-22
c++: Fix build with clang
Gerald Pfeifer
1
-0
/
+2
2020-12-21
c++: Add some asserts in mangle.c
Jason Merrill
1
-2
/
+8
2020-12-22
Daily bump.
GCC Administrator
1
-0
/
+12
2020-12-21
c++: Windows rename [PR 98412]
Nathan Sidwell
1
-2
/
+12
2020-12-21
bootstrap: std:stoul non-portable [PR 98412]
Nathan Sidwell
2
-6
/
+16
[next]