aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-19call.c (reference_binding): Use cp_build_qualified_type_real and cp_type_qual...Jason Merrill1-1/+1
2010-05-19decl.c (grokdeclarator): Don't check quals on fn type.Jason Merrill1-16/+10
2010-05-19re PR c++/44193 (function types, cv-quals and typename)Jason Merrill1-0/+8
2010-05-18tree.h (build_call_list): Remove.Nathan Froyd1-3/+3
2010-05-06C++ support for -Wunused-but-set-variableJakub Jelinek1-0/+2
2010-04-27tree.c (get_fns): Split out from get_first_fn.Jason Merrill1-2/+8
2010-04-27re PR c++/43856 ([C++0x] gcc-4.5.0 fails to transform id-expression into clas...Jason Merrill1-4/+11
2010-04-27re PR c++/43790 ([C++0x] In lambda express, calling member function of non-ca...Jason Merrill1-1/+6
2010-04-07pt.c (print_template_statistics): New.Jason Merrill1-0/+1
2010-03-22re PR c++/43333 (__is_pod seems broken)Jason Merrill1-2/+5
2010-03-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill1-1/+1
2010-02-16re PR c++/43036 (c++ compilation hang)Jason Merrill1-51/+33
2010-02-12revert unnecessary hunkJason Merrill1-4/+0
2010-02-12re PR c++/43054 ([C++0x] ambiguous overload from identical declarations using...Jason Merrill1-1/+7
2010-01-27* gcc/cp/tree.c: Tweak comment in no_linkage_check.Jason Merrill1-1/+1
2009-12-19Fix PR c++/42225, take 2Dodji Seketeli1-5/+4
2009-12-17re PR c/40885 (build_indirect_ref i18n problems)Shujing Zhao1-2/+2
2009-12-11re PR c++/42225 (GCC 4.5 ICE (segfault) on C++ templated code)Dodji Seketeli1-0/+16
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