aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2015-11-06[cp][committed] Fix bootstrap on arm due to print format warningKyrylo Tkachov2-1/+6
2015-11-05gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE.Cesar Philippidis4-10/+210
2015-11-05PR c++/67942 - diagnose placement new buffer overflowMartin Sebor2-3/+16
2015-11-05PR c++/67942 - diagnose placement new buffer overflowMartin Sebor2-7/+222
2015-11-05re PR c++/67846 (ICE on code with lambda expression on x86_64-linux-gnu in ch...Paolo Carlini3-7/+20
2015-11-05gcc/Jakub Jelinek6-100/+565
2015-11-04(cp_parser_oacc_single_int_clause): New function.Cesar Philippidis2-115/+52
2015-11-04ENABLE_CHECKING refactoring: C family front endsMikhail Maltsev12-88/+84
2015-11-03Handle auto parameter packs.Jason Merrill2-0/+21
2015-11-03OpenACC atomic directiveThomas Schwinge2-0/+10
2015-10-31Remove support for N3994, terse range-for, which was not adopted.Ville Voutilainen2-16/+6
2015-10-31Implement multiple 'auto' feature from Concepts TS.Jason Merrill9-31/+268
2015-10-31Streamline for_each_template_parm.Jason Merrill3-63/+51
2015-10-31Improve deduction failure diagnostics.Jason Merrill2-1/+17
2015-10-31pt.c (hash_tmpl_and_args): Use iterative_hash_object on template uid.Jason Merrill2-1/+4
2015-10-31Make some functions static.Jason Merrill2-4/+11
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod37-203/+157
2015-10-29re PR c++/67845 (ICE on invalid use of const qualifier on x86_64-linux-gnu in...Paolo Carlini2-0/+11
2015-10-28DR 1518Jason Merrill3-1/+37
2015-10-27parser.c (cp_parser_omp_clause_name): Add auto, gang, seq, vector, worker.Nathan Sidwell3-76/+290
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge4-100/+122
2015-10-26DR 2179Jason Merrill2-8/+18
2015-10-26function.h (MINIMUM_METHOD_BOUNDARY): New macro.Christian Bruel3-23/+6
2015-10-23DR 1518 DR 1630 PR c++/54835 PR c++/60417Jason Merrill2-15/+33
2015-10-23re PR c++/67813 ([C++14] copy-initialization of object with pointer member fa...Jason Merrill2-3/+12
2015-10-22typoJason Merrill1-1/+1
2015-10-22call.c (add_template_conv_candidate): Pass DEDUCE_CALL.Jason Merrill3-3/+25
2015-10-22call.c (add_conv_candidate): Remove first_arg parm.Jason Merrill2-15/+17
2015-10-22fold-const.c (fold_addr_of_array_ref_difference): Properly convert operands b...Richard Biener2-4/+15
2015-10-21re PR c++/66781 ("confused by earlier errors, bailing out" with wrong enum wi...Paolo Carlini2-2/+26
2015-10-21tm.texi: Regenerated.Ilya Enkovich3-3/+35
2015-10-20re PR c++/66583 (incorrect implicitly-defined move constructor for class with...Jason Merrill2-23/+40
2015-10-20array-notation-common.c (is_cilkplus_vector_p): Define.Marek Polacek2-11/+4
2015-10-20re PR c++/67064 (Register asm variable broken)Jason Merrill2-0/+5
2015-10-19Implement N4268, Do constant evaluation of all non-type template args.Jason Merrill3-2/+24
2015-10-19Expand PTRMEM_CST only when necessary.Jason Merrill5-20/+41
2015-10-19typoJason Merrill1-1/+1
2015-10-18re PR c++/68006 ([C++14] Incorrect aggregate initialization from empty initia...Jason Merrill2-1/+21
2015-10-16re PR c++/67926 (Using folding expressions in a constexpr context ice's)Paolo Carlini2-0/+11
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek8-286/+3110
2015-10-12re PR c++/58566 ([c++11] ICE with invalid expression in lambda body)Ville Voutilainen2-1/+7
2015-10-08cp-tree.h (SIMPLE_TARGET_EXPR_P): New.Jason Merrill4-4/+14
2015-10-08formatJason Merrill1-1/+1
2015-10-08re PR c++/67557 (Calling copy constructor of base class in constructor of der...Jason Merrill2-1/+43
2015-10-07re PR sanitizer/67867 (UBSan bootstrap fails with error: ‘otype’ may be u...Marek Polacek2-1/+6
2015-10-07cp-gimplify.c (genericize_if_stmt): Use protected_set_expr_location.Marek Polacek5-17/+22
2015-10-06re PR c++/67810 (Non-expression recognized as fold expression)Jason Merrill3-60/+118
2015-10-06re PR c++/67863 (-Wtautological-compare warns when it shouldn't)Marek Polacek2-1/+7
2015-10-05re PR c++/53856 (Default argument allowed on member defined outside of class ...Paolo Carlini2-1/+15
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford2-1/+6