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
/
c-decl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-15
PR c/83656 - missing -Wbuiltin-declaration-mismatch on declaration without pr...
Martin Sebor
1
-11
/
+43
2018-11-13
Eliminate source_location in favor of location_t
David Malcolm
1
-5
/
+5
2018-11-09
PR c/87795 - Excessive alignment permitted for functions and labels
Martin Sebor
1
-1
/
+1
2018-10-29
C++: simplify output from suggest_alternatives_for
David Malcolm
1
-12
/
+12
2018-10-02
c-decl.c (warn_if_shadowing): Do not test DECL_FROM_INLINE.
Richard Biener
1
-3
/
+1
2018-09-06
varasm.c (output_constructor_regular_field): Check TYPE_SIZE_UNIT of the init...
Bernd Edlinger
1
-0
/
+2
2018-09-02
c-common.c (braced_list_to_string): Remove eval parameter.
Bernd Edlinger
1
-0
/
+6
2018-08-27
Less verbose fix-it hints for missing header files (PR 87091)
David Malcolm
1
-1
/
+1
2018-08-27
Come up with fndecl_built_in_p.
Martin Liska
1
-12
/
+13
2018-08-20
Add support for grouping of related diagnostics (PR other/84889)
David Malcolm
1
-8
/
+36
2018-08-15
c-decl.c (start_decl): Do not warn if variables is named as main and is a loc...
Prathamesh Kulkarni
1
-1
/
+2
2018-08-15
Don't make unsized objects into extern.
Iain Sandoe
1
-8
/
+0
2018-07-12
c-attribs.c (c_common_attribute_table): Add "omp declare target implicit" att...
Jakub Jelinek
1
-3
/
+23
2018-06-07
re PR c/85318 (-Wc90-c99-compat does not warn about for loop initial declarat...
Marek Polacek
1
-0
/
+4
2018-05-30
re PR c/55976 (-Werror=return-type should error on returning a value from a v...
David Pagan
1
-4
/
+5
2018-05-02
re PR c/30552 (gcc crashes when compiling examples with GNU statement express...
David Pagan
1
-0
/
+11
2018-04-25
re PR sanitizer/84307 (asan blocks dead-store elimination)
Jakub Jelinek
1
-0
/
+2
2018-02-13
Add a DECL_EXPR for VLA pointer casts (PR 84305)
Richard Sandiford
1
-14
/
+39
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-28
builtins.def: (_Float<N> and _Float<N>X BUILT_IN_CEIL): Add _Float<N> and _Fl...
Michael Meissner
1
-0
/
+6
2017-12-22
re PR debug/83550 (Bad location of DW_TAG_structure_type with forward declara...
Jakub Jelinek
1
-8
/
+8
2017-12-19
read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...
Jakub Jelinek
1
-1
/
+1
2017-12-12
re PR c/82679 (Uses of typedefs of arrays of _Atomic-qualified types are reje...
Marek Polacek
1
-1
/
+1
2017-12-07
Allow _Alignas in compound literals (C11 DR#444).
Joseph Myers
1
-2
/
+10
2017-12-07
PR c/81544 - attribute noreturn and warn_unused_result on the same function a...
Martin Sebor
1
-1
/
+10
2017-12-06
C/C++: don't suggest implementation names as spelling fixes (PR c/83236)
David Malcolm
1
-0
/
+12
2017-12-06
Move macro-spellchecking code from "gcc" to new files in c-family
David Malcolm
1
-0
/
+1
2017-11-28
Remove Cilk Plus support.
Julia Koval
1
-7
/
+0
2017-11-22
re PR c++/60336 (empty struct value is passed differently in C and C++)
Marek Polacek
1
-1
/
+4
2017-11-21
C: don't suggest names that came from earlier failures (PR c/83056)
David Malcolm
1
-0
/
+2
2017-11-21
C/C++: more stdlib header hints (PR c/81404)
David Malcolm
1
-78
/
+4
2017-11-21
C: hints for missing stdlib includes for macros and types
David Malcolm
1
-2
/
+90
2017-11-20
c-family: add name_hint/deferred_diagnostic
David Malcolm
1
-16
/
+21
2017-10-31
diagnostics: get rid of *_at_rich_loc in favor of overloading
David Malcolm
1
-18
/
+16
2017-10-27
builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct...
Michael Meissner
1
-0
/
+6
2017-10-25
re PR libstdc++/81706 (std::sin vectorization bug)
Jakub Jelinek
1
-0
/
+2
2017-10-24
re PR c++/82466 (Missing warning for re-declaration of built-in function as v...
Paolo Carlini
1
-1
/
+2
2017-10-11
[PATCH] DECL_ASSEMBLER_NAME and friends
Nathan Sidwell
1
-1
/
+2
2017-10-04
C: underline parameters in mismatching function calls
David Malcolm
1
-1
/
+5
2017-09-29
c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD rather than DECL...
Jakub Jelinek
1
-2
/
+3
2017-09-29
re PR c/82340 (volatile ignored in compound literal)
Jakub Jelinek
1
-3
/
+1
2017-09-12
c-common.c (field_decl_cmp, [...]): Move to c/c-decl.c.
Nathan Sidwell
1
-0
/
+67
2017-08-18
Add warn_if_not_aligned attribute
H.J. Lu
1
-0
/
+11
2017-08-11
re PR c/81795 (Stray "originally defined here" when using -Wc++-compat with #...
Marek Polacek
1
-10
/
+8
2017-08-09
Boolify some parameters.
Marek Polacek
1
-1
/
+1
2017-07-31
Do UBSAN sanitization just when current_function_decl != NULL_TREE (PR saniti...
Martin Liska
1
-0
/
+1
2017-07-25
* c-decl.c (grokfield): Remove local variable.
Marek Polacek
1
-2
/
+1
2017-07-14
c/c++: Add fix-it hints for suggested missing #includes
David Malcolm
1
-2
/
+8
2017-06-13
Implement no_sanitize function attribute
Martin Liska
1
-3
/
+3
2017-06-06
re PR c/79983 (Improve enum and struct redefinition diagnostic)
Marek Polacek
1
-1
/
+7
[prev]
[next]