re PR tree-optimization/83501 (strlen(a) not folded after strcpy(a, "..."))
[gcc.git] / gcc / testsuite / ChangeLog
2018-01-14 Prathamesh Kulkarnire PR tree-optimization/83501 (strlen(a) not folded...
2018-01-14 Kelvin Nilsenrs6000-p8swap.c (rs6000_sum_of_two_registers_p): New...
2018-01-13 Richard SandifordSupport for aliasing with variable strides
2018-01-13 Richard SandifordAdd support for SVE scatter stores
2018-01-13 Richard SandifordAllow gather loads to be used for grouped accesses
2018-01-13 Richard SandifordUse gather loads for strided accesses
2018-01-13 Richard SandifordAdd support for SVE gather loads
2018-01-13 Richard SandifordAdd support for in-order addition reduction using SVE...
2018-01-13 Richard SandifordAdd an "early rematerialisation" pass
2018-01-13 Richard SandifordUse single-iteration epilogues when peeling for gaps
2018-01-13 Richard SandifordAllow single-element interleaving for non-power-of...
2018-01-13 Richard SandifordAdd support for conditional reductions using SVE CLASTB
2018-01-13 Richard SandifordAdd support for vectorising live-out values using SVE...
2018-01-13 Richard SandifordHandle peeling for alignment with masking
2018-01-13 Richard SandifordAllow the number of iterations to be smaller than VF
2018-01-13 Richard SandifordMake ivopts handle calls to internal functions
2018-01-13 Richard SandifordAdd support for reductions in fully-masked loops
2018-01-13 Richard SandifordAdd support for fully-predicated loops
2018-01-13 Richard SandifordAdd support for bitwise reductions
2018-01-13 Richard SandifordSLP reductions with variable-length vectors
2018-01-13 Richard SandifordHandle more SLP constant and extern definitions for...
2018-01-13 Richard SandifordAdd support for masked load/store_lanes
2018-01-13 Richard Sandiford[AArch64] Tests for SVE structure modes
2018-01-13 Richard Sandiford[AArch64] SVE load/store_lanes support
2018-01-13 Richard SandifordFix folding of vector mask EQ/NE expressions
2018-01-13 Richard SandifordSVE unwinding
2018-01-13 Richard Sandiford[AArch64] SVE tests
2018-01-13 Richard Sandiford[AArch64] Testsuite markup for SVE
2018-01-13 Richard SandifordMark SLP failures for vect_variable_length
2018-01-13 Jakub Jelinekre PR c/83801 ([avr] String constant in __flash not...
2018-01-13 Paul Thomasre PR fortran/52162 (Bogus -fcheck=bounds with realloc...
2018-01-12 Jakub Jelinekfloat128-hw7.c: Use scan-assembler-times instead of...
2018-01-12 Jerry DeLislere PR fortran/83525 (open(newunit=funit, status="scratc...
2018-01-12 Vladimir Makarovre PR rtl-optimization/80481 (Unoptimal additional...
2018-01-12 Uros Bizjakre PR rtl-optimization/83628 (performance regression...
2018-01-12 Rainer OrthGuard against incomplete AVX512F support in Solaris as
2018-01-12 Segher Boessenkoolrs6000: Tune new testcase (PR83629)
2018-01-12 Richard Bienerre PR target/80846 (auto-vectorized AVX2 horizontal...
2018-01-12 Eric Botcazoure PR rtl-optimization/83565 (RTL combine pass yields...
2018-01-12 Tom de VriesAdd dg-require-effective-target indirect_jumps for g++
2018-01-12 Tom de VriesAdd dg-require-effective-target alloca for c++ test...
2018-01-12 Rainer OrthFix g++.dg/cpp0x/inh-ctor30.C
2018-01-12 Rainer OrthLink with correct values-*.o files on Solaris (PR targe...
2018-01-12 Rainer OrthInclude all x86 targets in branch_cost effective target
2018-01-12 Martin LiskaInitialize type_warnings::dyn_count with a default...
2018-01-11 Bill Schmidtrs6000-builtin.def (BU_P7_MISC_X): New #define.
2018-01-11 H.J. Lui386: Align stack frame if argument is passed on stack
2018-01-11 Steven G. Karglre PR fortran/79383 (USE statement error)
2018-01-11 David MalcolmAdd some reproducers for issues found developing the...
2018-01-11 Jan Hubickare PR middle-end/83718 (ICE: Floating point exception...
2018-01-11 Martin Jamborre PR ipa/83178 (g++.dg/ipa/devirt-22.C fail)
2018-01-11 Bin Chengre PR tree-optimization/83695 (ICE on valid code at...
2018-01-11 Kyrylo Tkachov[arm][3/3] Implement fp16fml lane intrinsics
2018-01-11 Kyrylo Tkachov[arm][2/3] Implement fp16fml extension for ARMv8.4-A
2018-01-11 Kyrylo Tkachov[arm][1/3] Add -march=armv8.4-a option
2018-01-11 Richard Bienerre PR tree-optimization/83435 (ICE in set_value_range...
2018-01-11 Richard Sandiford[AArch64] Rework interface to add constant/offset routines
2018-01-11 Tamar Christina2018-01-11 Tamar Christina <tamar.christina@arm.com>
2018-01-11 Sudakshina Das[PR82096] Fix ICE in int_mode_for_mode with arm-linux...
2018-01-11 Ed Schonberg[Ada] Crash on build-in-place call with address specifi...
2018-01-11 Hristian Kirtchev[Ada] Detection of illegal constituent assignments
2018-01-11 Justin Squirek[Ada] No error on missing enclosing parentheses in...
2018-01-11 Hristian Kirtchev[Ada] Missing diagnostic of categorization dependency
2018-01-11 Bob Duff[Ada] Null procedures not allowed in protected definitions
2018-01-11 Ed Schonberg[Ada] Crash on expression function as completion, with...
2018-01-11 Ed Schonberg[Ada] Warning on use of predefined operations on an...
2018-01-11 Justin Squirek[Ada] Wrong column in sloc of "expect name" error for...
2018-01-11 Jan Hubickare PR tree-optimization/83189 (internal compiler error...
2018-01-11 Jan Hubickare PR rtl-optimization/83575 (ICE: verify_flow_info...
2018-01-11 Michael Collisonaarch64-modes.def (V2HF): New VECTOR_MODE.
2018-01-11 Martin SeborPR tree-optimization/83781 - Bootstrap failed on x86...
2018-01-11 Martin Seborre PR tree-optimization/83501 (strlen(a) not folded...
2018-01-10 Eric Botcazoudecl.c (gnat_to_gnu_component_type): Apply the check...
2018-01-10 Steven G. Karglre PR fortran/82367 (ICE with deferred length string...
2018-01-10 Martin SeborPR tree-optimization/83671 - Fix for false positive...
2018-01-10 Steven G. Kargl[multiple changes]
2018-01-10 Peter Bergnerre PR target/83399 (Power8 ICE During LRA with 2-op...
2018-01-10 David MalcolmPreserving locations for variable-uses and constants...
2018-01-10 Uros Bizjakpr82618.c (dg-options): Add -mno-stv.
2018-01-10 Aaron Sawdeymemcmp-1.c: Reduce runtime to something reasonable.
2018-01-10 Marek Polacekre PR c++/82541 (Wduplicated-branches triggers in templ...
2018-01-10 Jakub Jelinekre PR c++/81327 (cast to void* does not suppress -Wclas...
2018-01-10 Paolo Carlinire PR c++/81055 (ICE with invalid initializer for array...
2018-01-10 H.J. Lui386: Also adjust stack frame for stack slot alignment
2018-01-10 Christophe Lyon[ARM] Add -mbranch-cost option, and update a few tests
2018-01-10 Segher Boessenkoolrs6000: Wrap diff of immediates in const (PR83629)
2018-01-10 Richard Bienerre PR c/78768 (-Walloca-larger-than and -Wformat-length...
2018-01-10 Richard Bienerre PR debug/82425 (gcc.dg/guality/inline-params-2.c...
2018-01-10 Richard SandifordDon't use permutes for single-element accesses (PR83753)
2018-01-10 Jan Hubickaavx2-gather-1.c: Add -march.
2018-01-09 H.J. Lui386: Add a test for PR target/78585
2018-01-09 Jakub Jelinekre PR c++/83734 (ice in cxx_eval _statement_list, at...
2018-01-09 Carl Lovealtivec.md (p8_vmrgow): Add support for V2DI, V2DF...
2018-01-09 Steven G. Karglre PR fortran/83742 (ICE in gfc_is_simply_contiguous...
2018-01-09 Richard Bienerre PR tree-optimization/83668 (wrong code with -O ...
2018-01-09 Joseph MyersFix folding of Inf/NaN comparisons for -ftrapping-math...
2018-01-09 Georg-Johann Layre PR target/79883 (avr i18n: untranslated "interrupt...
2018-01-09 Tamar Christinare PR target/82641 (Unable to enable crc32 for a certai...
2018-01-09 Richard Bienerre PR tree-optimization/83572 ([graphite] ICE in verify...
2018-01-09 Jakub Jelinekre PR target/83507 (ICE in internal_dfa_insn_code_...
next