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
2019-12-11
PR c++/92859 - ADL and bit-field.
Jason Merrill
2
-1
/
+4
2019-12-11
PR c++/92446 - deduction of class NTTP.
Jason Merrill
2
-1
/
+6
2019-12-10
PR c++/92847 - C++20 comparison ambiguity with class template.
Jason Merrill
2
-14
/
+18
2019-12-10
Fix C++20 structural type vs. private base.
Jason Merrill
3
-19
/
+49
2019-12-10
PR c++/92560 - ICE with decltype and rewritten operator.
Jason Merrill
2
-1
/
+10
2019-12-10
Replace label_text ctor with "borrow" and "take"
David Malcolm
2
-2
/
+7
2019-12-09
typeck.c (check_for_casting_away_constness): Add location_t parameter and use...
Paolo Carlini
11
-168
/
+269
2019-12-09
cvt.c (maybe_warn_nodiscard): Add workaround for GCC 3.4-4.4 - cast msg to (c...
Jakub Jelinek
2
-12
/
+19
2019-12-07
re PR c++/92831 (CWG1299 extend_ref_init_temps_1 punts on COND_EXPRs)
Jakub Jelinek
2
-1
/
+9
2019-12-06
parser.c (cp_parser_diagnose_invalid_type_name): Mention that concept is also...
Jakub Jelinek
2
-1
/
+5
2019-12-06
PR c++/92831 - CWG 1299, not extending temporary lifetime for ?:
Jakub Jelinek
3
-13
/
+83
2019-12-06
[C++] Pass type uses through the verify_type_context hook
Richard Sandiford
8
-1
/
+110
2019-12-05
PR c++/91353 - P1331R2: Allow trivial default init in constexpr contexts.
Marek Polacek
5
-19
/
+80
2019-12-05
PR c++/92271 - make __is_same alias for __is_same_as.
Marek Polacek
2
-1
/
+7
2019-12-05
* cp-gimplify.c: Include memmodel.h.
David Edelsohn
2
-0
/
+5
2019-12-05
typeck2.c (build_functional_cast): Add location_t parameter and use it.
Paolo Carlini
8
-20
/
+40
2019-12-04
* cp-gimplify.c: Include tm_p.h.
David Edelsohn
2
-0
/
+5
2019-12-04
Remove stray comma in primary_constraint_error.
Marek Polacek
2
-1
/
+5
2019-12-04
[C++] Opt out of GNU vector extensions for built-in SVE types
Richard Sandiford
5
-19
/
+55
2019-12-04
cp-tree.h (enum cp_tree_index): Add CPTI_SOURCE_LOCATION_IMPL.
Jakub Jelinek
7
-3
/
+302
2019-12-03
typeck.c (cp_build_addr_expr_1): Use the cp_expr_loc_or_input_loc location in...
Paolo Carlini
2
-21
/
+33
2019-12-03
re PR c++/91369 (Implement P0784R7: constexpr new)
Jakub Jelinek
2
-16
/
+80
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
6
-11
/
+161
2019-12-03
re PR c++/92732 (Bit-field of scoped enumeration type cannot be initialized)
Jakub Jelinek
2
-0
/
+8
2019-12-03
re PR c++/92705 (ICE: Segmentation fault (in build_new_op_1))
Jason Merrill
2
-25
/
+31
2019-12-03
re PR c++/92695 (P1064R0 - virtual constexpr fails if object taken from array)
Jakub Jelinek
2
-0
/
+27
2019-12-02
re PR c++/92695 (P1064R0 - virtual constexpr fails if object taken from array)
Jakub Jelinek
2
-0
/
+7
2019-11-29
re PR c++/60228 (ICE using lambda in #pragma omp declare reduction)
Jakub Jelinek
5
-6
/
+48
2019-11-28
re PR c++/92695 (P1064R0 - virtual constexpr fails if object taken from array)
Jakub Jelinek
2
-2
/
+11
2019-11-27
Implement P1814R0, CTAD for alias templates.
Jason Merrill
7
-108
/
+413
2019-11-27
Fix constrained alias template transparency.
Jason Merrill
6
-21
/
+75
2019-11-27
PR c++/92206 - ICE with typedef to dependent alias.
Jason Merrill
7
-39
/
+78
2019-11-27
re PR c++/92236 ([concepts] Explain non-satisfaction in static_assert)
Andrew Sutton
7
-31
/
+86
2019-11-27
re PR c++/92439 ([concepts] trunk crashes on constraint satisfaction failure)
Andrew Sutton
2
-99
/
+204
2019-11-27
re PR c++/88395 (ICE: Segmentation fault signal terminated program cc1plus, w...
Andrew Sutton
2
-0
/
+8
2019-11-27
Diagnose certain constraint errors as hard errors, but otherwise treat them t...
Andrew Sutton
7
-109
/
+132
2019-11-27
re PR c++/92524 (ICE in short program with constexpr and std::array)
Jakub Jelinek
2
-0
/
+11
2019-11-26
Remember the location of a variable template-id.
Jason Merrill
3
-25
/
+34
2019-11-27
typeck.c (cp_build_unary_op): Consistently use the accurate location in seven...
Paolo Carlini
2
-19
/
+34
2019-11-26
re PR c++/92648 (Handling of unknown attributes)
Jakub Jelinek
2
-1
/
+15
2019-11-26
re PR c++/61414 (enum class bitfield size-checking needs a separate warning f...
Jakub Jelinek
2
-1
/
+62
2019-11-25
typeck.c (cp_build_indirect_ref_1): Add location_t parameter and use it in er...
Paolo Carlini
6
-36
/
+62
2019-11-23
re PR c++/92365 (ice unexpected expression ‘int16_t()’ of kind cast_expr)
Bernd Edlinger
2
-2
/
+8
2019-11-22
PR c++/88337 - P1327R1: Allow polymorphic typeid in constexpr.
Marek Polacek
3
-5
/
+14
2019-11-22
re PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_no...
Jakub Jelinek
2
-0
/
+12
2019-11-22
re PR c++/92458 (Constraints do not work with precompiled headers)
Jakub Jelinek
6
-8
/
+22
2019-11-21
PR c++/92450 - ICE with invalid nested name specifier.
Marek Polacek
2
-3
/
+11
2019-11-21
re PR c++/90842 (ICE in poplevel, at cp/decl.c:585)
Jakub Jelinek
2
-0
/
+19
2019-11-20
typeck2.c (build_x_arrow): Early return if decay_conversion returns error_mar...
Paolo Carlini
2
-1
/
+10
[next]