aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-23re PR middle-end/42095 (g++.dg/lto/20081118-1 cp_lto_20081118-1_0.o-cp_lto_20...Jakub Jelinek1-1/+11
2009-11-23re PR c++/14777 (typedef doesn't fully expose base class type)Dodji Seketeli1-2/+1
2009-11-13re PR c++/11987 (Accepts-invalid with inherited nested type)Jason Merrill1-0/+8
2009-11-12typeck.c (cv_qualified_p): New fn.Jason Merrill1-2/+2
2009-11-06re PR c++/9381 (attribute on member function pointer have no effect)Jason Merrill1-1/+8
2009-11-01tree.c (cv_unqualified): New fn.Jason Merrill1-0/+10
2009-10-14re PR c++/40092 ([c++0x] expansion pattern fails with error about derived tem...Larry Evans1-0/+2
2009-10-11gimple.c (iterative_hash_type_name): Do not handle special anonymous names.Richard Guenther1-0/+11
2009-10-07re PR c++/41038 (Parsing error related to qualified name id)Jason Merrill1-0/+2
2009-10-02parser.c (cp_parser_lambda_expression): Compute visibility.Jason Merrill1-27/+22
2009-10-01tree.h (tree_decl_common::lang_flag_8): New.Gabriel Dos Reis1-2/+1
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill1-0/+31
2009-09-21re PR c++/41421 ([C++0x] Trivial types should require trivial default constru...Jason Merrill1-4/+4
2009-09-18decl2.c (determine_visibility): Make anonymous types internal.Jason Merrill1-7/+34
2009-09-03[multiple changes]Diego Novillo1-0/+47
2009-08-21re PR c++/41131 (non-lvalue in unary `&' wrongly accepted)Jakub Jelinek1-0/+6
2009-08-17decl.c (build_ptrmemfunc_type): Keep variant chain intact.Richard Guenther1-2/+1
2009-07-31call.c (reference_binding): Rename lvalue_p to is_lvalue.Jason Merrill1-2/+6
2009-07-31typeck.c (build_address): Do fold away ADDR_EXPR of INDIRECT_REF.Jason Merrill1-1/+1
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-2/+4
2009-07-16re PR libstdc++/37907 ([c++0x] support for std::is_standard_layout)Jason Merrill1-22/+94
2009-07-12re PR c++/36628 ([c++0x] incorrect decltype() handling of conditional operator)Jason Merrill1-1/+3
2009-07-12cp-tree.h (enum cp_lvalue_kind_flags): Add clk_rvalueref.Jason Merrill1-39/+36
2009-07-04re PR c++/40619 ([c++0x] ICE on repeated decltype expression in auto functions)Jason Merrill1-2/+3
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-2/+4
2009-05-28Fix for PR c++/PR39754Dodji Seketeli1-8/+100
2009-05-25re PR c++/38064 ([c++0x] operator== doesn't work for enum classes)Jason Merrill1-1/+1
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor1-2/+2
2009-05-17re PR c++/40139 (ICE on invalid use of destructor)Jason Merrill1-1/+2
2009-05-17tree.c (cxx_printable_name_internal): Allow consecutive translated and untran...Joseph Myers1-4/+9
2009-05-10pretty-print.h (struct pretty_print_info): Add translate_identifiers.Joseph Myers1-5/+19
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