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
2016-09-09
Define TS 18661-1 type width macros in <limits.h> and <stdint.h>.
Joseph Myers
2
-7
/
+80
2016-09-07
Move class substring_loc from c-family into gcc
David Malcolm
4
-195
/
+32
2016-09-06
PR c/77336 - -Wsuggest-attribute=format warning overly simplistic
Martin Sebor
2
-3
/
+20
2016-09-06
re PR tree-optimization/77450 (ICE: in verify_ssa, at tree-ssa.c:1016 on very...
Richard Biener
2
-1
/
+9
2016-09-05
ChangeLog formatting fixes.
Jakub Jelinek
1
-19
/
+19
2016-09-05
re PR c/77423 (-Wlogical-not-parentheses false positive for bitwise expressio...
Marek Polacek
2
-3
/
+43
2016-09-04
Revert "Replace error_at with assert in build_va_arg"
Tom de Vries
2
-2
/
+20
2016-09-02
re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP)
Jakub Jelinek
2
-2
/
+21
2016-09-01
c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...
Martin Sebor
2
-1
/
+7
2016-09-01
re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)
Marek Polacek
2
-11
/
+13
2016-08-29
re PR c/77292 (Spurious warning: logical not is only applied to the left hand...
Marek Polacek
2
-2
/
+10
2016-08-29
Fix assert in build_va_arg, case 2b
Tom de Vries
2
-1
/
+8
2016-08-29
Replace error_at with assert in build_va_arg
Tom de Vries
2
-12
/
+7
2016-08-29
Handle errors in both args of va_arg
Tom de Vries
2
-2
/
+11
2016-08-25
c-common.c (warn_logical_not_parentheses): Print fixit hints.
Marek Polacek
3
-5
/
+24
2016-08-22
re PR c++/77321 (crash in warn_for_memset)
Marek Polacek
2
-1
/
+6
2016-08-22
Add minimal _FloatN, _FloatNx built-in functions.
Joseph Myers
2
-14
/
+22
2016-08-19
Implement C _FloatN, _FloatNx types.
Joseph Myers
6
-10
/
+153
2016-08-18
Allow calling diagnostic_show_locus without a diagnostic_info
David Malcolm
2
-1
/
+6
2016-08-18
Spelling suggestions for misspelled preprocessor directives
David Malcolm
4
-0
/
+31
2016-08-18
re PR c/71514 (ICE on C11 code with atomic exchange at -O1 and above on x86_6...
Marek Polacek
2
-0
/
+20
2016-08-16
Fix caret locations in format_type_warning (PR c/72857)
David Malcolm
4
-25
/
+57
2016-08-15
c-ada-spec.c (dump_number): New function.
Eric Botcazou
2
-3
/
+147
2016-08-12
re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)
Marek Polacek
6
-3
/
+15
2016-08-10
* c-cppbuiltin.c (c_cpp_builtins): Define __cpp_if_constexpr.
Jason Merrill
2
-0
/
+5
2016-08-09
PR c++/68703 - bogus error with dependent vector length
Jason Merrill
2
-1
/
+6
2016-08-09
re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)
Marek Polacek
2
-0
/
+6
2016-08-09
Implement C++17 constexpr lambda.
Jason Merrill
2
-1
/
+8
2016-08-08
c-format.c: suggest the correct format string to use (PR c/64955)
David Malcolm
3
-18
/
+286
2016-08-08
Use class substring_loc in c-format.c (PR c/52952)
David Malcolm
2
-174
/
+358
2016-08-08
c-format.c: cleanup of check_format_info_main
David Malcolm
2
-636
/
+1049
2016-08-05
On-demand locations within string-literals
David Malcolm
5
-2
/
+130
2016-07-29
re PR c/71926 (wrong location for -Wparentheses warning)
Marek Polacek
2
-2
/
+7
2016-07-29
re PR c/71574 (ICE on code with alloc_align attribute on x86_64-linux-gnu: in...
Marek Polacek
2
-1
/
+7
2016-07-28
Introduce no_profile_instrument_function attribute
Martin Liska
2
-0
/
+26
2016-07-27
defaults.h (LOG2_BITS_PER_UNIT): Move from here...
Bernd Edlinger
2
-1
/
+6
2016-07-25
PR c++/65970 - constexpr infinite loop
Jason Merrill
2
-0
/
+9
2016-07-22
PR c++/71675 - __atomic_compare_exchange_n returns wrong type for typed enum
Martin Sebor
2
-1
/
+9
2016-07-22
c-typeck.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,
Uros Bizjak
2
-1
/
+6
2016-07-22
Consider functions with xloc.file == NULL (PR
Martin Liska
2
-2
/
+10
2016-07-21
PR c++/65168 - -Waddress in unevaluated context.
Jason Merrill
2
-0
/
+8
2016-07-20
C: convert return type of lookup_name_fuzzy from tree to const char *
David Malcolm
2
-1
/
+6
2016-07-15
Update -fabi-version default to 11.
Jason Merrill
2
-3
/
+7
2016-07-15
re PR c/71858 (Surprising suggestions for misspellings)
Jakub Jelinek
2
-0
/
+9
2016-07-08
P0145: Refining Expression Order for C++ (-fstrong-eval-order).
Jason Merrill
3
-12
/
+32
2016-07-05
re PR c++/71214 (Typo in feature test macro for rvalue references)
Markus Trippelsdorf
2
-0
/
+6
2016-06-29
Rename PRAGMA_OMP_DECLARE_REDUCTION to PRAGMA_OMP_DECLARE
Thomas Schwinge
3
-2
/
+8
2016-06-29
re PR middle-end/71002 (-fstrict-aliasing breaks Boost's short string optimiz...
Richard Biener
2
-15
/
+5
2016-06-24
P0145R2: Refining Expression Order for C++ (complex LHS of =).
Jason Merrill
2
-2
/
+10
2016-06-24
internal-fn.c (expand_arith_set_overflow): New function.
Jakub Jelinek
2
-2
/
+33
[next]