aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-16system.h (dump_file): Do not define.Steven Bosscher6-6/+24
2012-07-13re PR regression/53953 (g++.dg/cpp0x/lambda/lambda-ice2.C (warnings and error...Jason Merrill2-3/+8
2012-07-12pt.c (instantiate_decl): Check typedefs access here.Jason Merrill3-8/+12
2012-07-12pt.c (deduction_tsubst_fntype): Just suppress access checking.Jason Merrill2-38/+13
2012-07-11DR 1402Jason Merrill2-46/+52
2012-07-11expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher2-1/+4
2012-07-09DR 1402 PR c++/53733Jason Merrill3-21/+46
2012-07-09method.c (synthesized_method_walk): Avoid changing EH spec based on cleanups ...Jason Merrill2-2/+7
2012-07-09error.c (lang_decl_name): Use TFF_UNQUALIFIED_NAME flag.Sterling Augustine2-1/+5
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher2-1/+5
2012-07-06re PR c++/53862 ([C++11] sorry, unimplemented: use of 'type_pack_expansion' i...Jason Merrill2-11/+15
2012-07-06* cp-tree.h (DECL_DECLARES_TYPE_P): Check DECL_TYPE_TEMPLATE_P.Jason Merrill2-1/+3
2012-07-06re PR c++/53858 ([C++11] template aliases used in template parameters default...Jason Merrill2-1/+6
2012-07-05re PR c++/53039 (including <functional> breaks std::is_convertible with templ...Jason Merrill2-28/+11