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
/
error.c
Age
Commit message (
Expand
)
Author
Files
Lines
2004-09-16
error.c (dump_decl): Make sure there is lang_specific info before checking fo...
Andrew MacLeod
1
-3
/
+3
2004-08-30
call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.
Nathan Sidwell
1
-16
/
+18
2004-08-27
call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...
Nathan Sidwell
1
-3
/
+3
2004-08-16
call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN.
Roger Sayle
1
-3
/
+3
2004-07-20
cp-tree.def (TINST_LEVEL): Make it an 'x' node.
Steven Bosscher
1
-2
/
+2
2004-07-20
re PR c++/16175 (Wrong type reported in diagnostic)
Kriang Lerdsuwanakij
1
-0
/
+1
2004-07-18
re PR c++/13092 (Accepts invalid pointer-to-member conversion)
Kriang Lerdsuwanakij
1
-6
/
+2
2004-07-07
tree.h (TYPE_BINFO_OFFSET, [...]): Remove.
Nathan Sidwell
1
-1
/
+1
2004-06-30
Conditionally compile support for --enable-mapped_location.
Per Bothner
1
-10
/
+14
2004-06-27
re PR c++/14123 (odd number of parentheses in error message)
Gabriel Dos Reis
1
-0
/
+4
2004-06-27
error.c (pp_template_argument_list_start): Remove.
Gabriel Dos Reis
1
-199
/
+210
2004-06-10
re PR c++/15875 (rejects pointer to member in template)
Jason Merrill
1
-2
/
+6
2004-06-01
re PR c++/13092 (Accepts invalid pointer-to-member conversion)
Kriang Lerdsuwanakij
1
-6
/
+2
2004-05-13
Merge tree-ssa-20020619-branch into mainline.
Diego Novillo
1
-9
/
+3
2004-03-29
error.c (dump_function_name): If T's DECL_LANG_SPECIFIC is null, just print t...
Zack Weinberg
1
-1
/
+12
2004-03-21
pretty-print.c (pp_base_maybe_space): New function.
Gabriel Dos Reis
1
-69
/
+27
2004-03-18
tree.h (TREE_CHECK2, [...]): New macros.
Richard Kenner
1
-1
/
+1
2004-03-01
re PR c++/14369 (errenous reject of well-formed code)
Gabriel Dos Reis
1
-0
/
+5
2004-02-15
re PR c++/14085 (when compiling template functors)
Gabriel Dos Reis
1
-0
/
+7
2004-02-14
re PR c++/13927 (duplicated error message on bad redeclaration of anon union)
Giovanni Bajo
1
-0
/
+1
2004-02-04
alloc-pool.h, [...]: Update copyright.
Kazu Hirata
1
-1
/
+1
2004-01-31
class.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2003-12-21
call.c: Fix comment formatting.
Kazu Hirata
1
-6
/
+6
2003-12-08
Give the anonymous namespace a null DECL_NAME.
Jason Merrill
1
-1
/
+1
2003-10-08
cp_tree.h: Added TFF_NO_FUNCTION_ARGUMENTS.
Giovanni Bajo
1
-2
/
+2
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-18
c-pretty-print.h (pp_type_specifier_seq): Fix thinko.
Gabriel Dos Reis
1
-35
/
+4
2003-09-07
re PR c++/11762 (namespace aliasing ICE in warn_extern_redeclared_static)
Gabriel Dos Reis
1
-4
/
+9
2003-09-01
c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.
Josef Zlomek
1
-1
/
+0
2003-08-29
re PR c++/11811 (Weird message with default template arguments)
Gabriel Dos Reis
1
-3
/
+4
2003-08-15
cp-tree.def (NON_DEPENDENT_EXPR): Add operand.
Nathan Sidwell
1
-3
/
+1
2003-08-10
pretty-print.c (pp_base_indent): Rename from pp_indent.
Gabriel Dos Reis
1
-35
/
+2
2003-08-10
cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): non-NULL NODE is always a TREE_VE...
Nathan Sidwell
1
-33
/
+12
2003-08-10
re PR c++/11670 (ICE in convert_like_real on illegal code)
Nathan Sidwell
1
-3
/
+21
2003-08-05
pretty-print.h (pp_set_line_maximum_length): Make macro.
Gabriel Dos Reis
1
-113
/
+21
2003-07-28
cp-tree.h (begin_compound_stmt): No scope arg is a bool.
Nathan Sidwell
1
-14
/
+3
2003-07-25
Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.
Gabriel Dos Reis
1
-360
/
+313
2003-07-22
fold-const.c (force_fit_type): Handle OFFSET_TYPE.
Mark Mitchell
1
-11
/
+6
2003-07-16
cp-tree.def (LOOKUP_EXPR): Remove.
Mark Mitchell
1
-8
/
+0
2003-07-14
re PR c++/11510 (Error message with operator __imag__ is missing spaces)
Gabriel Dos Reis
1
-0
/
+8
2003-07-14
* error.c (dump_expr): Handle EMPTY_CLASS_EXPR.
Gabriel Dos Reis
1
-0
/
+6
2003-07-10
re PR c++/10032 (-pedantic converts some errors to warnings)
Mark Mitchell
1
-1
/
+1
2003-07-09
fold-const.c (make_range): Do not access operand 1 for a zero-operand operator.
Mark Mitchell
1
-1
/
+9
2003-07-08
cp-tree.h (build_scoped_method_call): Remove.
Mark Mitchell
1
-0
/
+2
2003-07-06
call.c: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2003-07-02
Fix a typo.
Wolfgang Bangerth
1
-1
/
+1
2003-07-02
* error.c (locate_error): %P takes an `int', not a `tree'.
Kaveh R. Ghazi
1
-1
/
+1
2003-07-01
re PR c++/8046 (ICE on illegal code involving destructor being treated as bit...
Giovanni Bajo
1
-0
/
+7
2003-06-30
re PR c++/4933 (tree_list not supported by dump_expr)
Giovanni Bajo
1
-4
/
+15
[next]