[PR ipa/69044] Do not clone for param removal when not possible
[gcc.git] / gcc / cp /
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 Merrillconstexpr.c (cxx_eval_call_expression): Remove convert_...
2016-01-08 Jason MerrillPR c++/68983 (BE)
2016-01-08 Jason MerrillPR c++/68983 (FE)
2016-01-05 Nathan Sidwellre PR c++/58583 ([c++11] ICE with invalid non-static...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-25 Jason Merrillre PR c++/69005 (infinite(?) recursion in template...
2015-12-23 Thomas SchwingeMerge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTR
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 Patrick PalkaFix read of uninitialized value in make_pack_expansion()
2015-12-21 David MalcolmC and C++ FE: fix source ranges for binary ops
2015-12-21 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-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 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 Patrick PalkaFix some blockers of PR c++/24666 (arrays decay to...
2015-12-17 Patrick PalkaAvoid code duplication in cp_tree_[operand|code]_length
2015-12-17 Martin SeborCorrect ChangeLogs for PR c++/42121 and related.
2015-12-16 Martin SeborPR objc++/68932 - FAIL: obj-c++.dg/property/at-property...
2015-12-16 Paolo Carlinipt.c (comp_template_args): Remove.
2015-12-16 Jason Merrillre PR c++/68309 (ICE: Segmentation fault)
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-15 Martin Seborstruct-layout-1_generate.c: Avoid generating further...
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-09 Paolo Carlinire PR c++/60218 ([c++11] ICE using __bases for broken...
2015-12-09 Chung-Lin Tangc-omp.c (c_finish_oacc_wait): Remove add_stmt() call.
2015-12-09 Martin SeborFix PR c++/68711 - [6 regression] SEGV on an invalid...
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 Jason Merrillre PR c++/68464 (ICE in valid constexpr function: ...
2015-12-07 Jason Merrillre PR c++/68170 (Declaring friend template class templa...
2015-12-07 Jason Merrillg++.exp: Also find -std list in GXX_TESTSUITE_STDS...
2015-12-07 Jason MerrillFix parse/no-type-defn1.C with -std=c++1z.
2015-12-07 Jason MerrillFix decltype-call1.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 MerrillFix memclass5.C, memfriend10.C, var-templ19.C with...
2015-12-07 Jason MerrillPR c++/68597, fix auto9.C and auto-neg1.C with -std...
2015-12-04 Jason Merrillre PR c++/68645 (FAIL: c-c++-common/attr-simd-3.c ...
2015-12-04 David MalcolmC++ FE: expression ranges
2015-12-04 Cesar Philippidisparser.c (cp_ensure_no_oacc_routine): Update error...
2015-12-02 Jason MerrillAllow running the testsuite in C++1z mode.
2015-12-02 Markus TrippelsdorfFix c++/67337 (segfault in mangle.c)
2015-12-02 Jason MerrillDo constant folding in warn_* functions.
2015-12-02 Jason MerrillIntroduce cp_fold_rvalue.
2015-12-02 Jason MerrillDefine c_fully_fold separately for C and C++.
2015-12-02 Jason Merrill* cp-gimplify.c (cp_fold): Use fold_build*.
2015-12-02 Joseph MyersFix TYPE_MAIN_VARIANT construction for arrays of qualif...
2015-12-02 Eric Botcazoure PR c++/68290 (g++.dg/concepts/auto1.C FAILs)
2015-12-02 Thomas SchwingeSome OpenACC host_data cleanup
2015-12-02 Andreas Arnez[PR68603] Associate conditional C++ loop's back-jump...
2015-12-01 Julian BrownOpenACC host_data support.
2015-11-27 Martin LiskaFix memory leak in cilk
2015-11-27 Jakub Jelinekre PR c/63326 (whether a #pragma is a statement depends...
2015-11-27 Martin LiskaFix parser memory leak in cilk_simd_fn_info
2015-11-26 Andreas Arnezcp-gimplify.c (genericize_cp_loop): Change LOOP_EXPR...
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 Ryan Burnre PR c++/68434 ([concepts] function tsubst sets TYPE_C...
2015-11-25 Jason Merrilllambda.c (maybe_add_lambda_conv_op): Only set no_saniti...
2015-11-25 Jason Merrillre PR sanitizer/67941 (calls on function pointer from...
2015-11-25 Jason Merrillcp-ubsan.c (cp_ubsan_instrument_vptr_p): Use do_ubsan_i...
2015-11-25 Markus Trippelsdorfre PR c++/68087 (ICE with constexpr in array with negat...
2015-11-24 Ilya Verbinc-parser.c (c_parser_oacc_declare): Replace "ifdef...
2015-11-23 Igor Zamyatinre PR c++/68001 ([cilkplus] ICE in cp_gimplify_expr...
2015-11-20 Jakub JelinekFix up misplaced ChangeLog entry.
2015-11-20 Jakub Jelinekre PR c++/67354 (internal compiler error: in add_to_sam...
2015-11-20 David MalcolmC++ FE: offer suggestions for misspelled field names
2015-11-20 Torvald RiegelSupport __cxa_free_exception and fix exception handling.
2015-11-19 Jason Merrillre PR c++/68422 (compile-time cost of sizeof... is...
2015-11-19 Ryan Burnre PR c++/68396 (function auto-deduced return types...
2015-11-19 Jakub Jelinekre PR c++/67409 (tree-cfg.c dereferences a NULL pointer)
2015-11-19 Cesar Philippidisparser.h (struct cp_omp_declare_simd_data): Add clauses...
2015-11-18 Cesar Philippidiscp-gimplify.c (cp_fold_r): Add support for OACC_LOOP.
2015-11-17 Jason Merrillre PR bootstrap/68346 (Bootstrap failure on i686-linux)
2015-11-17 Jason MerrillLITERAL_ZERO_P obsoleted by delayed folding.
2015-11-17 Jason MerrillDon't fold -(constant) or -0.
2015-11-17 Jason Merrillre PR bootstrap/68361 (Bootstrap failure with --enable...
2015-11-17 Martin SeborPR c++/68308 - [6 Regression] ICE: tree check: expected...
2015-11-17 Jason Merrillconstexpr.c (cxx_eval_builtin_function_call): Use cp_fu...
2015-11-16 Kirill YukhinAdd __attribute__((__simd__)) to GCC.
2015-11-15 Trevor Saundersalways define ENABLE_OFFLOADING
2015-11-15 Trevor Saundersalways define TARGET_PECOFF
2015-11-14 Jason Merrillre PR bootstrap/68346 (Bootstrap failure on i686-linux)
2015-11-14 Jakub Jelinekomp-low.c (lower_omp_ordered): Add argument to GOMP_SMD...
2015-11-14 Jason MerrillMerge C++ delayed folding branch.
2015-11-13 David MalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-12 James Norrisparser.c (cp_parser_oacc_declare): Remove unused.
next