Delete x86 deprecated pcommit instruction support
[gcc.git] / gcc / testsuite / ChangeLog
2016-10-05 Andrew SenkevichDelete x86 deprecated pcommit instruction support
2016-10-05 Uros Bizjakpr77833.c: Require int128 effective target.
2016-10-05 Steven G. Karglre PR fortran/58991 (ICE with associate and character...
2016-10-05 Fritz ReeseFix ICE due to comparison between UNION components.
2016-10-05 Jakub Jelinekre PR sanitizer/66343 ("Error: .Lubsan_type3 already...
2016-10-05 Jakub Jelinekre PR sanitizer/66343 ("Error: .Lubsan_type3 already...
2016-10-05 Bernd Edlingerc-common.c (c_common_truthvalue_conversion): Warn also...
2016-10-05 Marek PolacekImplement P0305R1, Selection statements with initializer.
2016-10-05 Louis Kruppre PR fortran/67524 (ICE on using implicit character...
2016-10-05 Jakub Jelinekre PR sanitizer/77823 (ICE: in ubsan_encode_value,...
2016-10-05 Senthil Kumar SelvarajFix pr69941.c test failure for avr
2016-10-05 Jerry DeLislere PR libfortran/77868 (Fail to NULL guard check for...
2016-10-05 Richard Bienerre PR target/77826 (ICE in decompose, at wide-int.h...
2016-10-05 Richard Bienermatch.pd (copysign(x, CST) -> [-]abs (x)): New pattern.
2016-10-05 Andreas Schwab* g++.dg/pr49847-2.C: Remove.
2016-10-05 Pierre-Marie de... DWARF: move pessimistic DWARF version checks for import...
2016-10-05 Richard Bienerre PR middle-end/55152 (MAX_EXPR(a,-a) is really ABS_EX...
2016-10-05 Jerry DeLisledtio_15.f90: New test.
2016-10-05 Ian Lance Taylorexplow.c (allocate_dynamic_stack_space): Call do_pendin...
2016-10-04 Martin Seborbuiltin-sprintf-warn-1.c: Cast int argument to %lc...
2016-10-04 Martin SeborPR c++/77804 - Internal compiler error on incorrect...
2016-10-04 Jakub Jelinekre PR c++/77791 (ICE on invalid C++11 code with redefin...
2016-10-04 Jakub Jelinekextend.texi (Java Exceptions): Remove.
2016-10-04 Doug Gilmorere PR tree-optimization/77808 (ICE in duplicate_ssa_nam...
2016-10-04 Richard Bienerre PR tree-optimization/77399 (Poor code generation...
2016-10-04 Richard Bienerre PR target/77833 (ICE: in plus_constant, at explow...
2016-10-03 Jeff Lawre PR tree-optimization/71550 (wrong code at -O3 on...
2016-10-03 Senthil Kumar SelvarajFix failing gcc.target/avr/torture/builtins_error.c
2016-10-03 Kyrylo TkachovRevert: [RTL ifcvt] Transform (X == CST) ? -CST : Y...
2016-10-03 Marek PolacekCore 903
2016-10-03 Bernd Edlingerinvoke.texi: Update -Wint-in-bool-context.
2016-10-02 Jakub Jelinekasm3.C (two): Only use register keyword for C++14 and...
2016-10-01 Richard Bienerre PR middle-end/77798 (465.tonto ICE with trunk with...
2016-10-01 Andre Vehreschildre PR libfortran/77663 (libgfortran/caf/single.c: three...
2016-09-30 Jakub Jelinekre PR c/77490 (bit-not (~) on boolean should be warned...
2016-09-30 Jerry DeLislere PR fortran/66643 (Missing compilation error for...
2016-09-30 Matthew Wahab[Testsuite] Use correct effective-target settings for...
2016-09-30 Fritz ReeseFix ICE for maps with zero components.
2016-09-30 Fritz ReeseFix ICE caused by union types comparing equal to struct...
2016-09-30 Andre Vehreschildtrans-array.c (gfc_array_allocate): Use the token from...
2016-09-30 Kyrylo Tkachov[RTL ifcvt] Transform (X == CST) ? -CST : Y into (X...
2016-09-30 Richard Bienerre PR tree-optimization/77399 (Poor code generation...
2016-09-30 Sandra Loosemorepr27336.c: Make dependency on -fdelete-null-pointer...
2016-09-29 Jakub JelinekImplement P0001R1 - C++17 removal of register storage...
2016-09-29 Uros Bizjakadx-check.h (main): Simplify feature bit tests.
2016-09-29 Uros Bizjakre PR target/77756 (__get_cpuid() returns wrong values...
2016-09-29 Marek Polacek* g++.dg/cpp0x/fallthrough2.C: Use the c++14_down target.
2016-09-29 Marek Polacekfallthrough2.C: Only expect the warning in C++11 and...
2016-09-29 Martin Liskaobjc: update documetation and add test-case of
2016-09-29 Richard Bienerre PR bootstrap/77768 (LTO/PGO -O3 bootstrap broken...
2016-09-29 Richard Bienerre PR middle-end/77407 (Optimize integer i / abs (i...
2016-09-29 Richard Bienerre PR middle-end/55152 (MAX_EXPR(a,-a) is really ABS_EX...
2016-09-29 Rainer OrthFix 64-bit gcc.dg/profile-update-warning.c on 32-bit...
2016-09-28 Uros Bizjakre PR target/77756 (__get_cpuid() returns wrong values...
2016-09-28 Martin SeborPR middle-end/77721 - -Wformat-length not uses arg...
2016-09-28 Jerry DeLislere PR fortran/77707 (formatted direct access: nextrec...
2016-09-28 Jakub Jelinekre PR c++/77467 (Segmentation fault with switch stateme...
2016-09-28 Martin SeborPR c/77762 - Incorrect destination buffer length in...
2016-09-28 Martin SeborPR middle-end/77683 - ICE on %lf directive in format_fl...
2016-09-28 Bernd Edlingerre PR c++/77748 (pr77550.C fails on arm-none-eabi)
2016-09-28 Bernd Edlingerpr68198.c: Fix dg-final.
2016-09-28 Wilco DijkstraOptimize strchr (s, 0) to s + strlen (s).
2016-09-27 Jakub Jelinekc-cppbuiltin.c (c_cpp_builtins): Define __cpp_capture_s...
2016-09-27 Jakub JelinekImplement P0018R3, C++17 lambda capture of *this by...
2016-09-27 Jakub Jelinekre PR c++/77722 (-fsanitize=undefined doesn't give...
2016-09-27 Jiong Wang[Obvious] Delete one redundant word in target-supports...
2016-09-27 Martin Liskare PR gcov-profile/46266 (gcov generates data for non...
2016-09-27 Richard Bienerre PR tree-optimization/77745 (Inconsistent application...
2016-09-27 Richard Bienerre PR target/77478 (Incorrect code generated with ...
2016-09-27 Martin Liskagcov: dump in a static dtor instead of in an atexit...
2016-09-27 Senthil Kumar SelvarajFix bogus test failure for avr
2016-09-27 Jakub Jelinekre PR fortran/77666 (ICE in gfc_omp_clause_default_ctor...
2016-09-27 Kugan VivekanandarajahFix ipa-vrp convert value_range
2016-09-26 Steven G. Karglre PR fortran/77420 (gfortran and equivalence produces...
2016-09-26 Kugan Vivekanandarajahre PR tree-optimization/77719 (ICE in pp_string, at...
2016-09-26 Thomas Preud'hommebuiltin-sprintf-warn-1.c: Adjust regex to accept singul...
2016-09-26 Marek Polacekc-lex.c (c_common_has_attribute): Handle attribute...
2016-09-26 Martin LiskaFix handling of -fsanitize-recover* options.
2016-09-26 Marek PolacekImplement -Wimplicit-fallthrough.
2016-09-25 Steven G. Karglre PR fortran/77429 (ICE in gfc_check_dependency, at...
2016-09-25 Steven G. Karglre PR fortran/77694 (ICE in optimize_binop_array_assign...
2016-09-25 Oleg EndoThis fixes a fallout that actually goes back to 5.0...
2016-09-24 Dominique d'Humierescoarray_lib_comm_1.f90: Really fix test for 32-bit...
2016-09-24 Dominique d'Humierescoarray_lib_comm_1.f90: Fix test for 32-bit mode.
2016-09-24 Marek Polacekre PR c/77490 (bit-not (~) on boolean should be warned...
2016-09-23 Fritz Reeselang.opt, [...]: New flag -fdec-static.
2016-09-23 Jerry DeLislere PR fortran/48298 ([F03] User-Defined Derived-Type...
2016-09-23 Dominik VogtS/390: Fix hotpatch test cases.
2016-09-23 Martin Seborre PR testsuite/77713 (gcc.dg/tree-ssa/builtin-sprintf...
2016-09-23 Jakub JelinekImplement P0138R2, C++17 construction rules for enum...
2016-09-23 David MalcolmFix gcc.dg/tree-ssa/builtin-sprintf-warn-4.c
2016-09-23 Thomas Preud'hommebuiltin-sprintf-warn-2.c: Fix xfail pattern.
2016-09-23 Bernd Edlingerre PR testsuite/77411 (object-size-9.c -fpic -m32 failure)
2016-09-23 Marek Polacekatomic-12.c: Skip for C++1z.
2016-09-23 David MalcolmProvide location information for terminator characters...
2016-09-23 Richard Bienertree-ssa-sccvn.c (visit_reference_op_call): Value numbe...
2016-09-23 Matthew Wahab[PATCH 17/17][ARM] Add tests for NEON FP16 ACLE intrinsics.
2016-09-23 Jiong Wang[PATCH 16/17][ARM] Add tests for VFP FP16 ACLE instrinsics.
2016-09-23 Matthew Wahab[PATCH 15/17][ARM] Add tests for ARMv8.2-A FP16 support.
2016-09-23 Kugan VivekanandarajahDrop TREE_OVERFLOW
next