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
/
c-family
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-05
Eliminate report_diagnostic macro
David Malcolm
2
-1
/
+6
2017-05-04
PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.c
Martin Sebor
2
-3
/
+9
2017-05-03
Canonicalize canonical type hashing
Nathan Sidwell
2
-6
/
+7
2017-05-01
re PR c++/80038 (Random segfault using local vectors in Cilk function)
Xi Ruoyao
4
-102
/
+25
2017-04-28
PR tree-optimization/80523 - -Wformat-overflow doesn't consider -fexec-charset
Martin Sebor
1
-2
/
+2
2017-04-27
re PR c++/80534 (7.1 RC - internal compiler error: in finish_member_declarati...
Jakub Jelinek
2
-1
/
+8
2017-04-25
017-04-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
Bernd Edlinger
3
-119
/
+10
2017-04-20
c.opt (Wextra-semi): New C++ warning flag.
Volker Reichelt
2
-0
/
+8
2017-04-20
re PR middle-end/80423 (GC related -fcompare-debug failure)
Jakub Jelinek
2
-6
/
+13
2017-04-18
re PR middle-end/79788 (ICE in expand_expr_real_2, at expr.c:9557)
Jakub Jelinek
2
-21
/
+21
2017-04-10
Evaluate a SAVE_EXPR before an UBSAN check (PR sanitizer/80350).
Martin Liska
2
-0
/
+7
2017-04-03
Fix numerous typos in comments
Jonathan Wakely
2
-1
/
+5
2017-03-31
re PR sanitizer/79572 (reference binding to null pointer not reported with -f...
Jakub Jelinek
3
-5
/
+23
2017-03-31
Fix description of Wendif-labels (PR documentation/78732)
David Malcolm
2
-1
/
+7
2017-03-31
re PR libstdc++/80251 (Is the is_aggregate meta function missing?)
Jakub Jelinek
3
-2
/
+9
2017-03-27
re PR target/80162 (ICE on invalid code (address of register variable))
Jakub Jelinek
2
-1
/
+8
2017-03-21
PR c++/79548 - missing -Wunused-variable on a typedef'd variable in a functio...
Martin Sebor
2
-1
/
+12
2017-03-11
Simplify uses of "%<%s%>" to "%qs" (PR translation/79848)
David Malcolm
2
-3
/
+9
2017-03-10
Fix up a couple of old ChangeLog entries.
Martin Sebor
1
-3
/
+2
2017-03-10
c-indentation.c: workaround xgettext limitation (PR c/79921)
David Malcolm
2
-2
/
+8
2017-03-09
re PR c++/79962 (ICE nonnull_check_p on a function template with a type-depen...
Marek Polacek
2
-1
/
+8
2017-03-09
Increment value instead of a pointer in ADA macro processing.
Martin Liska
2
-1
/
+5
2017-03-04
c.opt (Wnoexcept-type): New.
Jason Merrill
2
-0
/
+8
2017-03-02
re PR middle-end/79756 (ICE in execute_todo, at passes.c:2011)
Richard Biener
2
-0
/
+8
2017-02-28
Introduce =<number> for couple of options.
Martin Liska
2
-2
/
+7
2017-02-28
Add tabulars for options with enum values.
Martin Liska
2
-1
/
+6
2017-02-24
re PR c++/79588 (ICE in warn_for_restrict with -Wrestrict)
Jakub Jelinek
4
-25
/
+77
2017-02-24
c-ada-spec.c (dump_ada_function_declaration): Add comment about the treatment...
Eric Botcazou
2
-98
/
+20
2017-02-22
instead of -Wnormalized=<options>
Martin Liska
2
-1
/
+6
2017-02-21
re PR c++/79641 (ICE with const variable and attribute)
Jakub Jelinek
2
-1
/
+7
2017-02-17
Restore DECIMAL_DIG macro to C99/C11 value.
Joseph Myers
2
-4
/
+8
2017-02-15
re PR c/79515 (ICE: tree check: expected class 'type', have 'exceptional' (er...
Marek Polacek
2
-0
/
+9
2017-01-24
Add "__RTL" to cc1
David Malcolm
3
-0
/
+9
2017-01-20
re PR c/64279 (Warning missing for "(cond) ? A : A" / if(cond) expr1; else ex...
Marek Polacek
5
-0
/
+90
2017-01-17
Fix wording of -Wmisleading-indentation (PR c++/71497)
David Malcolm
2
-1
/
+7
2017-01-17
re PR c/79116 (ICE on cilkplus array notation with a _Cilk_for)
Aldy Hernandez
2
-1
/
+9
2017-01-16
re PR driver/49726 (-g0 file.S -g does not produce debug info)
Jakub Jelinek
2
-1
/
+6
2017-01-16
revert: re PR c++/71737 (ICE following 2x pack expansion in non-pack with tem...
Paolo Carlini
2
-9
/
+15
2017-01-16
re PR c++/71737 (ICE following 2x pack expansion in non-pack with template al...
Paolo Carlini
2
-7
/
+14
2017-01-12
(-Wformat-overflow): ...to this.
Martin Sebor
2
-7
/
+11
2017-01-11
PR c/78768 - -Walloca-larger-than and -Wformat-length warnings disabled by -flto
Martin Sebor
2
-3
/
+9
2017-01-10
* c-cppbuiltin.c (c_cpp_builtins): Define __cpp_variadic_using.
Jason Merrill
2
-0
/
+6
2017-01-09
re PR translation/79019 (translatable string typo in cif-code.def:141)
Jakub Jelinek
2
-1
/
+7
2017-01-08
PR tree-optimization/78913 - Probably misleading error reported by -Wformat-l...
Martin Sebor
2
-0
/
+14
2017-01-06
[bootstrap-O1] change value type to avoid sprintf buffer size warning
Alexandre Oliva
2
-1
/
+8
2017-01-05
invoke.texi (C Dialect Options): Document it.
Eric Botcazou
2
-1
/
+8
2017-01-05
Error for '-' as filename of a precompiled header (PR pch/78970)
Martin Liska
2
-1
/
+12
2017-01-04
re PR c++/64767 (Could GCC warn when a pointer is compared against '\0'?)
Marek Polacek
2
-0
/
+9
2017-01-04
re PR driver/78957 (ICE: SIGSEGV with -fno-sso-struct=web)
Jakub Jelinek
2
-1
/
+6
2017-01-01
Update copyright years.
Jakub Jelinek
37
-37
/
+41
[next]