aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2006-12-06re PR c++/29729 (ICE with template class in template function)Mark Mitchell3-7/+17
2006-12-05re PR c++/29728 (ICE on invalid initializer in template function)Mark Mitchell2-31/+71
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez3-9/+26
2006-12-04cp-objcp-common.c (cp_expr_size): Return NULL in the case size is undefined.Jan Hubicka2-23/+28
2006-12-04re PR c++/29733 (ICE on initialization of function type)Mark Mitchell2-0/+24
2006-12-04re PR c++/29632 (ICE on invalid code: regenerate_decl_from_template, at cp/pt...Mark Mitchell2-3/+14
2006-12-04tree.c (walk_type_fields): Do not handle TYPE_MIN_VALUE and TYPE_MAX_VALUE fo...Eric Botcazou2-0/+13
2006-12-03re PR c++/14329 ([4.1 only] badly formatted warnings for SRA replacements use...Richard Henderson2-1/+22
2006-12-02re PR c++/30033 (ICE on valid with --std=c++0x (static_assert))Andrew Pinski2-1/+7
2006-12-02* name-lookup.c: Follow spelling conventions.Kazu Hirata2-1/+5
2006-12-01decl.c (poplevel): Check DECL_INITIAL invariant.Geoffrey Keating4-28/+75
2006-12-01re PR c++/30022 (ICE on vector operand in division)Volker Reichelt2-6/+15
2006-12-01re PR c++/29066 (ptrmemfunc_vbit_in_delta is broken)Ryan Mansfield2-16/+77
2006-11-30re PR c++/18313 (Missing warning for superfluous const's in return types)Dirk Mueller3-3/+29
2006-11-30rtti.c (get_tinfo_decl): Handle return value from pushdecl_top_level_and_finish.Geoffrey Keating2-2/+8
2006-11-29re PR c++/29022 (ICE using operator int in invalid class hierarchy)Lee Millward2-10/+32
2006-11-28re PR c++/29735 (ICE on "main" returning vector)Jakub Jelinek2-11/+21
2006-11-28class.c (build_vcall_offset_vtbl_entries): Do not add vcall entries for a pri...Mark Mitchell2-1/+13
2006-11-27re PR c++/29886 (Cast misinterpreted as variable declaration)Mark Mitchell2-6/+37
2006-11-21cp-tree.def (STATIC_ASSERT): New.Douglas Gregor10-6/+250
2006-11-21re PR c++/29570 (ICE with brace-enclosed initializer)Jakub Jelinek2-1/+12
2006-11-21re PR c++/29734 (ICE with vector in switch condition)Jakub Jelinek4-3/+47
2006-11-20re PR c++/29475 (incomplete template diagnostics.)Simon Martin10-28/+59
2006-11-16tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset.Dirk Mueller2-2/+7
2006-11-13rtti.c (get_pseudo_ti_init): Ensure that the offset field of the base type in...Roger Sayle2-5/+11
2006-11-13re PR c++/29518 (rejects valid template argument, enums vs templates)Mark Mitchell1-0/+6
2006-11-13re PR c++/29518 (rejects valid template argument, enums vs templates)Mark Mitchell1-1/+6
2006-11-11tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther2-6/+5
2006-11-04call.c (build_op_delete_call): Test user-visible type against size_type_node...Roger Sayle5-22/+13
2006-11-01target.h (targetm.cxx.use_atexit_for_cxa_atexit): New target hook.Danny Smith2-4/+13
2006-11-01In gcc/:Geoffrey Keating5-5/+14
2006-11-01In gcc/:Geoffrey Keating3-6/+27
2006-10-30* decl.c (grokdeclarator): Fix line-wrapping.Dirk Mueller2-2/+5
2006-10-30fix typoDirk Mueller1-1/+1
2006-10-30re PR c++/28704 (%s substituted with "static member"/"free" can't be properly...Dirk Mueller2-2/+9
2006-10-30re PR c++/6321 (no warning for bad main function declaration)Dirk Mueller2-0/+6
2006-10-30re PR c++/28669 (%s substituted with static/non- can't be properly translated)Dirk Mueller2-2/+11
2006-10-30typeck.c (build_unary_op): Fix indenting.Dirk Mueller2-14/+19
2006-10-29re PR c++/29089 (Words substituted for %s in a sentence can not be translated)Dirk Mueller2-10/+20
2006-10-29re PR c++/16307 (-Wchar-subscripts does not warn on pointers)Dirk Mueller2-0/+8
2006-10-29* decl.c: Fix a comment typo.Kazu Hirata2-1/+5
2006-10-28re PR c++/29295 (++ operator with bool typedef increments or operator -- with...Andrew Pinski2-1/+7
2006-10-28re PR c++/29033 (%s substituted with "left"/"right" can't be properly transla...Dirk Mueller2-5/+11
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola6-71/+47
2006-10-22re PR libstdc++/20647 (Wrong typeid for incomplete types)Nathan Sidwell2-7/+6
2006-10-20re PR c++/28053 (ICE deriving from class with invalid bitfield)Lee Millward2-0/+15
2006-10-18re PR c++/26884 (Misleading diagnostic for invalid array initializer)Mark Shinwell2-0/+15
2006-10-17re PR c++/27952 (ICE with invalid virtual inheritance)Lee Millward4-10/+34
2006-10-17parser.c (cp_lexer_next_token_is_decl_specifier_keyword): Add comment.Mark Mitchell2-0/+6
2006-10-17re PR c++/28261 (ICE with enum in constructor definition)Mark Mitchell2-14/+71