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
2007-07-30
re PR c++/32108 (ICE with __label__ outside of block scope)
Paolo Carlini
2
-2
/
+13
2007-07-29
attribs.c (hash_attr, [...]): Constify.
Kaveh R. Ghazi
2
-6
/
+13
2007-07-28
* pt.c, tree.c, typeck2.c: Fix comment typos.
Kazu Hirata
4
-5
/
+9
2007-07-28
re PR c++/30917 (ICE with friend in local class (to a function))
Simon Martin
2
-2
/
+50
2007-07-27
typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes.
Douglas Gregor
12
-8
/
+489
2007-07-27
re PR c++/32346 (long long bitfield passed to int argument incorrectly)
Mark Mitchell
2
-1
/
+27
2007-07-25
cselib.c (entry_and_rtx_equal_p): Constify.
Kaveh R. Ghazi
2
-6
/
+11
2007-07-25
c-common.c (fname_as_string, [...]): Constify.
Kaveh R. Ghazi
6
-18
/
+25
2007-07-25
alpha.c (alpha_mangle_fundamental_type): Rename to...
Julian Brown
1
-83
/
+88
2007-07-24
method.c (implicitly_declare_fn): Increase alignment if member function point...
Nathan Sidwell
2
-0
/
+13
2007-07-24
re PR c++/29001 (ICE on invalid return from operator new)
Paolo Carlini
3
-3
/
+15
2007-07-22
re PR c++/32839 (internal compiler error: Segmentation fault (templates))
Nathan Sidwell
2
-2
/
+12
2007-07-22
re PR c++/30818 (templates and typedefs cause function prototype not to match)
Nathan Sidwell
5
-36
/
+69
2007-07-12
pt.c (template_parms_variadic_p): Remove.
Kazu Hirata
3
-12
/
+5
2007-07-12
re PR c++/30854 (Wrong number of arguments printed for constructor)
Jakub Jelinek
2
-1
/
+7
2007-07-11
params.def (PARAM_VERIFY_CANONICAL_TYPES): Remove.
Douglas Gregor
2
-26
/
+28
2007-07-11
re PR c++/32560 (ICE on invalid declaration in template)
Paolo Carlini
2
-0
/
+9
2007-07-10
re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL)
Geoffrey Keating
3
-7
/
+21
2007-07-09
decl.c (start_preparsed_function): Do not promote return type.
Richard Guenther
2
-3
/
+4
2007-07-08
re PR c++/30535 (ICE with invalid template operator)
Paolo Carlini
2
-0
/
+7
2007-07-07
re PR c++/32232 (ICE in resolve_overloaded_unification)
Mark Mitchell
2
-27
/
+37
2007-07-06
c-common.c (boolean_increment): Use correctly typed constant.
Richard Guenther
3
-4
/
+15
2007-07-06
re PR c++/32245 (wrong POD type initialization with pointer to member)
Mark Mitchell
8
-31
/
+121
2007-07-04
tree.c (maybe_canonicalize_argtypes): New.
Douglas Gregor
2
-4
/
+11
2007-07-04
* init.c (build_new): Tweak comment.
Mark Mitchell
2
-1
/
+7
2007-07-04
re PR c++/31743 (ICE with invalid use of new)
Dave Brolley
3
-8
/
+13
2007-07-03
re PR c++/32609 (ICE in htab_clear_slot at libiberty/hashtab.c:722)
Richard Guenther
2
-1
/
+7
2007-07-02
parser.c (cp_parser_elaborated_type_specifier): Added a warning for inner-sty...
Simon Baldwin
2
-0
/
+23
2007-07-02
re PR c++/31748 (bad diagnostic for invalid private clause)
Jakub Jelinek
2
-2
/
+11
2007-07-01
name-lookup.c (ambiguous_decl): Fix case when new->value is hidden.
Ollie Wild
4
-75
/
+76
2007-06-29
re PR c++/31724 (More "same canonical type node" fun)
Doug Gregor
2
-0
/
+7
2007-06-28
Fix typo.
Geoffrey Keating
1
-1
/
+1
2007-06-28
Index: gcc/ChangeLog
Geoffrey Keating
3
-0
/
+23
2007-06-28
decl2.c (start_objects): Mark constructor-runnning function as artificial.
Geoffrey Keating
2
-0
/
+9
2007-06-25
re PR c++/32111 (ICE declaring destructor as friend)
Simon Martin
2
-1
/
+10
2007-06-23
extend.texi: Document that dllimport and dllexport imply default visibility.
Mark Mitchell
2
-14
/
+9
2007-06-18
re PR c++/31923 (g++ accepts a storage-class-specifier on a template explicit...
Simon Baldwin
3
-8
/
+69
2007-06-15
[multiple changes]
Andrew Pinski
11
-44
/
+171
2007-06-15
cp-tree.h (DECL_VAR_MARKED_P): Remove.
Mark Mitchell
5
-24
/
+65
2007-06-14
decl2.c (determine_visibility): Ensure that functions with hidden types as pa...
Geoffrey Keating
2
-1
/
+5
2007-06-14
re PR libgcj/31093 (Multicast PromiscuousTraffic)
Geoffrey Keating
2
-4
/
+6
2007-06-12
re PR libstdc++/29286 (placement new does not change the dynamic type as it s...
Ian Lance Taylor
2
-2
/
+81
2007-06-11
really remove signed(_or_unsigned)?_type langhooks
Rafael Espindola
1
-4
/
+0
2007-06-11
remove signed(_or_unsigned)?_type langhooks
Rafael Espindola
1
-0
/
+5
2007-06-08
re PR c++/32177 (g++ crashes on some valid OpenMP code)
Jakub Jelinek
2
-1
/
+32
2007-06-07
re PR c++/30759 (initializer-list accepted for object of non-POD type)
Simon Martin
8
-34
/
+75
2007-06-05
decl.c (grokdeclarator): Readability change.
Simon Baldwin
2
-10
/
+15
2007-06-04
call.c (convert_like_real): Remove pointless code.
Paolo Carlini
2
-15
/
+4
2007-06-01
decl.c (get_atexit_fn_ptr_type): New function.
Mark Mitchell
4
-46
/
+119
2007-05-31
in gcc/ 2007-05-31 Daniel Berlin <dberlin@dberlin.org>
Daniel Berlin
2
-1
/
+5
[next]