aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-06Fix up whitespacingMike Stump1-3/+3
2006-05-21re PR c++/27210 (ICE on c++ template)Mark Mitchell1-0/+14
2006-05-19re PR c++/27471 (ICE within build_c_cast cp/typeck.c:5434)Mark Mitchell1-13/+20
2006-05-15re PR c++/27505 (ICE in const folding with bitfields)Mark Mitchell1-5/+18
2006-04-28re PR c++/27292 (ICE on casts on bitfields)Mark Mitchell1-2/+3
2006-04-25re PR c++/27292 (ICE on casts on bitfields)Mark Mitchell1-1/+3
2006-03-06re PR c++/15759 (ICE with function pointers)Volker Reichelt1-11/+4
2006-01-29call.c (alloc_conversion): Use cast when converting from void *.Gabriel Dos Reis1-1/+1
2006-01-18tree.c (find_tree_t, find_tree): Remove.Kazu Hirata1-22/+0
2006-01-11tree.c (lvalue_p_1): Any part of a COMPONENT_REF affects packedness.Nathan Sidwell1-3/+0
2006-01-03re PR c++/25635 (Bogus cruft in error message for invalid operator declaration)Mark Mitchell1-4/+1
2005-12-23re PR c++/25369 (use of inline function in template class leads to undefined ...Mark Mitchell1-1/+1
2005-12-12re PR c++/25300 (ICE with g++.dg/template/inherit.C)Mark Mitchell1-0/+4
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