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
/
c-common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-16
-Wmisleading-indentation: fix ICE in get_visual_column (PR c++/70693)
David Malcolm
1
-0
/
+1
2018-08-13
PR tree-optimization/71625 - missing strlen optimization on different array i...
Martin Sebor
1
-0
/
+92
2018-08-08
[PATCH] line-map include-from representation
Nathan Sidwell
1
-2
/
+2
2018-07-31
Add __builtin_speculation_safe_value
Richard Earnshaw
1
-0
/
+164
2018-07-20
libcpp: remove redundant parameter from rich_location::set_range
David Malcolm
1
-2
/
+2
2018-06-20
re PR c++/86210 (Missing -Wnonnull warning for function defined in the same TU)
Jakub Jelinek
1
-4
/
+2
2018-06-16
re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile....
Kugan Vivekanandarajah
1
-0
/
+1
2018-05-14
pt.c (tsubst): Check valid_array_size_p.
Jason Merrill
1
-5
/
+8
2018-05-10
re PR c++/85662 ("error: non-constant condition for static assertion" from __...
Jakub Jelinek
1
-15
/
+9
2018-03-27
re PR c++/85061 (ICE with __builtin_offsetof applied to static member)
Jakub Jelinek
1
-1
/
+1
2018-03-12
PR tree-optimization/83456 - -Wrestrict false positive on a non-overlapping m...
Martin Sebor
1
-11
/
+21
2018-01-17
C++: Fix crash in warn_for_memset within templates (PR c++/83814)
David Malcolm
1
-13
/
+0
2018-01-10
Preserving locations for variable-uses and constants (PR c++/43486)
David Malcolm
1
-9
/
+30
2018-01-03
Add support for MODE_VECTOR_BOOL
Richard Sandiford
1
-0
/
+8
2018-01-03
poly_int: TYPE_VECTOR_SUBPARTS
Richard Sandiford
1
-9
/
+11
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-16
PR tree-optimization/78918 - missing -Wrestrict on memcpy copying over self
Martin Sebor
1
-6
/
+12
2017-12-06
C/C++: don't suggest implementation names as spelling fixes (PR c/83236)
David Malcolm
1
-0
/
+1
2017-11-28
re PR sanitizer/81275 (-fsanitize=thread produce incorrect -Wreturn-type warn...
Jakub Jelinek
1
-0
/
+58
2017-11-28
Remove Cilk Plus support.
Julia Koval
1
-7
/
+0
2017-11-21
* c-common.c (get_nonnull_operand): Use tree_to_uhwi.
Jakub Jelinek
1
-1
/
+1
2017-11-21
re PR c++/83059 (ICE on invalid C++ code: in tree_to_uhwi, at tree.c:6633)
Jakub Jelinek
1
-7
/
+8
2017-11-15
Add __builtin_tgmath for better tgmath.h implementation (bug 81156).
Joseph Myers
1
-0
/
+1
2017-11-10
PR c/81117 - Improve buffer overflow checking in strncpy
Martin Sebor
1
-3
/
+3
2017-10-31
diagnostics: get rid of *_at_rich_loc in favor of overloading
David Malcolm
1
-8
/
+8
2017-10-19
asan.c (handle_builtin_alloca): Deal with all alloca variants.
Eric Botcazou
1
-0
/
+10
2017-10-12
C/C++: add fix-it hints for various missing symbols
David Malcolm
1
-0
/
+158
2017-10-10
Require wi::to_wide for trees
Richard Sandiford
1
-1
/
+1
2017-09-12
c-common.c (field_decl_cmp, [...]): Move to c/c-decl.c.
Nathan Sidwell
1
-68
/
+0
2017-09-12
re PR target/82112 (internal compiler error: in fold_convert_loc, at fold-con...
Jakub Jelinek
1
-4
/
+8
2017-08-30
[71/77] Use opt_scalar_mode for mode iterators
Richard Sandiford
1
-5
/
+9
2017-08-30
[65/77] Add a SCALAR_TYPE_MODE macro
Richard Sandiford
1
-2
/
+2
2017-08-30
[35/77] Add uses of as_a <scalar_int_mode>
Richard Sandiford
1
-9
/
+9
2017-08-30
[4/77] Add FOR_EACH iterators for modes
Richard Sandiford
1
-4
/
+5
2017-08-29
Fix --help=target (PR other/39851).
Martin Liska
1
-1
/
+1
2017-08-21
c-family/c/c++: pass optional vec<location_t> to c-format.c
David Malcolm
1
-2
/
+2
2017-08-10
C/C++: show pertinent open token when missing a close token
David Malcolm
1
-8
/
+9
2017-08-09
Boolify some parameters.
Marek Polacek
1
-5
/
+6
2017-07-14
c/c++: Add fix-it hints for suggested missing #includes
David Malcolm
1
-0
/
+131
2017-07-06
Support C++-specific selftests
David Malcolm
1
-0
/
+16
2017-07-04
re PR c/81231 (ICE with invalid argument to __atomic_*)
Marek Polacek
1
-0
/
+3
2017-06-23
Refactor fileptr_type_node handling
Marc Glisse
1
-4
/
+8
2017-05-25
c=common.c (field_decl_cmp, [...]): Adjust T const casts to avoid warning.
Nathan Sidwell
1
-4
/
+4
2017-05-24
PR c/80731 - poor -Woverflow warnings
Martin Sebor
1
-13
/
+42
2017-05-18
c-common.c (c_common_type_for_size): Use NULL_TREE instead of 0.
Marek Polacek
1
-8
/
+8
2017-05-18
c-common.c (self_promoting_args_p): Change the return type to bool.
Marek Polacek
1
-6
/
+6
2017-05-17
c-common.c: Use NULL_TREE instead of 0 where appropriate.
Marek Polacek
1
-5
/
+5
2017-05-17
Implement new C++ intrinsics __is_assignable and __is_constructible.
Ville Voutilainen
1
-0
/
+2
2017-05-17
Bye bye, c_save_expr.
Marek Polacek
1
-19
/
+1
2017-05-09
c-tree.h (pushdecl): Declare.
Nathan Sidwell
1
-1
/
+1
[next]