aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-23re PR c++/14777 (typedef doesn't fully expose base class type)Dodji Seketeli1-21/+36
2009-11-18re PR c++/3187 (gcc lays down two copies of constructors)Jakub Jelinek1-9/+18
2009-11-13PR c++/21008, DR 515Jason Merrill1-9/+8
2009-10-27Allow no-capture lambdas to convert to function pointer.Jason Merrill1-11/+58
2009-10-23* semantics.c (lambda_expr_this_capture): Use thisify_lambda_field.Jason Merrill1-4/+1
2009-10-23semantics.c (outer_lambda_capture_p): New fn.Jason Merrill1-16/+43
2009-10-08re PR c++/37177 ([c++0x] ICE on decltype(rel_ops::operator><int>);)Jason Merrill1-1/+6
2009-10-06Fix lookup of initialized captures in unevaluated context.Jason Merrill1-2/+25
2009-10-01tree.h (tree_decl_common::lang_flag_8): New.Gabriel Dos Reis1-0/+81
2009-09-30semantics.c (lambda_expr_this_capture): Fix default capture of explicit captu...Jason Merrill1-12/+23
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill1-6/+516
2009-09-14builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson1-5/+6
2009-09-03[multiple changes]Diego Novillo1-1/+3
2009-09-02* semantics.c (describable_type): Don't pretend to be in a template.Jason Merrill1-5/+1
2009-08-27gengtype.c (main): Handle uint64_t.Richard Guenther1-0/+1
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-1/+1
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-4/+5
2009-07-16re PR libstdc++/37907 ([c++0x] support for std::is_standard_layout)Jason Merrill1-4/+22
2009-07-14re PR c++/40740 (template-id forgotten with arg-dep lookup)Jason Merrill1-2/+5
2009-07-07tree.c (set_expr_locus): Remove.Manuel López-Ibáñez1-1/+1
2009-07-06decl.c: Replace %H by an explicit location.Manuel López-Ibáñez1-17/+17
2009-07-03cp-tree.h (struct lang_decl): Overhaul.Jason Merrill1-1/+1
2009-06-16c-common.c (skip_evaluation): Don't define.Ian Lance Taylor1-1/+1
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-24/+25
2009-06-07extend.texi (Attribute Syntax): Document that C++ labels on empty statements ...Ian Lance Taylor1-3/+5
2009-05-22tree.c (handle_dll_attribute): Mark dllexport'd inlines as non-external.Mark Mitchell1-2/+4
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor1-35/+45
2009-05-17re PR c++/40139 (ICE on invalid use of destructor)Jason Merrill1-14/+13
2009-05-08re PR c/36892 (Support __attribute__((deprecated("text string"))))H.J. Lu1-1/+1
2009-05-07re PR c/39037 (FLOAT_CONST_DECIMAL64 pragma not supported)Janis Johnson1-0/+19
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-1/+1
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-1/+2
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+1
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-2/+10
2009-04-03re PR c++/39608 ('expr' cannot appear in a constant-expression.)Jason Merrill1-6/+1
2009-04-02re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-0/+26
2009-03-31C++ DR 613Jason Merrill1-2/+15
2009-03-31PR c++/38030, 38850, 39070Jason Merrill1-10/+4
2009-03-23re PR c/39495 (OMP parallel loop w/ unsigned index var rejected)Jakub Jelinek1-0/+3
2009-03-17decl.c (grokfndecl): Set DECL_CONTEXT on parms.Jason Merrill1-2/+0
2009-03-17re PR c++/39475 (c++0x type-traits should error out in case of incompleteness)Paolo Carlini1-7/+56
2009-03-09re PR c++/39371 (Incorrectly rejects switch((unsigned int)boolvar))Jakub Jelinek1-14/+0
2009-03-04re PR c++/13549 (Problem compiling Boost.Python test)Jason Merrill1-1/+12
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-13re PR c++/39070 (ICE with typeof() (... and __decltype))Jason Merrill1-3/+7
2009-02-09re PR c++/39109 (Accessible constructor required for new)Jason Merrill1-0/+9
2009-01-22Reverted commit 143546 related to PR c++/26693Dodji Seketeli1-24/+0
2009-01-21re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-0/+24
2009-01-08re PR c++/38725 (ICE with goto)Jakub Jelinek1-1/+6
2008-12-31re PR c++/38640 (ICE with decltype of template value parameter)Jakub Jelinek1-0/+1