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/existing-fp8
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
2006-01-28
re PR c++/25855 (template specialisation not always found (partial ordering))
Mark Mitchell
1
-43
/
+27
2006-01-25
cp-tree.h (get_primary_binfo): Remove prototype.
Volker Reichelt
1
-3
/
+3
2006-01-23
cp-tree.h (do_poplevel): Remove prototype.
Volker Reichelt
1
-1
/
+1
2006-01-19
re PR c++/25854 (Bogus diagnostic with '<type error>')
Volker Reichelt
1
-2
/
+6
2006-01-13
* pt.c (check_explicit_specialization): Use CP_DECL_CONTEXT even more.
Jason Merrill
1
-2
/
+2
2006-01-13
name-lookup.c (set_decl_namespace): Use CP_DECL_CONTEXT.
Jason Merrill
1
-2
/
+4
2006-01-12
re PR libstdc++/24660 (versioning weak symbols in libstdc++)
Jason Merrill
1
-1
/
+8
2005-12-23
re PR c++/24671 (ICE with zero-sized arrays)
Mark Mitchell
1
-0
/
+2
2005-12-23
re PR c++/25369 (use of inline function in template class leads to undefined ...
Mark Mitchell
1
-34
/
+4
2005-12-16
* parser.c, pt.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2005-12-12
re PR c++/25337 (ICE with template processing)
Mark Mitchell
1
-7
/
+8
2005-11-25
pt.c (instantiate_class_template): Clean-up.
Volker Reichelt
1
-6
/
+6
2005-11-25
pt.c (template_class_depth_real): Remove.
Volker Reichelt
1
-21
/
+5
2005-11-24
re PR target/24236 (gcc.dg/i386-sse-10.c fails on the mainline on x86_64-linu...
Gabriel Dos Reis
1
-1
/
+2
2005-11-21
c-common.c, [...]: Revert 2005-11-18 lookup_name patch.
Richard Henderson
1
-4
/
+4
2005-11-15
re PR c++/24687 (ICE after error)
Mark Mitchell
1
-6
/
+2
2005-11-12
re PR c++/24761 (templates and inline-asm and "+")
Jakub Jelinek
1
-3
/
+36
2005-11-07
re PR c++/17256 (undefined but used static or inline functions should be diag...
Jason Merrill
1
-3
/
+8
2005-11-04
re PR c++/19989 (Inconsistency with zero-sized arrays)
Josh Conner
1
-16
/
+15
2005-11-03
re PR c++/21627 (invalid inline warning with ctor and dtor)
Mark Mitchell
1
-0
/
+18
2005-11-02
re PR c++/24569 (ICE in add_AT_specification, at dwarf2out.c:4966)
Mark Mitchell
1
-4
/
+3
2005-10-18
re PR c++/23293 (Misleading names in diagnostics for typedefs in functions)
Mark Mitchell
1
-0
/
+7
2005-10-17
re PR c++/24386 (wrong virtual function called in template member)
Nathan Sidwell
1
-3
/
+11
2005-10-16
re PR c++/24389 (template variable not getting marked as weak)
Mark Mitchell
1
-0
/
+4
2005-10-16
re PR c++/22137 (Internal error: Segmentation fault (program cc1plus))
Mark Mitchell
1
-8
/
+26
2005-10-16
tweak comment
Jason Merrill
1
-1
/
+1
2005-10-13
re PR c++/22464 (ICE on classes in template functions which attempt closure)
Mark Mitchell
1
-16
/
+40
2005-10-12
re PR c++/21592 (ICE in resolve_overloaded_unification/arg_assoc)
Nathan Sidwell
1
-1
/
+6
2005-10-12
re PR c++/23797 (ICE on typename outside template)
Nathan Sidwell
1
-0
/
+4
2005-10-11
re PR c++/24277 (Boost causes ICE in build_c_cast, at cp/typeck.c:5231)
Mark Mitchell
1
-5
/
+11
2005-10-10
re PR c++/24275 (Previously accepted code fails with 4.0.2)
Mark Mitchell
1
-0
/
+3
2005-10-05
re PR c++/23513 (overload resolution fails to select a more specialized templ...
Nathan Sidwell
1
-10
/
+23
2005-10-02
re PR c++/22621 (Member function overloading introduces syntax errors)
Mark Mitchell
1
-3
/
+1
2005-09-27
re PR c++/22147 (ICE in get_bindings)
Mark Mitchell
1
-0
/
+2
2005-09-16
re PR c++/21514 ([DR 488] templates and anonymous enum)
Mark Mitchell
1
-7
/
+10
2005-09-16
re PR c++/23896 (boost::tie() = std::pair doesn't compile)
Mark Mitchell
1
-5
/
+15
2005-09-15
* pt.c (check_explicit_instantiation_namespace): Fix typo.
Mark Mitchell
1
-1
/
+1
2005-09-15
re PR c++/13140 (declaration in global namespace, definition inside named or ...
Mark Mitchell
1
-2
/
+34
2005-09-13
re PR c++/23842 (Incorrect access control context)
Mark Mitchell
1
-4
/
+0
2005-09-12
re PR c++/23789 (compilation error when template parameters have certain comp...
Mark Mitchell
1
-26
/
+1
2005-09-12
re PR c++/7874 (g++ finds friend functions defined in class-definition but no...
Ian Lance Taylor
1
-17
/
+21
2005-09-11
decl2.c (build_anon_union_vars): Copy attributes from the base addr.
Richard Henderson
1
-0
/
+7
2005-09-09
re PR c++/22252 (pragma interface/implementation still break synthesized meth...
Mark Mitchell
1
-1
/
+1
2005-09-05
re PR c++/23667 (tr1/6_containers/unordered/hashtable/23465.cc execution test...
Mark Mitchell
1
-11
/
+7
2005-09-03
re PR c++/23699 (rejects static int as non constant after "extern template")
Mark Mitchell
1
-10
/
+31
2005-08-29
re PR c++/23099 (ICE in build_simple_base_path, at cp/class.c:460)
Mark Mitchell
1
-32
/
+39
2005-08-26
re PR c++/19004 (ICE in uses_template_parms at cp/pt.c:4860)
Mark Mitchell
1
-1
/
+3
2005-08-23
re PR c++/23044 (ICE on valid code)
Nathan Sidwell
1
-1
/
+2
2005-08-22
re PR c++/22233 (ICE with wrong number of template parameters)
Volker Reichelt
1
-0
/
+1
2005-08-15
Fix Infinite Stack Recursion Regression.
Fariborz Jahanian
1
-7
/
+11
[next]