aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
AgeCommit message (Expand)AuthorFilesLines
2015-11-27re PR tree-optimization/68559 (Excessive peeling for gaps)Richard Biener2-12/+7
2015-11-27* gcc.dg/pr63568.c: Convert to GIMPLE.Marek Polacek1-10/+26
2015-11-27re PR c/63326 (whether a #pragma is a statement depends on the type of pragma)Jakub Jelinek1-1/+1
2015-11-27re PR tree-optimization/68553 (gcc.dg/vect/pr68445.c FAILs)Richard Biener2-14/+21
2015-11-26re PR tree-optimization/68555 (gcc.dg/vect/bb-slp-10.c FAILs)Richard Biener1-1/+1
2015-11-26re PR tree-optimization/68554 (gcc.dg/vect/bb-slp-subgroups-2.c FAILs)Richard Biener1-0/+1
2015-11-26re PR testsuite/66799 (gcc.dg/vect/pr20122.c FAILs)Richard Biener1-6/+9
2015-11-26re PR tree-optimization/68128 (A huge regression in Parboil v2.5 OpenMP CUTCP...Jakub Jelinek2-0/+230
2015-11-25PR c/66516 - missing diagnostic on taking the address of a builtin functionMartin Sebor1-0/+198
2015-11-25Add pass_oacc_kernels pass group in passes.defTom de Vries64-143/+143
2015-11-25re PR middle-end/68528 ([5 Only] Wrong constant folding)Richard Biener1-0/+17
2015-11-25[RTL-ifcvt] PR rtl-optimization/68435 Allow (c ? x++ : x--) formKyrylo Tkachov1-0/+52
2015-11-25re PR tree-optimization/68517 (ICE in tree-vect-data-refs.c:2751)Richard Biener1-0/+26
2015-11-25re PR target/67089 (Integer overflow checks not optimized on x86/x86_64)Jakub Jelinek7-0/+654
2015-11-25re PR tree-optimization/68502 ([i686] spec2000/179.art runfails after r222914)Richard Biener2-0/+96
2015-11-24fix PR67984: check for constants in rename mapAditya Kumar1-0/+17
2015-11-24* gcc.dg/sso/dump.h: Force IO to be putchar function call on nvptx.Nathan Sidwell1-1/+8
2015-11-24[cfgloop] PR middle-end/68375: Restructure get_loop_body_in_bfs_order to hand...Kyrylo Tkachov1-0/+39
2015-11-23fix PR68493: bail out when codegen_error is setAditya Kumar1-0/+34
2015-11-23re PR tree-optimization/68455 (ICE: tree check: expected integer_cst, have pl...Marek Polacek1-0/+19
2015-11-23re PR tree-optimization/68465 (pass_lim doesn't detect identical loop entry c...Richard Biener1-0/+26
2015-11-23[Patch] Drop constant overflow flag in adjust_range_with_scev when possibleJiong Wang1-0/+15
2015-11-23re PR tree-optimization/68327 (ICE on valid code at -O3 on x86_64-linux-gnu i...Ilya Enkovich1-0/+15
2015-11-23Always call free_stmt_vec_info_vec in gather_scalar_reductionsTom de Vries1-0/+35
2015-11-23re PR target/68482 (No vectorization for x86-64)Richard Biener1-0/+18
2015-11-23re PR tree-optimization/68445 (ICE: internal compiler error: in operator[], a...Richard Biener1-0/+19
2015-11-21* gcc.dg/atomic-generic.c: Include <string.h>.qNathan Sidwell1-0/+1
2015-11-21re PR debug/66432 (libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch betwee...Jakub Jelinek1-0/+19
2015-11-20PR 62314: add ability to add fixit-hints to a diagnosticDavid Malcolm4-0/+162
2015-11-20re PR middle-end/68339 (g++.dg/vect/simd-clone-2.cc ICEs with aggressive GC s...Jakub Jelinek1-0/+17
2015-11-20c-common.c (shorten_compare): But look through macros from system headers.Jason Merrill1-0/+12
2015-11-20Do final value replacement in try_create_reduction_listTom de Vries1-0/+14
2015-11-19fix PR68428: ignore bb dominated by the scop->exitAditya Kumar1-0/+23
2015-11-19nvptx.h (SUPPORTS_WEAK): Define.Nathan Sidwell10-2/+22
2015-11-19re PR c/68412 (ICE with -Wall -Wextra in fold_binary_loc())Marek Polacek2-0/+56
2015-11-19[Patch, vrp] Allow VRP type conversion folding only for widenings upto word modeSenthil Kumar Selvaraj1-0/+41
2015-11-19re PR tree-optimization/68431 (Regression in GCC-6.0.0's optimizer)Marek Polacek1-0/+16
2015-11-18[PATCH][PR tree-optimization/68198] Avoid CFG explosion due to threadingJeff Law2-2/+47
2015-11-18Add out-of-line versions of some <stdatomic.h> functions (PR c/65083).Joseph Myers2-0/+66
2015-11-18nvptx.c (bb_pair_t, [...]): New types.Nathan Sidwell1-0/+35
2015-11-18split-path-1.c: Fix the testcase to avoid undefined behaviour.Ajit Agarwal1-7/+9
2015-11-18Add missing test-case for PR ipa/68035Martin Liska1-0/+108
2015-11-18re PR middle-end/67790 (verify_ssa failed: definition in block 20 follows the...Richard Biener1-0/+40
2015-11-17Fix uninitialized src_range values for c_exprDavid Malcolm1-0/+121
2015-11-17re PR middle-end/68134 (float64x1_t comparison ICE on aarch64-none-elf)Ilya Enkovich1-0/+19
2015-11-17pr68264.c: Use dg-add-options ieee.Uros Bizjak1-0/+1
2015-11-17Relax trap assumptions in tree if convert.Venkataramanan Kumar1-0/+17
2015-11-16bb-slp-32.c: Adjust testcase.Richard Biener1-5/+5
2015-11-13[Patch,tree-optimization]: Add new path Splitting pass on tree ssaAjit Agarwal1-0/+67
2015-11-13target-supports.exp (check_effective_target_offload_nvptx): New.Nathan Sidwell1-0/+30