aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-28re PR c++/38650 (Trouble with volatile and #pragma omp for)Jakub Jelinek1-13/+35
2008-12-17semantics.c (describable_type): New function.Jason Merrill1-0/+90
2008-11-14re PR c++/38030 (name-lookup for non-dependent name in template function is w...Jason Merrill1-1/+3
2008-10-21semantics.c (simplify_aggr_init_exprs_r): Remove.Richard Guenther1-34/+0
2008-10-09re PR tree-optimization/37568 (ICE returning a struct)Jakub Jelinek1-5/+3
2008-10-06c-decl.c (finish_decl): Pass input_location to build_unary_op.Aldy Hernandez1-1/+1
2008-09-30c-common.c (empty_if_body_warning): Remove.Paolo Bonzini1-1/+0
2008-09-24c-common.c (fname_decl): New location argument.Aldy Hernandez1-1/+1
2008-09-23re PR c++/37533 (ICE with parallel for loop)Jakub Jelinek1-2/+6
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez1-1/+2
2008-09-17re PR c++/37531 (ICE with invalid array initialization)Jakub Jelinek1-0/+3
2008-09-09c-common.c (c_expand_decl): Remove.Paolo Bonzini1-10/+0
2008-08-27re PR c++/17880 (-Wsequence-point doesn't warn inside if, while, do condition...Manuel López-Ibáñez1-1/+11
2008-08-18diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez1-1/+1
2008-08-07semantics.c (finish_decltype_type): Initialize type.H.J. Lu1-1/+1
2008-08-07semantics.c (finish_decltype_type): Handle calls to function pointers and ref...Douglas Gregor1-7/+19
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-0/+3
2008-07-21re PR c++/36871 (__has_nothrow_copy(T) false for T with a template ctor)Paolo Carlini1-2/+14
2008-07-21re PR c++/36870 (__has_nothrow_constructor violates the ODR)Paolo Carlini1-2/+3
2008-07-17re PR c++/36855 (__has_trivial_destructor() returns false for reference types.)Paolo Carlini1-1/+1
2008-07-11re PR c++/31754 (Improve column number accuracy in error messages)Dodji Seketeli1-10/+14
2008-07-02Implement WG21 N2672, Initializer List proposed wordingJason Merrill1-7/+27
2008-06-21typeck.c (composite_pointer_type_r, [...]): Change pedwarn to permerror.Jonathan Wakely1-1/+1
2008-06-11re PR c++/36408 (ICE with statement expression in template)Jakub Jelinek1-1/+1
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-187/+504
2008-05-23re PR c++/36308 (OpenMP privatized vars don't get dtors called if they are vi...Jakub Jelinek1-6/+28
2008-05-21re PR c++/36023 (ICE with cast to variable-sized object)Jakub Jelinek1-0/+3
2008-05-12re PR c++/35331 (ICE with invalid specialization of variadic template)Paolo Carlini1-1/+1
2008-04-22re PR c++/35316 (ICE with typeof/decltype and bit-fields)Jason Merrill1-1/+1
2008-04-23re PR c++/35747 (ICE with undefined variable in statement expression)Jakub Jelinek1-1/+4
2008-04-09re PR c++/35708 (jump to label enters catch block)Jason Merrill1-25/+6
2008-04-04function.c (free_after_parsing): Replace with cxx_push_function_context from ...Paolo Bonzini1-3/+1
2008-04-03re PR c++/35741 (ICE with offsetof and references)Jakub Jelinek1-0/+2
2008-03-25typeck.c (composite_pointer_type_r): Add SFINAE support.Douglas Gregor1-23/+35