aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2018-11-13Fix ICE with -fopt-info-inline (PR ipa/87955)David Malcolm2-0/+15
2018-11-13tree-vrp.c (value_range_base::dump): Dump type.Aldy Hernandez3-3/+9
2018-11-13Move a test-case to a proper folder.Martin Liska1-1/+1
2018-11-13re PR tree-optimization/87931 (ICE in vectorizable_reduction, at tree-vect-lo...Richard Biener2-0/+27
2018-11-13Do not allow -mabi=ms and -fsanitize={,kernel-}address (PR sanitizer/87930).Martin Liska2-0/+11
2018-11-13re PR tree-optimization/87962 (ICE in vect_get_vec_def_for_operand_1, at tree...Richard Biener2-0/+22
2018-11-13re PR tree-optimization/87967 (ICE in slpeel_duplicate_current_defs_from_edges)Richard Biener2-0/+55
2018-11-13[ARC] Update EH code.Claudiu Zissulescu2-0/+26
2018-11-13[ARC] Refurbish and improve prologue/epilogue functions.Claudiu Zissulescu5-18/+25
2018-11-13re PR rtl-optimization/87918 (ICE in simplify_binary_operation, at simplify-r...Jakub Jelinek2-0/+19
2018-11-12Implement P0315R4, Lambdas in unevaluated contexts.Jason Merrill15-8/+180
2018-11-12Avoid double substitution with complete explicit template arguments.Jason Merrill6-20/+14
2018-11-12decl2.c (min_vis_expr_r, [...]): New.Jason Merrill1-0/+19
2018-11-12Implement P0722R3, destroying operator delete.Jason Merrill2-0/+45
2018-11-12Implement P0780R2, pack expansion in lambda init-capture.Jason Merrill1-0/+17
2018-11-12Change __cpp_explicit_bool to __cpp_conditional_explicit.Jason Merrill1-0/+4
2018-11-13[RS6000] Rotate testcaseAlan Modra2-0/+12
2018-11-12re PR target/86677 (popcount builtin detection is breaking some kernel build)Kugan Vivekanandarajah7-0/+41
2018-11-12Instrument only selected files (PR gcov-profile/87442).Martin Liska3-0/+80
2018-11-12PR c/81824 - Warn for missing attributes with function aliasesMartin Sebor2-1/+6
2018-11-12[PR87815]Don't generate shift sequence for load replacement in DSE when the m...Renlin Li2-0/+18
2018-11-12[GCC, ARM] Enable armv8.5-a and add +sb and +predres for previous ARMv8-a in ARMSudakshina Das2-0/+13
2018-11-12csky.md (*fpuv2_nmulsf3_1, [...]): Handle -frounding-math.Xianmiao Qu5-0/+77
2018-11-11re PR target/87928 (ICE in ix86_compute_frame_layout, at config/i386/i386.c:1...Uros Bizjak2-0/+28
2018-11-09re PR testsuite/87965 (Test cases c-c++-common/pr60226.c and gcc.dg/pr39323-1...Martin Sebor3-6/+12
2018-11-09Walloca-16.c: Ignore conflicting types for built-in warnings.Paul Koning8-0/+18
2018-11-09c-parser.c (c_parser_omp_clause_final): Use c_parser_expr_no_commas...Jakub Jelinek2-0/+54
2018-11-09c-parser.c (c_parser_omp_requires): Call sorry_at on requires clauses other t...Jakub Jelinek4-0/+10
2018-11-09gimplify.c (gimplify_scan_omp_clauses): Call sorry_at for valid but unsupport...Jakub Jelinek3-0/+97
2018-11-09gcc.dg/torture/stackalign/builtin-apply-2.c: Skip on v850.Jeff Law2-1/+5
2018-11-09PR middle-end/81824 - Warn for missing attributes with function aliasesMartin Sebor7-0/+532
2018-11-09PR c/87795 - Excessive alignment permitted for functions and labelsMartin Sebor2-0/+153
2018-11-09Come up with the flag -fipa-stack-alignment.Martin Liska2-0/+17
2018-11-09Come up with -fipa-reference-addressable flag.Martin Liska2-0/+24
2018-11-09workshare-reduction-1.c: New test.Jakub Jelinek59-0/+1423
2018-11-09or1k: testsuite: initial support for openriscStafford Horne30-9/+271
2018-11-09re PR tree-optimization/87621 (outer loop auto-vectorization fails for expone...Richard Biener2-0/+32
2018-11-09[PR86438] compare-elim: cope with set of in_bAlexandre Oliva2-0/+32
2018-11-09[PR87793] reject non-toplevel unspecs in debug loc exprs on x86Alexandre Oliva2-0/+47
2018-11-09neon.md (div<mode>3): New pattern.Prathamesh Kulkarni3-0/+37
2018-11-09Add PTWRITE builtins for x86Andi Kleen3-0/+49
2018-11-09re PR fortran/78351 (comma not terminating READ of formatted input field - ok...Jerry DeLisle2-0/+36
2018-11-08re PR rtl-optimization/87600 (Fix for PRs 86939 and 87479 causes build issues...Peter Bergner4-0/+122
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek87-134/+2875
2018-11-08pr87874.c (em): Declare uint64_max as const unsigned long long int.Uros Bizjak2-2/+7
2018-11-08attr-alloc_size-10.c: Fix calculation of USHRT_MAX to prevent integer overflo...Jozef Lawrynowicz6-5/+14
2018-11-08patchable_function_entry-decl.c: Add regex to search for uppercase "NOP" inst...Jozef Lawrynowicz4-3/+10
2018-11-08pr27336.c: Skip test if the target keeps null pointer checks.Jozef Lawrynowicz5-0/+12
2018-11-08gcc-dg.exp (gcc-dg-prune): Add new regexps for when the size of an output sec...Jozef Lawrynowicz2-0/+14
2018-11-08fe.h (Suppress_Checks): Declare.Eric Botcazou9-72/+53