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
2009-05-16
alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.
Ian Lance Taylor
3
-6
/
+14
2009-05-15
re PR c/16302 (gcc fails to warn about some common logic errors)
Manuel López-Ibáñez
2
-2
/
+7
2009-05-14
Correct formatting errors commited in rev 147516
Taras Glek
1
-1
/
+1
2009-05-14
passes.c (finish_optimization_passes): Change i to int.
Ian Lance Taylor
4
-5
/
+12
2009-05-14
Updated the wrong changelog
Taras Glek
1
-0
/
+4
2009-05-14
decl.c (duplicate_decls): Preserve parameter attributes.
David Mandelin
1
-0
/
+11
2009-05-10
Fix changelog entry.
Jan Hubicka
1
-0
/
+5
2009-05-10
cgraphbuild.c (record_reference): Use cgraph_mark_address_taken_node.
Jan Hubicka
1
-2
/
+2
2009-05-10
pretty-print.h (struct pretty_print_info): Add translate_identifiers.
Joseph Myers
8
-56
/
+139
2009-05-08
re PR c/36892 (Support __attribute__((deprecated("text string"))))
H.J. Lu
5
-28
/
+39
2009-05-07
re PR c/39037 (FLOAT_CONST_DECIMAL64 pragma not supported)
Janis Johnson
1
-0
/
+19
2009-05-06
re PR c++/17395 (Incorrect lookup for parameters)
Dodji Seketeli
2
-1
/
+11
2009-05-05
cp-tree.h: (opname_tab...
Shujing Zhao
2
-45
/
+62
2009-05-05
typeck.c (cp_build_compound_expr): Require RHS to have a known type.
Nathan Sidwell
3
-21
/
+18
2009-05-05
re PR c++/40013 (ICE when creating a local array with size from the return va...
Jakub Jelinek
2
-0
/
+14
2009-05-04
re PR c++/28152 (Diagnostic about wrong use _Complex prints __complex__)
Manuel López-Ibáñez
2
-6
/
+14
2009-05-01
c-objc-common.c (c_tree_printer): Print identifiers with pp_identifier, not p...
Joseph Myers
4
-146
/
+185
2009-04-28
revert: re PR c++/35652 (offset warning should be given in the front-end)
Ben Elliston
2
-1
/
+10
2009-04-27
collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.
Ian Lance Taylor
2
-1
/
+6
2009-04-27
re PR c++/39875 (Wrong "value computed is not used" warning)
Jakub Jelinek
2
-1
/
+11
2009-04-24
combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.
Ian Lance Taylor
8
-11
/
+37
2009-04-23
re PR c++/38228 (ICE with invalid use of bound member function)
Dodji Seketeli
4
-5
/
+31
2009-04-22
re PR c++/39639 (no diagnostic for ill-formed pack expansion)
Dodji Seketeli
2
-0
/
+13
2009-04-22
hashtab.h: Update GTY annotations to new syntax
Taras Glek
11
-86
/
+57
2009-04-22
re PR c++/14875 (When using 'or' keyword, the error message speaks of a '||' ...
Manuel López-Ibáñez
2
-1
/
+6
2009-04-21
re PR c++/35711 (bad text in -Wcast-qual warning (forgets volatile))
Manuel López-Ibáñez
2
-22
/
+42
2009-04-21
ABOUT-GCC-NLS, [...]: Add copyright and license notices.
Joseph Myers
22
-24
/
+210
2009-04-21
re PR c/16202 (The -Wsequence-point warning misses many important instances)
Manuel López-Ibáñez
3
-6
/
+14
2009-04-20
re PR c++/13358 (long long and C++ do not mix well)
Manuel López-Ibáñez
4
-4
/
+30
2009-04-20
re PR c++/39803 (Bogus 'unused value' warning on declarations of non-POD arrays)
Le-Chun Wu
2
-1
/
+8
2009-04-20
Fix enum conversions which are invalid in C++:
Ian Lance Taylor
10
-15
/
+60
2009-04-20
cp-tree.h (base_access): Change typedef to int.
Ian Lance Taylor
4
-7
/
+20
2009-04-19
re PR c/32061 ((Wlogical-op) wording of warning of constant logicials need im...
Manuel López-Ibáñez
2
-11
/
+24
2009-04-18
cp-tree.h: Remove the prototype for insert_block.
Kazu Hirata
3
-13
/
+5
2009-04-16
cp-tree.h (enum tsubst_flags): Rename from enum tsubst_flags_t.
Ian Lance Taylor
2
-2
/
+11
2009-04-16
c-common.c (vector_targets_convertible_p, [...]): Use TYPE_VECTOR_OPAQUE inst...
Paolo Bonzini
2
-1
/
+6
2009-04-15
debug.h (set_name): Declare.
Catherine Moore
1
-2
/
+7
2009-04-15
re PR c++/39551 (C++ frontend not warn about unused dereference operator with...
Le-Chun Wu
3
-1
/
+23
2009-04-15
class.c (build_vtbl_ref_1): Remove call to assemble_external.
Rafael Avila de Espindola
2
-2
/
+0
2009-04-14
diagnostic.c (diagnostic_report_diagnostic): Do not warn about loaded plugins...
Diego Novillo
2
-2
/
+7
2009-04-14
[multiple changes]
Diego Novillo
4
-2
/
+13
2009-04-14
re PR c++/39763 (-Wshadow reports shadowed declarations for parameters of unn...
Jason Merrill
2
-10
/
+18
2009-04-13
fix changelog dates
Jason Merrill
1
-1
/
+1
2009-04-13
re PR c++/39480 (generated memcpy causes trouble in assignment)
Jason Merrill
2
-0
/
+20
2009-04-13
re PR c++/39750 (ICE in uses_template_parms, at cp/pt.c:6332)
Jason Merrill
3
-1
/
+9
2009-04-13
re PR c++/39742 (ice in C++ overload resolution)
Jason Merrill
2
-0
/
+8
2009-04-10
re PR c++/28301 (ICE with broken specialization)
H.J. Lu
2
-0
/
+8
2009-04-10
parser.c (cp_parser_class_specifier): Remove the unused has_trailing_semicolon.
H.J. Lu
2
-6
/
+5
2009-04-10
2009-04-10 Manuel López-Ibáñez <manu@gcc.gnu.org>
Manuel López-Ibáñez
2
-17
/
+40
2009-04-08
re PR c++/25185 (deep typedef substitution in error message)
Jason Merrill
2
-3
/
+17
[next]