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
/
method.c
Age
Commit message (
Expand
)
Author
Files
Lines
2002-10-22
target.h (gcc_target.asm_out): Merge output_mi_thunk and output_mi_vcall_thun...
Richard Henderson
1
-18
/
+17
2002-10-20
alpha-protos.h (alpha_output_mi_thunk_osf): Update signature to match target.h.
Mark Mitchell
1
-3
/
+6
2002-10-18
target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Default to NULL.
Mark Mitchell
1
-7
/
+19
2002-10-16
re PR c++/7524 ([Regression from GCC 2.95.3] f(const float arg[3]) fails)
Mark Mitchell
1
-1
/
+1
2002-10-02
re PR c++/7188 (Segfault with template class and recursive (incorrect) inital...
Mark Mitchell
1
-12
/
+13
2002-09-30
store-layout.c (finish_record_layout): Add free_p parameter.
Mark Mitchell
1
-2
/
+2
2002-09-21
ChangeLog: Follow spelling conventions.
Kazu Hirata
1
-1
/
+1
2002-09-14
error.c: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2002-08-08
Rework build_component_ref.
Mark Mitchell
1
-6
/
+20
2002-08-05
Index: ChangeLog
Geoffrey Keating
1
-1
/
+0
2002-08-01
call.c (build_field_call): Do not look up the field by name.
Mark Mitchell
1
-17
/
+23
2002-07-23
defaults.h (obstack_chunk_alloc, [...]): Default definition.
Neil Booth
1
-3
/
+0
2002-04-29
re PR c++/6492 (New boost regression (friends))
Mark Mitchell
1
-3
/
+10
2002-04-26
re PR bootstrap/6445 (ICE bootstrapping objc for i386-rtems)
Mark Mitchell
1
-1
/
+1
2002-04-24
re PR c++/6331 (g++ 3.1 looses const qualifiers)
Jason Merrill
1
-1
/
+1
2002-04-06
re PR c++/6179 (EH regression test failure for STLport-4.5.3)
Jason Merrill
1
-6
/
+7
2002-02-28
Makefile.in (integrate.o): Update.
Neil Booth
1
-1
/
+1
2002-02-04
alpha.c (current_function_is_thunk): Don't check current_function_is_thunk.
Richard Henderson
1
-78
/
+79
2002-01-24
Make-lang.in (parse.c): Adjust expected number of shift-reduce conflicts.
Zack Weinberg
1
-32
/
+1
2002-01-23
call.c, [...]: Change my_fancy_abort() to abort().
Craig Rodrigues
1
-2
/
+2
2002-01-17
decl.c (begin_constructor_body, [...]): New fns.
Jason Merrill
1
-5
/
+3
2002-01-07
decl2.c (coerce_new_type): Downgrade error for size_t mismatch to pedwarn.
Jason Merrill
1
-1
/
+6
2001-12-18
cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...
Zack Weinberg
1
-10
/
+10
2001-12-13
c-common.h (COMPOUND_STMT_BODY_BLOCK): New macro.
Jason Merrill
1
-0
/
+3
2001-12-12
decl.c (store_parm_decls): Remove parms_have_cleanups cruft.
Jason Merrill
1
-0
/
+1
2001-12-04
re PR c++/164 (bogus error throwing class with inaccessible base)
Nathan Sidwell
1
-14
/
+27
2001-11-22
tree-dump.c: Rename from c-dump.c.
Bryce McKinlay
1
-3
/
+3
2001-11-15
parse.y: Add ...
Jason Merrill
1
-0
/
+3
2001-08-03
cp-tree.h (FNADDR_FROM_VTABLE_ENTRY): Remove, no longer used.
Stan Shebs
1
-3
/
+1
2001-07-31
The 3.0 ABI no longer has vbase pointer fields.
Nathan Sidwell
1
-4
/
+0
2001-07-28
* method.c (pending_inlines): Remove.
Richard Henderson
1
-4
/
+0
2001-07-05
cvt.c (convert_lvalue): New fn.
Jason Merrill
1
-13
/
+14
2001-06-08
re PR c++/3061 (kde2/artsd miscompilation (part 2))
Nathan Sidwell
1
-1
/
+1
2001-06-06
cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.
Jason Merrill
1
-4
/
+1
2001-05-12
dwarfout.c (dwarfout_init): Add cast.
Neil Booth
1
-3
/
+0
2001-04-27
method.c (use_thunk): Make sure that thunks really are emitted when requested.
Mark Mitchell
1
-1
/
+7
2001-04-26
invoke.texi: Document more C++ command-line options.
Mark Mitchell
1
-4
/
+0
2001-04-12
method.c (make_thunk): Clear DECL_CLONED_FUNCTION.
Nathan Sidwell
1
-0
/
+2
2001-04-11
method.c (implicitly_declare_fn): Commonize code for copy ctor and assignment...
Nathan Sidwell
1
-28
/
+24
2001-04-06
cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.
Mark Mitchell
1
-1
/
+1
2001-03-22
method.c (do_build_assign_ref): Don't use build_modify_expr for anonymous agg...
Jakub Jelinek
1
-1
/
+5
2001-03-19
Compute DECL_ASSEMBLER_NAME lazily.
Mark Mitchell
1
-1
/
+3
2001-03-15
varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...
Mark Mitchell
1
-2
/
+0
2001-02-21
tree.h (DECL_UNINLINABLE): Move from C++ frontend.
Jason Merrill
1
-2
/
+0
2001-02-18
Do put the VTT parameter in DECL_ARGUMENTS.
Jason Merrill
1
-7
/
+21
2001-02-14
cp-tree.h (setup_vtbl_ptr): Move prototype to semantics.c section.
Nathan Sidwell
1
-1
/
+1
2001-02-12
Remove old ABI support.
Mark Mitchell
1
-1840
/
+4
2001-02-08
search.c (shared_member_p): New function.
Jason Merrill
1
-5
/
+11
2001-02-05
method.c (build_mangled_name): Protect flush_repeats() from error_mark_node.
Alexandre Oliva
1
-0
/
+10
2001-01-29
tree.c, tree.h (build_parse_node): Remove; was identical to build_nt.
Joseph Myers
1
-2
/
+2
[next]