aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-21cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini1-8/+11
2008-03-10re PR c++/35328 (ICE with firstprivate variable with invalid destructor)Jakub Jelinek1-2/+2
2008-03-10re PR c++/35337 (Broken diagnostic for firstprivate clause)Jakub Jelinek1-4/+10
2008-02-19re PR c++/34964 (ICE with broken variable in #pragma omp threadprivate)Jakub Jelinek1-1/+6
2008-02-19re PR c++/35078 (ICE with reference in parallel for loop)Jakub Jelinek1-0/+10
2008-02-12re PR c++/29048 ("`x' is private" error duplicated when scope specified)Steven Bosscher1-2/+6
2008-01-29re PR c++/34055 (ICE with invalid specialization of variadic template)Douglas Gregor1-7/+10
2008-01-22re PR c++/34607 (ICE with invalid for loop after #pragma omp for)Jakub Jelinek1-2/+3
2008-01-15re PR c++/34051 (ICE in dependent_type_p with variadic templates)Douglas Gregor1-7/+17
2008-01-15re PR c++/34052 (Trouble with variadic templates as template-template parameter)Douglas Gregor1-0/+4
2008-01-08re PR c++/33890 (ICE in tsubst_copy with OpenMP)Jakub Jelinek1-8/+11
2007-12-05re PR c++/34271 (ICE in invalid initialization of static template member)Jakub Jelinek1-1/+2
2007-11-29re PR c++/34267 (ICE applying __decltype to name of template class)Jakub Jelinek1-0/+9
2007-11-18re PR c++/30988 (Incorrect "no return statement" warning with __attribute__ (...Jakub Jelinek1-0/+14
2007-11-11re PR c++/34068 (ICE using pseudo-destructor for invalid expression)Jakub Jelinek1-1/+1
2007-11-07re PR c++/33045 ([c++0x] Incorrect decltype result for function calls.)Douglas Gregor1-1/+15
2007-11-06re PR c++/31439 (ICE with variadic template and broken specialization)Douglas Gregor1-8/+7
2007-11-06re PR c++/33894 (pragma omp atomic broken)Jakub Jelinek1-13/+23
2007-10-22re PR c++/33372 (segfault on incomplete code in openmp mode)Jakub Jelinek1-4/+4