summaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c/40401 (ICE: verify_gimple failed)Richard Guenther2009-07-171-1/+1
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-4/+5
* re PR libstdc++/37907 ([c++0x] support for std::is_standard_layout)Jason Merrill2009-07-161-4/+22
* re PR c++/40740 (template-id forgotten with arg-dep lookup)Jason Merrill2009-07-141-2/+5
* tree.c (set_expr_locus): Remove.Manuel López-Ibáñez2009-07-071-1/+1
* decl.c: Replace %H by an explicit location.Manuel López-Ibáñez2009-07-061-17/+17
* cp-tree.h (struct lang_decl): Overhaul.Jason Merrill2009-07-031-1/+1
* c-common.c (skip_evaluation): Don't define.Ian Lance Taylor2009-06-161-1/+1
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-24/+25
* extend.texi (Attribute Syntax): Document that C++ labels on empty statements ...Ian Lance Taylor2009-06-071-3/+5
* tree.c (handle_dll_attribute): Mark dllexport'd inlines as non-external.Mark Mitchell2009-05-221-2/+4
* tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor2009-05-211-35/+45
* re PR c++/40139 (ICE on invalid use of destructor)Jason Merrill2009-05-171-14/+13
* re PR c/36892 (Support __attribute__((deprecated("text string"))))H.J. Lu2009-05-081-1/+1
* re PR c/39037 (FLOAT_CONST_DECIMAL64 pragma not supported)Janis Johnson2009-05-071-0/+19
* collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor2009-04-271-1/+1
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-1/+2
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-2/+1
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-2/+10
* re PR c++/39608 ('expr' cannot appear in a constant-expression.)Jason Merrill2009-04-031-6/+1
* re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli2009-04-021-0/+26
* C++ DR 613Jason Merrill2009-03-311-2/+15
* PR c++/38030, 38850, 39070Jason Merrill2009-03-311-10/+4
* re PR c/39495 (OMP parallel loop w/ unsigned index var rejected)Jakub Jelinek2009-03-231-0/+3
* decl.c (grokfndecl): Set DECL_CONTEXT on parms.Jason Merrill2009-03-171-2/+0
* re PR c++/39475 (c++0x type-traits should error out in case of incompleteness)Paolo Carlini2009-03-171-7/+56
* re PR c++/39371 (Incorrectly rejects switch((unsigned int)boolvar))Jakub Jelinek2009-03-091-14/+0
* re PR c++/13549 (Problem compiling Boost.Python test)Jason Merrill2009-03-041-1/+12
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR c++/39070 (ICE with typeof() (... and __decltype))Jason Merrill2009-02-131-3/+7
* re PR c++/39109 (Accessible constructor required for new)Jason Merrill2009-02-091-0/+9
* Reverted commit 143546 related to PR c++/26693Dodji Seketeli2009-01-221-24/+0
* re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli2009-01-211-0/+24
* re PR c++/38725 (ICE with goto)Jakub Jelinek2009-01-081-1/+6
* re PR c++/38640 (ICE with decltype of template value parameter)Jakub Jelinek2008-12-311-0/+1
* re PR c++/38650 (Trouble with volatile and #pragma omp for)Jakub Jelinek2008-12-281-13/+35
* semantics.c (describable_type): New function.Jason Merrill2008-12-171-0/+90
* re PR c++/38030 (name-lookup for non-dependent name in template function is w...Jason Merrill2008-11-141-1/+3
* semantics.c (simplify_aggr_init_exprs_r): Remove.Richard Guenther2008-10-211-34/+0
* re PR tree-optimization/37568 (ICE returning a struct)Jakub Jelinek2008-10-091-5/+3
* c-decl.c (finish_decl): Pass input_location to build_unary_op.Aldy Hernandez2008-10-061-1/+1
* c-common.c (empty_if_body_warning): Remove.Paolo Bonzini2008-09-301-1/+0
* c-common.c (fname_decl): New location argument.Aldy Hernandez2008-09-241-1/+1
* re PR c++/37533 (ICE with parallel for loop)Jakub Jelinek2008-09-231-2/+6
* c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez2008-09-231-1/+2
* re PR c++/37531 (ICE with invalid array initialization)Jakub Jelinek2008-09-171-0/+3
* c-common.c (c_expand_decl): Remove.Paolo Bonzini2008-09-091-10/+0
* re PR c++/17880 (-Wsequence-point doesn't warn inside if, while, do condition...Manuel López-Ibáñez2008-08-271-1/+11
* diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez2008-08-181-1/+1
* semantics.c (finish_decltype_type): Initialize type.H.J. Lu2008-08-071-1/+1