aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill17-44/+338
2015-10-02re PR c/64249 (Missing warning for if (A) else if (A))Marek Polacek2-11/+72
2015-10-01re PR c++/54430 ([C++11] For-Loop: Scope of iterating variable begins too early)Ville Voutilainen4-1/+20
2015-09-23Fix small typos in the coding rule enforcement warnings.Ville Voutilainen2-1/+7
2015-09-22c.opt (Wmultiple-inheritance, [...]): New C++ warnings.Nathan Sidwell4-1/+21
2015-09-22Disconnect -Wabi=<n> from -fabi-compat-version=<n>.Jason Merrill2-21/+41
2015-09-21Complete the implementation of N4230, Nested namespace definition.Ville Voutilainen2-2/+21
2015-09-20switch from gimple to gimple*Trevor Saunders2-1/+5
2015-09-19Implement nested namespace definitions.Ville Voutilainen2-3/+42
2015-09-18Use explicit locations for some warnings in c-pragma.c.Manuel López-Ibáñez2-7/+11
2015-09-17Implement N4295 fold-expressions.Andrew Sutton7-13/+588
2015-09-17cp-tree.h (note_decl_for_pch): Remove.Richard Biener5-24/+15
2015-09-14re PR c++/44282 (fastcall is not mangled at all)Jason Merrill2-21/+30
2015-09-14re PR c++/51911 ([C++11] G++ accepts new auto { list })Paolo Carlini2-2/+24
2015-09-14PR28901 -Wunused-variable ignores unused const initialised variables in CMark Wielaard2-4/+6
2015-09-10re PR c++/67318 (Parsing error when using abbreviated integral type names in ...Paolo Carlini2-10/+18
2015-09-10Warn when comparing nonnull arguments to NULL in a function.Mark Wielaard2-0/+15
2015-09-10re PR c++/67522 (OpenMP ICE in type_dependent_expression_p)Jakub Jelinek2-4/+14
2015-09-10re PR c++/67511 (ICE with invalid OpenMP random access iterator)Jakub Jelinek2-1/+8
2015-09-09re PR c++/53184 (Unnecessary anonymous namespace warnings)Paolo Carlini2-5/+40
2015-09-09re PR c++/67504 (ICE with type dependent collapse argument)Jakub Jelinek2-2/+8
2015-09-08re PR c++/67041 ([C++14] Variable template initialized by call to lambda does...Jason Merrill2-8/+16