aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2013-04-28re PR c++/56450 (ICE with SFINAE when detecting non-static member variable)Paolo Carlini2-0/+6
2013-04-26diagnostic.h (file_name_as_prefix): Add context argument.Jakub Jelinek2-1/+6
2013-04-25re PR c++/56859 (alignas() fails in template)Jason Merrill2-14/+10
2013-04-25re PR c++/50261 ([C++0x] ICE on brace-initialize an array member)Jason Merrill2-1/+11
2013-04-24re PR c++/53721 ([C++11] "this" not allowed in trailing return type)Jason Merrill2-1/+6
2013-04-24c.opt ([Wpointer-arith]): Enabled by -Wpedantic, as documented.Paolo Carlini2-3/+8
2013-04-24N3648: init-captures are named.Jason Merrill3-7/+21
2013-04-24N3648: Allow braced and parenthesized initializers.Jason Merrill5-13/+40
2013-04-24re PR c++/56970 (SFINAE does not apply correctly to sizeof.)Paolo Carlini6-21/+41
2013-04-22Core 1586Jason Merrill4-7/+53
2013-04-22pt.c (fn_type_unification): Push tinst level around type_unification_real if ...Jason Merrill4-3/+26
2013-04-22re PR c++/48665 (type of const member function)Jason Merrill3-0/+29
2013-04-22error.c (dump_aggr_type): Fix lambda detection.Jason Merrill2-2/+14
2013-04-22N3323Jason Merrill2-8/+19
2013-04-22N3648Jason Merrill2-3/+8
2013-04-22semantics.c (potential_constant_expression_1): Don't crash on 'this' in NSDMI.Jason Merrill2-1/+5
2013-04-22Core 1612Jason Merrill2-0/+10
2013-04-22Core 1609Jason Merrill2-1/+4
2013-04-22* mangle.c (write_type): Mangle decltype(auto).Jason Merrill2-1/+8
2013-04-19N3638 changes to return type deductionJason Merrill9-29/+117
2013-04-19DR 941Jason Merrill2-4/+14
2013-04-17Implement n3599 String literal operator templates.Ed Smith-Rowland2-5/+75
2013-04-15* pt.c (tsubst) [DECLTYPE_TYPE]: Use tsubst_copy_and_build.Jason Merrill2-3/+6
2013-04-15re PR c++/52748 ([C++11] N3276 changes to decltype)Jason Merrill2-17/+32
2013-04-15re PR c++/56388 (catch(...) in lambda rejected)Jason Merrill2-3/+8
2013-04-12opts.c: Include diagnostic-color.h.Jakub Jelinek2-18/+26
2013-04-11fix changelogJason Merrill1-0/+2
2013-04-11re PR c++/52748 ([C++11] N3276 changes to decltype)Jason Merrill5-26/+65
2013-04-11re PR c++/56895 (ICE: unexpected expression of kind arrow_expr)Jakub Jelinek2-1/+7
2013-04-11re PR c++/56901 (lambda with implicit capture by reference)Jason Merrill2-5/+9
2013-04-11call.c (build_conditional_expr_1, [...]): Protect error calls with complain &...Paolo Carlini4-46/+86
2013-04-11pt.c (tsubst_copy): Don't call tsubst for local variables, look them up instead.Jason Merrill2-34/+38
2013-04-11re PR c++/23055 (overload resolution does not find templated function (zero -...Jason Merrill2-1/+149
2013-04-11re PR c++/56913 ([C++11] SFINAE for ill-formed pointer-to-member operators wi...Paolo Carlini2-4/+18
2013-04-11re PR c++/54216 (Missing diagnostic for ill-formed anonymous enum declarations)Paolo Carlini2-1/+16
2013-04-10re PR c++/56895 (ICE: unexpected expression of kind arrow_expr)Jakub Jelinek2-4/+18
2013-04-09re PR c++/25466 (typeid expression fails to throw bad_typeid according to 5.2...Jason Merrill2-7/+11
2013-04-08re PR c++/56838 (GCC svn doesn't compile libreoffice 4.0.1.2)Jason Merrill2-0/+11
2013-04-08re PR c++/56871 ([c++11] Specialization of constexpr Templated Function)Paolo Carlini2-5/+20
2013-04-07parser.c (cp_parser_std_attribute): Treat [[noreturn]] like GNU noreturn attr...Jason Merrill2-2/+12
2013-04-05There can be only one ref qualifier at most.Ed Smith-Rowland2-15/+41
2013-04-03cp-tree.h (FUNCTION_OR_METHOD_TYPE_CHECK): Remove.Jason Merrill2-6/+7
2013-04-03cp-demangle.c (cplus_demangle_type): Fix function quals.Jason Merrill2-2/+16
2013-04-03re PR c++/56815 (void pointer arithmetic)Paolo Carlini2-6/+13
2013-04-03re PR c++/56819 (ICE: SIGSEGV in int_cst_value (tree.h:4013) with -fcompare-d...Jakub Jelinek2-4/+17
2013-04-02re PR c++/56821 (Unable to overload with references to 'this'.)Jason Merrill2-4/+39
2013-04-02re PR c++/34949 (Dead code in empty destructors.)Jason Merrill2-0/+13
2013-04-02friend.c (do_friend): Use COMPLETE_OR_OPEN_TYPE_P.Paolo Carlini3-8/+10
2013-04-02cp-tree.h (TAGGED_TYPE_P): Remove.Paolo Carlini8-13/+25
2013-04-01semantics.c (maybe_constant_value): Check instantiation_dependent_expression_p.Jason Merrill3-5/+7