aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck2.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-29tree.c (build_vec_init_expr): Don't add TARGET_EXPR.Jason Merrill1-1/+1
2011-06-23re PR c++/49418 (G++ discards cv-quals from template parameter types)Jason Merrill1-1/+1
2011-06-20re PR c++/49216 ([C++0x] ICE on compiling new-expression with braced-init-lis...Jason Merrill1-8/+3
2011-06-14re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill1-25/+51
2011-06-14re PR c++/49389 ([C++0x] Wrong value category for pointer-to-member expressio...Jason Merrill1-1/+6
2011-06-10re PR c++/49118 (Endless operator-> chain causes infinite loop)David Krauss1-2/+11
2011-06-08re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill1-1/+6
2011-06-01re PR c++/49253 (Debug-mode forward_list broken)Jason Merrill1-3/+3
2011-05-27re PR c++/42056 (ICE with invalid use of auto in template)Paolo Carlini1-0/+7
2011-05-20DR 1073 PR c++/49082Jason Merrill1-3/+6
2011-05-10re PR c++/48930 ([C++0x] Invalid implicitly declared default c'tor)Jason Merrill1-2/+2
2011-05-09re PR c++/48737 ([C++0x][SFINAE] Hard errors with array list-construction wit...Paolo Carlini1-41/+87
2011-04-27re PR libstdc++/48760 (std::complex constructor buggy in the face of NaN's)Jason Merrill1-0/+10
2011-04-26re PR c++/48530 ([C++0x][SFINAE] Hard errors with deleted d'tors)Jason Merrill1-1/+1
2011-04-18re PR c++/48569 (internal compiler error: in build_zero_init_1, at cp/init.c:...Jason Merrill1-1/+5
2011-04-17re PR c++/48531 ([C++0x][SFINAE] Hard errors with arrays of unknown bound)Jason Merrill1-0/+9
2011-04-11re PR c++/48535 ([C++0x][SFINAE] Hard errors during list-value-initialization)Jason Merrill1-1/+2
2011-04-07re PR c++/48450 ([C++0x][SFINAE] Hard errors with static_cast expressions)Jason Merrill1-1/+1
2011-04-07init.c (build_value_init_noctor): Handle REFERENCE_TYPE at top level.Jason Merrill1-11/+13
2011-04-07re PR c++/48449 ([C++0x][SFINAE] Hard errors during value-initialization expr...Jason Merrill1-7/+19
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