aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2017-09-25fold-vec-st-char.c: New.Will Schmidt8-0/+390
2017-09-25[PR82155] Fix crash in dwarf2out_abstract_functionPierre-Marie de Rodat2-0/+40
2017-09-25re PR tree-optimization/82285 (Optimizing error when using enumeration)Richard Biener2-0/+21
2017-09-25exp_imgv.adb (Expand_Image_Attribute): Disable the optimized expansion of use...Pierre-Marie de Rodat2-0/+32
2017-09-24x32: Encode %esp as %rsp to avoid 0x67 prefixH.J. Lu2-0/+19
2017-09-24re PR fortran/66328 (Wrong initialization of derived-type DATA)Thomas Koenig2-0/+18
2017-09-24re PR fortran/54633 (ICEs and reject valid with MINLOC/MINVAL (MAXLOC/MAXVAL)...Thomas Koenig3-0/+19
2017-09-24re PR fortran/80118 (ICE with zero size parameter array)Thomas Koenig2-0/+24
2017-09-23re PR fortran/82143 (add a -fdefault-real-16 flag)Janus Weil3-0/+38
2017-09-23PR target/82196 addendum: Fix Darwin build breakage and test FAILS on SolarisDaniel Santos3-6/+9
2017-09-22re PR middle-end/35691 (Missed (a == 0) && (b == 0) into (a|(typeof(a)(b)) ==...Jakub Jelinek5-2/+33
2017-09-22re PR sanitizer/81929 (exponential slowdown in undefined behavior sanitizer f...Jakub Jelinek2-0/+19
2017-09-22PR82289: Computing peeling costs for irrelevant drsRichard Sandiford2-0/+33
2017-09-22Let the target choose a vectorisation alignmentRichard Sandiford3-2/+10
2017-09-22Fix testsuite fallout from r252976.Martin Sebor2-1/+6
2017-09-22C++: underline parameters in mismatching function callsDavid Malcolm2-12/+51
2017-09-22graphite-isl-ast-to-gimple.c (graphite_verify): Inline into single caller.Richard Biener2-0/+33
2017-09-22re PR tree-optimization/82291 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener2-0/+42
2017-09-22re PR fortran/52832 ([F03] ASSOCIATE construct with proc-pointer selector is ...Paul Thomas1-39/+0
2017-09-22sse.md ("mov<mode>_internal"): Use <sseinsnmode> mode attribute for TARGET_AV...Sergey Shalnov4-0/+40
2017-09-21<commit missing files>Michael Meissner4-0/+61
2017-09-21i386.c (ix86_adjust_stack_and_probe_stack_clash): Fix dump output if the only...Jeff Law2-0/+12
2017-09-21re PR fortran/52832 ([F03] ASSOCIATE construct with proc-pointer selector is ...Paul Thomas7-1/+207
2017-09-21* stor-layout.c (bit_from_pos): Do not distribute the conversion.Eric Botcazou3-0/+39
2017-09-21re PR testsuite/78421 (vect-strided-a-u8-i2-gap.c fails on armeb)Tamar Christina1-1/+1
2017-09-21openmp.c (gfc_match_oacc_wait): Don't restrict wait directive arguments to co...Cesar Philippidis2-0/+16
2017-09-21re PR sanitizer/81715 (asan-stack=1 redzone allocation is too inflexible)Jakub Jelinek3-1/+44
2017-09-21re PR tree-optimization/82276 (-O2: ICE: SSA corruption during RTL pass: expa...Richard Biener2-0/+38
2017-09-21re PR tree-optimization/71351 (ICE: Segmentation fault (graphite))Richard Biener3-1/+22
2017-09-21re PR target/82260 ([x86] Unnecessary use of 8-bit registers with -Os. sligh...Jakub Jelinek3-0/+57
2017-09-20s390.c (MIN_UNROLL_PROBES): Define.Andreas Krebbel3-2/+14
2017-09-20Fix C++ testsuite fallout from r252976.Martin Sebor4-4/+12
2017-09-20Fix testsuite fallout from r252976.Martin Sebor8-12/+25
2017-09-20explow.c (compute_stack_clash_protection_loop_data): Use CONST_INT_P instead ...Jeff Law2-5/+12
2017-09-20rs6000: Don't touch below the stack pointer (PR77687)Segher Boessenkool2-0/+25
2017-09-20P0409R2 - allow lambda capture [=, this]Jakub Jelinek3-2/+26
2017-09-20cplusplus.C: Test that __cplusplus is equal to 201703L.Jakub Jelinek3-2/+13
2017-09-20config.gcc: Support "knm".Sebastian Peryt3-0/+10
2017-09-20Revert my 2017-09-19 patch.Uros Bizjak5-54/+0
2017-09-20re PR tree-optimization/77362 ([graphite] ICE in sese_build_liveouts_use w/ -...Richard Biener2-0/+26
2017-09-20re PR tree-optimization/82264 (ICE in vn_phi_lookup at gcc/tree-ssa-sccvn.c:3...Richard Biener2-0/+26
2017-09-20dwarf2out.c (tree_add_const_value_attribute): For INTEGER_CST that fits into ...Jakub Jelinek13-13/+39
2017-09-20re PR c++/64954 (GCC incorrectly rejects constexpr variable initialization.)Paolo Carlini2-0/+13
2017-09-20re PR tree-optimization/81373 (Graphite ICE in ssa_default_def at gcc/tree-df...Richard Biener2-0/+45
2017-09-19combine-stack-adj.c (combine_stack_adjustments_for_block): Do nothing for sta...Jeff Law2-0/+18
2017-09-19i386.c (ix86_adjust_stack_and_probe_stack_clash): New.Jeff Law11-4/+2446
2017-09-19explow.c: Include "params.h".Jeff Law2-0/+88
2017-09-19common.opt (-fstack-clash-protection): New option.Jeff Law3-0/+151
2017-09-19i386.md (*scc_bt<mode>): New insn_and_split pattern.Uros Bizjak5-0/+54
2017-09-19pr31146-2.C: Only do scan-tree-dump for c++14_down.Jakub Jelinek7-8/+26