aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2015-07-02tree-pass.h (make_pass_ch_vect): New.Alan Lawrence3-1/+42
2015-07-02re PR tree-optimization/66719 (gcc.dg/vect/bb-slp-32.c FAILs)Richard Biener2-1/+7
2015-07-02tree-ssa-dom.c (build_and_record_new_cond): Add optional parameter to record ...Richard Biener2-0/+24
2015-07-01Add prototype for exitH.J. Lu2-0/+5
2015-07-01c-opts.c (c_common_post_options): Default to C++14.Jason Merrill2-1/+5
2015-07-01c-opts.c (c_common_post_options): Highest ABI level is now 10.Jason Merrill1-1/+1
2015-07-01re PR c++/65945 (C++ alignment of nullptr_t is 1 and might cause unaligned st...Jason Merrill2-0/+25
2015-07-01Use scan-rtl-dump in i386/vararg-loc.cTom de Vries2-4/+10
2015-07-01arith.c (gfc_arith_divide): With -Winteger-division...Thomas Koenig2-0/+12
2015-07-01re PR rtl-optimization/61047 (wrong code at -O1 on x86_64-linux)Bernd Edlinger2-0/+23
2015-07-01PR jit/66700: set TREE_ADDRESSABLE when building an ADDR_EXPRDavid Malcolm3-0/+126
2015-07-01jit: document union typesDavid Malcolm2-0/+9
2015-07-01armv8-sync-comp-swap.c: Replace 'do-require-effective-target' with 'dg-requir...Matthew Wahab5-5/+14
2015-07-01re PR c++/60365 (multiple noreturn attribute specifiers in a single declarati...Paolo Carlini3-1/+15
2015-07-01[AArch64] Restrict pic-small.c by new test directiveJiong Wang3-0/+27
2015-07-01re PR middle-end/66633 (ICE on valid "verify_gimple failed" with OpenMP)Eric Botcazou2-0/+21
2015-07-01* gcc.target/i386/pr66691.c: Update PR number.Uros Bizjak1-1/+1
2015-07-01Fix PR c++/66686 (dependent template template substitution)Patrick Palka2-0/+20
2015-06-30lto-streamer-out.c (class DFS): Adjust hash_scc method.Eric Botcazou3-0/+36
2015-06-30jit: add switch statementsDavid Malcolm10-0/+778
2015-06-30PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocksDavid Malcolm3-0/+62
2015-06-30PR jit/66628: add gcc_jit_context_add_command_line_optionDavid Malcolm3-0/+146
2015-06-30Add missed testVladimir Makarov1-0/+64
2015-06-30re PR debug/66691 (ICE on valid code at -O3 with -g enabled in simplify_subre...Vladimir Makarov1-0/+5
2015-06-30IA MCU psABI support: testsuiteH.J. Lu23-0/+3458
2015-06-30match.pd (~x | x): Don't use tree_nop_conversion_p.Marek Polacek2-0/+37
2015-06-30match.pd (X - (X / Y) * Y): Use convert1 and convert2.Marek Polacek2-0/+46
2015-06-30re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876)Jason Merrill1-0/+8
2015-06-30re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876)Jason Merrill1-0/+7
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland4-0/+37
2015-06-30* gcc.dg/fold-ior-2.c (fn4): Swap operands.Marek Polacek2-1/+5
2015-06-30Add parloops-exit-first-loop-alt-{5,6,7}.cTom de Vries5-1/+74
2015-06-30fold-const.c (fold_binary_loc): Move ~X | X folding ...Marek Polacek2-0/+51
2015-06-30Use max_loop_iterations in transform_to_exit_first_loop_altTom de Vries4-13/+47
2015-06-29re PR c++/65977 (Constexpr should be allowed in declaration of friend templat...Paolo Carlini3-1/+28
2015-06-29Wunused-parameter warnings are given from cgraph::finalize_function,Manuel López-Ibáñez2-0/+20
2015-06-29re PR target/65697 (__atomic memory barriers not strong enough for __sync bui...Matthew Wahab4-0/+38
2015-06-29i386: Implement asm flag outputsRichard Henderson7-0/+128
2015-06-29re PR c/66322 (Linus Torvalds: -Wswitch-bool produces dubious warnings, fails...Marek Polacek4-20/+229
2015-06-29re PR tree-optimization/66677 (ICE: in vect_transform_stmt, at tree-vect-stmt...Richard Biener2-0/+20
2015-06-29re PR tree-optimization/64130 (vrp: handle non zero constant divided by range...Kugan Vivekanandarajah2-0/+23
2015-06-26re PR c++/66216 (Defaulted Operators and constructors not working with aligne...Jason Merrill1-0/+15
2015-06-26re PR c++/66684 (ICE in merge_exception_specifiers, at cp/typeck2.c:2114)Jason Merrill1-0/+20
2015-06-26re PR c++/66255 (ice in retrieve_specialization)Jason Merrill1-0/+9
2015-06-26re PR c++/66067 (tree check ICE: accessed elt 1 of tree_vec with 0 elts in wr...Jason Merrill2-0/+235
2015-06-26re PR c++/66654 (ice in digest_init_r, at cp/typeck2.c:1103)Jason Merrill1-0/+9
2015-06-26[AArch64][2/2] Implement -fpic for -mcmodel=smallJiong Wang2-0/+30
2015-06-26fold-const.c (fold_binary_loc): Remove -A CMP -B -> A CMP B and -A CMP CST ->...Richard Biener2-5/+6
2015-06-26match.pd ((x | y) & ~(x & y) -> x ^ y, (x | y) & (~x ^ y) -> x & y): New patt...Marek Polacek3-0/+145
2015-06-26trans.c (loop_info_d): Add low_bound...Eric Botcazou4-0/+77