aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg
AgeCommit message (Expand)AuthorFilesLines
2015-12-01re PR ipa/68470 (Internal Compiler Error observed by g++-4.9.2 and a few othe...Richard Biener1-0/+36
2015-11-29re PR c++/67581 (ICE on transparent union with -g enabled on x86_64-linux-gnu...Jan Hubicka1-0/+6
2015-11-26Correctly handle ARM targets.Martin Sebor1-2/+14
2015-11-26re PR c++/67238 ([C++11][C++14]cc1plus crash for nested decltype expression i...Paolo Carlini1-0/+20
2015-11-26pr67876.C: Remove duplicate content.Martin Sebor1-16/+0
2015-11-26cp-gimplify.c (genericize_cp_loop): Change LOOP_EXPR's location to start of l...Andreas Arnez1-0/+79
2015-11-26* g++.dg/tree-ssa/pr61034.C: Scan tree dumps also for alpha*-*-*.Uros Bizjak1-2/+2
2015-11-26re PR c++/67249 ([concepts] ICE parsing f(pair<auto, concept>))Paolo Carlini1-0/+5
2015-11-26re PR testsuite/67203 (FAIL: g++.dg/tree-ssa/pr61034.C -std=gnu++11 scan-tr...Richard Biener1-2/+9
2015-11-26re PR c++/67313 (ICE: in vague_linkage_p, at cp/decl2.c:1878 with -fno-weak a...Paolo Carlini1-0/+13
2015-11-26re PR c++/68508 (Internal compiler error with parentheses around return value...Jakub Jelinek1-0/+15
2015-11-25PR c++/67876 - [6 Regression] ICE when compiling Firefox 38Martin Sebor1-0/+32
2015-11-25PR c/66516 - missing diagnostic on taking the address of a builtin functionMartin Sebor1-0/+276
2015-11-25lto-symtab.c: Include alias.hJan Hubicka1-0/+1
2015-11-25* g++.dg/init/self1.C: Remove dg-do run.Jason Merrill1-1/+0
2015-11-25re PR c++/68434 ([concepts] function tsubst sets TYPE_CANONICAL before settin...Ryan Burn1-0/+21
2015-11-25Add pass_oacc_kernels pass group in passes.defTom de Vries6-12/+12
2015-11-25constexpr-array13.C: Fix.Paolo Carlini1-1/+1
2015-11-25re PR sanitizer/67941 (calls on function pointer from a captureless lambda ca...Jason Merrill1-0/+5
2015-11-25re PR c++/68087 (ICE with constexpr in array with negative index)Markus Trippelsdorf1-0/+6
2015-11-25re PR c++/58910 (std::Tuple_impl is non constexpr when using identical userde...Paolo Carlini1-0/+20
2015-11-24re PR c++/68278 (internal compiler error with C++14 polymorphic lambda and ty...Paolo Carlini1-0/+11
2015-11-24re PR c++/68388 (incomplete type bug when using decltype)Paolo Carlini1-0/+42
2015-11-24re PR rtl-optimization/68392 (ICE: SIGSEGV in update_uses (fwprop.c:896) with...Michael Matz1-0/+8
2015-11-23re PR c++/68001 ([cilkplus] ICE in cp_gimplify_expr, at cp/cp-gimplify.c:760)Igor Zamyatin1-0/+18
2015-11-21vbase1.C: Also run on i?86-*-*.Uros Bizjak1-1/+1
2015-11-20vbase1.C: Only run on x86_64-*-* as this testcase isn't portable.Mike Stump1-1/+1
2015-11-20Add testcase erroneously omitted from r230638David Malcolm1-0/+89
2015-11-20re PR c++/67354 (internal compiler error: in add_to_same_comdat_group, at sym...Jakub Jelinek1-0/+21
2015-11-19re PR c++/68396 (function auto-deduced return types get incorrectly classifie...Ryan Burn1-0/+15
2015-11-19re PR c++/67409 (tree-cfg.c dereferences a NULL pointer)Jakub Jelinek1-0/+14
2015-11-18c-common.c (shorten_compare): Don't -Wtype-limits if the non-constant operand...Jason Merrill1-0/+11
2015-11-18re PR tree-optimization/68157 (internal compiler error: in reassoc_stmt_domin...Jakub Jelinek1-0/+18
2015-11-17* g++.dg/cpp1y/pr58708.C: Define wfoo based on sizeof wchar_t.David Edelsohn1-1/+5
2015-11-17re PR bootstrap/68346 (Bootstrap failure on i686-linux)Jason Merrill1-0/+11
2015-11-17re PR bootstrap/68361 (Bootstrap failure with --enable-checking=release)Jason Merrill1-0/+14
2015-11-17PR c++/68308 - [6 Regression] ICE: tree check: expected integer_cst,Martin Sebor1-0/+65
2015-11-16constexpr.c (cxx_eval_builtin_function_call): Use cp_fully_fold to fold argum...Jason Merrill2-0/+20
2015-11-16re PR c++/68362 (ICE: tree check: expected integer_cst, have nop_expr in get_...Marek Polacek1-0/+19
2015-11-14re PR bootstrap/68346 (Bootstrap failure on i686-linux)Jason Merrill1-0/+7
2015-11-14* g++.dg/cpp/ucn-1.C: Fix typo.David Edelsohn1-1/+1
2015-11-13vbase1.C: XFAIL powerpc*-*-*.David Edelsohn2-3/+4
2015-11-13Merge C++ delayed folding branch.Jason Merrill20-32/+147
2015-11-13tree-vect-loop.c (vect_determine_vectorization_factor): Check mix of boolean ...Ilya Enkovich2-0/+41
2015-11-13tree-vect-stmts.c (vectorizable_mask_load_store): Check types of stored value...Ilya Enkovich1-0/+18
2015-11-12pt.c (check_explicit_specialization): Check the namespace after we choose a t...Jason Merrill1-0/+7
2015-11-12Implement D0013R2, logical type traits.Ville Voutilainen1-1/+1
2015-11-11re PR c/68107 (Non-VLA type whose size is half or more of the address space c...Marek Polacek2-121/+121
2015-11-11Fix target arch attribute for Skylake.Julia Koval1-0/+18
2015-11-09PR c++/67913 - new expression with negative size not diagnosedMartin Sebor4-2/+803