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
2000-08-18
decl.c (member_function_or_else): Use cp_error ...
Nathan Sidwell
3
-11
/
+18
2000-08-18
decl2.c (grokfield): Set CLASSTYPE_GOT_SEMICOLON on class TYPE_DECLs.
Nathan Sidwell
2
-0
/
+8
2000-08-18
cp-tree.h (PTRMEM_OK_P): New macro.
Nathan Sidwell
6
-82
/
+105
2000-08-18
* decl2.c (arg_assoc_type): Cope with TYPENAME_TYPE.
Nathan Sidwell
2
-0
/
+6
2000-08-18
cp-tree.h (enum_name_string): Remove prototype.
Nathan Sidwell
4
-156
/
+51
2000-08-17
cxxabi.h (__cxa_vec_new2, [...]): Declare.
Nathan Sidwell
3
-7
/
+135
2000-08-17
vec.cc (__cxa_vec_new): Set "C" linkage.
Nathan Sidwell
3
-10
/
+23
2000-08-17
cvt.c (cp_convert_to_pointer): Pass itf_complain, not itf_no_attributes.
Nathan Sidwell
2
-1
/
+4
2000-08-17
class.c (instantiate_type): Reinstate local variable deleted in previous change.
Nathan Sidwell
2
-1
/
+7
2000-08-17
cp-tree.h (instantiate_type_flags): New enumeration.
Nathan Sidwell
7
-26
/
+48
2000-08-17
fix the fibs in previous entry
Nathan Sidwell
1
-2
/
+3
2000-08-17
cp-tree.h (CPTR_AGGR_TAG): New global tree node.
Nathan Sidwell
6
-11
/
+47
2000-08-14
cvt.c (warn_ref_binding): New static function, broken out of ...
Nathan Sidwell
2
-25
/
+42
2000-08-11
tweak comment
Jason Merrill
1
-3
/
+3
2000-08-11
parse.y (template_arg): Add rule for template qualified with global scope.
Kriang Lerdsuwanakij
2
-0
/
+11
2000-08-11
decl2.c (add_function): Reorganize.
Theodore Papadopoulo
2
-8
/
+19
2000-08-11
decl.c (lookup_name_real): Don't forget the TYPENAME_TYPE we're looking inside.
Jason Merrill
2
-1
/
+13
2000-08-11
cp-tree.h (resolve_scope_to_name): Remove unused prototype.
Nathan Sidwell
3
-6
/
+10
2000-08-11
parse.y (named_complex_class_head_sans_basetype): Remove always true if.
Nathan Sidwell
2
-2
/
+6
2000-08-11
decl2.c (build_expr_from_tree, [...]): Build explicit TEMPLATE_ID_EXPR args.
Nathan Sidwell
2
-2
/
+22
2000-08-11
decl.c (check_tag_decl): Diagnose typename's which don't declare anything.
Nathan Sidwell
2
-1
/
+7
2000-08-10
init.c (build_aggr_init): Reject bogus array initializers early.
Nathan Sidwell
2
-8
/
+14
2000-08-09
rtti.c (build_dynamic_cast_1): Set "C" linkage for new abi runtime.
Nathan Sidwell
4
-7
/
+10
2000-08-09
cvt.c (convert_to_pointer_force): Fix error message when attempting to cast f...
Nathan Sidwell
2
-4
/
+13
2000-08-09
pt.c (tsubst_aggr_type): Bail if creating the argvec fails.
Jason Merrill
3
-5
/
+23
2000-08-07
cp-tree.h (CLASSTYPE_HAS_PRIMARY_BASE_P): Fix a comment typo.
Kazu Hirata
3
-2
/
+7
2000-08-05
cxxabi.h (__pbase_type_info): Changed member names to match specifications.
Jeffrey Oldham
4
-68
/
+90
2000-08-05
[multiple changes]
Zack Weinberg
3
-5
/
+14
2000-08-04
cp-tree.h (add_method): Change prototype.
Mark Mitchell
5
-165
/
+185
2000-08-04
c-common.h (flag_isoc94): Declare.
Joseph Myers
2
-0
/
+8
2000-08-03
pt.c (do_type_instantiation): Add complain parm; don't complain if called rec...
Jason Merrill
4
-10
/
+27
2000-08-03
decl2.c: Silently ignore -Wstrict-prototypes; warn about -Wno-strict-prototypes.
Zack Weinberg
2
-0
/
+8
2000-08-02
gcc.h (lang_specific_driver): Constify second argument.
Zack Weinberg
2
-7
/
+8
2000-08-02
c-common.h: Prototype min_precision and c_build_qualified_type here...
Zack Weinberg
3
-3
/
+8
2000-08-02
* cp-tree.h (DECL_NEEDED_P): Tweak.
Mark Mitchell
2
-1
/
+5
2000-07-31
* lang-specs.h: Use %i in rule for .ii files.
Jason Merrill
2
-1
/
+5
2000-07-31
Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and xcpp to cpp through...
Zack Weinberg
2
-2
/
+6
2000-07-31
Allow indirect primary bases.
Mark Mitchell
6
-277
/
+376
2000-07-30
mangle.c (DECL_TEMPLATE_ID_P): Remove.
Alex Samuel
2
-65
/
+131
2000-07-28
decl.c (duplicate_decls): If common_type produces a non-typedef type for a ty...
Jason Merrill
5
-16
/
+28
2000-07-27
cp-tree.h (function_depth): Declare.
Mark Mitchell
5
-2
/
+104
2000-07-27
dwarf2out.c (gen_typedef_die): Abort if we get identical TREE_TYPE and DECL_O...
Jason Merrill
2
-9
/
+15
2000-07-27
decl.c (start_cleanup_fn): Mark the function as `inline'.
Mark Mitchell
4
-2
/
+13
2000-07-26
* parse.y: Add missing ';'.
Marc Espie
2
-1
/
+5
2000-07-26
parse.y (empty_parms): Use `()', not `(...)', when in the scope of `extern "C...
Mark Mitchell
2
-1
/
+7
2000-07-25
Kill strict_prototype.
Nathan Sidwell
8
-82
/
+56
2000-07-25
decl.c (poplevel): Deal with anonymous variables at for scope.
Nathan Sidwell
2
-1
/
+10
2000-07-25
toplev.c (pipe_closed): Delete.
Zack Weinberg
2
-54
/
+4
2000-07-23
c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN to figure out...
Mark Mitchell
3
-47
/
+54
2000-07-21
cp-tree.h: Use __FUNCTION__ not __PRETTY_FUNCTION__.
Zack Weinberg
4
-104
/
+47
[next]