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
1999-04-28
* pt.c (tsubst_friend_class): Check for NULL.
Mark Mitchell
1
-1
/
+1
1999-04-22
cp-tree.h (lang_decl_flags): Remove returns_first_arg and preserves_first_arg.
Mark Mitchell
1
-4
/
+119
1999-04-22
gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes with the RTL co...
Mark Mitchell
1
-14
/
+30
1999-04-20
cp-tree.h (build_binary_op): Remove unneeded parameter.
Mark Mitchell
1
-1
/
+1
1999-04-19
cp-tree.h (finish_static_data_member_decl): New function.
Mark Mitchell
1
-12
/
+17
1999-04-17
decl.c (xref_tag): Revise handling of nested template declarations.
Mark Mitchell
1
-7
/
+45
1999-04-15
cp-tree.h (lang_type): Add documentation.
Mark Mitchell
1
-1
/
+11
1999-04-14
cp-tree.h (popclass): Change declaration.
Mark Mitchell
1
-3
/
+9
1999-04-13
* pt.c (tsubst_function_type): Copy attributes over.
Jason Merrill
1
-0
/
+1
1999-04-13
class.c (finish_struct_1): Look at the const-ness of the field's type...
Mark Mitchell
1
-5
/
+8
1999-04-12
* pt.c (lookup_template_class): Look through implict typename.
Jason Merrill
1
-2
/
+9
1999-04-10
Fix typo.
Jeff Law
1
-1
/
+1
1999-04-10
error.c (dump_type_real): If a typename is a template-id, put out the templat...
Mark Mitchell
1
-29
/
+13
1999-04-04
pt.c (check_template_shadow): Don't treat OVERLOADs as _DECL nodes.
Mark Mitchell
1
-12
/
+28
1999-04-02
tinfo.h (__class_type_info): Fix illegal declaration.
Mark Mitchell
1
-13
/
+16
1999-03-31
semantics.c (begin_inline_definitions, [...]): Rename from finish_default_arg...
Jason Merrill
1
-9
/
+3
1999-03-28
* pt.c (fn_type_unification): Ignore 'this' parm from conversion ops.
Jason Merrill
1
-3
/
+4
1999-03-27
cp-tree.h (add_friend): Declare.
Mark Mitchell
1
-23
/
+10
1999-03-26
Warning fixes:
Kaveh R. Ghazi
1
-4
/
+6
1999-03-25
* pt.c (tsubst_decl): Tsubst into DECL_BEFRIENDING_CLASSES.
Mark Mitchell
1
-0
/
+12
1999-03-24
cp-tree.h (lang_type): Remove has_assignment and has_real_assignment.
Mark Mitchell
1
-2
/
+1
1999-03-23
pt.c (convert_nontype_argument): Don't create things that aren't PTRMEM_CSTs ...
Mark Mitchell
1
-4
/
+22
1999-03-23
cp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.
Mark Mitchell
1
-6
/
+19
1999-03-09
cp-tree.h (flag_access_control): Declare.
Mark Mitchell
1
-4
/
+7
1999-03-05
* pt.c (tsubst, case ARRAY_REF): Use tsubst_expr again.
Jason Merrill
1
-2
/
+2
1999-03-03
class.c, [...]: Add 'static' to make SunOS 4 cc happy.
Jason Merrill
1
-20
/
+20
1999-03-02
cp-tree.h (determine_specialization): Don't declare.
Mark Mitchell
1
-52
/
+35
1999-02-26
decl.c (duplicate_decls): Copy DECL_TEMPLATE_INSTANTIATED when merging decls.
Mark Mitchell
1
-3
/
+8
1999-02-24
* pt.c (tsubst): Allow an array of explicit size zero.
Jason Merrill
1
-3
/
+9
1999-02-21
cp-tree.h (CLASSTYPE_METHOD_VEC): Adjust comment.
Mark Mitchell
1
-123
/
+209
1999-02-17
decl.c (xref_basetypes): Comment.
Mark Mitchell
1
-40
/
+51
1999-02-16
cp-tree.h (tsubst): Change prototype.
Mark Mitchell
1
-534
/
+835
1999-02-15
decl.c (grokfndecl): Return NULL_TREE instead of error_mark_node.
Jason Merrill
1
-0
/
+2
1999-02-10
cp-tree.h (get_template_base): Don't declare.
Mark Mitchell
1
-22
/
+12
1999-02-10
cp-tree.h (get_template_base): Don't declare.
Mark Mitchell
1
-14
/
+121
1999-02-07
pt.c (maybe_process_partial_specialization): Complain about specialization in...
Jason Merrill
1
-2
/
+16
1999-02-04
pt.c (unify): Call coerce_template_parms with the COMPLAIN flag turned off.
Jason Merrill
1
-1
/
+1
1999-02-01
pt.c (tsubst, [...]): Check TYPE_BEING_DEFINED before calling complete_type_o...
Mark Mitchell
1
-1
/
+2
1999-01-26
pt.c (instantiate_class_template): Set up the DECL_INITIAL of member constants.
Jason Merrill
1
-0
/
+4
1999-01-21
cp-tree.h (PARM_DECL_EXPR): Delete.
Mark Mitchell
1
-2
/
+46
1999-01-20
error.c (dump_function_decl): Don't print the argument types for a function w...
Mark Mitchell
1
-1
/
+15
1999-01-18
tree.c (copy_template_template_parm): Use permanent_obstack.
Jason Merrill
1
-7
/
+5
1999-01-15
pt.c (process_template_parm): Ignore top-level qualifiers on non-type paramet...
Mark Mitchell
1
-0
/
+7
1999-01-13
decl.c (grokdeclarator): Undo 1998-12-14 change.
Mark Mitchell
1
-5
/
+3
1999-01-06
cp-tree.h (IDENTIFIER_TYPENAME_P): Use OPERATOR_TYPENAME_FORMAT here.
Mark Mitchell
1
-47
/
+62
1998-12-17
pt.c (push_inline_template_parms_recursive): Set it.
Mark Mitchell
1
-29
/
+8
1998-12-14
class.c (pushclass): Tweak handling of class-level bindings.
Mark Mitchell
1
-15
/
+18
1998-12-13
cp-tree.def (CPLUS_BINDING): Update documentation.
Mark Mitchell
1
-62
/
+41
1998-12-09
cp-tree.h (most_specialized_instantiation): New function.
Mark Mitchell
1
-31
/
+50
1998-12-04
pt.c (check_template_shadow): New fn.
Jason Merrill
1
-38
/
+72
[next]