aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2016-12-16re PR c++/71694 (store-data race with bitfields and tail-padding in C++)Richard Biener3-0/+21
2016-12-15P0490R0 GB 20: decomposition declaration should commit to tuple interpretatio...Jakub Jelinek2-4/+26
2016-12-15re PR c++/77585 (g++ incorrectly decides that member function is called witho...Nathan Sidwell2-1/+26
2016-12-14PR c++/78774 - [6/7 Regression] ICE in constexpr string literals and templatesMartin Sebor2-3/+10
2016-12-14Split omp-low into multiple filesMartin Jambor3-24/+44
2016-12-14re PR c++/72775 (internal compiler error: in finish_expr_stmt, at cp/semantic...Marek Polacek2-0/+14
2016-12-14re PR c++/78701 (ICE: unexpected expression N of kind template_parm_index)Nathan Sidwell2-4/+12
2016-12-14re PR c++/69481 (ICE with C++11 alias using with templates)Nathan Sidwell2-6/+12
2016-12-13re PR c++/69481 (ICE with C++11 alias using with templates)Nathan Sidwell4-81/+100
2016-12-11re PR c++/78637 (ICE on invalid C++ code on x86_64-linux-gnu (internal compil...Paolo Carlini2-2/+8
2016-12-08re PR c++/78551 (Internal compiler error with constexpr initialization of union)Nathan Sidwell2-9/+60
2016-12-08P0003R5 - removal of dynamic exception specification from C++17Jakub Jelinek2-8/+27
2016-12-07Use dump_function_name rather than emit <built-in>Martin Jambor2-2/+10
2016-12-07pt.c (tsubst <{NON,}TYPE_ARGUMENT_PACK>): Simplify control flow and avoid re-...Nathan Sidwell2-15/+19
2016-12-07cp-tree.h (enum cp_tree_index): Add CPTI_AUTO_IDENTIFIER & CPTI_DECLTYPE_AUTO...Nathan Sidwell4-6/+24
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