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
/
c-warn.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-01
re PR c++/91925 (-fpack-struct causes a decltype with template to ICE)
Jakub Jelinek
1
-0
/
+2
2019-09-16
Handle location wrappers better in warn_logical_operator.
Jason Merrill
1
-20
/
+20
2019-08-01
re PR c++/90590 (enumeration value not handled in switch warning for std::ios...
Matthew Beliveau
1
-0
/
+10
2019-06-21
PR c++/90875 - added -Wswitch-outside-range option
Matthew Beliveau
1
-7
/
+8
2019-06-05
c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.
Martin Sebor
1
-6
/
+9
2019-05-17
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
Martin Sebor
1
-2
/
+2
2019-04-26
Fix use of COMPLETE_TYPE_P for -Wstrict-aliasing=1
Richard Sandiford
1
-1
/
+1
2019-04-19
re PR c/89888 (When switch controlling expression is promoted from type narro...
Jakub Jelinek
1
-2
/
+77
2019-04-05
Guard notes for -Waddress-of-packed-member on warning emission (PR c/89985)
David Malcolm
1
-11
/
+14
2019-04-05
PR c++/89973 - -Waddress-of-packed-member ICE with invalid conversion.
Marek Polacek
1
-1
/
+1
2019-04-03
PR c++/86586 - -fcompare-debug=-Wsign-compare.
Jason Merrill
1
-0
/
+3
2019-03-08
re PR tree-optimization/89550 (Spurious array-bounds warning when using __PRE...
Jakub Jelinek
1
-8
/
+16
2019-01-28
c-warn.c (check_address_or_pointer_of_packed_member): Handle the case when rh...
Bernd Edlinger
1
-9
/
+22
2019-01-21
re PR c/88928 (ICE segfault in check_address_or_pointer_of_packed_member sinc...
Bernd Edlinger
1
-22
/
+38
2019-01-18
c-family: Update unaligned adress of packed member check
H.J. Lu
1
-81
/
+96
2019-01-13
C-family: Replace "may may" with "may" in warning message
H.J. Lu
1
-1
/
+1
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-20
C/C++: Add -Waddress-of-packed-member
H.J. Lu
1
-0
/
+164
2018-12-20
-Wtautological-compare: fix comparison of macro expansions
David Malcolm
1
-5
/
+21
2018-12-19
C++: improvements to binary operator diagnostics (PR c++/87504)
David Malcolm
1
-10
/
+47
2018-12-19
C++: more location wrapper nodes (PR c++/43064, PR c++/43486)
David Malcolm
1
-27
/
+44
2018-11-28
PR c/88065 - ICE in -Wsizeof-pointer-memaccess on an invalid strncpy
Martin Sebor
1
-1
/
+6
2018-11-14
P1236R1 - Signed integers are two's complement
Jakub Jelinek
1
-2
/
+4
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
-1
/
+1
2018-08-20
Add support for grouping of related diagnostics (PR other/84889)
David Malcolm
1
-0
/
+3
2018-06-18
PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
Martin Sebor
1
-0
/
+7
2018-06-12
PR c/85931 - -Wsizeof-pointer-memaccess for strncpy with size of source
Martin Sebor
1
-2
/
+15
2018-06-06
PR c++/85710 - ICE with -Wmemset-elt-size.
Jason Merrill
1
-1
/
+2
2018-05-26
re PR bootstrap/85921 (/gcc/c-family/c-warn.c fails to build)
Jakub Jelinek
1
-5
/
+3
2018-05-17
Fix GNU coding style for G_.
Martin Liska
1
-4
/
+4
2018-03-16
re PR c/84909 (typo: conversion from %qT to to %qT)
Jakub Jelinek
1
-2
/
+1
2018-03-16
re PR c/84910 (typo: "%qs follows inline declaration ")
Jakub Jelinek
1
-1
/
+1
2018-03-12
PR tree-optimization/83456 - -Wrestrict false positive on a non-overlapping m...
Martin Sebor
1
-12
/
+13
2018-03-02
re PR c++/84171 (ICE with -Wsign-compare)
Marek Polacek
1
-0
/
+3
2018-02-09
[PR c/84293] Unexpected strict-alias warning
Nathan Sidwell
1
-14
/
+22
2018-01-10
Preserving locations for variable-uses and constants (PR c++/43486)
David Malcolm
1
-0
/
+3
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-18
c-warn.c (warn_logical_operator): Return early if -Wlogical-op is not in effect.
Marek Polacek
1
-0
/
+3
2017-12-07
PR c/81544 - attribute noreturn and warn_unused_result on the same function a...
Martin Sebor
1
-23
/
+6
2017-11-10
PR c/81117 - Improve buffer overflow checking in strncpy
Martin Sebor
1
-2
/
+22
2017-10-31
diagnostics: get rid of *_at_rich_loc in favor of overloading
David Malcolm
1
-9
/
+9
2017-10-23
re PR c/82681 (c-warn.c:1218: typo in warning message)
Marek Polacek
1
-2
/
+2
2017-10-10
Require wi::to_wide for trees
Richard Sandiford
1
-8
/
+8
2017-10-10
re PR c/82437 (false-positive -Wtautological-compare warning with -std=gnu89)
Jakub Jelinek
1
-2
/
+2
2017-10-06
re PR c/82437 (false-positive -Wtautological-compare warning with -std=gnu89)
Jakub Jelinek
1
-5
/
+13
2017-10-02
Fix mismatched precisions in tree arithmetic
Richard Sandiford
1
-4
/
+6
2017-09-04
re PR c/81783 (-Wtautological-compare could do better)
Marek Polacek
1
-0
/
+55
2017-08-08
trans.c: Include header files.
Martin Liska
1
-0
/
+2
2017-08-02
re PR c/81448 (False positive -Werror=multistatement-macros in openssl)
Marek Polacek
1
-21
/
+31
[next]