rs6000.c (v2df_reduction_p): New function.
[gcc.git] / gcc / testsuite / g++.dg /
2016-01-11 Jason Merrillre PR c++/69131 (default constructor of union incorrect...
2016-01-11 Jakub Jelinekre PR c++/69211 (g++ ICE on x86_64-linux-gnu (verify_gi...
2016-01-11 Alexandre Oliva[PR69123] fix handling of MEMs in VTA to avoid dataflow...
2016-01-09 Marek Polacekre PR c++/69113 (ICE: in vague_linkage_p, at cp/decl2...
2016-01-09 Jakub Jelinekre PR tree-optimization/69164 (ICE in create_tmp_var...
2016-01-09 Jason Merrillre PR c++/69158 (ICE in in cxx_eval_indirect_ref, at...
2016-01-08 Marek Polacekre PR c++/68449 (ICE in cxx_eval_constant_expression...
2016-01-08 Jason MerrillPR c++/68983 (BE)
2016-01-08 Jason MerrillPR c++/68983 (FE)
2016-01-08 Jakub Jelinekre PR c++/69145 (Bogus 'warning: #pragma implementation...
2016-01-07 Nick CliftonAdd a test for PR66655
2016-01-07 Jakub Jelinekre PR tree-optimization/69141 (-O2 -fdump-tree-fre...
2016-01-05 H.J. LuAdd vector_memory_operand and "Bm" constraint
2016-01-05 Nathan Sidwellre PR c++/58583 ([c++11] ICE with invalid non-static...
2016-01-05 Nick Cliftonre PR target/68770 (Conditional jump or move depends...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-25 Jason Merrillre PR c++/69005 (infinite(?) recursion in template...
2015-12-24 Kirill YukhinIntroduce support for PKU instructions.
2015-12-23 Martin SeborPR c++/69023 - bitset whose name is used in constant...
2015-12-23 Thomas SchwingeDon't run OpenACC C++ test twice
2015-12-22 Jason Merrillre PR c++/66921 (failure to determine size of static...
2015-12-22 Jason Merrillre PR c++/67257 (Internal compiler error in retrieve_sp...
2015-12-22 Jason Merrillre PR c++/67339 (Segfault when parsing a typename invol...
2015-12-22 Jakub Jelinekre PR c++/67376 (Comparison with pointer to past-the...
2015-12-22 Richard Hendersonre PR ipa/67811 ([TM] ICE with try-block in transaction)
2015-12-21 David MalcolmC and C++ FE: fix source ranges for binary ops
2015-12-20 Jason Merrillre PR c++/67411 (internal compiler error: in tsubst_cop...
2015-12-20 Jason Merrillre PR c++/67411 (internal compiler error: in tsubst_cop...
2015-12-18 Patrick PalkaFix PR c++/68978 (bogus error: lvalue required as left...
2015-12-18 Paolo Carlinire PR c++/67592 (A virtual member function declared...
2015-12-18 Jeff Law[PATCH] [PR rtl-optimization/49847] Fix ICE in CSE...
2015-12-18 Patrick PalkaFix PR c++/68831 (superfluous -Waddress warning for...
2015-12-17 Jason Merrillre PR c++/67550 (Initialization of local struct array...
2015-12-17 Jason Merrillre PR c++/67576 (expression of typeid( expression ...
2015-12-17 Patrick PalkaFix wrong PR references
2015-12-17 Rainer OrthOnly support -gstabs on Mac OS X if assember supports...
2015-12-17 Patrick PalkaFix some blockers of PR c++/24666 (arrays decay to...
2015-12-16 Jason Merrillre PR c++/63628 ([c++1y] cannot use decltype on capture...
2015-12-16 David MalcolmBetter error recovery for merge-conflict markers
2015-12-16 Tom de VriesAdd pass_oacc_ipa
2015-12-15 Martin Seborstruct-layout-1_generate.c: Avoid generating further...
2015-12-15 Martin Jambor[PR 68851] Do not collect thunks in collect_callers
2015-12-15 Paolo Carlinire PR c++/63506 (GCC deduces wrong return type of opera...
2015-12-15 Patrick PalkaFix PR c++/21802 (two-stage name lookup fails for opera...
2015-12-14 Jason Merrillre PR c++/68309 (ICE: Segmentation fault)
2015-12-14 Nathan Sidwellnvptx.h (PARM_BOUNDARY): Set to 32.
2015-12-14 Richard Bienerre PR middle-end/68852 (ICE in vect_is_simple_use ...
2015-12-14 Martin Jambor[PR 66616] Check for thunks when adding extra constants...
2015-12-13 David Edelsohnpr48549.C: XFAIL AIX.
2015-12-12 David Edelsohnpr67808.c: Add -mlong-double-128 option.
2015-12-11 Martin JamborAdd an asssert and testcase for PR 68064
2015-12-10 Marek Polacekre PR c++/68348 (ICE: segfault in cxx_eval_constant_exp...
2015-12-10 Richard Bienerre PR ipa/68331 ([meta-bug] fipa-pta issues)
2015-12-09 Jan Hubickare PR lto/68811 (ICE: in get, at cgraph.h:1218)
2015-12-09 Paolo Carlinire PR c++/60218 ([c++11] ICE using __bases for broken...
2015-12-09 Martin SeborFix PR c++/68711 - [6 regression] SEGV on an invalid...
2015-12-08 Marek Polacekre PR c++/68116 (ice in add_expr, at tree.c:7840)
2015-12-07 Jakub Jelinekre PR c++/68760 (ICE in pp_string (pretty-print.c:909))
2015-12-07 Ryan Burnre PR c++/68683 ([concepts] function satisfy_argument_d...
2015-12-07 Jakub Jelinekre PR tree-optimization/66726 (missed optimization...
2015-12-07 Jason Merrillre PR c++/68170 (Declaring friend template class templa...
2015-12-07 Martin LiskaFix changelog entry and add pr66896.C.
2015-12-07 Jason MerrillFix parse/no-type-defn1.C with -std=c++1z.
2015-12-07 Jason MerrillFix crash70.C with -std=c++1z.
2015-12-07 Jason MerrillFix template/ref1.C, nontype15.C, addr-builtin1.C with...
2015-12-07 Jason MerrillPR c++/68597, fix auto9.C and auto-neg1.C with -std...
2015-12-07 Jason Merrillstatic_assert8.C: Fix for -std=c++1z.
2015-12-06 Victoria Stepanyansupport for AMD clzero isa.
2015-12-04 David MalcolmC++ FE: expression ranges
2015-12-04 Jakub Jelinekre PR middle-end/68656 (warning about disabled var...
2015-12-03 Jan Hubickare PR c++/68184 (Exception from a virtual function...
2015-12-02 Markus TrippelsdorfFix c++/67337 (segfault in mangle.c)
2015-12-02 Marek Polacekre PR c++/68653 (ICE: in nonnull_arg_p, at tree.c:13853)
2015-12-02 Jason MerrillDo constant folding in warn_* functions.
2015-12-01 Richard Bienerre PR ipa/68470 (Internal Compiler Error observed by...
2015-11-29 Jan Hubickare PR c++/67581 (ICE on transparent union with -g enabl...
2015-11-26 Martin SeborCorrectly handle ARM targets.
2015-11-26 Paolo Carlinire PR c++/67238 ([C++11][C++14]cc1plus crash for nested...
2015-11-26 Martin Seborpr67876.C: Remove duplicate content.
2015-11-26 Andreas Arnezcp-gimplify.c (genericize_cp_loop): Change LOOP_EXPR...
2015-11-26 Uros Bizjak* g++.dg/tree-ssa/pr61034.C: Scan tree dumps also for...
2015-11-26 Paolo Carlinire PR c++/67249 ([concepts] ICE parsing f(pair<auto...
2015-11-26 Richard Bienerre PR testsuite/67203 (FAIL: g++.dg/tree-ssa/pr61034...
2015-11-26 Paolo Carlinire PR c++/67313 (ICE: in vague_linkage_p, at cp/decl2...
2015-11-26 Jakub Jelinekre PR c++/68508 (Internal compiler error with parenthes...
2015-11-26 Martin SeborPR c++/67876 - [6 Regression] ICE when compiling Firefox 38
2015-11-25 Martin SeborPR c/66516 - missing diagnostic on taking the address...
2015-11-25 Jan Hubickalto-symtab.c: Include alias.h
2015-11-25 Jason Merrill* g++.dg/init/self1.C: Remove dg-do run.
2015-11-25 Ryan Burnre PR c++/68434 ([concepts] function tsubst sets TYPE_C...
2015-11-25 Tom de VriesAdd pass_oacc_kernels pass group in passes.def
2015-11-25 Paolo Carliniconstexpr-array13.C: Fix.
2015-11-25 Jason Merrillre PR sanitizer/67941 (calls on function pointer from...
2015-11-25 Markus Trippelsdorfre PR c++/68087 (ICE with constexpr in array with negat...
2015-11-25 Paolo Carlinire PR c++/58910 (std::Tuple_impl is non constexpr when...
2015-11-24 Paolo Carlinire PR c++/68278 (internal compiler error with C++14...
2015-11-24 Paolo Carlinire PR c++/68388 (incomplete type bug when using decltype)
2015-11-24 Michael Matzre PR rtl-optimization/68392 (ICE: SIGSEGV in update_us...
2015-11-23 Igor Zamyatinre PR c++/68001 ([cilkplus] ICE in cp_gimplify_expr...
2015-11-21 Uros Bizjakvbase1.C: Also run on i?86-*-*.
next