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/existing-fp8
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-06-01
diagnostic.c (diagnostic_build_prefix): Always print columns.
Aldy Hernandez
2
-6
/
+22
2009-05-29
builtins.c (validate_gimple_arglist): Don't use va_arg with enum type.
Ian Lance Taylor
2
-2
/
+6
2009-05-28
Fix for PR c++/PR39754
Dodji Seketeli
8
-22
/
+131
2009-05-27
call.c (implicit_conversion): Handle conversion from initializer-list to scalar.
Jason Merrill
4
-8
/
+53
2009-05-27
Makefile.in (LINKER, [...]): Define.
Ian Lance Taylor
2
-3
/
+8
2009-05-26
Makefile.in (COMPILER, [...]): Define.
Ian Lance Taylor
2
-5
/
+11
2009-05-26
re PR c++/40007 (specialization causes access problem in primary template)
Dodji Seketeli
3
-34
/
+131
2009-05-25
re PR c++/38064 ([c++0x] operator== doesn't work for enum classes)
Jason Merrill
9
-33
/
+67
2009-05-22
re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)
Richard Guenther
2
-60
/
+7
2009-05-22
tree.c (handle_dll_attribute): Mark dllexport'd inlines as non-external.
Mark Mitchell
3
-2
/
+13
2009-05-21
tree.c (build_tree_list_vec_stat): New function.
Ian Lance Taylor
17
-651
/
+1214
2009-05-20
tm.texi (Misc): Document TARGET_INVALID_PARAMETER_TYPE...
Sandra Loosemore
4
-1
/
+41
2009-05-19
c-typeck.c (build_binary_op): Allow % on integal vectors.
Andrew Pinski
2
-1
/
+9
2009-05-18
Implement explicit conversions ops as specified in N2437.
Jason Merrill
9
-42
/
+146
2009-05-17
re PR c++/40139 (ICE on invalid use of destructor)
Jason Merrill
5
-23
/
+60
2009-05-17
tree.c (cxx_printable_name_internal): Allow consecutive translated and untran...
Joseph Myers
2
-4
/
+15
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
[next]