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
2003-06-28
diagnostic.h (diagnostic_set_info): Replace file and lineno parameters with a...
Nathan Sidwell
3
-36
/
+18
2003-06-28
re PR c++/10784 (Warning about choosing custom operator over copy constructor...
Nathan Sidwell
2
-2
/
+7
2003-06-28
* c-format.c (check_format_string, get_constant)
Zack Weinberg
7
-15
/
+25
2003-06-27
re PR c++/10468 (const typeof(x) is non-const, but only in templates)
Mark Mitchell
2
-1
/
+9
2003-06-27
re PR c++/10796 (ICE (segfault) when defining an enum with two values: -1 and...
Mark Mitchell
2
-13
/
+34
2003-06-27
re PR c++/11332 (Spurious error with casts in ?: expression)
Mark Mitchell
2
-3
/
+10
2003-06-26
call.c (build_op_delete_call): Use strip_array_call.
Nathan Sidwell
2
-5
/
+9
2003-06-26
re PR c++/8266 (Explicit instantiation of a template outside its namespace is...
Giovanni Bajo
2
-7
/
+20
2003-06-26
re PR c++/10990 (Cannot convert with dynamic_cast<> to a private base class f...
Mark Mitchell
2
-27
/
+61
2003-06-26
re PR c++/10931 (valid conversion static_cast<const unsigned int&>(lvalue-of-...
Mark Mitchell
4
-86
/
+199
2003-06-24
call.c (enforce_access): Assert we get a binfo.
Nathan Sidwell
13
-69
/
+108
2003-06-24
method.c (thunk_labelno): Move outside ifdef block to make garbage collector ...
Jan Hubicka
2
-1
/
+8
2003-06-24
langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.
Jan Hubicka
5
-6
/
+25
2003-06-24
method.c: add prototype for make_alias_for_thunk.
Andrew Pinski
2
-0
/
+11
2003-06-23
i386.c (x86_output_mi_thunk): Don't pass MEM to %P0, just SYMBOL_REF.
Jakub Jelinek
4
-7
/
+88
2003-06-23
decl.c (register_dtor_fn): Mark cleanup as used.
Jan Hubicka
4
-4
/
+25
2003-06-23
mangle.c (hash_type): val is the TREE_LIST itself, not a pointer to it.
Jakub Jelinek
2
-1
/
+6
2003-06-21
re PR c++/10784 (Warning about choosing custom operator over copy constructor...
Gabriel Dos Reis
2
-2
/
+8
2003-06-21
PC c++/10864
Gabriel Dos Reis
2
-8
/
+19
2003-06-21
re PR c++/10915 (a not-useful non-avoidable warning: conversion to a referen...
Gabriel Dos Reis
2
-1
/
+7
2003-06-20
re PR c++/10749 (triple nested template classes in namespace need to qualify ns)
Mark Mitchell
2
-1
/
+5
2003-06-20
re PR c++/10845 (template member function (getting a nested template as param...
Mark Mitchell
2
-1
/
+8
2003-06-20
tree.h (expand_function_end): Remove all parameters.
Nathan Sidwell
2
-1
/
+6
2003-06-20
re PR c++/10939 (ICE with templated code)
Mark Mitchell
2
-2
/
+18
2003-06-20
re PR c++/9649 (ICE in finish_member_declaration at cp/semantics.c:1850 when ...
Mark Mitchell
4
-23
/
+48
2003-06-20
re PR middle-end/11041 (ICE: const myclass &x = *x; (when operator*() defined))
Mark Mitchell
7
-40
/
+87
2003-06-20
Fix for PR c++/11228, infinite loop for new int[n]().
Matt Austern
2
-1
/
+15
2003-06-19
c-tree.h: Remove declaration of poplevel.
Andreas Jaeger
2
-6
/
+7
2003-06-19
pt.c: Convert to ISO C.
Nathanael Nerode
3
-664
/
+399
2003-06-18
cp-tree.h (comp_except_specs, [...]): Return bool.
Nathan Sidwell
3
-257
/
+164
2003-06-18
cp-tree.h (COMPARE_RELAXED): Rename to ...
Nathan Sidwell
7
-247
/
+215
2003-06-18
mangle.c (mangle_conv_op_name_for_type): Correct sprintf format string again.
Mark Mitchell
2
-1
/
+6
2003-06-18
re PR debug/4252 (cc1: Invalid option `-fdump-translation-unit')
Robert Abeles
2
-1
/
+6
2003-06-17
mangle.c (mangle_conv_op_name_for_type): Correct sprintf format string.
Mark Mitchell
2
-1
/
+7
2003-06-17
re PR c++/10929 (-Winline warns about functions for which no definition is vi...
Jason Merrill
2
-1
/
+7
2003-06-17
Correct PR number.
Mark Mitchell
1
-1
/
+1
2003-06-17
re PR c++/10712 (ICE in constructor_name_full, at cp/decl2.c:1255)
Mark Mitchell
2
-0
/
+6
2003-06-17
re PR c++/11105 ([3.3/3.4 regression of sorts] ICE in mangle_conv_op_name_for...
Mark Mitchell
4
-114
/
+176
2003-06-17
except.c: Remove duplicate declaration of push_eh_cleanup.
Andreas Jaeger
3
-3
/
+6
2003-06-17
mangle.c: Convert to ISO C.
Nathanael Nerode
2
-201
/
+136
2003-06-16
decl.c, [...]: Don't use the PTR macro.
Kaveh R. Ghazi
5
-7
/
+12
2003-06-16
* tree.c: Convert to ISO C.
Nathanael Nerode
2
-251
/
+147
2003-06-16
cp-tree.h: Follow spelling conventions.
Kazu Hirata
5
-10
/
+17
2003-06-14
tree.h (init_function_start): Remove filename and line paramters.
Nathan Sidwell
4
-3
/
+9
2003-06-14
Makefile.in: Update to use common.opt and lang_opt_files.
Neil Booth
2
-2
/
+5
2003-06-13
* lex.c: Convert to ISO C.
Nathanael Nerode
2
-74
/
+47
2003-06-13
init.c: removes use of PARAMS macro.
Nathanael Nerode
2
-122
/
+59
2003-06-13
* rtti.c: Remove PARAMS.
Nathanael Nerode
2
-21
/
+23
2003-06-13
* typeck2.c: Convert to ISO C.
Nathanael Nerode
2
-46
/
+24
2003-06-12
re PR c++/10635 (ICE (segfault) when dereferencing an incomplete type casted ...
Mark Mitchell
2
-0
/
+10
[next]