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
/
testsuite
/
g++.dg
/
warn
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-18
re PR c++/68767 (spurious warning: null argument where non-null required)
Jason Merrill
1
-0
/
+9
2016-01-12
re PR c++/68979 (error: left operand of shift expression ‘(-1 << 4)’ is n...
Marek Polacek
1
-0
/
+8
2015-12-04
C++ FE: expression ranges
David Malcolm
2
-5
/
+5
2015-12-02
re PR c++/68653 (ICE: in nonnull_arg_p, at tree.c:13853)
Marek Polacek
1
-0
/
+19
2015-12-02
Do constant folding in warn_* functions.
Jason Merrill
1
-0
/
+7
2015-11-18
c-common.c (shorten_compare): Don't -Wtype-limits if the non-constant operand...
Jason Merrill
1
-0
/
+11
2015-11-17
re PR bootstrap/68346 (Bootstrap failure on i686-linux)
Jason Merrill
1
-0
/
+11
2015-11-17
re PR bootstrap/68361 (Bootstrap failure with --enable-checking=release)
Jason Merrill
1
-0
/
+14
2015-11-14
re PR bootstrap/68346 (Bootstrap failure on i686-linux)
Jason Merrill
1
-0
/
+7
2015-11-13
Merge C++ delayed folding branch.
Jason Merrill
3
-7
/
+27
2015-11-05
PR c++/67942 - diagnose placement new buffer overflow
Martin Sebor
1
-0
/
+45
2015-11-05
PR c++/67942 - diagnose placement new buffer overflow
Martin Sebor
1
-0
/
+410
2015-09-20
[PATCH] Fix 47679 by improving jump threading
Jeff Law
1
-0
/
+333
2015-09-14
PR28901 -Wunused-variable ignores unused const initialised variables in C
Mark Wielaard
2
-0
/
+14
2015-09-09
re PR c++/53184 (Unnecessary anonymous namespace warnings)
Paolo Carlini
4
-0
/
+34
2015-08-17
re PR c++/67216 (false is still a null pointer constant)
Paolo Carlini
2
-4
/
+8
2015-08-15
re PR c++/65974 (Bogus deprecated-declarations warnings for inline definition...
Jason Merrill
1
-0
/
+16
2015-08-12
re PR c++/47461 (warn_unused_result attribute ignored for templates)
Paolo Carlini
1
-0
/
+8
2015-07-23
re PR c++/66572 (Bogus Wlogical-op warning for operands coming from template ...
Marek Polacek
1
-0
/
+30
2015-06-13
Emit -Waddress warnings for comparing address of reference against NULL
Patrick Palka
1
-0
/
+46
2015-06-09
re PR bootstrap/66448 (Bootstrap fails on darwin after r224161)
Jason Merrill
1
-0
/
+12
2015-06-02
* g++.dg/warn/Wsystem-headers1.C: Use extern "C".
Jason Merrill
1
-1
/
+1
2015-05-27
decl.c (check_redeclaration_exception_specification): Depend on -Wsystem-head...
Jason Merrill
2
-0
/
+9
2015-05-05
c.opt (Wterminate): New.
Jason Merrill
1
-0
/
+20
2015-04-29
re PR c++/64667 (-Winit-self ignored for reference fields)
Paolo Carlini
1
-0
/
+26
2015-04-22
re PR ipa/65076 (16% tramp3d-v4.cpp compile time regression)
Jan Hubicka
1
-0
/
+6
2015-04-01
re PR c++/56100 (spurious -Wshadow warning with local variable in template cl...
Paolo Carlini
4
-0
/
+60
2015-03-24
re PR c++/61971 (array subscript is above array bounds [-Werror=array-bounds])
Paolo Carlini
1
-0
/
+21
2015-02-27
re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)
Jan Hubicka
1
-1
/
+2
2015-02-03
re PR c++/64877 (strange warning message from -Waddress)
Paolo Carlini
1
-0
/
+24
2015-01-27
re PR tree-optimization/56273 (Bogus -Warray-bounds warning)
Richard Biener
1
-0
/
+26
2015-01-21
re PR c++/64629 (-Wformat-security warns with const char *const vars)
Jason Merrill
1
-0
/
+10
2015-01-20
re PR c++/64383 (missed warning for unused variable.)
Paolo Carlini
1
-0
/
+17
2015-01-06
implement -Wsuggest-override
Trevor Saunders
1
-0
/
+23
2014-12-18
re PR c++/60955 (Erroneous warning about taking address of register with std=...
Paolo Carlini
1
-0
/
+9
2014-12-03
re PR c++/63558 (cannot silence "jump to case label" with fpermissive)
Paolo Carlini
1
-2
/
+2
2014-11-26
Diagnose string constant conversion to char* in c++11 and above as forbidden,...
Ville Voutilainen
2
-2
/
+2
2014-11-24
re PR c++/63203 (Self-initialization of reference not diagnosed if it occurs ...
Jonathan Wakely
1
-0
/
+12
2014-11-21
re PR c++/63657 (-Wunused-variable: warning supressed by virtual dtor)
Jason Merrill
1
-0
/
+12
2014-11-18
* tree.c (warn_deprecated_use): Show declaration with inform.
Jason Merrill
2
-29
/
+29
2014-10-23
re PR c++/63619 (warning: deleting ‘void*’ is undefined has no -W flag)
Jonathan Wakely
2
-0
/
+13
2014-09-25
re PR c++/61945 (tree check fail with -Woverloaded-virtual)
Marek Polacek
1
-0
/
+11
2014-09-19
re PR c++/61465 (Bogus parameter set but not used warning in constructor init...
Jason Merrill
1
-0
/
+8
2014-09-19
PR ipa/61998 Fix crash -Wsuggest-final-types crash
Markus Trippelsdorf
1
-0
/
+4
2014-09-11
re PR c++/61489 (Wrong warning with -Wmissing-field-initializers.)
Paolo Carlini
1
-0
/
+31
2014-08-23
cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...
Edward Smith-Rowland
1
-1
/
+1
2014-08-22
re PR c++/62199 (ICE with -Wlogical-not-parentheses)
Marek Polacek
1
-55
/
+55
2014-08-22
c.opt (Wcomment): Use CPP, Var and LangEnabledBy.
Manuel López-Ibáñez
1
-6
/
+0
2014-08-13
call.c (build_x_va_arg): Support passing non-POD through ....
Jason Merrill
1
-1
/
+1
2014-08-06
re PR c++/43906 (missing warnings the comparison between an address with a nu...
Paolo Carlini
1
-0
/
+50
[next]