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
/
c-family
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-19
read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...
Jakub Jelinek
2
-1
/
+6
2017-12-18
c-warn.c (warn_logical_operator): Return early if -Wlogical-op is not in effect.
Marek Polacek
2
-0
/
+8
2017-12-17
c-attribs.c (common_handle_aligned_attribute): Avoid issuing an error for att...
Martin Sebor
2
-5
/
+13
2017-12-16
PR tree-optimization/78918 - missing -Wrestrict on memcpy copying over self
Martin Sebor
3
-7
/
+19
2017-12-15
tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...
Jakub Jelinek
2
-200
/
+199
2017-12-14
invoke.texi: Document -Wcast-function-type.
Bernd Edlinger
4
-3
/
+15
2017-12-14
Patch for middle-end/PR79538
Qing Zhao
2
-5
/
+12
2017-12-12
[SFN] introduce statement frontier notes, still disabled
Alexandre Oliva
2
-0
/
+26
2017-12-07
PR c/81544 - attribute noreturn and warn_unused_result on the same function a...
Martin Sebor
3
-154
/
+302
2017-12-06
C/C++: don't suggest implementation names as spelling fixes (PR c/83236)
David Malcolm
5
-1
/
+84
2017-12-06
Move macro-spellchecking code from "gcc" to new files in c-family
David Malcolm
3
-0
/
+115
2017-12-01
function.h (struct function): Remove cilk_frame_decl, is_cilk_function and ca...
Jakub Jelinek
2
-41
/
+33
2017-11-30
Remove inv_list.
Julia Koval
2
-11
/
+4
2017-11-28
re PR sanitizer/81275 (-fsanitize=thread produce incorrect -Wreturn-type warn...
Jakub Jelinek
3
-0
/
+66
2017-11-28
Remove Cilk Plus support.
Julia Koval
13
-2414
/
+30
2017-11-21
New POINTER_DIFF_EXPR
Marc Glisse
2
-0
/
+7
2017-11-21
* c-common.c (get_nonnull_operand): Use tree_to_uhwi.
Jakub Jelinek
2
-1
/
+3
2017-11-21
re PR c++/83059 (ICE on invalid C++ code: in tree_to_uhwi, at tree.c:6633)
Jakub Jelinek
2
-7
/
+14
2017-11-21
C/C++: more stdlib header hints (PR c/81404)
David Malcolm
3
-0
/
+220
2017-11-20
c-family: add name_hint/deferred_diagnostic
David Malcolm
3
-12
/
+128
2017-11-19
re PR c/66618 (Failure to diagnose non-constant initializer for static object...
Jakub Jelinek
2
-1
/
+7
2017-11-16
Add -std=c18 etc. option aliases.
Joseph Myers
2
-3
/
+21
2017-11-15
Add __builtin_tgmath for better tgmath.h implementation (bug 81156).
Joseph Myers
3
-0
/
+8
2017-11-10
PR c/81117 - Improve buffer overflow checking in strncpy
Martin Sebor
4
-5
/
+36
2017-11-06
Instrument function exit with __builtin_unreachable in C++
Martin Liska
3
-1
/
+11
2017-10-31
diagnostics: get rid of *_at_rich_loc in favor of overloading
David Malcolm
3
-17
/
+27
2017-10-30
Add -std=c17, -std=gnu17.
Joseph Myers
3
-2
/
+47
2017-10-27
builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct...
Michael Meissner
2
-1
/
+13
2017-10-23
re PR c/82681 (c-warn.c:1218: typo in warning message)
Marek Polacek
2
-2
/
+7
2017-10-20
Add generic part for Intel CET enabling. The spec is available at
Igor Tsimbalist
1
-0
/
+27
2017-10-19
asan.c (handle_builtin_alloca): Deal with all alloca variants.
Eric Botcazou
2
-0
/
+15
2017-10-17
Simplify format_warning_at_substring API
David Malcolm
2
-25
/
+30
2017-10-13
c-gimplify.c (c_gimplify_expr): Handle [LR]ROTATE_EXPR like [LR]SHIFT_EXPR.
Jakub Jelinek
2
-0
/
+7
2017-10-12
C/C++: add fix-it hints for various missing symbols
David Malcolm
3
-0
/
+168
2017-10-11
[PATCH] Include path enumeration
Nathan Sidwell
2
-8
/
+13
2017-10-11
Do not error for no_sanitize attributes (PR sanitizer/82490).
Martin Liska
2
-8
/
+7
2017-10-10
Require wi::to_wide for trees
Richard Sandiford
5
-12
/
+22
2017-10-10
re PR c/82437 (false-positive -Wtautological-compare warning with -std=gnu89)
Jakub Jelinek
2
-2
/
+8
2017-10-06
re PR c/82437 (false-positive -Wtautological-compare warning with -std=gnu89)
Jakub Jelinek
2
-5
/
+19
2017-10-05
c-pretty-print.c (pp_c_parameter_type_list): Print ...
Bernd Edlinger
2
-0
/
+10
2017-10-02
Fix mismatched precisions in tree arithmetic
Richard Sandiford
2
-4
/
+11
2017-09-29
c-attribs.c (handle_noipa_attribute): Don't add "stack_protect" attribute.
Jakub Jelinek
2
-4
/
+5
2017-09-29
c-ada-spec.c (to_ada_name): Add index parameter.
Eric Botcazou
2
-24
/
+120
2017-09-29
c-ada-spec.c (max_ada_macros): Move around.
Eric Botcazou
2
-261
/
+226
2017-09-29
c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD rather than DECL...
Jakub Jelinek
2
-2
/
+8
2017-09-21
enable handling of -gno- command-line options as negated prefixes
Alexandre Oliva
2
-1
/
+5
2017-09-15
Add support for -std=c++2a.
Andrew Sutton
4
-4
/
+48
2017-09-15
c-pragma.c (handle_pragma_scalar_storage_order): Expand on error message for ...
Eric Botcazou
2
-1
/
+18
2017-09-15
invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...
Jakub Jelinek
4
-28
/
+49
2017-09-12
Don't warn function alignment if warn_if_not_aligned_p is true
H.J. Lu
2
-1
/
+9
[next]