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
Age
Commit message (
Expand
)
Author
Files
Lines
2001-05-16
spew.c (read_token): Call yyerror on all unexpected tokens.
Nathan Sidwell
2
-8
/
+7
2001-05-16
init.c (member_init_ok_or_else): Take a tree rather than string for name.
Nathan Sidwell
2
-5
/
+11
2001-05-15
Move ChangeLog entry to correct file
Nick Clifton
1
-0
/
+5
2001-05-14
Suppress warning about duplicate decls if the first decl is a friend.
Nick Clifton
1
-1
/
+1
2001-05-13
except.c (choose_personality_routine): Export.
Zack Weinberg
4
-20
/
+67
2001-05-12
dwarfout.c (dwarfout_init): Add cast.
Neil Booth
2
-3
/
+4
2001-05-12
cp-tree.h (ptrmemfunc_vbit_where_t): Declare type.
Alexandre Oliva
3
-16
/
+76
2001-05-12
Reverted Geoff Keating's 2001-05-03's patch.
Alexandre Oliva
5
-85
/
+61
2001-05-12
* cp-tree.h (C_EXP_ORIGINAL_CODE): Delete; declared in c-common.h.
Ira Ruben
2
-4
/
+4
2001-05-11
cp-tree.h (finish_label_expr, [...]): Delete.
Neil Booth
4
-30
/
+7
2001-05-07
splay-tree.h (splay_tree_max): New function.
Mark Mitchell
2
-7
/
+41
2001-05-04
cp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDENTIFIER.
Geoffrey Keating
5
-57
/
+106
2001-05-04
cp-tree.h (flag_inline_trees): Update documentation.
Mark Mitchell
4
-10
/
+35
2001-05-03
dump.c (cp_dump_tree, [...]): New case.
Nathan Sidwell
4
-10
/
+29
2001-05-02
decl.c (compute_array_index_type): Don't try to do anything with the indices ...
Mark Mitchell
2
-6
/
+11
2001-05-02
call.c: NULL_PTR -> NULL.
Kaveh R. Ghazi
13
-37
/
+52
2001-05-02
* decl2.c (do_using_directive): Revert previous patch.
Mark Mitchell
2
-2
/
+4
2001-05-01
cp-tree.def (USING_STMT): New statement node.
Nathan Sidwell
6
-4
/
+31
2001-05-01
call.c (build_new_op): Convert args from reference here.
Nathan Sidwell
2
-5
/
+11
2001-05-01
spew.c (last_token_id): New static variable.
Nathan Sidwell
2
-4
/
+14
2001-04-30
c-common.c (c_promoting_integer_type_p): New function, from the corpse of old...
Richard Henderson
3
-2
/
+7
2001-04-30
fdl.texi: New file.
Mark Mitchell
3
-1884
/
+7
2001-04-30
decl2.c (start_static_initialization_or_destruction): Correct logic to handle...
Mark Mitchell
2
-7
/
+15
2001-04-30
regmove.c (record_stack_memrefs): Catch all references to the stack pointer.
Mark Mitchell
2
-7
/
+31
2001-04-29
decl2.c (unsupported_options): Add new-abi.
Joseph Myers
3
-19
/
+6
2001-04-27
except.c (can_convert_eh): Don't check template parms, typename types etc.
Nathan Sidwell
2
-1
/
+6
2001-04-27
optimize.c (maybe_clone_body): Copy parameter names and locations.
Nathan Sidwell
2
-2
/
+30
2001-04-27
cp-tree.h (adjust_clone_args): Prototype new function.
Nathan Sidwell
4
-0
/
+87
2001-04-27
method.c (use_thunk): Make sure that thunks really are emitted when requested.
Mark Mitchell
2
-1
/
+12
2001-04-26
invoke.texi: Document more C++ command-line options.
Mark Mitchell
4
-32
/
+5
2001-04-26
mangle.c (write_chars): New macro.
Nathan Sidwell
2
-29
/
+114
2001-04-26
optimize.c (maybe_clone_body): Copy TREE_PUBLIC before emitting the clone.
Mark Mitchell
2
-0
/
+6
2001-04-25
decl.c (grokdeclarator): Set context of namespace scope TYPE_DECLS.
Nathan Sidwell
2
-2
/
+11
2001-04-25
optimize.c: Include hashtab.h.
Zack Weinberg
2
-16
/
+35
2001-04-24
Lazy __FUNCTION__ generation.
Nathan Sidwell
10
-106
/
+124
2001-04-24
pt.c (tsubst_decl): Use VOID_TYPE_P.
Nathan Sidwell
3
-6
/
+11
2001-04-23
configure.in: Remove ENABLE_STD_NAMESPACE.
Phil Edwards
2
-1
/
+5
2001-04-23
collect2.c (main): Use concat in lieu of xmalloc/sprintf.
Kaveh R. Ghazi
2
-8
/
+5
2001-04-22
except.c (build_throw): Wrap the initialization of the exception object in a ...
Jason Merrill
2
-8
/
+11
2001-04-21
cp-tree.h (finish_enum): Change prototype.
Mark Mitchell
4
-115
/
+111
2001-04-20
tree.c (cp_tree_equal): Adjust final switch formatting.
Nathan Sidwell
2
-9
/
+20
2001-04-20
class.c (dfs_unshared_virtual_bases): Add ATTRIBUTE_UNUSED.
Nathan Sidwell
2
-21
/
+57
2001-04-20
call.c (maybe_handle_ref_bind): Copy ICS_USER_FLAG and ICS_BAD_FLAG.
Jakub Jelinek
2
-1
/
+9
2001-04-20
search.c (lookup_field_r): If looking for type and non-TYPE_DECL is found...
Jakub Jelinek
2
-5
/
+26
2001-04-19
cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is set.
Mark Mitchell
7
-27
/
+61
2001-04-18
semantics.c (simplify_aggr_init_exprs_r): Don't restore flag_access_control f...
John David Anglin
2
-1
/
+6
2001-04-16
cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation.
Mark Mitchell
3
-2
/
+27
2001-04-16
init.c (build_delete): Create a SAVE_EXPR for the address if we're going to u...
Mark Mitchell
2
-6
/
+13
2001-04-13
cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove.
Mark Mitchell
4
-85
/
+38
2001-04-12
cp-tree.h (decl_namespace_list): New macro.
Jason Merrill
4
-8
/
+17
[next]