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
/
method.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-11-06
c-common.c (handle_visibility_attribute): Set DECL_VISIBILITY field instead o...
Matt Austern
1
-0
/
+1
2003-10-24
PR c++/12698, c++/12699, c++/12700, c++/12566
Nathan Sidwell
1
-0
/
+30
2003-09-21
Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
Richard Henderson
1
-1
/
+1
2003-09-21
tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.
Richard Henderson
1
-1
/
+1
2003-09-09
re PR bootstrap/12168 (ICE (bus error) in set_mem_attributes_minus_bitpos)
Christian Ehrhardt
1
-0
/
+1
2003-08-15
* method.c (use_thunk): Expand body directly.
Jan Hubicka
1
-1
/
+1
2003-07-30
decl2.c (maybe_make_one_only): Use mark_referenced.
Jan Hubicka
1
-2
/
+2
2003-07-28
cp-tree.h (begin_compound_stmt): No scope arg is a bool.
Nathan Sidwell
1
-4
/
+4
2003-07-24
cp-tree.h (convert_to_base_statically): Declare.
Mark Mitchell
1
-1
/
+1
2003-07-21
cp-tree.h (hack_identifier): Remove.
Nathan Sidwell
1
-113
/
+0
2003-07-18
cp-tree.h (finish_non_static_data_member): Add object param.
Nathan Sidwell
1
-1
/
+1
2003-07-08
cp-tree.h (build_scoped_method_call): Remove.
Mark Mitchell
1
-3
/
+1
2003-07-06
call.c: Fix comment formatting.
Kazu Hirata
1
-4
/
+4
2003-07-02
decl2.c (defer_fn): Set DECL_DEFER_OUTPUT.
Jan Hubicka
1
-2
/
+2
2003-06-24
call.c (enforce_access): Assert we get a binfo.
Nathan Sidwell
1
-1
/
+1
2003-06-24
method.c (thunk_labelno): Move outside ifdef block to make garbage collector ...
Jan Hubicka
1
-1
/
+3
2003-06-24
method.c: add prototype for make_alias_for_thunk.
Andrew Pinski
1
-0
/
+5
2003-06-23
i386.c (x86_output_mi_thunk): Don't pass MEM to %P0, just SYMBOL_REF.
Jakub Jelinek
1
-4
/
+74
2003-06-16
cp-tree.h: Follow spelling conventions.
Kazu Hirata
1
-1
/
+1
2003-06-14
tree.h (init_function_start): Remove filename and line paramters.
Nathan Sidwell
1
-1
/
+1
2003-05-11
* method.c (synthesize_method): Call push/pop_deferring_access_checks.
Kriang Lerdsuwanakij
1
-0
/
+6
2003-05-10
re PR c++/9252 ([New parser] Errors due to legally used "typename")
Kriang Lerdsuwanakij
1
-5
/
+3
2003-05-03
class.c (finish_struct): Use location_t and input_location directly.
Nathan Sidwell
1
-2
/
+1
2003-05-01
input.h (lineno): Rename to ...
Nathan Sidwell
1
-3
/
+3
2003-04-28
re PR c++/10506 (ICE in build_new at cp/init.c with -fkeep-inline-functions a...
Mark Mitchell
1
-0
/
+3
2003-04-03
gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
Kaveh R. Ghazi
1
-1
/
+1
2003-01-30
c-common.c (builtin_define_float_constants): Define __<TYPE>_HAS_INFINITY__ a...
Mark Mitchell
1
-30
/
+0
2003-01-10
Merge from pch-branch.
Geoffrey Keating
1
-3
/
+2
2003-01-04
method.c (use_thunk): Disable access control while building the body of the t...
Mark Mitchell
1
-1
/
+8
2003-01-01
call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.
Steven Bosscher
1
-4
/
+4
2002-12-30
cp-tree.h (THUNK_TARGET): New macro.
Nathan Sidwell
1
-29
/
+30
2002-12-28
Make-lang.in (po-generated): Remove parse.c.
Mark Mitchell
1
-38
/
+3
2002-12-26
re PR c++/4803 (Inline function never defined)
Nathan Sidwell
1
-0
/
+2
2002-12-16
Merge basic-improvements-branch to trunk
Zack Weinberg
1
-145
/
+174
2002-10-25
class.c (build_vtbl_initializer): Don't use build_vtable_entry.
Mark Mitchell
1
-53
/
+54
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
[next]