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
/
decl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-08-10
c-common.h (RETURN_NULLIFIED_P): Lose.
Jason Merrill
1
-0
/
+22
2001-08-07
improve comment
Jason Merrill
1
-1
/
+3
2001-08-02
Kill -fhonor-std.
Nathan Sidwell
1
-48
/
+8
2001-07-26
re PR c++/3152 (g++-3.0 segfaults when compiling program using -g)
Nathan Sidwell
1
-14
/
+21
2001-07-25
call.c (joust): Only prefer a non-builtin candidate to a builtin one if...
Jason Merrill
1
-14
/
+12
2001-07-21
tm.texi: Remove DEFAULT_VTABLE_THUNKS.
Nathan Sidwell
1
-60
/
+11
2001-07-21
Remove old-abi remnants.
Nathan Sidwell
1
-3
/
+1
2001-07-13
c-common.c (decl_attributes): Take a pointer to the node to which attributes ...
Joseph Myers
1
-5
/
+5
2001-07-12
decl.c (make_rtl_for_nonlocal_decl): Set DECL_C_HARD_REGISTER for `register' ...
Mark Mitchell
1
-1
/
+8
2001-07-11
* Revert today's change -- there is a subtle bug.
Ben Elliston
1
-12
/
+6
2001-07-11
re PR c++/80 (g++ enum and attributed __packed__)
Ben Elliston
1
-6
/
+12
2001-07-08
target.h (struct gcc_target): Add insert_attributes.
Joseph Myers
1
-10
/
+1
2001-07-08
c-common.c (decl_attributes): Only take a single attributes parameter.
Joseph Myers
1
-2
/
+2
2001-07-07
target.h (targetm): Rename global from "target", so as not to conflict with l...
Stan Shebs
1
-1
/
+1
2001-06-26
Makefile.in (TARGET_H, [...]): New.
Neil Booth
1
-1
/
+2
2001-06-18
Implement the Named Return Value optimization.
Jason Merrill
1
-10
/
+0
2001-06-08
decl.c (duplicate_decls): Fix DECL_TEMPLATE_RESULT thinko in previous change.
Nathan Sidwell
1
-4
/
+4
2001-06-08
tree.h (DECL_SOURCE_FILE): Improve documentation.
Mark Mitchell
1
-0
/
+13
2001-06-07
re PR c++/2914 (gcc 3.0 crashes on xalan DoubleSupport.cpp)
Nathan Sidwell
1
-1
/
+7
2001-06-06
call.c (convert_default_arg): Use INTEGRAL_TYPE_P.
John David Anglin
1
-2
/
+1
2001-06-05
decl.c (xref_tag): Remove extraneous %s on dependent name lookup warning.
Nathan Sidwell
1
-1
/
+1
2001-05-25
builtins.def: Encode additional information, such as names and types, here.
Mark Mitchell
1
-1
/
+14
2001-05-25
invoke.texi (-fno-builtin): Document that this is always on in C++.
Mark Mitchell
1
-5
/
+8
2001-05-21
tweak formatting
Jason Merrill
1
-3
/
+3
2001-05-18
re PR c++/2526 (internal compiler error (version 2.95.3 and 3.0))
Nathan Sidwell
1
-11
/
+22
2001-05-14
Suppress warning about duplicate decls if the first decl is a friend.
Nick Clifton
1
-1
/
+1
2001-05-12
Reverted Geoff Keating's 2001-05-03's patch.
Alexandre Oliva
1
-9
/
+1
2001-05-04
cp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDENTIFIER.
Geoffrey Keating
1
-1
/
+9
2001-05-04
cp-tree.h (flag_inline_trees): Update documentation.
Mark Mitchell
1
-6
/
+16
2001-05-02
decl.c (compute_array_index_type): Don't try to do anything with the indices ...
Mark Mitchell
1
-6
/
+6
2001-05-02
call.c: NULL_PTR -> NULL.
Kaveh R. Ghazi
1
-7
/
+7
2001-04-30
c-common.c (c_promoting_integer_type_p): New function, from the corpse of old...
Richard Henderson
1
-1
/
+1
2001-04-27
cp-tree.h (adjust_clone_args): Prototype new function.
Nathan Sidwell
1
-0
/
+6
2001-04-25
decl.c (grokdeclarator): Set context of namespace scope TYPE_DECLS.
Nathan Sidwell
1
-2
/
+6
2001-04-24
Lazy __FUNCTION__ generation.
Nathan Sidwell
1
-45
/
+58
2001-04-21
cp-tree.h (finish_enum): Change prototype.
Mark Mitchell
1
-112
/
+100
2001-04-19
cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is set.
Mark Mitchell
1
-11
/
+15
2001-04-12
cp-tree.h (decl_namespace_list): New macro.
Jason Merrill
1
-1
/
+2
2001-04-12
cp-tree.h (warn_return_type, yylex): Delete redundant declarations.
Kaveh R. Ghazi
1
-4
/
+0
2001-04-12
cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.
Jason Merrill
1
-19
/
+18
2001-04-06
cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.
Mark Mitchell
1
-9
/
+13
2001-04-04
cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.
Mark Mitchell
1
-11
/
+11
2001-03-28
IA-64 ABI Exception Handling.
Richard Henderson
1
-7
/
+6
2001-03-28
decl.c (struct named_label_list): Rename eh_region to in_try_scope, add in_ca...
Richard Henderson
1
-18
/
+35
2001-03-27
c-common.h (DECL_NUM_STMTS): New macro.
Mark Mitchell
1
-2
/
+5
2001-03-26
Implement DR 209
Nathan Sidwell
1
-24
/
+27
2001-03-26
class.c (add_method): Use memcpy/memmove, not bcopy.
Kaveh R. Ghazi
1
-7
/
+7
2001-03-23
decl.c (local_names): Define.
Jakub Jelinek
1
-51
/
+80
2001-03-22
method.c (do_build_assign_ref): Don't use build_modify_expr for anonymous agg...
Jakub Jelinek
1
-0
/
+27
2001-03-21
pt.c (instantiate_decl): Abort if we see a member constant instantiation that...
Jason Merrill
1
-5
/
+2
[next]