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-10-09
decl.c (grok_ctor_properties): Use DECL_SOURCE_LOCATION.
Paolo Carlini
3
-37
/
+53
2019-10-08
PR c++/92001 - missing -Wclass-memaccess with array as first argument to memset
Martin Sebor
2
-1
/
+8
2019-10-07
call.c (resolve_args): Use cp_expr_loc_or_input_loc in one place.
Paolo Carlini
6
-9
/
+45
2019-10-05
PR c++/91369 - Implement P0784R7: constexpr new
Jakub Jelinek
8
-123
/
+581
2019-10-04
re PR c++/71504 ([C++11] constexpr fails with multidimensional arrays)
Jakub Jelinek
2
-128
/
+107
2019-10-04
re PR c++/91974 (function not sequenced before function argument)
Jakub Jelinek
2
-0
/
+23
2019-10-02
init.c (build_new): Use cp_expr_loc_or_input_loc in two places.
Paolo Carlini
3
-8
/
+19
2019-10-03
constexpr.c (cxx_eval_constant_expression): If not skipping upon entry to bod...
Jakub Jelinek
2
-7
/
+26
2019-10-03
constexpr.c (cxx_eval_store_expression): Formatting fix.
Jakub Jelinek
2
-2
/
+9
2019-10-02
Improve C++ fold caching efficiency.
Jason Merrill
2
-3
/
+9
2019-10-02
Add some hash_map_safe_* functions like vec_safe_*.
Jason Merrill
6
-49
/
+22
2019-10-02
re PR c++/91606 (Optimization leads to invalid code)
Richard Biener
2
-0
/
+8
2019-09-28
PR c++/91889 - follow-up fix for DR 2352.
Marek Polacek
2
-0
/
+53
2019-09-28
PR c++/91921 - stray warning with -Woverloaded-virtual.
Marek Polacek
2
-5
/
+10
2019-09-28
PR c++/91923 - failure-to-SFINAE with class type NTTP in C++17.
Marek Polacek
2
-2
/
+9
2019-09-27
re PR c++/88203 (assert does not compile with OpenMP's pragma omp parallel fo...
Jakub Jelinek
4
-0
/
+29
2019-09-27
constexpr.c (cxx_fold_indirect_ref): Use similar_type_p.
Jason Merrill
2
-23
/
+18
2019-09-27
cp-tree.h (class iloc_sentinel): New.
Jason Merrill
5
-17
/
+32
2019-09-27
[C][C++] Allow targets to check calls to BUILT_IN_MD functions
Richard Sandiford
4
-12
/
+33
2019-09-25
PR c++/91877 - ICE with converting member of packed struct.
Marek Polacek
2
-2
/
+6
2019-09-25
name-lookup.c (check_extern_c_conflict): Use DECL_SOURCE_LOCATION.
Paolo Carlini
2
-5
/
+13
2019-09-24
Fix location of dependent member CALL_EXPR.
Jason Merrill
2
-4
/
+6
2019-09-24
PR c++/91868 - improve -Wshadow location.
Marek Polacek
2
-3
/
+7
2019-09-24
PR c++/91845 - ICE with invalid pointer-to-member.
Marek Polacek
3
-4
/
+11
2019-09-23
pt.c (check_explicit_specialization): Use cp_expr_loc_or_input_loc.
Paolo Carlini
2
-30
/
+50
2019-09-23
PR c++/91809 - bit-field and ellipsis.
Jason Merrill
2
-7
/
+13
2019-09-23
PR c++/91844 - Implement CWG 2352, Similar types and reference binding.
Marek Polacek
4
-11
/
+48
2019-09-22
PR c++/91819 - ICE with operator++ and enum.
Marek Polacek
2
-1
/
+9
2019-09-19
Handle [[likely]] on compound-statement.
Jason Merrill
2
-1
/
+9
2019-09-19
Revert "Fix conversions for built-in operator overloading candidates."
Jason Merrill
3
-27
/
+36
2019-09-16
decl.c (grokdeclarator): Use declspecs->locations and declarator->id_loc in a...
Paolo Carlini
3
-8
/
+24
2019-09-16
PR c++/30277 - int-width bit-field promotion.
Jason Merrill
2
-11
/
+24
2019-09-16
PR c++/82165 - enum bitfields and operator overloading.
Jason Merrill
2
-14
/
+20
2019-09-16
Fix conversions for built-in operator overloading candidates.
Jason Merrill
3
-28
/
+34
2019-09-15
PR c++/91740 - ICE with constexpr call and ?: in ARRAY_REF.
Marek Polacek
2
-1
/
+7
2019-09-15
Change C++ to C comments.
Jason Merrill
4
-82
/
+78
2019-09-15
[C++ PATCH] simplify clone predicate
Nathan Sidwell
4
-43
/
+19
2019-09-14
Formatting and comment syntax adjustments.
Jason Merrill
4
-27
/
+29
2019-09-11
[PATCH] some tree struct marking
Nathan Sidwell
3
-80
/
+95
2019-09-10
PR c++/91673 - ICE with noexcept in alias-declaration.
Marek Polacek
2
-26
/
+54
2019-09-10
PR c++/91705 - constexpr evaluation rejects ++/-- on floats.
Marek Polacek
2
-0
/
+10
2019-09-10
decl.c (has_designator_problem): Use cp_expr_loc_or_input_loc in error_at.
Paolo Carlini
2
-11
/
+26
2019-09-10
PR c++/84374 - diagnose invalid uses of decltype(auto).
Marek Polacek
2
-0
/
+16
2019-09-06
[PATCH] Deprecate -frepo option.
Nathan Sidwell
3
-18
/
+8
2019-09-06
[C++ PATCH] Reserve a decl_lang bit
Nathan Sidwell
4
-16
/
+16
2019-09-06
Remove support for repo files (PR c++/91125).
Martin Liska
9
-436
/
+29
2019-09-05
PR c++/91644 - ICE with constinit in function template.
Marek Polacek
3
-3
/
+25
2019-09-05
[C++ PATCH] vtable decl marking
Nathan Sidwell
2
-3
/
+8
2019-09-04
Remove -fdeduce-init-list.
Marek Polacek
3
-37
/
+5
2019-09-02
Use cxx_printable_name for __PRETTY_FUNCTION__ in cp_fname_init.
Martin Liska
1
-3
/
+17
[next]