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
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-11
Introduce pretty_printer::clone vfunc
David Malcolm
1
-0
/
+7
2019-12-11
re PR c++/92869 (C++17 wrongly reports aggregate type as not-aggregate (when ...
Jakub Jelinek
1
-0
/
+7
2019-12-11
PR c++/92878 - Parenthesized init of aggregates in new-expression.
Marek Polacek
1
-0
/
+6
2019-12-11
PR c++/92105 - decltype(decltype) error cascade.
Jason Merrill
1
-0
/
+4
2019-12-11
PR c++/57082 - new X{} and private destructor.
Jason Merrill
1
-0
/
+4
2019-12-11
PR c++/92774 - ICE with implicitly deleted operator<=>.
Jason Merrill
1
-0
/
+4
2019-12-11
PR c++/92859 - ADL and bit-field.
Jason Merrill
1
-0
/
+3
2019-12-11
PR c++/92446 - deduction of class NTTP.
Jason Merrill
1
-0
/
+5
2019-12-10
PR c++/92847 - C++20 comparison ambiguity with class template.
Jason Merrill
1
-0
/
+3
2019-12-10
Fix C++20 structural type vs. private base.
Jason Merrill
1
-0
/
+6
2019-12-10
PR c++/92560 - ICE with decltype and rewritten operator.
Jason Merrill
1
-0
/
+5
2019-12-10
Replace label_text ctor with "borrow" and "take"
David Malcolm
1
-0
/
+5
2019-12-09
typeck.c (check_for_casting_away_constness): Add location_t parameter and use...
Paolo Carlini
1
-0
/
+39
2019-12-09
cvt.c (maybe_warn_nodiscard): Add workaround for GCC 3.4-4.4 - cast msg to (c...
Jakub Jelinek
1
-0
/
+5
2019-12-07
re PR c++/92831 (CWG1299 extend_ref_init_temps_1 punts on COND_EXPRs)
Jakub Jelinek
1
-0
/
+8
2019-12-06
parser.c (cp_parser_diagnose_invalid_type_name): Mention that concept is also...
Jakub Jelinek
1
-0
/
+3
2019-12-06
PR c++/92831 - CWG 1299, not extending temporary lifetime for ?:
Jakub Jelinek
1
-0
/
+14
2019-12-06
[C++] Pass type uses through the verify_type_context hook
Richard Sandiford
1
-0
/
+35
2019-12-05
PR c++/91353 - P1331R2: Allow trivial default init in constexpr contexts.
Marek Polacek
1
-0
/
+18
2019-12-05
PR c++/92271 - make __is_same alias for __is_same_as.
Marek Polacek
1
-0
/
+6
2019-12-05
* cp-gimplify.c: Include memmodel.h.
David Edelsohn
1
-0
/
+4
2019-12-05
typeck2.c (build_functional_cast): Add location_t parameter and use it.
Paolo Carlini
1
-0
/
+12
2019-12-04
* cp-gimplify.c: Include tm_p.h.
David Edelsohn
1
-0
/
+4
2019-12-04
Remove stray comma in primary_constraint_error.
Marek Polacek
1
-0
/
+4
2019-12-04
[C++] Opt out of GNU vector extensions for built-in SVE types
Richard Sandiford
1
-0
/
+15
2019-12-04
cp-tree.h (enum cp_tree_index): Add CPTI_SOURCE_LOCATION_IMPL.
Jakub Jelinek
1
-0
/
+22
2019-12-03
typeck.c (cp_build_addr_expr_1): Use the cp_expr_loc_or_input_loc location in...
Paolo Carlini
1
-0
/
+9
2019-12-03
re PR c++/91369 (Implement P0784R7: constexpr new)
Jakub Jelinek
1
-0
/
+17
2019-12-03
PR c++/91363 - P0960R3: Parenthesized initialization of aggregates.
Marek Polacek
1
-0
/
+20
2019-12-03
re PR c++/92732 (Bit-field of scoped enumeration type cannot be initialized)
Jakub Jelinek
1
-0
/
+6
2019-12-03
re PR c++/92705 (ICE: Segmentation fault (in build_new_op_1))
Jason Merrill
1
-0
/
+9
2019-12-03
re PR c++/92695 (P1064R0 - virtual constexpr fails if object taken from array)
Jakub Jelinek
1
-0
/
+7
2019-12-02
re PR c++/92695 (P1064R0 - virtual constexpr fails if object taken from array)
Jakub Jelinek
1
-0
/
+6
2019-11-29
re PR c++/60228 (ICE using lambda in #pragma omp declare reduction)
Jakub Jelinek
1
-0
/
+17
2019-11-28
re PR c++/92695 (P1064R0 - virtual constexpr fails if object taken from array)
Jakub Jelinek
1
-0
/
+6
2019-11-27
Implement P1814R0, CTAD for alias templates.
Jason Merrill
1
-0
/
+11
2019-11-27
Fix constrained alias template transparency.
Jason Merrill
1
-0
/
+10
2019-11-27
PR c++/92206 - ICE with typedef to dependent alias.
Jason Merrill
1
-0
/
+12
2019-11-27
re PR c++/92236 ([concepts] Explain non-satisfaction in static_assert)
Andrew Sutton
1
-0
/
+24
2019-11-27
re PR c++/92439 ([concepts] trunk crashes on constraint satisfaction failure)
Andrew Sutton
1
-0
/
+27
2019-11-27
re PR c++/88395 (ICE: Segmentation fault signal terminated program cc1plus, w...
Andrew Sutton
1
-0
/
+6
2019-11-27
Diagnose certain constraint errors as hard errors, but otherwise treat them t...
Andrew Sutton
1
-0
/
+30
2019-11-27
re PR c++/92524 (ICE in short program with constexpr and std::array)
Jakub Jelinek
1
-0
/
+6
2019-11-26
Remember the location of a variable template-id.
Jason Merrill
1
-0
/
+8
2019-11-27
typeck.c (cp_build_unary_op): Consistently use the accurate location in seven...
Paolo Carlini
1
-0
/
+6
2019-11-26
re PR c++/92648 (Handling of unknown attributes)
Jakub Jelinek
1
-0
/
+5
2019-11-26
re PR c++/61414 (enum class bitfield size-checking needs a separate warning f...
Jakub Jelinek
1
-0
/
+7
2019-11-25
typeck.c (cp_build_indirect_ref_1): Add location_t parameter and use it in er...
Paolo Carlini
1
-0
/
+19
2019-11-23
re PR c++/92365 (ice unexpected expression ‘int16_t()’ of kind cast_expr)
Bernd Edlinger
1
-0
/
+6
2019-11-22
PR c++/88337 - P1327R1: Allow polymorphic typeid in constexpr.
Marek Polacek
1
-0
/
+8
[next]