aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck2.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-15re PR c++/80135 (ICE in output_constructor_regular_field, at varasm.c:4968)Jakub Jelinek1-34/+53
2017-11-20P0329R4: Designated InitializationJakub Jelinek1-8/+76
2017-11-13Defer folding of *&.Jason Merrill1-2/+2
2017-11-07P0704R1 - fixing const-qualified pointers to membersJason Merrill1-10/+19
2017-10-06P0704R1 - fixing const-qualified pointers to membersJakub Jelinek1-4/+10
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek1-2/+2
2017-08-29Add immediate potential_constant_expression variants.Jason Merrill1-1/+1
2017-08-09PR c++/81359 - Unparsed NSDMI error from SFINAE context.Jason Merrill1-5/+6
2017-06-19PR c++/81073 - constexpr and static var in statement-expression.Jason Merrill1-2/+1
2017-05-30C++ template type diff printingDavid Malcolm1-3/+3
2017-05-16typeck2.c (cxx_incomplete_type_diagnostic): Revert change and check is_overlo...Nathan Sidwell1-1/+3
2017-05-16pt.c (tsubst_copy_and_build): Remove unnecessary COMPONENT_REF peeking.Nathan Sidwell1-3/+2
2017-05-04PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.cMartin Sebor1-1/+1
2017-04-07re PR c++/80095 (ICE with this pointer in NSDMI)Marek Polacek1-3/+2
2017-04-03PR sanitizer/79993 - ICE with VLA initialization from stringJason Merrill1-1/+6
2017-03-01Class template argument deduction in new-expressionJason Merrill1-2/+8
2017-02-07re PR c++/79360 (ICE with NSDMI and enum in union)Patrick Palka1-1/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-18PR c++/67631 - list-init and explicit conversionsJason Merrill1-4/+4
2016-11-16PR c++/78373 - ICE with TREE_CONSTANT referenceJason Merrill1-1/+3
2016-10-14Implement P0017R1, C++17 aggregates with bases.Jason Merrill1-1/+4
2016-10-13Implement P0386R2 - C++17 inline variablesJason Merrill1-1/+1
2016-10-04Implement P0091R2, Template argument deduction for class templates.Jason Merrill1-4/+16
2016-09-23* hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)Jakub Jelinek1-2/+2
2016-07-15PR c++/71511 - ICE on decltype scope in declaration.Jason Merrill1-0/+1
2016-07-08Use lvalue_p instead of real_lvalue_p.Jason Merrill1-1/+1
2016-06-14typeck2.c (digest_init_r): Use EXPR_LOC_OR_LOC on init.Paolo Carlini1-10/+13
2016-05-24re PR c++/69872 (-Wnarrowing note without warning/errror)Paolo Carlini1-4/+6
2016-05-13Fix type-dependence and the current instantiation.Jason Merrill1-1/+4
2016-05-12re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek1-9/+8
2016-04-15re PR c++/70494 (Internal Compiler Error: Capturing an array of vectors in a ...Jason Merrill1-8/+3
2016-04-14PR c++/70652 - [6 Regression] r234966 causes bootstrap to failMartin Sebor1-2/+2
2016-04-13PR c++/69517 - [5/6 regression] SEGV on a VLA with excess initializer elementsMartin Sebor1-2/+2
2016-04-01re PR c++/68475 (ICE: in merge_exception_specifiers, at cp/typeck2.c:2115 wit...Nathan Sidwell1-1/+1
2016-03-23Fix PR c++/70347 (default member initializer not picked up by union)Patrick Palka1-2/+17
2016-02-16re PR c++/10200 (Weird clash with same names in different scopes)Jason Merrill1-4/+1
2016-02-10re PR c++/10200 (Weird clash with same names in different scopes)Jason Merrill1-1/+4
2016-02-08re PR c++/69688 (-Wsign-compare causes bogus error: size of array ‘uc_codeâ...Marek Polacek1-0/+3
2016-02-03PR c++/69251 - [6 Regression] ICE in unify_array_domain on a flexible arrayMartin Sebor1-15/+9
2016-01-15typeck2.c (cxx_incomplete_type_diagnostic): Use the location of value.Jason Merrill1-13/+15
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-15struct-layout-1_generate.c: Avoid generating further fields after the first f...Martin Sebor1-8/+26
2015-11-13Merge C++ delayed folding branch.Jason Merrill1-9/+27
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-11-05re PR c++/67846 (ICE on code with lambda expression on x86_64-linux-gnu in ch...Paolo Carlini1-4/+4
2015-11-04ENABLE_CHECKING refactoring: C family front endsMikhail Maltsev1-3/+2
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+2
2015-10-19Expand PTRMEM_CST only when necessary.Jason Merrill1-11/+0
2015-10-08cp-tree.h (SIMPLE_TARGET_EXPR_P): New.Jason Merrill1-2/+1
2015-08-19remove more useless typedefsTrevor Saunders1-1/+1