]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/testsuite/ChangeLog
PR target/82196 addendum: Fix Darwin build breakage and test FAILS on Solaris
[thirdparty/gcc.git] / gcc / testsuite / ChangeLog
2017-09-23  Daniel SantosPR target/82196 addendum: Fix Darwin build breakage...
2017-09-22  Jakub Jelinekre PR middle-end/35691 (Missed (a == 0) && (b == 0...
2017-09-22  Jakub Jelinekre PR sanitizer/81929 (exponential slowdown in undefine...
2017-09-22  Richard SandifordPR82289: Computing peeling costs for irrelevant drs
2017-09-22  Richard SandifordLet the target choose a vectorisation alignment
2017-09-22  Martin SeborFix testsuite fallout from r252976.
2017-09-22  David MalcolmC++: underline parameters in mismatching function calls
2017-09-22  Richard Bienergraphite-isl-ast-to-gimple.c (graphite_verify): Inline...
2017-09-22  Richard Bienerre PR tree-optimization/82291 (wrong code at -O3 on...
2017-09-22  Sergey Shalnovsse.md ("mov<mode>_internal"): Use <sseinsnmode> mode...
2017-09-21  Jeff Lawi386.c (ix86_adjust_stack_and_probe_stack_clash): Fix...
2017-09-21  Paul Thomasre PR fortran/52832 ([F03] ASSOCIATE construct with...
2017-09-21  Eric Botcazou* stor-layout.c (bit_from_pos): Do not distribute the...
2017-09-21  Cesar Philippidisopenmp.c (gfc_match_oacc_wait): Don't restrict wait...
2017-09-21  Jakub Jelinekre PR sanitizer/81715 (asan-stack=1 redzone allocation...
2017-09-21  Richard Bienerre PR tree-optimization/82276 (-O2: ICE: SSA corruption...
2017-09-21  Richard Bienerre PR tree-optimization/71351 (ICE: Segmentation fault...
2017-09-21  Jakub Jelinekre PR target/82260 ([x86] Unnecessary use of 8-bit...
2017-09-21  Andreas Krebbels390.c (MIN_UNROLL_PROBES): Define.
2017-09-20  Martin SeborFix C++ testsuite fallout from r252976.
2017-09-20  Martin SeborFix testsuite fallout from r252976.
2017-09-20  Jeff Lawexplow.c (compute_stack_clash_protection_loop_data...
2017-09-20  Segher Boessenkoolrs6000: Don't touch below the stack pointer (PR77687)
2017-09-20  Jakub JelinekP0409R2 - allow lambda capture [=, this]
2017-09-20  Jakub Jelinekcplusplus.C: Test that __cplusplus is equal to 201703L.
2017-09-20  Sebastian Perytconfig.gcc: Support "knm".
2017-09-20  Uros BizjakRevert my 2017-09-19 patch.
2017-09-20  Richard Bienerre PR tree-optimization/77362 ([graphite] ICE in sese_b...
2017-09-20  Richard Bienerre PR tree-optimization/82264 (ICE in vn_phi_lookup...
2017-09-20  Jakub Jelinekdwarf2out.c (tree_add_const_value_attribute): For INTEG...
2017-09-20  Paolo Carlinire PR c++/64954 (GCC incorrectly rejects constexpr...
2017-09-20  Richard Bienerre PR tree-optimization/81373 (Graphite ICE in ssa_defa...
2017-09-20  Jeff Lawcombine-stack-adj.c (combine_stack_adjustments_for_bloc...
2017-09-20  Jeff Lawi386.c (ix86_adjust_stack_and_probe_stack_clash): New.
2017-09-20  Jeff Lawexplow.c: Include "params.h".
2017-09-20  Jeff Lawcommon.opt (-fstack-clash-protection): New option.
2017-09-19  Uros Bizjaki386.md (*scc_bt<mode>): New insn_and_split pattern.
2017-09-19  Jakub Jelinekpr31146-2.C: Only do scan-tree-dump for c++14_down.
2017-09-19  Martin SeborPR c/81854 - weak alias of an incompatible symbol accepted
2017-09-19  Will Schmidtfold-vec-ld-misc.c: New.
2017-09-19  Richard Bienerre PR tree-optimization/82244 (-O2: ICE: tree check...
2017-09-19  Richard Bienerre PR tree-optimization/69728 (internal compiler error...
2017-09-18  Paolo Carlinire PR c++/80947 (Different visibility for the lambda...
2017-09-18  Richard SandifordInclude phis in SLP unrolling calculation
2017-09-18  Richard SandifordFix vectorizable_mask_load_store handling of invariant...
2017-09-18  Paolo Carlinire PR c++/45033 ("delete" does overload resolution...
2017-09-18  Pierre-Marie de... sem_ch4.adb (Complete_Object_Operation): Do not insert...
2017-09-18  Pierre-Marie de... [multiple changes]
2017-09-18  Rainer OrthFix gcc.target/i386/pr81736-[34].c on 32-bit Solaris...
2017-09-18  Richard Bienerre PR tree-optimization/79622 (Wrong code w/ -O2 -floop...
2017-09-17  Daniel SantosPR target/82196 correct choice of avx/sse stubs for...
2017-09-17  H.J. Lui386: Update preferred stack boundary for leaf functions
2017-09-17  Paul Thomasre PR fortran/82173 ([meta-bug] Parameterized derived...
2017-09-15  Andrew SuttonAdd support for -std=c++2a.
2017-09-15  Joseph MyersImplement C11 excess precision semantics for conversion...
2017-09-15  Manuel López-Ibáñezre PR c++/64644 ("warning: anonymous union with no...
2017-09-15  Bernd Edlingercommon.opt (Wcast-align=strict): New warning option.
2017-09-15  Eric Botcazouc-pragma.c (handle_pragma_scalar_storage_order): Expand...
2017-09-15  Paolo Carlinire PR c++/78648 (ICE on invalid C++ code on x86_64...
2017-09-15  Jackson Woodruffre PR tree-optimization/71026 (Missing division optimiz...
2017-09-15  Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-09-15  Jakub Jelinekre PR rtl-optimization/82192 (gcc produces incorrect...
2017-09-15  Richard Bienerre PR tree-optimization/82217 (ICE on valid code at...
2017-09-15  Jakub Jelinekre PR middle-end/82145 (i386/pr38988.c, i386/pr46254...
2017-09-15  Paul Thomasre PR fortran/82184 (187.facerec in SPEC CPU 2000 misco...
2017-09-14  Michael Meissnerrs6000-builtin.def (BU_FLOAT128_1_HW): New macros to...
2017-09-14  David MalcolmFix crash accessing builtins in sanitizer.def and after...
2017-09-14  Pat Haugenrs6000.c (rs6000_set_up_by_prologue): Make sure the...
2017-09-14  Will Schmidtfold-vec-ld-longlong.c: Add lp64 requirement.
2017-09-14  Richard Bienertree-ssa-sccvn.c (visit_phi): Merge undefined values...
2017-09-14  Rainer OrthDon't xfail gcc.dg/vect/vect-multitypes-12.c on 32...
2017-09-14  Jakub Jelinekre PR target/81325 (-fcompare-debug failure on ppc64le)
2017-09-13  Paul Thomasre PR fortran/82173 ([meta-bug] Parameterized derived...
2017-09-13  Paolo Carlinire PR c++/68177 (Lambda capture doesn't work correctly...
2017-09-13  Martin LiskaFix emission of exception dispatch (PR middle-end/82154).
2017-09-13  Paolo Carlinire PR c++/61362 (g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2...
2017-09-13  Steve Ellceyre PR tree-optimization/80925 (vect peeling failures)
2017-09-13  Paolo Carlinire PR c++/61135 (It seems to be not able to call virtua...
2017-09-13  Jackson Woodruff[AArch64, PATCH] Improve Neon store of zero
2017-09-13  Marek Polacekre PR c/82167 (Segmentation fault when dereferencing...
2017-09-13  Will Schmidtfold-vec-ld-char.c: New.
2017-09-13  Jackson Woodruff[Aarch64, Patch] Update failing testcase pr62178.c
2017-09-13  Paolo Carlinire PR c++/59949 (lambda expression as default argument...
2017-09-13  Wilco DijkstraUpdate aarch64/vmov_n_1.c
2017-09-13  Thomas Preud'homme[testsuite/ARM] Fix coprocessor intrinsic test failures...
2017-09-13  Paolo Carlinire PR c++/47226 ([C++0x] GCC doesn't expand template...
2017-09-13  Richard Bienerre PR tree-optimization/82128 (ICE on valid code)
2017-09-13  Kugan Vivekanandarajahpr63304_1.c: Remove-mno-fix-cortex-a53-843419.
2017-09-12  Paolo Carlinire PR c++/70621 (ICE on invalid code at -O1 and above...
2017-09-12  Paul Thomasre PR fortran/82173 ([meta-bug] Parameterized derived...
2017-09-12  Jakub Jelinekre PR target/82112 (internal compiler error: in fold_co...
2017-09-12  Martin LiskaFix GIMPLE FE test (PR testsuite/82114)
2017-09-12  Richard Bienerre PR tree-optimization/82157 (ICE on valid code at...
2017-09-12  Simon AtanasyanAdd short_call function attribute for MIPS
2017-09-12  Jakub Jelinekre PR target/82112 (internal compiler error: in fold_co...
2017-09-10  Eric Botcazoure PR ada/79441 (gnat.dg/pack9.adb fails)
2017-09-10  Paul Thomasre PR fortran/34640 (ICE when assigning item of a deriv...
2017-09-09  Jonathan WakelyPR c++/81852 define feature-test macro for -fthreadsafe...
2017-09-09  Pierre-Marie de... decl.c (gnat_to_gnu_entity): Don't generate debug info...
2017-09-09  Eric Botcazoudecl.c (promote_object_alignment): New function taken...
next