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
/
call.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-04
call.c (convert_arg_to_ellipsis): Correct comment about passing by reference.
Nathan Sidwell
1
-2
/
+3
2017-09-28
PR c++/56973, DR 696 - capture constant variables only as needed.
Jason Merrill
1
-1
/
+1
2017-09-28
Small lambda fixes.
Jason Merrill
1
-1
/
+1
2017-09-22
C++: underline parameters in mismatching function calls
David Malcolm
1
-1
/
+25
2017-09-15
invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...
Jakub Jelinek
1
-3
/
+3
2017-09-06
name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ...
Nathan Sidwell
1
-6
/
+3
2017-08-30
PR c++/82030 - ICE inheriting from multiple lambdas
Jason Merrill
1
-1
/
+3
2017-08-29
PR c++/81236 - ICE with template-id in generic lambda
Jason Merrill
1
-0
/
+1
2017-08-29
PR c++/80767 - unnecessary instantiation of generic lambda
Jason Merrill
1
-2
/
+11
2017-08-29
Instantiate default arguments/member initializers once.
Jason Merrill
1
-1
/
+1
2017-08-29
Fix default argument conversion failure and SFINAE.
Jason Merrill
1
-4
/
+7
2017-08-21
c-family/c/c++: pass optional vec<location_t> to c-format.c
David Malcolm
1
-1
/
+1
2017-08-10
PR c++/80452 - Core 1579, implicit move semantics on return/throw
Jason Merrill
1
-8
/
+18
2017-08-09
PR c++/81359 - Unparsed NSDMI error from SFINAE context.
Jason Merrill
1
-1
/
+1
2017-08-08
trans.c: Include header files.
Martin Liska
1
-0
/
+2
2017-08-02
re PR c++/81640 (ICE in lookup_fnfields_slot_nolazy w/ -Wshadow=compatible-lo...
Jakub Jelinek
1
-1
/
+1
2017-07-21
call.c (add_candidates): Move decls to initialization.
Nathan Sidwell
1
-20
/
+9
2017-06-30
call.c (build_new_method_call_1): Use constructo_name to get ctor name.
Nathan Sidwell
1
-24
/
+21
2017-06-29
call.c (check_dtor_name): Use constructor_name for enums too.
Nathan Sidwell
1
-7
/
+7
2017-06-29
Whitespace cleanups.
Nathan Sidwell
1
-9
/
+8
2017-06-26
PR c++/81169 - -Wclass-memaccess illegitimate warning related to volatile
Martin Sebor
1
-2
/
+5
2017-06-26
cp-tree.h (lang_decl_fn): Remove assignment_operator_p field.
Nathan Sidwell
1
-22
/
+18
2017-06-22
Reorder IDENTIFIER flags
Nathan Sidwell
1
-7
/
+5
2017-06-20
PR c++/80972 - C++17 ICE with attribute packed.
Jason Merrill
1
-0
/
+2
2017-06-16
PR c++/81045 - Wrong type-dependence with auto return type.
Jason Merrill
1
-0
/
+3
2017-06-15
PR c++/80560 - warn on undefined memory operations involving non-trivial types
Martin Sebor
1
-0
/
+391
2017-06-09
Missing bits from N4268, constant evaluation for all non-type args.
Jason Merrill
1
-32
/
+81
2017-06-09
Overhaul pointer-to-member conversion and template argument handling.
Jason Merrill
1
-4
/
+6
2017-06-09
Don't fold conversion from a constant variable.
Jason Merrill
1
-22
/
+9
2017-05-30
C++ template type diff printing
David Malcolm
1
-20
/
+20
2017-05-26
call.c (build_operator_new_call): Do namelookup and ADL here.
Nathan Sidwell
1
-6
/
+9
2017-05-24
PR c/80731 - poor -Woverflow warnings
Martin Sebor
1
-2
/
+2
2017-05-19
call.c (add_list_candidates): Use OVL_FIRST.
Nathan Sidwell
1
-3
/
+3
2017-05-16
C++: fix-it hints suggesting accessors for private fields
David Malcolm
1
-1
/
+7
2017-05-16
call.c (build_user_type_conversion_1): Use OVL_FIRST.
Nathan Sidwell
1
-18
/
+14
2017-05-10
cp-tree.h (build_new_function_call): Lose koenig_p arg.
Nathan Sidwell
1
-17
/
+1
2017-05-09
PR c++/70167 - array prvalue treated as lvalue
Jason Merrill
1
-0
/
+3
2017-05-08
PR c++/80178 - parameter passing for uncopyable classes
Jason Merrill
1
-11
/
+18
2017-05-07
re PR translation/80280 (Missing closing quote (%>) c/semantics.c and c/c-typ...
Volker Reichelt
1
-3
/
+3
2017-05-05
call.c (make_temporary_var_for_ref_to_temp): Push decl into current scope.
Nathan Sidwell
1
-7
/
+5
2017-05-04
PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.c
Martin Sebor
1
-8
/
+9
2017-05-04
More global trees.
Nathan Sidwell
1
-2
/
+2
2017-04-07
re PR c++/80095 (ICE with this pointer in NSDMI)
Marek Polacek
1
-3
/
+2
2017-03-23
PR c++/77563 - missing ambiguous conversion error.
Jason Merrill
1
-1
/
+1
2017-03-06
PR c++/79796 - ICE with NSDMI and this pointer
Marek Polacek
1
-0
/
+3
2017-03-04
Core issues 2273 and 2277
Jason Merrill
1
-9
/
+15
2017-03-03
Update overload resolution with deduction guides.
Jason Merrill
1
-0
/
+16
2017-02-28
Class template argument deduction refinements
Jason Merrill
1
-12
/
+12
2017-02-28
i386.c: Include intl.h.
Jakub Jelinek
1
-2
/
+2
2017-02-25
tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
Jakub Jelinek
1
-2
/
+2
[next]