aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-05re PR c++/37342 (same canonical type node for different types void (Asm::*)(s...Douglas Gregor1-0/+11
2008-08-26rtlanal.c: Fix uses of "it's" with "its" where appropriate.Ben Elliston1-2/+2
2008-08-18tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily1-2/+2
2008-08-05re PR c++/37016 (member function pointer failure with optimization)Jason Merrill1-1/+2
2008-07-31re PR c++/11309 (Testsuite failures in g++.dg/expr/anew1.C (and anew2.C anew3...Jason Merrill1-9/+36
2008-07-29re PR c++/36852 (Two dimensional array in template method argument list incor...Jakub Jelinek1-5/+6
2008-07-21objc-act.c: Fix comment typos.Ralf Wildenhues1-3/+3
2008-07-18cvt.c (convert_to_void): Avoid C++ keywords.Kaveh R. Ghazi1-5/+5
2008-07-02Implement WG21 N2672, Initializer List proposed wordingJason Merrill1-0/+8
2008-04-21re PR c++/35325 (ICE with fixed-point types in template parameter)Jason Merrill1-0/+4
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees1-0/+2
2008-03-25typeck.c (composite_pointer_type_r): Add SFINAE support.Douglas Gregor1-3/+3
2008-03-21cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini1-2/+2
2008-02-11re PR c++/35113 (g++.dg/ext/vector13.C doesn't work)Douglas Gregor1-40/+26
2008-02-08re PR c++/35116 (Fail to compile valid code)Jason Merrill1-5/+7
2008-02-06re PR c++/35056 (ICE in copy_to_mode_reg, at explow.c:621)Alexandre Oliva1-1/+9
2008-01-15re PR c++/34051 (ICE in dependent_type_p with variadic templates)Douglas Gregor1-0/+7
2007-12-06re PR c++/34336 (4.2.2 internal error in stabilize_expr)Jakub Jelinek1-3/+6
2007-11-29re PR c++/34270 (ICE applying __decltype to ternary expression)Jakub Jelinek1-1/+3
2007-11-27re PR c++/34213 (static member function in anonymous namespace can't be used ...Jakub Jelinek1-3/+11
2007-11-20re PR c++/28879 (ICE with VLA in template function)Jakub Jelinek1-4/+4
2007-11-08re PR c++/30297 (ICE with extern "C" and inheritance)Tom Tromey1-0/+4
2007-11-06re PR c++/33977 (internal compiler error: canonical types differ for identica...Douglas Gregor1-0/+8
2007-11-06re PR c++/31439 (ICE with variadic template and broken specialization)Douglas Gregor1-0/+3
2007-10-24comment typoJason Merrill1-1/+1
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