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
2020-01-07
init.c (build_new): Add location_t parameter and use it throughout.
Paolo Carlini
1
-5
/
+6
2020-01-06
PR c++/92552 - ICE with inherited constrained default ctor.
Jason Merrill
1
-0
/
+1
2020-01-03
Reject class template placeholder as non-type template parm type in C++17.
Jason Merrill
1
-1
/
+10
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-30
decl2.c (delete_sanity): Add location_t parameter and use it throughout.
Paolo Carlini
1
-1
/
+1
2019-12-21
re PR c++/92965 ("note: 'x' is not public" emitted even when no error is emit...
Jakub Jelinek
1
-4
/
+6
2019-12-18
typeck.c (cxx_sizeof_or_alignof_type): Add location_t parameter and use it th...
Paolo Carlini
1
-5
/
+9
2019-12-17
re PR c++/59655 (incorrect diagnostic on templatized function with lambda par...
Jakub Jelinek
1
-1
/
+6
2019-12-11
PR c++/92446 - deduction of class NTTP.
Jason Merrill
1
-1
/
+1
2019-12-09
typeck.c (check_for_casting_away_constness): Add location_t parameter and use...
Paolo Carlini
1
-4
/
+4
2019-12-06
[C++] Pass type uses through the verify_type_context hook
Richard Sandiford
1
-0
/
+4
2019-12-05
typeck2.c (build_functional_cast): Add location_t parameter and use it.
Paolo Carlini
1
-1
/
+1
2019-11-27
Implement P1814R0, CTAD for alias templates.
Jason Merrill
1
-105
/
+376
2019-11-27
Fix constrained alias template transparency.
Jason Merrill
1
-7
/
+46
2019-11-27
PR c++/92206 - ICE with typedef to dependent alias.
Jason Merrill
1
-26
/
+44
2019-11-27
re PR c++/92236 ([concepts] Explain non-satisfaction in static_assert)
Andrew Sutton
1
-11
/
+0
2019-11-27
Diagnose certain constraint errors as hard errors, but otherwise treat them t...
Andrew Sutton
1
-2
/
+0
2019-11-26
Remember the location of a variable template-id.
Jason Merrill
1
-1
/
+6
2019-11-22
re PR c++/92458 (Constraints do not work with precompiled headers)
Jakub Jelinek
1
-4
/
+4
2019-11-19
re PR c++/89913 (ICE with invalid using declaration)
Andrew Sutton
1
-0
/
+3
2019-11-19
re PR c++/92078 (error: 'struct std::ptr<Iter>' redeclared with different acc...
Andrew Sutton
1
-40
/
+43
2019-11-19
Suppress diagnostics substituting into a requires-expression (PR c++/92403).
Andrew Sutton
1
-1
/
+6
2019-11-15
Implement P1816R0, class template argument deduction for aggregates.
Jason Merrill
1
-32
/
+140
2019-11-14
c-parser.c (c_parser_omp_context_selector): Don't require score argument to f...
Jakub Jelinek
1
-1
/
+13
2019-11-14
omp-general.c (omp_context_name_list_prop): New function.
Jakub Jelinek
1
-2
/
+2
2019-11-12
Add OpenACC 2.6 `serial' construct support
Maciej W. Rozycki
1
-0
/
+1
2019-11-06
Implement D1907R1 "structural type".
Jason Merrill
1
-12
/
+6
2019-11-06
PR c++/92150 - partial specialization with class NTTP.
Jason Merrill
1
-2
/
+3
2019-11-06
Use satisfaction with nested requirements.
Jason Merrill
1
-2
/
+40
2019-11-05
Implement C++20 operator<=>.
Jason Merrill
1
-0
/
+1
2019-11-05
Various small C++ changes.
Jason Merrill
1
-7
/
+7
2019-11-05
decl.c (omp_declare_variant_finalize_one): Call declare_simd_adjust_this not ...
Jakub Jelinek
1
-0
/
+75
2019-10-30
PR c++/84810 - constraints on lambdas
Jeff Chapman II
1
-1
/
+1
2019-10-30
PR c++/92268 - hard error satisfying return-type-requirement
Jason Merrill
1
-1
/
+1
2019-10-24
[C++ PATCH] Template parm index fix
Nathan Sidwell
1
-14
/
+21
2019-10-24
Finish moving constraint and logic functionality of out pt.c.
Andrew Sutton
1
-157
/
+0
2019-10-21
PR c++/92062 - ODR-use ignored for static member of class template.
Marek Polacek
1
-0
/
+2
2019-10-17
decl.c (grokfndecl): Remove redundant use of in_system_header_at.
Paolo Carlini
1
-12
/
+9
2019-10-11
PR c++/92049 - extra error with -fchecking=2.
Marek Polacek
1
-1
/
+1
2019-10-11
typeck.c (cp_build_binary_op): Do not handle RROTATE_EXPR and LROTATE_EXPR.
Paolo Carlini
1
-4
/
+0
2019-10-09
Update the concepts implementation to conform to C++20.
Jason Merrill
1
-311
/
+645
2019-10-07
call.c (resolve_args): Use cp_expr_loc_or_input_loc in one place.
Paolo Carlini
1
-2
/
+4
2019-10-02
Add some hash_map_safe_* functions like vec_safe_*.
Jason Merrill
1
-18
/
+3
2019-09-28
PR c++/91923 - failure-to-SFINAE with class type NTTP in C++17.
Marek Polacek
1
-2
/
+3
2019-09-27
cp-tree.h (class iloc_sentinel): New.
Jason Merrill
1
-4
/
+1
2019-09-23
pt.c (check_explicit_specialization): Use cp_expr_loc_or_input_loc.
Paolo Carlini
1
-30
/
+41
2019-09-16
decl.c (grokdeclarator): Use declspecs->locations and declarator->id_loc in a...
Paolo Carlini
1
-3
/
+6
2019-09-15
PR c++/91740 - ICE with constexpr call and ?: in ARRAY_REF.
Marek Polacek
1
-1
/
+1
2019-09-15
Change C++ to C comments.
Jason Merrill
1
-8
/
+8
2019-09-15
[C++ PATCH] simplify clone predicate
Nathan Sidwell
1
-2
/
+3
[next]