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
Age
Commit message (
Expand
)
Author
Files
Lines
2000-09-17
decl2.c (handle_class_head): Always push some scope even in the error case.
Geoff Keating
2
-4
/
+10
2000-09-17
splay-tree.c (splay_tree_predecessor): Fix typo in comment.
Mark Mitchell
15
-371
/
+97
2000-09-15
c-parse.in (reswords): Add _Complex.
Joseph Myers
2
-0
/
+5
2000-09-14
Makefile.in (LN): Remove duplicate definition.
Richard Kenner
2
-2
/
+7
2000-09-13
* init.c (begin_init_stmts): Don't use // comments.
J. David Anglin
2
-2
/
+8
2000-09-12
decl.c (maybe_deduce_size_from_array_init): Set do_default for all non-extern...
Jason Merrill
3
-13
/
+59
2000-09-12
decl.c (finish_case_label): Given the LABEL_DECL a DECL_CONTEXT.
Mark Mitchell
2
-0
/
+6
2000-09-12
error.c (TFF_PLAIN_IDENTIFIER, [...]): New macros.
Gabriel Dos Reis
2
-19
/
+669
2000-09-12
* ir.texi: Add more documentation.
Gabriel Dos Reis
2
-3
/
+163
2000-09-12
c-common.h (genrtl_clear_out_block): Remove.
Mark Mitchell
10
-428
/
+405
2000-09-11
* error.c (cp_tree_printer, case 'P'): Append break.
Nathan Sidwell
2
-0
/
+5
2000-09-11
cp-tree.h (frob_opname): Declare.
Nathan Sidwell
4
-74
/
+133
2000-09-11
defaults.h: Provide default definitions for...
Zack Weinberg
4
-14
/
+7
2000-09-10
c-common.h (add_stmt): Change prototype.
Mark Mitchell
8
-199
/
+233
2000-09-07
* ir.texi: Document type nodes.
Gabriel Dos Reis
2
-0
/
+41
2000-09-07
c-common.h (prep_stmt): Declare.
Mark Mitchell
4
-143
/
+78
2000-09-07
decl.c (initialize_local_var): Remove RTL-generating code.
Mark Mitchell
3
-15
/
+16
2000-09-07
Move statement-tree facilities from C++ to C front-end.
Mark Mitchell
7
-330
/
+169
2000-09-07
Integrated preprocessor.
Zack Weinberg
16
-4808
/
+1919
2000-09-06
extend.texi: Mark named return value extension as deprecated.
Mark Mitchell
5
-113
/
+67
2000-09-06
pt.c (type_unification_real): Replace switch with if.
Nathan Sidwell
2
-9
/
+11
2000-09-06
error.c (dump_typename): New function, broken out of ...
Nathan Sidwell
3
-5
/
+29
2000-09-06
init.c (build_offset_ref): Deal with namespace scoped TEMPLATE_ID_EXPRs.
Nathan Sidwell
2
-15
/
+29
2000-09-06
class.c (resolve_address_of_overloaded_function): Add explanation message.
Nathan Sidwell
5
-14
/
+31
2000-09-06
tree.c (walk_tree): Expose tail recursion.
Zack Weinberg
4
-18
/
+103
2000-09-05
Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.
Mark Mitchell
8
-34
/
+103
2000-09-04
tweak
Jason Merrill
1
-0
/
+1
2000-09-04
cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.
Kriang Lerdsuwanakij
16
-156
/
+227
2000-09-04
decl.c (finish_function): Move the code for handling functions marked with th...
Mark Elbrecht
2
-8
/
+21
2000-09-04
* init.c (resolve_offset_ref): Deal with TEMPLATE_ID_EXPR.
Nathan Sidwell
2
-2
/
+6
2000-09-04
pt.c (lookup_template_class): Remove abort.
Nathan Sidwell
3
-3
/
+8
2000-09-04
decl2.c (arg_assoc): Deal with COMPONENT_REFs inside TEMPLATE_ID_EXPRs.
Nathan Sidwell
2
-0
/
+8
2000-09-04
operators.def (ALIGNOF_EXPR, [...]): Change new ABI mangling.
Mark Mitchell
2
-3
/
+8
2000-09-01
parse.y (named_class_head): Check for TYPENAME_TYPE.
Nathan Sidwell
2
-12
/
+23
2000-09-01
* call.c (build_scoped_method_call): Check it is not a namespace.
Nathan Sidwell
2
-0
/
+9
2000-08-30
cp-tree.h (LOCAL_CLASS_P): Use decl_function_context.
Jason Merrill
4
-17
/
+24
2000-08-30
typos
Jason Merrill
2
-3
/
+3
2000-08-29
semantics.c (prune_unused_decls): New function.
Zack Weinberg
2
-0
/
+64
2000-08-29
top level:
Zack Weinberg
6
-8
/
+23
2000-08-29
calls.c (expand_call): Don't create a VAR_DECL just to throw it away.
Mark Mitchell
2
-15
/
+5
2000-08-28
[multiple changes]
Jason Merrill
4
-16
/
+13
2000-08-28
mangle.c (CLASSTYPE_TEMPLATE_ID_P): Remove unexplained voodoo.
Alex Samuel
2
-56
/
+93
2000-08-27
decl.c (pushdecl): Matching decls for local externs are found in the current ...
Jason Merrill
2
-9
/
+44
2000-08-26
* ir.texi (Expressions): Fix typo.
Gabriel Dos Reis
2
-2
/
+6
2000-08-25
* tree.c (init_tree): Use ARRAY_SIZE.
Greg McGary
2
-1
/
+5
2000-08-25
* error.c (cp_tree_printer): Rework.
Gabriel Dos Reis
2
-33
/
+44
2000-08-25
Make-lang.in (CXX_LIB2FUNCS): Remove cp-demangle.o and dyn-string.o.
Mark Mitchell
2
-13
/
+8
2000-08-25
decl.c (grokfndecl): Require that `main' return an `int'.
Mark Mitchell
3
-1
/
+11
2000-08-24
error.c (tree_formatting_info): New data type.
Gabriel Dos Reis
2
-2
/
+202
2000-08-24
typeck.c (build_ptrmemfunc): Just reinterpret if there's no adjustment necess...
Jason Merrill
2
-8
/
+16
[next]