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-10-08
varasm.c (compare_constant): Removed call to lang_hooks.expand_constant.
Ollie Wild
4
-6
/
+25
2007-10-04
re PR c++/20416 (Incorrect lifetime for temporary with static const reference)
Jason Merrill
2
-1
/
+11
2007-10-04
re PR c++/32470 (fvisibility=hidden without effect in some cases)
Jason Merrill
4
-53
/
+70
2007-10-03
re PR c++/11756 (ICE's when using typeof in template function parameter type ...
Jason Merrill
2
-0
/
+9
2007-10-03
decl.c (duplicate_decls): Preserve linkage flags for mere redeclarations of g...
Alexandre Oliva
2
-9
/
+14
2007-10-03
re PR c++/15764 (no cleanup if temporary's dtor terminates with an exception)
Jason Merrill
2
-33
/
+83
2007-09-29
re PR c++/33094 (ICE on valid C++ virtual template static member in anonymous...
Jason Merrill
4
-2
/
+15
2007-09-29
Revert
Ollie Wild
4
-18
/
+16
2007-09-28
re PR c++/10179 (alignment attributes are not inherited correctly with empty ...
Jason Merrill
2
-3
/
+21
2007-09-28
re PR c++/33213 (Broken diagnostic: 'type_pack_expansion' not supported by du...
Paolo Carlini
2
-0
/
+6
2007-09-28
re PR c++/31434 (ICE with invalid use of parameter pack in function arg)
Jakub Jelinek
1
-0
/
+7
2007-09-28
re PR c++/33118 (#'argument_pack_select' not supported by dump_expr#<expressi...
Paolo Carlini
2
-26
/
+14
2007-09-28
re PR c++/31434 (ICE with invalid use of parameter pack in function arg)
Jakub Jelinek
1
-0
/
+7
2007-09-28
varasm.c (compare_constant): Removed call to lang_hooks.expand_constant.
Ollie Wild
4
-6
/
+25
2007-09-27
decl2.c (is_late_template_attribute): Don't crash on unknown attribute.
Jason Merrill
2
-0
/
+9
2007-09-27
re PR c++/33493 (Broken diagnostic: 'dl_expr' not supported by dump_expr)
Paolo Carlini
4
-2
/
+19
2007-09-27
builtins.c (expand_builtin, [...]): Use new %K format string specifier for di...
Jakub Jelinek
3
-9
/
+103
2007-09-25
re PR c++/33207 (ICE redeclaring namespace as struct)
Simon Martin
2
-3
/
+9
2007-09-25
tree.c (cxx_printable_name): Compare FUNCTION_DECL uids rather than pointers.
Jakub Jelinek
2
-6
/
+10
2007-09-25
re PR c++/14688 (Mis-matched calling convention on virtual functions accepted...
Danny Smith
2
-0
/
+17
2007-09-24
re PR c++/33239 (internal compiler error in instantiate_class_template, at cp...
Jason Merrill
2
-3
/
+16
2007-09-24
re PR c++/33506 (TYPE_RAISES_EXCEPTIONS dumped with attributes)
Jakub Jelinek
4
-0
/
+24
2007-09-24
re PR c++/33185 (ICE: canonical types differ for identical types T [] and T [])
Douglas Gregor
2
-1
/
+8
2007-09-24
re PR c++/33112 (ICE : canonical types differ for identical types const _Char...
Douglas Gregor
2
-70
/
+61
2007-09-23
re PR c++/16370 (__attribute__((deprecated)) not useful on classes, and ugly ...
Jason Merrill
2
-0
/
+10
2007-09-23
re PR c++/15269 (__attribute__((deprecated)) broken with inline, ignored with...
Jason Merrill
2
-0
/
+8
2007-09-22
re PR c++/19407 (vector keyword in typedef inside template struct ignored)
Jason Merrill
4
-45
/
+61
2007-09-22
re PR c++/33496 (ICE with sizeof for invalid argument pack)
Jakub Jelinek
1
-0
/
+8
2007-09-20
re PR c++/33460 (ICE with static member in anonymous union)
Paolo Carlini
3
-8
/
+24
2007-09-20
re PR c++/33496 (ICE with sizeof for invalid argument pack)
Jakub Jelinek
1
-1
/
+7
2007-09-20
re PR c++/7586 (Incorrect handling of attributes in template codes)
Jason Merrill
5
-50
/
+55
2007-09-20
re PR c++/33459 (ICE on reference member in union)
Paolo Carlini
2
-6
/
+14
2007-09-18
re PR c++/17743 (dependent expressions in attributes)
Jason Merrill
3
-7
/
+92
2007-09-18
PR c++/33462 (again)
Paolo Carlini
2
-1
/
+7
2007-09-18
re PR c++/33462 (Broken diagnostic: 'va_arg_expr' not supported by dump_expr)
Paolo Carlini
4
-0
/
+30
2007-09-18
re PR c++/33463 (Broken diagnostic: 'typeid_expr' not supported by dump_expr)
Paolo Carlini
4
-8
/
+29
2007-09-18
re PR c++/33464 (Broken diagnostic: 'trait_expr' not supported by dump_expr)
Paolo Carlini
4
-2
/
+111
2007-09-16
re PR c++/33124 (C++ frontend should not warn about new a[0] in template cont...
Paolo Carlini
2
-15
/
+6
2007-09-16
re PR c++/32756 (wrong ambiguous overload error?)
Nathan Sidwell
2
-11
/
+28
2007-09-14
PR c++/17743, c++/19163
Jason Merrill
4
-1
/
+128
2007-09-13
c-common.c (fname_as_string): Update.
Tom Tromey
2
-7
/
+13
2007-09-11
decl.c (java_expand_body): Kill.
Jan Hubicka
5
-22
/
+15
2007-09-09
re PR c++/33324 (ICE on new array of objects with virtual destructors.)
David Daney
2
-2
/
+10
2007-09-08
re PR c++/33342 (ICE in dependent_type_p, at cp/pt.c:15081)
Jason Merrill
2
-0
/
+10
2007-09-06
* decl2.c (get_guard): Copy visibility from the guarded variable.
Jason Merrill
2
-0
/
+6
2007-09-06
* semantics.c (expand_body): Do not mark arguments of clones used.
Jan Hubicka
2
-20
/
+4
2007-09-06
re PR c++/32674 (ICE in lvalue_p_1 initialising static variable inside templa...
Paolo Carlini
2
-1
/
+21
2007-09-06
tree-cfg.c (remove_bb): Only warn if line is non-zero.
Tom Tromey
2
-1
/
+9
2007-09-05
re PR c++/15745 (exception specification incorrectly changes the type of the ...
Jason Merrill
2
-0
/
+6
2007-09-05
re PR c++/15097 (code generator problem with ::delete and multiple inheritanc...
Jason Merrill
4
-3
/
+20
[next]