aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2015-11-27Fix memory leak in cilkMartin Liska2-25/+33
2015-11-27re PR c/63326 (whether a #pragma is a statement depends on the type of pragma)Jakub Jelinek2-0/+7
2015-11-27Fix parser memory leak in cilk_simd_fn_infoMartin Liska2-0/+7
2015-11-26cp-gimplify.c (genericize_cp_loop): Change LOOP_EXPR's location to start of l...Andreas Arnez2-1/+11
2015-11-26re PR c++/68508 (Internal compiler error with parentheses around return value...Jakub Jelinek4-6/+19
2015-11-25PR c++/67876 - [6 Regression] ICE when compiling Firefox 38Martin Sebor2-2/+9
2015-11-25re PR c++/68434 ([concepts] function tsubst sets TYPE_CANONICAL before settin...Ryan Burn2-6/+12
2015-11-25lambda.c (maybe_add_lambda_conv_op): Only set no_sanitize_undefined if SANITI...Jason Merrill2-5/+11
2015-11-25re PR sanitizer/67941 (calls on function pointer from a captureless lambda ca...Jason Merrill2-0/+10
2015-11-25cp-ubsan.c (cp_ubsan_instrument_vptr_p): Use do_ubsan_in_current_function.Jason Merrill2-3/+6
2015-11-25re PR c++/68087 (ICE with constexpr in array with negative index)Markus Trippelsdorf2-2/+9
2015-11-24c-parser.c (c_parser_oacc_declare): Replace "ifdef ENABLE_OFFLOADING" with "i...Ilya Verbin2-6/+12
2015-11-23re PR c++/68001 ([cilkplus] ICE in cp_gimplify_expr, at cp/cp-gimplify.c:760)Igor Zamyatin2-6/+13
2015-11-20Fix up misplaced ChangeLog entry.Jakub Jelinek1-0/+13
2015-11-20re PR c++/67354 (internal compiler error: in add_to_same_comdat_group, at sym...Jakub Jelinek4-2/+37
2015-11-20C++ FE: offer suggestions for misspelled field namesDavid Malcolm4-3/+165
2015-11-20Support __cxa_free_exception and fix exception handling.Torvald Riegel2-0/+14
2015-11-19re PR c++/68422 (compile-time cost of sizeof... is quadratic)Jason Merrill4-2/+28
2015-11-19re PR c++/68396 (function auto-deduced return types get incorrectly classifie...Ryan Burn2-0/+20
2015-11-19re PR c++/67409 (tree-cfg.c dereferences a NULL pointer)Jakub Jelinek1-31/+47
2015-11-19parser.h (struct cp_omp_declare_simd_data): Add clauses member.Cesar Philippidis3-113/+277
2015-11-18cp-gimplify.c (cp_fold_r): Add support for OACC_LOOP.Cesar Philippidis2-1/+6
2015-11-17re PR bootstrap/68346 (Bootstrap failure on i686-linux)Jason Merrill2-1/+11
2015-11-17LITERAL_ZERO_P obsoleted by delayed folding.Jason Merrill3-73/+13
2015-11-17Don't fold -(constant) or -0.Jason Merrill3-5/+23
2015-11-17re PR bootstrap/68361 (Bootstrap failure with --enable-checking=release)Jason Merrill2-1/+7
2015-11-17PR c++/68308 - [6 Regression] ICE: tree check: expected integer_cst,Martin Sebor1-2/+3
2015-11-16constexpr.c (cxx_eval_builtin_function_call): Use cp_fully_fold to fold argum...Jason Merrill3-16/+23
2015-11-16Add __attribute__((__simd__)) to GCC.Kirill Yukhin2-3/+10
2015-11-15always define ENABLE_OFFLOADINGTrevor Saunders2-6/+11
2015-11-15always define TARGET_PECOFFTrevor Saunders2-8/+4
2015-11-14re PR bootstrap/68346 (Bootstrap failure on i686-linux)Jason Merrill2-1/+7
2015-11-14omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek2-0/+8
2015-11-13Merge C++ delayed folding branch.Jason Merrill18-283/+1000
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm2-1/+5
2015-11-12parser.c (cp_parser_oacc_declare): Remove unused.James Norris2-1/+5
2015-11-12c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris3-0/+194
2015-11-12pt.c (check_explicit_specialization): Check the namespace after we choose a t...Jason Merrill2-8/+13
2015-11-11decl.c (duplicate_decls): When combining typedefs, remove the new type from t...Jason Merrill2-1/+21
2015-11-11pt.c (instantiate_class_template_1): Set function_depth around instantiation ...Jason Merrill2-1/+11
2015-11-11re PR c/68107 (Non-VLA type whose size is half or more of the address space c...Marek Polacek2-13/+10
2015-11-11re PR bootstrap/68271 (Boostrap fails on x86_64-apple-darwin14 at r230084)Dominique d'Humieres2-1/+6
2015-11-11decl.c: Remove unused header files.Andrew MacLeod38-156/+40
2015-11-09parser.c (cp_finalize_oacc_routine): New boolean first argument.Cesar Philippidis2-24/+62
2015-11-09PR c++/67913 - new expression with negative size not diagnosedMartin Sebor3-18/+77
2015-11-10omp-low.h (replace_oacc_fn_attrib, [...]): Declare.Nathan Sidwell3-1/+194
2015-11-08Clean up fallout on ILP32 from r229831.Martin Sebor2-5/+14
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm2-2/+10
2015-11-06Support non-type constrained-type-specifiers.Jason Merrill3-73/+111
2015-11-06pt.c (push_inline_template_parms_recursive): Don't recreate the CONST_DECL.Jason Merrill2-15/+7