aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo8-73/+48
2012-09-10re PR c++/54538 (Getting assembler messages when compiling)Jason Merrill2-2/+17
2012-09-10re PR c++/54506 (Defaulted move constructors and move assignment operators ar...Jason Merrill4-8/+30
2012-09-10* semantics.c (sort_constexpr_mem_initializers): Tweak.Jason Merrill2-12/+18
2012-09-09decl.c (reshape_init_class): Avoid dereferencing a past-the-end pointer.Mark Kettenis2-1/+6
2012-09-07pt.c (num_template_headers_for_class): Rework per the code inline in cp_parse...Paolo Carlini3-57/+33
2012-09-06re PR c++/54341 (ICE (segfault) in cx_check_missing_mem_inits, at cp/semantic...Jason Merrill3-4/+48
2012-09-05re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base)Paolo Carlini13-80/+117
2012-09-05re PR c++/54441 (Infinite loop with brace initializer on zero-length array)Jason Merrill3-1/+19
2012-09-05re PR c++/54420 (Segmentation fault in decl_mangling_context)Jason Merrill6-15/+17
2012-09-04re PR c++/54198 ("error: invalid use of incomplete type" when building Chromium)Jason Merrill2-0/+6
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