aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2016-10-28GIMPLE store merging passKyrylo Tkachov15-32/+711
2016-10-28re PR middle-end/72747 (powerpc: wrong code generated for vec_splats in casca...Will Schmidt3-0/+40
2016-10-28S/390: Add static OSC breaker if necessary.Andreas Krebbel2-0/+29
2016-10-28S/390: Add support for arch<n> arch/tune options.Andreas Krebbel2-0/+357
2016-10-28re PR rtl-optimization/77919 (ICE converting DC to V2DF mode)Jakub Jelinek2-0/+14
2016-10-28re PR rtl-optimization/78132 (GCC produces invalid instruction (kmovd and kmo...Jakub Jelinek2-0/+25
2016-10-27* gcc.dg/vect/pr71264.c: XFAIL on SPARC.Eric Botcazou2-1/+6
2016-10-27constraints.md (wH constraint): Add new constraints for allowing 32-bit integ...Michael Meissner4-0/+65
2016-10-27re PR fortran/78026 (ICE in gfc_resolve_omp_declare_simd, at fortran/openmp.c...Jakub Jelinek3-3/+22
2016-10-27re PR middle-end/78025 (ICE in simd_clone_adjust, at omp-simd-clone.c:1126)Jakub Jelinek2-0/+55
2016-10-27Fix initialization of UNIONs with -finit-derived.Fritz Reese5-2/+148
2016-10-27match.pd ((convert (op:s (convert@2 @0) (convert?@3 @1)))): Add support for c...Bin Cheng2-0/+18
2016-10-27Fix some DEC I/O testcases.Fritz Reese3-7/+29
2016-10-27* class.c (add_method): Allow using-declarations to coexist.Jason Merrill1-0/+19
2016-10-27Enable ARMv8-M atomic and synchronization support for ARMv8-M BaselineThomas Preud'homme11-0/+114
2016-10-27match.pd ((convert1 (minmax ((convert2 (x) c)))) -> minmax (x c)): New pattern.Bin Cheng3-0/+35
2016-10-27re PR fortran/78092 (ICE when calling SIZEOF on CLASS(*) entry)Steven G. Kargl2-0/+26
2016-10-26re PR target/78056 (build failure on Power7)Kelvin Nilsen4-3/+13
2016-10-26re PR fortran/77973 (ICE in scan_omp_1_op, at omp-low.c:3841)Jakub Jelinek2-0/+17
2016-10-26re PR fortran/78108 (Generic type-bound operator conflicts)Paul Thomas3-0/+114
2016-10-26fix pr78060 pr78061 pr78088Michael Matz4-0/+57
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese7-0/+278
2016-10-25re PR fortran/45516 ([F08] allocatable compontents of recursive type)Paul Thomas6-1/+244
2016-10-25re PR sanitizer/78106 (ASAN can't find heap-use-after-free with -O1)Jakub Jelinek2-7/+12
2016-10-25Convert logical ops on integers to bitwise equivalent with -fdec.Fritz Reese3-0/+266
2016-10-25constexpr.c (maybe_constant_init): Pull out TARGET_EXPR_INITIAL.Jason Merrill1-0/+20
2016-10-25tree.h (wi::fits_to_tree_p): Accept only 0 and 1 for boolean types.Eric Botcazou5-0/+104
2016-10-25re PR fortran/72770 (ICE in make_ssa_name_fn, at tree-ssanames.c:263)Andre Vehreschild2-2/+12
2016-10-25re PR target/78102 (GCC refuses to generate PCMPEQQ instruction for SSE4.1)Jakub Jelinek2-0/+29
2016-10-25Enable .XOR. operator with -std=legacy.Fritz Reese4-1/+71
2016-10-25Enable %LOC as an rvalue with -std=legacy.Fritz Reese4-0/+52
2016-10-25Support TYPE as alias for PRINT with -fdec.Fritz Reese2-2/+90
2016-10-25Treat form feed as whitespace.Fritz Reese3-0/+29
2016-10-25Fix not caught use-after-scope with -O1 (PR sanitize/78106)Martin Liska2-0/+36
2016-10-25Fix 2 typos in IPA ICF passMartin Liska2-1/+4
2016-10-25With -fpu=neon DI mode shifts are expanded after reload.Wilco Dijkstra2-0/+25
2016-10-25internal-fn.def (LAUNDER): New internal function.Jakub Jelinek3-1/+100
2016-10-25New avt target pass to work around performance loss by PR fix.Georg-Johann Lay2-0/+52
2016-10-25re PR target/71676 ([avr] casesi won't handle switch values larger than 16 bits)Georg-Johann Lay5-0/+486
2016-10-24test_frame_common.h: Add noclone attribute such that cloned verions of tested...Kugan Vivekanandarajah2-3/+8
2016-10-24re PR libfortran/77828 (Linking gfortran-7 compiled program with libgfortran ...Jerry DeLisle1-0/+12
2016-10-24re PR fortran/71895 (ICE in gfc_compare_derived_types, at fortran/interface.c...Steven G. Kargl2-0/+15
2016-10-24dwarf2out.c (gen_subprogram_die): Add DW_AT_reference or DW_AT_rvalue_referen...Jakub Jelinek2-0/+24
2016-10-24c-common.c (c_common_truthvalue_conversion): Warn for multiplications in bool...Bernd Edlinger2-0/+19
2016-10-24PR middle-end/77735 - FAIL: gcc.dg/tree-ssa/builtin-sprintf-warn-1.cMartin Sebor8-59/+242
2016-10-24re PR testsuite/71491 (gcc.dg/vect/slp-43.c FAILs)Richard Biener3-2/+10
2016-10-24tree-vrp.c (evrp_dom_walker::before_dom_children): Ignore backedges when iden...Richard Biener4-3/+28
2016-10-24re PR target/78093 ([avr] New variable attribute "absdata" and option "-mabsd...Georg-Johann Lay3-0/+94
2016-10-24pure-code.exp: Restore saved globals.Andre Vieira2-0/+8
2016-10-24i386.c (ix86_fold_builtin): Handle IX86_BUILTIN_BEXTR{,I}{32,64}...Jakub Jelinek6-0/+241