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
2018-08-17
[PATCH] Adjust lazy macro definition
Nathan Sidwell
2
-33
/
+36
2018-08-17
Formatted printing for dump_* in the middle-end
David Malcolm
2
-2
/
+46
2018-08-17
[PATCH] Macro body is trailing array
Nathan Sidwell
2
-2
/
+4
2018-08-17
[PATCH] Move cpp_macro to cpplib.h
Nathan Sidwell
3
-2
/
+5
2018-08-17
Merge Ignore and Deprecated in .opt files.
Martin Liska
2
-46
/
+52
2018-08-16
-Wmisleading-indentation: fix ICE in get_visual_column (PR c++/70693)
David Malcolm
4
-14
/
+203
2018-08-16
[PATCH] CPP Macro predicates
Nathan Sidwell
4
-29
/
+34
2018-08-15
diagnostics: add labeling of source ranges
David Malcolm
2
-26
/
+168
2018-08-13
PR tree-optimization/71625 - missing strlen optimization on different array i...
Martin Sebor
3
-0
/
+99
2018-08-08
[PATCH] line-map include-from representation
Nathan Sidwell
4
-7
/
+12
2018-08-01
PR tree-optimization/86650 - -Warray-bounds missing inlining context
Martin Sebor
3
-17
/
+28
2018-07-31
c-family: clean up the data tables in c-format.c
David Malcolm
2
-68
/
+44
2018-07-31
Add __builtin_speculation_safe_value
Richard Earnshaw
3
-1
/
+179
2018-07-20
libcpp: remove redundant parameter from rich_location::set_range
David Malcolm
2
-2
/
+8
2018-07-20
PR middle-end/82063 - issues with arguments enabled by -Wall
Martin Sebor
2
-1
/
+6
2018-07-20
PR middle-end/82063 - issues with arguments enabled by -Wall
Martin Sebor
4
-18
/
+33
2018-07-12
c-attribs.c (c_common_attribute_table): Add "omp declare target implicit" att...
Jakub Jelinek
2
-0
/
+7
2018-07-12
re PR c/86453 (error: type variant differs by TYPE_PACKED in free_lang_data s...
Richard Biener
2
-2
/
+14
2018-07-10
re PR c++/86443 (ICEs on #pragma omp distribute parallel for with class itera...
Jakub Jelinek
2
-2
/
+13
2018-07-07
c-ada-spec.c (to_ada_name): Remove index parameter.
Eric Botcazou
2
-218
/
+135
2018-07-06
re PR target/86324 (testsuite test divkc3-1.c FAILs when compiling with -mabi...
Peter Bergner
2
-0
/
+10
2018-07-05
Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.
Nathan Sidwell
2
-2
/
+7
2018-06-28
Makefile.in: Add opt-suggestions.o.
Martin Liska
2
-0
/
+5
2018-06-20
Update OpenACC data clause semantics to the 2.5 behavior
Chung-Lin Tang
2
-4
/
+10
2018-06-20
re PR c++/86210 (Missing -Wnonnull warning for function defined in the same TU)
Jakub Jelinek
2
-4
/
+8
2018-06-18
PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
Martin Sebor
2
-0
/
+13
2018-06-16
re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile....
Kugan Vivekanandarajah
2
-0
/
+5
2018-06-13
c-opts.c (c_common_post_options): Warn about useless -Wabi.
Jason Merrill
2
-3
/
+15
2018-06-13
PR c++/86094 - wrong code with defaulted move ctor.
Jason Merrill
2
-17
/
+32
2018-06-12
PR c/85931 - -Wsizeof-pointer-memaccess for strncpy with size of source
Martin Sebor
2
-2
/
+21
2018-06-12
Come up with Deprecated option flag.
Martin Liska
2
-21
/
+25
2018-06-08
Convert dump and optgroup flags to enums
David Malcolm
2
-1
/
+6
2018-06-08
Remove MPX
Martin Liska
3
-95
/
+29
2018-06-06
re PR c++/86068 (__cpp_transactional_memory is 210500)
Jakub Jelinek
2
-1
/
+7
2018-06-06
PR c++/85710 - ICE with -Wmemset-elt-size.
Jason Merrill
2
-1
/
+7
2018-06-01
* c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_deduction_guides to 201703.
Jason Merrill
2
-1
/
+6
2018-06-01
c-ada-spec.c (dump_ada_declaration): Generate a forward declaration for a typ...
Eric Botcazou
2
-4
/
+16
2018-05-31
PR c/82063 - issues with arguments enabled by -Wall
Martin Sebor
2
-0
/
+9
2018-05-30
re PR c/55976 (-Werror=return-type should error on returning a value from a v...
David Pagan
2
-2
/
+11
2018-05-29
PR c++/67445 - returning temporary initializer_list.
Jason Merrill
2
-0
/
+8
2018-05-28
splay-tree.h (splay_tree_compare_strings, [...]): Declare new utility functions.
Bernd Edlinger
2
-4
/
+7
2018-05-26
re PR bootstrap/85921 (/gcc/c-family/c-warn.c fails to build)
Jakub Jelinek
2
-5
/
+9
2018-05-18
PR c++/58407 - deprecated implicit copy ops.
Jason Merrill
2
-0
/
+9
2018-05-17
Fix GNU coding style for G_.
Martin Liska
2
-4
/
+9
2018-05-14
pt.c (tsubst): Check valid_array_size_p.
Jason Merrill
3
-6
/
+14
2018-05-11
re PR c/85696 (OpenMP with variably modified and default(none) won't compile)
Jakub Jelinek
2
-0
/
+14
2018-05-11
Support LLVM style of no_sanitize attribute (PR sanitizer/85556).
Martin Liska
2
-8
/
+18
2018-05-10
re PR c++/85662 ("error: non-constant condition for static assertion" from __...
Jakub Jelinek
3
-17
/
+23
2018-05-10
re PR c++/85400 (invalid Local Dynamic TLS relaxation for symbol defined in m...
Eric Botcazou
2
-3
/
+7
2018-05-07
[C++ PATCH] Kill -fno-for-scope
Nathan Sidwell
2
-2
/
+5
[next]