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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-31
diagnostics: get rid of *_at_rich_loc in favor of overloading
David Malcolm
4
-55
/
+65
2017-10-30
gimple-parser.c (c_parser_gimple_statement): Parse conditional stmts.
Richard Biener
2
-0
/
+22
2017-10-27
builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct...
Michael Meissner
2
-0
/
+11
2017-10-25
C: detect more missing semicolons (PR c/7356)
David Malcolm
2
-5
/
+37
2017-10-25
re PR libstdc++/81706 (std::sin vectorization bug)
Jakub Jelinek
2
-0
/
+8
2017-10-24
re PR c++/82466 (Missing warning for re-declaration of built-in function as v...
Paolo Carlini
2
-1
/
+8
2017-10-20
Add generic part for Intel CET enabling. The spec is available at
Igor Tsimbalist
1
-2
/
+2
2017-10-12
C/C++: add fix-it hints for various missing symbols
David Malcolm
3
-5
/
+33
2017-10-11
[PATCH] DECL_ASSEMBLER_NAME and friends
Nathan Sidwell
2
-1
/
+6
2017-10-10
Require wi::to_wide for trees
Richard Sandiford
3
-4
/
+11
2017-10-04
C: underline parameters in mismatching function calls
David Malcolm
5
-30
/
+115
2017-09-29
c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD rather than DECL...
Jakub Jelinek
2
-2
/
+8
2017-09-29
re PR c/82340 (volatile ignored in compound literal)
Jakub Jelinek
2
-3
/
+7
2017-09-16
Fix condition folding in c_parser_omp_for_loop
Tom de Vries
2
-1
/
+14
2017-09-15
Implement C11 excess precision semantics for conversions (PR c/82071).
Joseph Myers
2
-2
/
+37
2017-09-15
common.opt (Wcast-align=strict): New warning option.
Bernd Edlinger
2
-2
/
+7
2017-09-13
re PR c/82167 (Segmentation fault when dereferencing the address of an array ...
Marek Polacek
2
-1
/
+7
2017-09-12
c-common.c (field_decl_cmp, [...]): Move to c/c-decl.c.
Nathan Sidwell
3
-0
/
+80
2017-09-01
Fix excess precision handling of compound assignments (PR c/82071).
Joseph Myers
2
-11
/
+53
2017-09-01
re PR c/81887 (pragma omp ordered simd ignored under -fopenmp-simd)
Jakub Jelinek
2
-0
/
+15
2017-08-30
[65/77] Add a SCALAR_TYPE_MODE macro
Richard Sandiford
2
-7
/
+20
2017-08-24
C: fix logic within c_expr::get_location
David Malcolm
2
-1
/
+7
2017-08-21
C: use full locations within c_parser_expr_list's vec<location_t>
David Malcolm
3
-6
/
+19
2017-08-21
c-family/c/c++: pass optional vec<location_t> to c-format.c
David Malcolm
2
-1
/
+6
2017-08-18
c-parser.c (c_parser_postfix_expression): Remove unused code.
Marek Polacek
2
-24
/
+8
2017-08-18
Add warn_if_not_aligned attribute
H.J. Lu
2
-0
/
+18
2017-08-14
PR c/81117 - Improve buffer overflow checking in strncpy - part 1
Martin Sebor
2
-1
/
+16
2017-08-11
re PR c/81795 (Stray "originally defined here" when using -Wc++-compat with #...
Marek Polacek
2
-10
/
+14
2017-08-10
C/C++: show pertinent open token when missing a close token
David Malcolm
3
-217
/
+519
2017-08-09
Boolify some parameters.
Marek Polacek
4
-26
/
+43
2017-08-09
re PR c/81233 (--Wdiscarded-qualifiers and Wincompatible-pointer-types missin...
Marek Polacek
2
-59
/
+164
2017-08-09
re PR c/81417 (-Wsign-compare should print types being compared)
Marek Polacek
5
-22
/
+53
2017-08-08
trans.c: Include header files.
Martin Liska
3
-0
/
+9
2017-08-07
Canonicalize names of attributes.
Martin Liska
2
-0
/
+8
2017-08-02
re PR c/81448 (False positive -Werror=multistatement-macros in openssl)
Marek Polacek
1
-0
/
+5
2017-08-02
re PR c/81289 (ICE in libcpp/line-map.c)
Marek Polacek
2
-3
/
+8
2017-07-31
Recover GOTO predictor.
Jan Hubicka
2
-0
/
+7
2017-07-31
Do UBSAN sanitization just when current_function_decl != NULL_TREE (PR saniti...
Martin Liska
4
-0
/
+11
2017-07-25
* c-decl.c (grokfield): Remove local variable.
Marek Polacek
2
-2
/
+5
2017-07-25
re PR c/81364 (Bogus -Wmultistatement-macros warning)
Marek Polacek
2
-3
/
+14
2017-07-18
tree-parloops.c (try_transform_to_exit_first_loop_alt): Use TYPE_MAX_VALUE.
Nathan Sidwell
2
-4
/
+8
2017-07-14
c/c++: Add fix-it hints for suggested missing #includes
David Malcolm
2
-2
/
+13
2017-07-06
Support C++-specific selftests
David Malcolm
3
-1
/
+17
2017-06-26
re PR c/80116 (Warn about macros expanding to multiple statements)
Marek Polacek
2
-9
/
+60
2017-06-19
re PR bootstrap/80887 (gnat bootstrap fails at s-regpat.o: raised STORAGE_ERR...
Richard Biener
2
-2
/
+19
2017-06-13
Implement no_sanitize function attribute
Martin Liska
4
-14
/
+23
2017-06-09
Reverted r249005 until PowerPC and AIX issues sorted.
Tamar Christina
1
-2
/
+0
2017-06-08
re PR c/81006 (ICE with zero-size array and #pragma omp task depend)
Jakub Jelinek
2
-3
/
+9
2017-06-08
re PR middle-end/77925 (Add __builtin_issubnormal)
Tamar Christina
1
-0
/
+2
2017-06-07
dumpfile.h (enum tree_dump_index): Rename TDI_generic to TDI_gimple.
Jakub Jelinek
2
-1
/
+6
[next]