aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2013-11-04c-ada-spec.h (cpp_operation): Add IS_TRIVIAL.Eric Botcazou2-1/+8
2013-11-03re PR c++/38313 (g++ fails to parse a member function with a parenthesized ty...Paolo Carlini2-5/+23
2013-11-03Implement -fsanitize=vla-bound.Marek Polacek2-25/+37
2013-11-02re PR c++/29234 (Call to operator() of temporary object wrongly parsed)Paolo Carlini2-31/+66
2013-11-01re PR c++/58708 (string literal operator templates broken)Edward Smith-Rowland2-6/+29
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders2-3/+6
2013-11-01re PR c++/58834 (ICE on __builtin_shuffle within template function)Marc Glisse2-1/+6
2013-11-01c-typeck.c (c_finish_omp_clauses): Go to check_dup_generic at the end, unless...Jakub Jelinek2-3/+18
2013-10-31c-typeck.c (c_finish_omp_clauses): Diagnose aligned clause with decl that is ...Jakub Jelinek2-0/+18
2013-10-31semantics.c (cxx_eval_call_expression): Handle trivial value-initialization.Jason Merrill3-6/+17
2013-10-31decl.c (cxx_maybe_build_cleanup): Always set LOOKUP_NONVIRTUAL.Jason Merrill3-27/+7
2013-10-31re PR c++/58162 ([C++11] bogus error: use of deleted function 'constexpr A::A...Jason Merrill2-0/+7
2013-10-31class.c (type_build_ctor_call): Return early in C++98 mode.Jason Merrill2-0/+9
2013-10-31re PR c++/58932 ([C++11] Deleted functions and SFINAE in partial template spe...Paolo Carlini2-5/+10
2013-10-31re PR c++/58581 ([c++11] ICE with no-throw specification in deleted function)Paolo Carlini2-2/+8
2013-10-30semantics.c (finish_compound_literal): Don't create a static variable inside ...Jason Merrill2-0/+4
2013-10-30* init.c (push_base_cleanups): Check ANON_AGGR_TYPE_P.Jason Merrill2-1/+5
2013-10-30re PR other/33426 (Support of #pragma ivdep)Tobias Burnus7-31/+63
2013-10-30* decl.c (cp_finish_decl): Never throw for VLA bound == 0.Jason Merrill2-5/+5
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm7-21/+42
2013-10-29re PR c++/58888 ([c++11] Rejects-valid: static member with auto and initializer)Paolo Carlini2-20/+5
2013-10-25re PR c++/58878 (Template parameter name can be hidden in a template member f...Paolo Carlini2-1/+8
2013-10-25re PR other/33426 (Support of #pragma ivdep)Tobias Burnus2-10/+43
2013-10-24re PR c++/58705 ([c++11] ICE with invalid initializer for _Complex variable)Marek Polacek2-1/+8
2013-10-23LWG 2165Jason Merrill2-7/+33
2013-10-23c-format.c (gcc_cxxdiag_char_table): Add %X.Jason Merrill2-1/+16
2013-10-23In C++11 a trivial [cd]tor might not be callable.Jason Merrill10-98/+202
2013-10-23Implement C++14 [[deprecated]] modulo [[gnu::deprecated]] bugs.Edward Smith-Rowland2-0/+9
2013-10-22re PR c++/58816 (ICE have tree_list in private_is_attribute_p)Paolo Carlini2-1/+7
2013-10-18re PR c++/58466 (ICE in cxx_eval_constant_expression)Paolo Carlini2-0/+11
2013-10-18parser.c (cp_parser_lookup_name): Tidy.Paolo Carlini2-12/+17
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod3-0/+7
2013-10-17re PR c++/58596 ([c++11] ICE with decltype in non-static data member initiali...Paolo Carlini2-1/+14
2013-10-16pt.c (apply_late_template_attributes): Use attribute_takes_identifier_p.Jason Merrill2-4/+4
2013-10-16error.c (dump_exception_spec): Print "noexcept" rather than "noexcept (true)".Jason Merrill2-7/+13
2013-10-16Core 1591Jason Merrill2-61/+89
2013-10-16re PR c++/57850 (Option -fdump-translation-unit not working)Jason Merrill2-10/+24
2013-10-16pt.c (tsubst): Fix typo in last commit.Paolo Carlini1-0/+4
2013-10-16pt.c (tsubst): Fix typo in last commit.Paolo Carlini1-1/+1
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos6-10/+20
2013-10-15re PR c++/58707 ([C++11] A greater-than operator in square brackets should no...Paolo Carlini2-0/+12
2013-10-11re PR c++/58633 (ICE with decltype of destructor call)Paolo Carlini2-1/+35
2013-10-11re PR c++/31671 (Non-type template of type const ref accepted as a non-const ...Paolo Carlini2-1/+7
2013-10-11target.c: New file.Jakub Jelinek11-379/+4421
2013-10-09re PR c++/58635 ([c++11] ICE with __transaction_atomic and noexcept(false))Marek Polacek2-2/+12
2013-10-08re PR c++/58568 ([c++11] ICE with lambda in invalid template variable definit...Paolo Carlini3-4/+11
2013-10-08re PR c++/58665 (ICE with using incomplete struct)Paolo Carlini2-4/+10
2013-10-06re PR c++/58126 (No diagnostic when inheriting an uninitialized const or refe...Paolo Carlini3-8/+49
2013-10-06re PR c++/56060 (ICE on invalid code in type_dependent_expression_p, at cp/pt...Paolo Carlini2-0/+9
2013-10-04re PR c++/58560 ([c++11] ICE with auto in typedef)Paolo Carlini2-1/+6