aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2016-12-02re PR c++/78649 (ICE on invalid C++ code on x86_64-linux-gnu (internal compil...Jakub Jelinek2-1/+7
2016-12-02c-parser.c (c_parser_pragma): Error when PRAGMA_OACC_{ENTER_DATA...Cesar Philippidis2-18/+64
2016-12-02call.c (add_function_candidate): Also exclude inherited ctors that take a typ...Jason Merrill2-18/+8
2016-12-01call.c (add_function_candidate): Exclude inherited copy/move ctors.Jason Merrill2-0/+24
2016-12-01fix PR numberJason Merrill1-1/+1
2016-11-29spellcheck bugfixes: don't offer the goal string as a suggestionDavid Malcolm2-0/+12
2016-11-28re PR c++/72808 (ICE on valid c++ code in verify_type (gcc/tree.c:14047))Jakub Jelinek2-2/+13
2016-11-28re PR c++/77591 (decltype(auto) and ternary operator allow returning local re...Jakub Jelinek2-1/+7
2016-11-27PR c++/77907 - static init and PMFJason Merrill2-1/+6
2016-11-24cp_parser_range_for: use safe_push instead of quick_push (PRMartin Liska2-4/+9
2016-11-23re PR c++/77907 (Add "const" to argument of constexpr constructor causes the ...Jakub Jelinek2-1/+13
2016-11-23re PR c++/71450 (ICE on invalid C++11 code on x86_64-linux-gnu: in tree check...Jakub Jelinek2-1/+5
2016-11-23re PR c++/77739 (internal compiler error: in create_tmp_var, at gimple-expr.c...Jakub Jelinek2-7/+22
2016-11-21re PR c++/71973 (c++ handles built-in functions inconsistently)Bernd Edlinger2-3/+46
2016-11-20PR objc++/78418 - ICE in string tests on darwinJason Merrill2-1/+6
2016-11-18re PR c++/77285 (extern thread_local linkage)Jakub Jelinek2-0/+8
2016-11-18PR c++/67631 - list-init and explicit conversionsJason Merrill4-6/+14
2016-11-18Add SET_DECL_MODERichard Sandiford4-6/+15
2016-11-17PR c++/78193 - inherited ctor regressions on sparc32.Jason Merrill2-10/+18
2016-11-17re PR c++/55080 (-pedantic produces error: floating-point literal cannot appe...Paolo Carlini2-2/+9
2016-11-17PR c++/78124 - list-initialization and inherited ctorJason Merrill3-1/+4
2016-11-17PR c++/78369 - {} as default argumentJason Merrill2-1/+5
2016-11-17PR c++/68377 - parenthesized expr in fold-expressionJason Merrill2-1/+8
2016-11-16PR c++/78373 - ICE with TREE_CONSTANT referenceJason Merrill3-2/+10
2016-11-16Fix tuple decomposition decltype.Jason Merrill4-1/+27
2016-11-15decl.c (cp_finish_decomp): For DECL_NAMESPACE_SCOPE_P decl, set DECL_ASSEMBLE...Jakub Jelinek5-1/+69
2016-11-15PR c++/78358 - tuple decomposition decltypeJason Merrill3-10/+22
2016-11-15ChangeLog: Fix ChangeLog entry.Uros Bizjak1-0/+5
2016-11-15Allow references in constant-expressions.Jason Merrill6-19/+52
2016-11-15Various C++17 decomposition fixes.Jason Merrill6-26/+51
2016-11-14c-cppbuiltin.c (c_cpp_builtins): Define __cpp_structured_bindings.Jakub Jelinek1-2/+2
2016-11-14Implement P0217R3 - C++17 structured bindingsJakub Jelinek11-56/+924
2016-11-13Improve various diagnostic issues.Jason Merrill7-18/+50
2016-11-13re PR tree-optimization/35503 (Warning about restricted pointers?)Prathamesh Kulkarni1-0/+23
2016-11-13CWG 2233 - default arg and parameter packJason Merrill2-2/+10
2016-11-13Fix constexpr lvalue use of __real and __imag.Jason Merrill2-2/+5
2016-11-13DR 374 - specialization in outer namespaceJason Merrill6-32/+89
2016-11-10PR c++/77337 - auto return and lambdaJason Merrill6-12/+27
2016-11-10mangle.c (mangle_decl): Only emit -Wc++1z-compat warnings for public or exter...Jakub Jelinek2-1/+7
2016-11-09re PR c++/78283 (-Wc++1z-compat warning is sticky)Jakub Jelinek2-0/+6
2016-11-09Fix C++17 template placeholder for template template parm.Jason Merrill4-53/+105
2016-11-09Implement P0127R2, Declaring non-type parameters with auto.Jason Merrill4-16/+152
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill12-74/+386
2016-11-07C++ cleanups before C++17 noexcept in types.Jason Merrill4-40/+69
2016-11-07Add template instantiations to the announce_function stream.Jason Merrill2-0/+12
2016-11-04re PR c++/67980 (left shift count is negative [-Wshift-count-negative] genera...Paolo Carlini2-1/+19
2016-11-04PR c++/78198 - inherited template ctor with default argJason Merrill2-0/+8
2016-11-03re PR debug/28767 (GCC should output DW_TAG_ptr_to_member for member functions)Jakub Jelinek3-11/+70
2016-11-03Use type_hash_eq langhook in check_qualified_type.Jason Merrill3-11/+12
2016-11-01Implement P0136R1, Rewording inheriting constructors.Jason Merrill13-91/+493