aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2005-10-16re PR c++/22137 (Internal error: Segmentation fault (program cc1plus))Mark Mitchell1-0/+17
2005-10-02re PR c++/23840 (Bogus "invalid lvalue in unary '&'" diagnostic and ICE with ...Mark Mitchell1-1/+5
2005-09-06re PR c++/9782 (constructor not called on higher-dimensional arrays of templa...Mark Mitchell1-0/+20
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-1/+1
2005-07-15re PR c++/22452 (ICE expected tree that contains 'decl with visibility' struc...Daniel Berlin1-0/+5
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-2/+3
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Canonicalize whitespace.Mike Stump1-40/+40
2005-06-05re PR c++/21619 (__builtin_constant_p(&"Hello"[0])?1:-1 not compile-time cons...Mark Mitchell1-3/+1
2005-05-27cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.Roger Sayle1-1/+8
2005-05-25common.opt (-Wattributes): New.DJ Delorie1-1/+2
2005-05-17Yet more Objective-C++...Ziemowit Laski1-0/+2
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-3/+3
2005-04-08re PR c++/20145 (template "class has virtual functions ... " is not suppresse...Mark Mitchell1-11/+0
2005-04-06re PR c++/19312 (ICE in stabilize_call when throwing a copy)Jason Merrill1-1/+4
2005-03-24typeck.c (comptypes): First determine if the types are compatible from a targ...Steven Bosscher1-4/+4
2005-03-23tree.c (cp_tree_equal): Handle SSA_NAME.Dale Johannesen1-0/+1
2005-02-21re PR c++/19076 (Pointer to member function not matched to pointer to member ...Douglas Gregor1-3/+3
2005-02-03re PR c++/19628 (g++ no longer accepts __builtin_constant_p in constant-expre...Matt Austern1-0/+13
2005-01-18tree.c (count_functions, [...]): Remove.Kazu Hirata1-64/+0
2005-01-18Make-lang.in, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-17tree.c (hash_chainon): Remove.Kazu Hirata1-15/+0
2004-12-31re PR middle-end/17799 (Non-optimizing compile loses 'this')Richard Henderson1-0/+1
2004-12-22re PR c++/18378 (ICE when returning a copy of a packed member)Mark Mitchell1-0/+5
2004-11-25re PR c++/18001 (Badly formatted error message (quotation problem))Mark Mitchell1-14/+0
2004-11-12re PR c++/18389 (ICE on struct declaration in for statement)Mark Mitchell1-1/+1
2004-10-18cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call.Nathan Sidwell1-1/+1
2004-10-14Speed up walk_tree by introducing a special-purpose hash table.Matt Austern1-2/+2
2004-10-11cp-tree.h (SAME_BINFO_TYPE_P): New.Nathan Sidwell1-1/+1
2004-10-10Convert diagnostics to use quoting flag q 7/nGabriel Dos Reis1-7/+6
2004-10-10re PR c++/17867 ("void" instead of class name in error message)Mark Mitchell1-0/+6
2004-09-28* tree.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-09-28re PR c++/17642 (internal compiler error: in invert_truthvalue, at fold-const...Mark Mitchell1-0/+13
2004-09-21re PR c++/7503 ((x < Y ? X : Y) used for assignment causes wrong code)Roger Sayle1-0/+4
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-10/+11
2004-08-30name-lookup.c (pop_binding, [...]): Replace abort with gcc_assert or gcc_unre...Nathan Sidwell1-24/+13
2004-08-27re PR c++/16851 (ICE when throwing a comma expression)Jason Merrill1-0/+2
2004-08-27re PR c++/13684 (local static object variable constructed once but ctors and ...Jason Merrill1-6/+14
2004-08-27call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell1-7/+7
2004-08-23tree.h (build_distinct_type_copy): New.Nathan Sidwell1-3/+3
2004-08-20tree.c: Remove unused mark_local_for_remap_r.Andreas Tobler1-46/+0
2004-08-19langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.Eric Christopher1-60/+0
2004-08-19cp-tree.h (build_shared_int_cst): Remove.Nathan Sidwell1-19/+0
2004-08-16call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN.Roger Sayle1-9/+9
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-2/+2
2004-07-29c-common.h (lang_post_pch_load): New variable.Mark Mitchell1-10/+16
2004-07-28c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher1-114/+113
2004-07-20cp-tree.def (TINST_LEVEL): Make it an 'x' node.Steven Bosscher1-0/+16
2004-07-20tree.h (binfo_member): Remove.Nathan Sidwell1-16/+0
2004-07-20tree.h: Include vec.hNathan Sidwell1-12/+7