aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck2.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-14re PR c++/46903 ([C++0x] ICE unexpected expression of kind template_id_expr)Jason Merrill1-0/+3
2010-12-10c-typeck.c (readonly_error): Delete.Nathan Froyd1-93/+21
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-01call.c (null_ptr_cst_p): Use maybe_constant_value.Jason Merrill1-8/+32
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-2/+2
2010-08-06typeck.c (complete_type_or_maybe_complain): Split out from...Jason Merrill1-2/+2
2010-07-19re PR c++/44969 ([C++0x] <type_traits> std::is_constructible broken for funda...Paolo Carlini1-2/+3
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-1/+1
2010-07-02re PR c++/44780 (Bogus set-but-not-used variable warning)Jakub Jelinek1-2/+2
2010-06-29Enable implicitly declared move constructor/operator= (N3053).Jason Merrill1-1/+1
2010-06-29cp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COPY_ASSIGN.Jason Merrill1-1/+1
2010-06-22re PR c++/44619 (Bogus set but not used warning when using pointer to member ...Jakub Jelinek1-0/+3
2010-06-17tree.h (vec_member): Declare.Nathan Froyd1-9/+5
2010-06-11cp-tree.h (expr_list_kind): New type.Shujing Zhao1-8/+7
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+1
2010-06-05typeck2.c (merge_exception_specifiers): Adjust merging of throw() and noexcep...Jason Merrill1-7/+4
2010-06-04Implement noexcept-specification (15.4)Jason Merrill1-0/+7
2010-06-01DR 990Jason Merrill1-4/+2
2010-06-01* typeck2.c (build_x_arrow): Make types_memoized a VEC.Nathan Froyd1-11/+12
2010-05-27diagnostic-core.h: New.Joseph Myers1-2/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-14call.c (build_new_method_call): Change warning text.Jonathan Wakely1-1/+1
2010-05-13cp-tree.h (UNKNOWN_TYPE): Remove.Jason Merrill1-1/+2
2010-04-07re PR c++/40239 (Aggregate initialization requires copy constructor)Dodji Seketeli1-2/+8
2010-04-07re PR c++/42556 (Unnecessary generation of a zero initializer for array with ...Jie Zhang1-3/+20
2010-02-23re PR c++/43143 ([c++0x] array value-initialization and variadics)Jason Merrill1-3/+5
2009-12-17call.c (build_over_call, [...]): Update cp_build_indirect_ref calls.Shujing Zhao1-1/+1
2009-12-17re PR c/40885 (build_indirect_ref i18n problems)Shujing Zhao1-1/+1
2009-12-02re PR c++/29917 (%s substituted with actual words can not be translated corre...Paolo Bonzini1-13/+109
2009-12-02g++spec.c (lang_specific_driver): Remove unused saw_verbose_flag variable.Jakub Jelinek1-5/+1
2009-11-19DR 176 permissivenessJason Merrill1-0/+1
2009-11-17re PR c++/42058 (Trouble with invalid array initialization)Paolo Carlini1-1/+1
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill1-0/+6
2009-07-12re PR c++/40689 ([C++0x]: error with initializer list in N2672)Jason Merrill1-4/+3
2009-07-07cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez1-4/+6
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-2/+2
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor1-2/+7
2009-05-18Implement explicit conversions ops as specified in N2437.Jason Merrill1-11/+17
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+1
2009-03-20C++ core issue 703Jason Merrill1-8/+8
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-03re PR c++/39056 ([c++0x] ICE with invalid initializer list for complex variable)Jakub Jelinek1-1/+2
2009-01-10re PR c++/36695 (Value-initialization of reference type is allowed.)Andrew Pinski1-0/+6
2009-01-05re PR c++/38698 (ICE initializing union with initializer list)Jason Merrill1-1/+5
2009-01-02re PR c++/38698 (ICE initializing union with initializer list)Jason Merrill1-2/+13
2008-11-13re PR c++/37932 (narrowing conversion with -std=c++0x)Jason Merrill1-4/+13
2008-09-03re PR c++/37208 (C++0x deleted functions and SFINAE)Jason Merrill1-1/+2
2008-08-30Implement C++0x 'auto' semantics.Jason Merrill1-2/+6
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-3/+3
2008-08-18diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez1-1/+1