aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-28re PR c++/31434 (ICE with invalid use of parameter pack in function arg)Jakub Jelinek1-0/+7
2007-09-25tree.c (cxx_printable_name): Compare FUNCTION_DECL uids rather than pointers.Jakub Jelinek1-5/+5
2007-09-24re PR c++/33506 (TYPE_RAISES_EXCEPTIONS dumped with attributes)Jakub Jelinek1-0/+14
2007-09-24re PR c++/33185 (ICE: canonical types differ for identical types T [] and T [])Douglas Gregor1-1/+2
2007-09-24re PR c++/33112 (ICE : canonical types differ for identical types const _Char...Douglas Gregor1-70/+49
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-2/+2
2007-09-01c-common.c (const_strip_array_types): Delete.Kaveh R. Ghazi1-2/+6
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-16/+16
2007-08-25decl.c (cp_tree_node_structure): Kill TINST_LEVEL case.Paolo Bonzini1-5/+0
2007-08-24Makefile.in (tree-inline.o): Add $(TARGET_H) and $(INTEGRATE_H) dependencies.Richard Guenther1-52/+0
2007-08-20langhooks-def.h (lhd_tree_inlining_auto_var_in_fn_p): Remove.Richard Guenther1-10/+0
2007-08-20tree.c (WALK_SUBTREE): Call walk_tree_1.Richard Guenther1-5/+5
2007-08-17re PR c++/28989 (post-increment of bool variable accepted as lvalue)Andrew Pinski1-1/+2
2007-08-16c-common.c (const_strip_array_types): New.Kaveh R. Ghazi1-2/+2
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+5
2007-07-28* pt.c, tree.c, typeck2.c: Fix comment typos.Kazu Hirata1-1/+1
2007-07-27typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes.Douglas Gregor1-0/+6
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-6/+6
2007-05-31re PR c++/7412 ([DR 106] References to references)Russell Yanofsky1-1/+68
2007-04-17invoke.texi (Debugging Options): Add documentation for the -femit-struct-debu...Lawrence Crowl1-0/+8
2007-04-09tree.c (cp_tree_equal): Deal with TRAIT_EXPR.Paolo Carlini1-0/+6
2007-04-08langhooks.c (lhd_tree_inlining_add_pending_fn_decls, [...]): Remove.Steven Bosscher1-20/+0
2007-03-30re PR c++/26099 (support for type traits is not available)Paolo Carlini1-0/+6
2007-03-29tree.c (cp_walk_subtrees): Do not set input_location.Richard Guenther1-9/+0
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