aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-21re PR c/16202 (The -Wsequence-point warning misses many important instances)Manuel López-Ibáñez1-5/+7
2009-03-31re PR c++/37806 (CV-qualifiers on function typedef's are inconsistently accep...Jason Merrill1-2/+1
2009-03-17decl.c (grokfndecl): Set DECL_CONTEXT on parms.Jason Merrill1-3/+2
2009-03-04re PR c++/13549 (Problem compiling Boost.Python test)Jason Merrill1-2/+5
2009-02-11re PR c++/36744 ([C++0x] function modifying argument received by-value affect...Jason Merrill1-1/+6
2009-02-09re PR c++/39109 (Accessible constructor required for new)Jason Merrill1-1/+4
2009-01-16re PR c++/38877 (Revision 143404 caused ICE on 447.dealII in SPEC CPU 2006)Jason Merrill1-3/+5
2009-01-15re PR c++/36334 (typedef to function type leads to problems)Jason Merrill1-8/+16
2009-01-13re PR c++/38795 (ICE with reinterpret_cast and variadic templates)Jakub Jelinek1-1/+5
2009-01-12re PR c++/31488 (va_list considered non-POD)Jason Merrill1-1/+3
2008-12-17semantics.c (describable_type): New function.Jason Merrill1-1/+10
2008-10-01rs6000-c.c (altivec_resolve_overloaded_builtin): Handle ALTIVEC_BUILTIN_VEC_S...Andrew Pinski1-0/+1
2008-09-10re PR c++/37417 (error: type mismatch in binary expression, verify_gimple fai...Jakub Jelinek1-1/+1
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