aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck2.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-26decl.c (poplevel): Use Use DECL_SOURCE_LOCATION and "%qD" in warning_at inste...Paolo Carlini1-3/+3
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-27call.c: Use VECTOR_TYPE_P.Marek Polacek1-3/+3
2015-06-26re PR c++/66684 (ICE in merge_exception_specifiers, at cp/typeck2.c:2114)Jason Merrill1-0/+1
2015-06-26re PR c++/66654 (ice in digest_init_r, at cp/typeck2.c:1103)Jason Merrill1-1/+2
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-09DR 1467 PR c++/51747Jason Merrill1-1/+4
2015-06-09re PR c++/65815 (brace elision doesn't work in NSDMI)Paolo Carlini1-1/+5
2015-06-09re PR c++/66383 (ICE in gimplify_expr on this passed in inline initialization)Jason Merrill1-1/+1
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-05-07DR 1467 PR c++/51747Jason Merrill1-0/+13
2015-05-05DR 1518 DR 1630 PR c++/54835 PR c++/60417Jason Merrill1-4/+0
2015-05-04re PR c++/66007 (Narrowing conversion inside { } results in all zero elements...Paolo Carlini1-3/+5
2015-05-01re PR c++/65858 (ICE in varpool_node::get_constructor during chromium build o...Paolo Carlini1-3/+4
2015-04-20re PR c++/65801 (Allow -Wno-narrowing to silence stricter C++11 narrowing rules)Paolo Carlini1-3/+7
2015-01-23re PR c++/64314 (ICE in record_reference, at cgraphbuild.c:87)Jason Merrill1-0/+2
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-11re PR c++/57510 (subobjects not destroyed when exception thrown during list-i...Jason Merrill1-12/+15
2014-11-26comment fixesJason Merrill1-1/+1
2014-11-18re PR c++/58102 (rejects valid initialization of constexpr object with mutabl...Jason Merrill1-0/+4
2014-11-14semantics.c (end_maybe_infinite_loop): Use fold_non_dependent_expr.Paolo Carlini1-3/+3
2014-10-27Implement N3653 (Member initializers and aggregates) and fix references to 't...Jason Merrill1-8/+31