aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2006-12-22re PR c++/30225 (builtins's decl is copied in some cases where it is not need...Andrew Pinski2-3/+9
2006-12-21re PR c++/30168 (C++ constructors can cause invalid gimple to happen with com...Andrew Pinski2-0/+7
2006-12-22* decl.c: Fix a coment typo.Kazu Hirata2-1/+5
2006-12-18c.opt (Wmissing-declarations): Add C++ and ObjC++.Ian Lance Taylor2-3/+35
2006-12-16re PR c++/29475 (incomplete template diagnostics.)Simon Martin4-131/+265
2006-12-14re PR c++/19564 (-Wparentheses does not work with the C++ front-end)Ian Lance Taylor5-33/+144
2006-12-12decl.c (build_enumerator): Update error message to match C front-end.Manuel López-Ibáñez2-1/+6
2006-12-11Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka2-1/+5
2006-12-10c-opts.c (c_common_parse_file): Unconditionally give a warning, suitable for ...Zack Weinberg2-124/+105
2006-12-08re PR c++/29732 (ICE on invalid friend declaration)Mark Mitchell4-10/+43
2006-12-07re PR c++/29980 (ICE using attribute in invalid declaration)Lee Millward2-4/+15
2006-12-06re PR c++/29730 (ICE on invalid declaration of template member)Mark Mitchell2-3/+23
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