aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2016-06-03re PR tree-optimization/71316 (test case gcc.dg/tree-ssa/ssa-dom-thread-4.c f...Jeff Law2-5/+9
2016-06-03vect-live-1.c: Remove dg-options.Jakub Jelinek7-6/+16
2016-06-03re PR c++/27100 (ICE with multiple friend declarations)Patrick Palka2-0/+20
2016-06-03rs6000-c.c (c/c-tree.h): Add #include.Bill Schmidt2-0/+22
2016-06-03Add option for whether ceil etc. can raise "inexact", adjust x86 conditions.Joseph Myers10-0/+285
2016-06-03Implement x86 interrupt attributeH.J. Lu49-0/+1497
2016-06-03Convert leading spaces to tabsH.J. Lu1-3/+3
2016-06-03re PR tree-optimization/52171 (memcmp/strcmp/strncmp can be optimized when th...Bernd Schmidt3-0/+41
2016-06-03pred-1.C: New testcaseJan Hubicka3-0/+36
2016-06-03re PR target/70957 (testsuite/gcc.target/powerpc/vsx-elemrev-4.c fails on pow...Bill Schmidt3-0/+9
2016-06-03[3/3] No need to vectorize simple only-live stmtsAlan Hayward2-2/+5
2016-06-03[2/3] Vectorize inductions that are live after the loopAlan Hayward11-5/+475
2016-06-03re PR middle-end/71387 (ICE in emit_move_insn, at expr.c:3418 with -Og)Jakub Jelinek2-0/+57
2016-06-02re PR tree-optimization/71328 (ice in verify_jump_thread)Jeff Law2-0/+21
2016-06-03re PR fortran/52393 (I/O: "READ format" statement with parenthesed default-ch...Jerry DeLisle3-1/+15
2016-06-02decl.c (xref_tag_1): Change pairs of errors to error + inform.Paolo Carlini14-24/+40
2016-06-02re PR c++/71372 (C++ FE drops TREE_THIS_VOLATILE in cp_fold on all tcc_refere...Jakub Jelinek2-0/+17
2016-06-02source_date_epoch-1.c (main): Test __DATE__ and __TIME__ strings with __built...Jakub Jelinek2-4/+10
2016-06-02Fix first match heuristicsMartin Liska2-0/+27
2016-06-02gcc-dg.exp (cleanup-after-saved-dg-test): Add missing global set_compiler_env...Jakub Jelinek2-0/+7
2016-06-02[rtlanal] Fix rtl-optimization/71295Kyrylo Tkachov2-0/+17
2016-06-02sse.md (*vec_concatv4si): Use v=v,v instead of x=x,x and v=v,m instead of x=x,m.Jakub Jelinek2-0/+25
2016-06-02sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm alternative.Jakub Jelinek3-0/+89
2016-06-02sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm alternative.Jakub Jelinek4-1/+165
2016-06-01re PR target/71186 (PowerPC64: Autovectorised code hits ICE with -O3 -mpower9...Michael Meissner3-0/+51
2016-06-01re PR fortran/52393 (I/O: "READ format" statement with parenthesed default-ch...Jerry DeLisle2-0/+18
2016-06-01sourcebuild.texi (arm_acq_rel): Document new effective target.Thomas Preud'homme2-0/+28
2016-06-01c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.Eduard Sanou4-0/+73
2016-06-01re PR fortran/71156 (PURE interface/definition inconsistency: accepts invalid...Paul Thomas3-2/+62
2016-06-01re PR middle-end/71371 (ICE with OpenMP taskloop and addressable iterator)Jakub Jelinek2-0/+30
2016-06-01re PR tree-optimization/71366 (ICE on valid code at -O3 on x86_64-linux-gnu: ...Richard Biener3-0/+49
2016-06-01altivec.h (vec_slv): New macro.Kelvin Nilsen5-0/+67
2016-06-01nvptx.c (nvptx_assemble_undefined_decl): Reject undefined weak.Nathan Sidwell3-0/+16
2016-06-01re PR tree-optimization/71261 (Trunk GCC hangs on knl and broadwell targets)Richard Biener2-0/+19
2016-06-01parse.c (case_decl): Move ST_OMP_* to ...Jakub Jelinek3-0/+134
2016-06-01loop-unroll.c (decide_unroll_constant_iterations, [...]): Use likely upper bo...Jan Hubicka4-2/+37
2016-06-01tree-vect-loop.c (vect_determine_vectorization_factor): Also take into accoun...Eric Botcazou3-0/+26
2016-06-01re PR c++/66635 (g++ ICE when compiling constexpr code with comma operator)Paolo Carlini2-3/+22
2016-06-01re PR tree-optimization/71314 (test case gcc.dg/tree-ssa/ssa-thread-14.c fail...Patrick Palka2-1/+8
2016-06-01re PR tree-optimization/71077 (gcc -lto raises ICE)Patrick Palka2-0/+23
2016-05-31predict-lop-exit-1.C: Update template for new predictor name.Jan Hubicka4-0/+9
2016-05-31PR c++/60095 - partial specialization of variable templatesJason Merrill4-1/+53
2016-05-31PR c++/71227 - specializing hidden friendJason Merrill1-0/+16
2016-05-31re PR c++/71248 (crash on in-class initializer of array of pointer to member)Paolo Carlini7-6/+31
2016-05-31Scan %\[re\]di instead of %rdiH.J. Lu3-3/+9
2016-05-31gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.Marek Polacek3-0/+68
2016-05-31re PR tree-optimization/71352 (ICE at -O1 and above on x86_64-linux-gnu: in z...Richard Biener2-0/+20
2016-05-31arm-protos.h (arm_arch_thumb1): Declare.Thomas Preud'homme2-0/+12
2016-05-31AVX-512. Limit constraint for scalar operand in split to AVX-512VL.Kirill Yukhin2-0/+30
2016-05-31Handle 3-arg phi in copy_bb_and_scalar_dependencesTom de Vries2-0/+19