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
/
pt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-15
re PR c++/81197 (ICE with structured binding and lifetime-extended temporaries)
Jakub Jelinek
1
-6
/
+10
2017-12-15
[PR C++/59930] template friend classes & default args
Nathan Sidwell
1
-8
/
+12
2017-12-14
re PR c++/79650 (ICE on invalid c++ code with label arithmetic in convert_non...
Jakub Jelinek
1
-1
/
+13
2017-12-13
[PR C++/15272] lookups with ambiguating dependent base
Nathan Sidwell
1
-24
/
+38
2017-12-12
PR c++/82115 - ICE with variable initialized with its own address.
Jason Merrill
1
-18
/
+12
2017-12-12
[SFN] introduce statement frontier notes, still disabled
Alexandre Oliva
1
-0
/
+6
2017-12-06
PR c++/82115 - ICE with variable initialized with its own address.
Jason Merrill
1
-6
/
+8
2017-12-05
PR c++/82331 - ICE with variadic partial specialization of auto
Jason Merrill
1
-0
/
+2
2017-11-30
PR c++/82219 - bogus -Wignored-qualifiers with template
Jason Merrill
1
-0
/
+1
2017-11-28
re PR sanitizer/81275 (-fsanitize=thread produce incorrect -Wreturn-type warn...
Jakub Jelinek
1
-3
/
+17
2017-11-28
Remove Cilk Plus support.
Julia Koval
1
-24
/
+2
2017-11-27
pt.c (primary_template_specialization_p): Rename from
Jason Merrill
1
-10
/
+12
2017-11-23
generic.texi (ANNOTATE_EXPR): Document 3rd operand.
Eric Botcazou
1
-2
/
+4
2017-11-16
PR c++/79092 - non-type args of different types are different
Jason Merrill
1
-16
/
+60
2017-11-14
Support GTY((cache)) on hash_map.
Jason Merrill
1
-2
/
+2
2017-11-13
Capture adjustments for P0588R1.
Jason Merrill
1
-10
/
+0
2017-11-03
re PR c++/81957 (ICE decltype)
Paolo Carlini
1
-13
/
+18
2017-11-02
[C++ PATCH] overloaded operator fns [8/N]
Nathan Sidwell
1
-3
/
+1
2017-11-01
[C++ PATCH] overloaded operator fns [8/N]
Nathan Sidwell
1
-1
/
+3
2017-10-31
pt.c: add missing %< and %>
David Malcolm
1
-1
/
+1
2017-10-31
diagnostics: get rid of *_at_rich_loc in favor of overloading
David Malcolm
1
-3
/
+3
2017-10-31
constexpr.c, pt.c: Adjust comments.
Jason Merrill
1
-2
/
+2
2017-10-30
re PR c++/82085 (ICE: Template variable reference used in nested template alias)
Paolo Carlini
1
-2
/
+1
2017-10-27
pt.c (invalid_nontype_parm_type_p): Return a bool instead of an int.
Paolo Carlini
1
-13
/
+13
2017-10-24
re PR c++/80991 (ICE with __is_trivially_constructible in template)
Paolo Carlini
1
-2
/
+15
2017-10-10
More delayed lambda capture fixes.
Jason Merrill
1
-20
/
+5
2017-10-10
Various small C++ fixes.
Jason Merrill
1
-26
/
+17
2017-10-06
re PR c++/47791 (finish function is using literal value instead of a #defined...
Paolo Carlini
1
-1
/
+1
2017-10-04
PR c++/81525 - broken handling of auto in generic lambda.
Jason Merrill
1
-9
/
+14
2017-09-29
P0683R1 - default member initializers for bit-fields
Jakub Jelinek
1
-1
/
+1
2017-09-29
c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD rather than DECL...
Jakub Jelinek
1
-5
/
+4
2017-09-28
PR c++/56973, DR 696 - capture constant variables only as needed.
Jason Merrill
1
-0
/
+26
2017-09-28
Use local_specializations to find capture proxies.
Jason Merrill
1
-8
/
+5
2017-09-15
invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...
Jakub Jelinek
1
-8
/
+8
2017-09-06
PR c++/82053 - ICE with default argument in lambda in template
Jason Merrill
1
-11
/
+10
2017-09-06
PR c++/82070 - error with nested lambda capture
Jason Merrill
1
-2
/
+5
2017-09-06
name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ...
Nathan Sidwell
1
-17
/
+14
2017-09-05
cp-tree.h (lang_decl_base): Rename template_conv_p to unknown_bound_p.
Nathan Sidwell
1
-13
/
+1
2017-09-05
class.c (unreverse_member_declarations): Remove extraneous if.
Nathan Sidwell
1
-4
/
+4
2017-08-31
PR c++/82029 - __PRETTY_FUNCTION__ in lambda in template
Jason Merrill
1
-4
/
+59
2017-08-30
Make taking the address of an overloaded function a non-deduced context
Ville Voutilainen
1
-16
/
+6
2017-08-29
Reimplement handling of lambdas in templates.
Jason Merrill
1
-463
/
+644
2017-08-29
Remove unnecessary LAMBDA_EXPR fields.
Jason Merrill
1
-3
/
+0
2017-08-29
Various small fixes.
Jason Merrill
1
-0
/
+6
2017-08-29
Adjust C++17 class deduction use of DECL_ABSTRACT_ORIGIN.
Jason Merrill
1
-7
/
+6
2017-08-29
Support copying local_specializations.
Jason Merrill
1
-2
/
+5
2017-08-29
Add immediate potential_constant_expression variants.
Jason Merrill
1
-7
/
+8
2017-08-29
Instantiate default arguments/member initializers once.
Jason Merrill
1
-10
/
+27
2017-08-25
Conversion operators have a special name
Nathan Sidwell
1
-10
/
+7
2017-08-21
re PR c++/81899 (ICE: Segmentation fault)
Nathan Sidwell
1
-1
/
+2
[next]