aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2011-09-23re PR c++/50258 ([C++0x] -std=gnu++0x should allow in-class initialization of...Paolo Carlini2-2/+10
2011-09-23re PR c++/50491 ([C++0x] [4.6/4.7 Regression] "unexpected ast of kind using_d...Paolo Carlini2-0/+6
2011-09-22re PR c++/50371 ([C++0x] std::nullptr_t rejected as non-type template-parameter)Paolo Carlini2-0/+7
2011-09-22re PR c++/50344 (friend declaration confused by const qualifier)Jonathan Wakely2-1/+10
2011-09-21re PR c++/50454 (Unexpected problems with -pedantic / -pedantic-errors and __...Paolo Carlini2-19/+19
2011-09-20cp-tree.h (DECL_TEMPLOID_INSTANTIATION): New.Jason Merrill4-5/+22
2011-09-20call.c (convert_default_arg): Avoid redundant copy.Jason Merrill3-12/+15
2011-09-20call.c (build_new_method_call_1): Use non-virtual lookup for final virtual fu...Roberto Agostino Vitillo2-1/+9
2011-09-16re PR c++/50424 (G++ doesn't notice possible throw from default argument)Jason Merrill4-45/+61
2011-09-15re PR c++/50365 (non-static data member error on valid code)Jason Merrill2-1/+7
2011-09-14name-lookup.c (lookup_arg_dependent): Use conditional timevars.Diego Novillo3-4/+12
2011-09-14re PR c++/50391 ([C++0x] ICE on invalid code, pair with incomplete type)Paolo Carlini2-1/+7
2011-09-13c++/48320 - Template parameter packs cannot be expanded in default template a...Dodji Seketeli2-47/+78
2011-09-12pt.c (type_unification_real): Fix handling of DEDUCE_CONV with no deducible t...Jason Merrill3-4/+46
2011-09-12call.c (merge_conversion_sequences): Set bad_p and user_conv_p on all of the ...Jason Merrill2-17/+35
2011-09-12* call.c (convert_class_to_reference)Jason Merrill2-159/+10
2011-09-12call.c (initialize_reference): Add flags parm.Jason Merrill5-8/+17
2011-09-12cp-tree.h (LOOKUP_NO_RVAL_BIND): New.Jason Merrill3-25/+44
2011-09-12call.c (implicit_conversion): Check BRACE_ENCLOSED_INITIALIZER_P before forci...Jason Merrill2-2/+7
2011-09-08re PR c++/50324 ([C++0x] SFINAE does not handle the object creation of an inc...Paolo Carlini2-3/+10
2011-09-08PR c++/33255 - Support -Wunused-local-typedefs warningDodji Seketeli5-0/+24
2011-09-07re PR c++/50309 ([C++0x] ICE: tree check: expected tree_list, have error_mark...Paolo Carlini2-0/+10
2011-09-07re PR c++/50298 ([C++0x][constexpr] References cannot be bound to static cons...Jason Merrill2-0/+15
2011-09-07pt.c (type_unification_real): Correct complain arg for tsubsting default temp...Jason Merrill2-5/+9
2011-09-07* pt.c (tsubst_aggr_type): Check TYPE_P before tsubsting.Jason Merrill2-3/+6
2011-09-06re PR c++/50296 (New C++ test failures)Jason Merrill4-31/+24
2011-09-05re PR c++/49267 (Ambiguity with conversion functions "T&" and "T&&", initiali...Jason Merrill2-2/+7
2011-09-05re PR c++/49267 (Ambiguity with conversion functions "T&" and "T&&", initiali...Jason Merrill2-5/+16
2011-09-05class.c (trivial_default_constructor_is_constexpr): Rename from synthesized_d...Jason Merrill5-13/+35
2011-09-05re PR c++/50248 ([C++0x] unnecessary instantiation of constexpr constructor)Jason Merrill4-39/+95
2011-08-30re PR c++/50084 ([C++0x] ICE: decltype + remove_reference + new)Jason Merrill4-17/+23
2011-08-30re PR c++/50089 ([C++0x] ICE when calling a qualified base class member funct...Jason Merrill2-1/+5
2011-08-30re PR c++/50114 (ICE with declaration inside for statement)Jason Merrill2-0/+7
2011-08-30re PR c++/50220 ([C++0x] [4.7 Regression] ICE when capturing a by-reference t...Jason Merrill2-0/+6
2011-08-30re PR c++/50234 (internal compiler error: in cxx_eval_component_reference, at...Jason Merrill2-3/+14
2011-08-30re PR c++/50224 ([C++0x] bogus unused parameter warning (it is referenced in ...Jason Merrill2-0/+8
2011-08-30re PR c++/50207 (G++ segv's on reduced test case)Jakub Jelinek2-3/+25
2011-08-30re PR c++/50209 ([C++0x] Braced-init-lists are rejected as function default a...Jason Merrill2-2/+16
2011-08-28Core DR 342 PR c++/48582Jason Merrill5-20/+76
2011-08-25* call.c (convert_like_real): Remove redundant complain checks.Jason Merrill2-36/+26
2011-08-25re PR c++/50157 ([C++0x] Non-silent SFINAE in new expression with explicit co...Jason Merrill2-9/+14
2011-08-23typeck2.c (build_functional_cast): Don't try to avoid calling build_value_init.Jason Merrill3-14/+7
2011-08-23re PR c++/49045 ([C++0x] unexpected "different exception specifier" error wit...Jason Merrill2-1/+29
2011-08-23tree.c (build_target_expr): Set TREE_CONSTANT on literal TARGET_EXPR if the v...Jason Merrill3-4/+10
2011-08-23Core 903 (partial)Jason Merrill2-10/+9
2011-08-23Core 975Jason Merrill7-37/+68
2011-08-23re PR c++/50024 ([C++0x] [4.7 Regression] crash when using braced initializat...Jason Merrill4-1/+13
2011-08-23* semantics.c (potential_constant_expression_1): Allow 'this'.Jason Merrill2-14/+4
2011-08-23re PR c++/50158 (invalid 'variable set but not used' warning (boolean used as...Jakub Jelinek2-0/+8
2011-08-23re PR c++/50055 ([PATCH] Location information for the throw() specification i...Siddhesh Poyarekar2-2/+10