aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2012-09-04re PR c++/54437 (Revision 190664 causes Firefox build failure)Jason Merrill2-19/+26
2012-08-31re PR c++/18747 ("template<> int i;" accepted)Paolo Carlini5-35/+79
2012-08-31re PR c++/54197 (Lifetime of reference not properly extended)Ollie Wild2-0/+11
2012-08-30re PR c++/50545 ([C++0x][DR 1172] SFINAE does not handle an explicit type con...Jason Merrill4-28/+118
2012-08-30semantics.c (finish_qualified_id_expr): Handle building up a non-dependent SC...Jason Merrill3-17/+25
2012-08-30friend.c (make_friend_class): Handle template template parameters.Jason Merrill5-6/+31
2012-08-30pt.c (get_class_bindings): Call coerce_template_parms.Jason Merrill2-11/+20
2012-08-30decl.c (cp_finish_decl): Check for invalid multiple initializers even if the ...Jason Merrill2-2/+12
2012-08-30pt.c (instantiate_template_1): Keep processing_template_decl set if there are...Jason Merrill2-0/+9
2012-08-25re PR c++/51421 ([c++0x] ICE with invalid use of auto)Paolo Carlini3-7/+22
2012-08-24PR c++/51213 (again)Jason Merrill5-154/+159
2012-08-24pt.c (tsubst_default_argument): Indicate where the default argument is being ...Jason Merrill5-94/+130
2012-08-24pt.c (resolve_overloaded_unification): Use coerce_template_parms instead of g...Jason Merrill2-39/+21
2012-08-24pt.c (register_specialization): Correct argument to check_specialization_name...Jason Merrill2-2/+19
2012-08-23* decl.c (compute_array_index_type): Use type_dependent_expression_p.Jason Merrill3-9/+12
2012-08-23re PR c++/20420 (Incorrectly Accepts double declarations)Paolo Carlini2-2/+19
2012-08-21cp-tree.h (TREE_INDIRECT_USING): Use TREE_LANG_FLAG_0 accessor.Richard Biener2-3/+10
2012-08-20Fix PR C++/19351: integer overflow in operator new[]Florian Weimer3-15/+96
2012-08-20re PR c++/10416 ('unused variable' warning ignores ctor/dtor side-effects)Paolo Carlini2-5/+11
2012-08-20Fix -ftime-report for C++ lookup.Diego Novillo2-2/+6
2012-08-20name-lookup.c (store_binding_p): New predicate, split out from ...Richard Guenther2-13/+56
2012-08-19Make-lang.in: Fix typo.Mikael Morin2-1/+5
2012-08-17invoke.texi (-Wsizeof-pointer-memaccess): Document.Jakub Jelinek2-4/+5
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo9-42/+50
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2-1/+6
2012-08-07cfg.c (debug_bb): Do not set TDF_BLOCKS.Steven Bosscher3-5/+10
2012-08-06Avoid crashing on erroneous static_assert usageDodji Seketeli2-0/+12
2012-08-06re PR c++/54165 (Cast to "void" should not implicitly call conversion functions)Marc Glisse2-6/+13
2012-08-03pt.c (tsubst_copy_and_build): Handle VECTOR_TYPE like scalars.Marc Glisse4-2/+9
2012-08-02PR c++/51213 (again)Jason Merrill3-6/+24
2012-07-31pt.c (check_default_tmpl_args): Change is_primary and is_partial parameters t...Paolo Carlini5-17/+26
2012-07-31re PR c++/53624 (GCC rejects function local types in template function with d...Paolo Carlini2-4/+8
2012-07-25re PR target/53633 (__attribute__((naked)) should disable -Wreturn-type)Sandra Loosemore2-1/+9
2012-07-25re PR c++/54086 (GCC should allow constexpr and const together)Jason Merrill2-2/+3
2012-07-25re PR c++/54020 ([c++0x] incorrectly accepted constexpr functions)Jason Merrill2-5/+18
2012-07-25cp-tree.h (tsubst_flags): Remove tf_no_access_control.Jason Merrill5-24/+12
2012-07-25* pt.c (print_candidates_1): Use inform instead of error.Jason Merrill2-2/+8
2012-07-24pt.c (convert_template_argument, tsubst): Simplify fourth argument to make_ty...Paolo Carlini2-7/+12
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher6-64/+81
2012-07-20re PR c++/54038 (finalize_type_size enters infinite loop becasue TYPE_NEXT_VA...Jason Merrill2-11/+18
2012-07-20re PR c++/54026 (template const struct with mutable members erroneously emitt...Jason Merrill2-3/+6
2012-07-19re PR c++/54021 ([c++0x] __builtin_constant_p should be constexpr)Jason Merrill2-1/+15
2012-07-18* pt.c (instantiate_decl): Don't recheck substitutions.Jason Merrill2-29/+4
2012-07-18DR 1170 PR c++/51213Paolo Carlini12-93/+156
2012-07-18method.c (process_subob_fn): Make sure no_implicit_p is non-null before tryin...Jason Merrill2-1/+6
2012-07-17re PR c++/53995 (Overload resolution fails with enum argument, says <anonymou...Jason Merrill2-1/+5
2012-07-17re PR c++/53989 (Internal compiler error in strip_typedefs, at cp/tree.c:1187)Jason Merrill2-0/+15
2012-07-17decl.c (xref_basetypes): Complain about incomplete template base.Jason Merrill3-1/+20
2012-07-17re PR c++/53549 (g++ and armadillo 3.2.0, operator() is inaccessible)Jason Merrill3-23/+27
2012-07-16cp-tree.h (struct deferred_access_check): Add location.Jason Merrill3-1/+16