aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-10re PR c++/20599 (variadic template support)Douglas Gregor1-1/+37
2007-03-04re PR c++/30895 (ICE with complex values in template parameter)Simon Martin1-0/+4
2007-02-18* decl.c, tree.c: Fix comment typos.Kazu Hirata1-1/+1
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-23/+149
2007-02-11re PR target/29487 (Shared libstdc++ fails to link)Mark Mitchell1-7/+3
2007-02-04class.c, [...]: Follow spelling conventions.Kazu Hirata1-1/+1
2007-01-11re PR c++/29573 (ICE after parse error in template argument)Simon Martin1-0/+15
2007-01-02c-common.c (c_common_nodes_and_builtins): Since variants of void_type_node ge...Douglas Gregor1-3/+134
2006-09-06re PR c++/27371 (Does not warn about unused function result (__attribute__((w...Jason Merrill1-0/+1
2006-09-06re PR c++/26696 (ICE with statement forming unused static member function ref...Jason Merrill1-1/+4
2006-08-26re PR c++/28588 (static private function)Mark Mitchell1-14/+19
2006-08-22re PR c++/28659 (ICE (segfault) while compiling kdelibs 4.0 snapshot)Jason Merrill1-0/+4
2006-08-21re PR c++/28741 (ICE with static member in invalid template class)Lee Millward1-1/+1
2006-08-20re PR c++/28341 (ICE with references as template parameters)Mark Mitchell1-0/+11
2006-08-01re PR c++/28523 (Throw of a derived class casted to its base class using a C-...Mark Mitchell1-37/+48
2006-07-20re PR c++/28407 (Issue with anonymous namespace)Jason Merrill1-0/+11
2006-06-29re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill1-1/+26
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