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
2018-01-01
re PR c/83595 (ICE: in linemap_macro_map_lookup, at libcpp/line-map.c:1008 on...
Jakub Jelinek
2
-10
/
+20
2017-12-28
builtins.def: (_Float<N> and _Float<N>X BUILT_IN_CEIL): Add _Float<N> and _Fl...
Michael Meissner
2
-0
/
+11
2017-12-22
re PR debug/83550 (Bad location of DW_TAG_structure_type with forward declara...
Jakub Jelinek
2
-8
/
+13
2017-12-22
re PR debug/83547 ((statement-frontiers) error: void value not ignored as it ...
Jakub Jelinek
2
-10
/
+17
2017-12-22
extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.
Eric Botcazou
2
-24
/
+133
2017-12-19
read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...
Jakub Jelinek
3
-15
/
+21
2017-12-14
invoke.texi: Document -Wcast-function-type.
Bernd Edlinger
2
-0
/
+69
2017-12-14
re PR middle-end/83415 (ICE during gimplification of assignment to read-only ...
Richard Biener
2
-1
/
+8
2017-12-12
re PR c/82679 (Uses of typedefs of arrays of _Atomic-qualified types are reje...
Marek Polacek
2
-1
/
+6
2017-12-12
[SFN] introduce statement frontier notes, still disabled
Alexandre Oliva
4
-1
/
+38
2017-12-07
Allow _Alignas in compound literals (C11 DR#444).
Joseph Myers
5
-12
/
+72
2017-12-07
PR c/81544 - attribute noreturn and warn_unused_result on the same function a...
Martin Sebor
2
-1
/
+16
2017-12-06
C/C++: don't suggest implementation names as spelling fixes (PR c/83236)
David Malcolm
2
-0
/
+18
2017-12-06
Move macro-spellchecking code from "gcc" to new files in c-family
David Malcolm
2
-0
/
+5
2017-12-05
invoke.texi: Document the options.
Martin Liska
2
-6
/
+36
2017-12-01
re PR c/79153 (-Wimplicit-fallthrough missed warning)
Jakub Jelinek
2
-2
/
+10
2017-12-01
re PR c/83222 (Inconsistent "initializer element is not constant" error)
Jakub Jelinek
4
-7
/
+28
2017-11-30
spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.
Jakub Jelinek
2
-1
/
+5
2017-11-28
re PR sanitizer/81275 (-fsanitize=thread produce incorrect -Wreturn-type warn...
Jakub Jelinek
2
-0
/
+8
2017-11-28
Remove Cilk Plus support.
Julia Koval
6
-2512
/
+80
2017-11-28
tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.
Jakub Jelinek
2
-1
/
+6
2017-11-26
Plugin support on Windows/MinGW
Boris Kolpackov
2
-1
/
+12
2017-11-23
c-parser.c (c_parser_omp_declare_simd): Reject declare simd in pragma_stmt co...
Jakub Jelinek
2
-1
/
+6
2017-11-23
generic.texi (ANNOTATE_EXPR): Document 3rd operand.
Eric Botcazou
2
-6
/
+17
2017-11-22
C/C++: fix quoting of "aka" typedef information (PR 62170)
David Malcolm
2
-2
/
+17
2017-11-22
re PR c++/60336 (empty struct value is passed differently in C and C++)
Marek Polacek
2
-1
/
+11
2017-11-21
C: don't suggest names that came from earlier failures (PR c/83056)
David Malcolm
2
-0
/
+8
2017-11-21
New POINTER_DIFF_EXPR
Marc Glisse
3
-9
/
+22
2017-11-21
C/C++: more stdlib header hints (PR c/81404)
David Malcolm
2
-78
/
+14
2017-11-21
C: hints for missing stdlib includes for macros and types
David Malcolm
2
-2
/
+97
2017-11-20
c-family: add name_hint/deferred_diagnostic
David Malcolm
3
-23
/
+49
2017-11-19
re PR c/66618 (Failure to diagnose non-constant initializer for static object...
Jakub Jelinek
5
-86
/
+142
2017-11-15
Add __builtin_tgmath for better tgmath.h implementation (bug 81156).
Joseph Myers
2
-0
/
+571
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
[next]