aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-20re PR c++/67411 (internal compiler error: in tsubst_copy, at cp/pt.c:13473)Jason Merrill1-0/+2
2015-12-18Fix PR c++/68831 (superfluous -Waddress warning for C++ delete)Patrick Palka1-0/+1
2015-12-17re PR c++/67550 (Initialization of local struct array with elements of global...Jason Merrill1-0/+5
2015-12-15struct-layout-1_generate.c: Avoid generating further fields after the first f...Martin Sebor1-3/+8
2015-11-17PR c++/68308 - [6 Regression] ICE: tree check: expected integer_cst,Martin Sebor1-2/+3
2015-11-13Merge C++ delayed folding branch.Jason Merrill1-9/+17
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0
2015-11-09PR c++/67913 - new expression with negative size not diagnosedMartin Sebor1-14/+59
2015-11-08Clean up fallout on ILP32 from r229831.Martin Sebor1-5/+7
2015-11-06[cp][committed] Fix bootstrap on arm due to print format warningKyrylo Tkachov1-1/+1
2015-11-05PR c++/67942 - diagnose placement new buffer overflowMartin Sebor1-3/+9
2015-11-05PR c++/67942 - diagnose placement new buffer overflowMartin Sebor1-7/+216
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-4/+3
2015-10-20re PR c++/66583 (incorrect implicitly-defined move constructor for class with...Jason Merrill1-23/+32
2015-10-08cp-tree.h (SIMPLE_TARGET_EXPR_P): New.Jason Merrill1-2/+1
2015-07-26decl.c (poplevel): Use Use DECL_SOURCE_LOCATION and "%qD" in warning_at inste...Paolo Carlini1-3/+5
2015-07-24fold-const.c (maybe_canonicalize_comparison_1): Move A code CST canonicalizat...Richard Biener1-1/+2
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-27call.c: Use VECTOR_TYPE_P.Marek Polacek1-1/+1
2015-06-24re PR c++/66501 (Default move assignment does not move array members)Jason Merrill1-1/+13
2015-06-23re PR c++/66501 (Default move assignment does not move array members)Jason Merrill1-2/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-16re PR c++/58583 ([c++11] ICE with invalid non-static data member initializati...Nathan Sidwell1-8/+27
2015-06-09re PR c++/65815 (brace elision doesn't work in NSDMI)Paolo Carlini1-1/+4
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-22re PR c/47043 (allow deprecating enum values)Marek Polacek1-1/+1
2015-05-05DR 1518 DR 1630 PR c++/54835 PR c++/60417Jason Merrill1-1/+0
2015-04-29re PR c++/64667 (-Winit-self ignored for reference fields)Paolo Carlini1-0/+3
2015-03-26re PR c++/65154 (ICE with {} initialized array with string)Mikhail Maltsev1-5/+1
2015-02-09re PR c++/64899 (Illegal dynamic initialization)Jason Merrill1-1/+12
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-08ubsan.c (do_ubsan_in_current_function): New.Jason Merrill1-4/+1
2015-01-08init.c (build_vec_init): Call ubsan_instrument_bounds to check whether an ini...Jason Merrill1-30/+28
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-15N3778: Sized DeallocationJason Merrill1-18/+10
2014-12-11Remove N3639 "array of runtime length" from -std=c++14.Jason Merrill1-4/+1
2014-11-19re PR c++/57979 (G++ accepts constant expression defined using floating point...Jason Merrill1-20/+19
2014-10-27Implement N3653 (Member initializers and aggregates) and fix references to 't...Jason Merrill1-3/+8
2014-10-01re PR c++/63362 (The c++11 triviality-traits need front-end help)Jason Merrill1-5/+9
2014-08-06init.c (build_vec_init): Fix constant initialization of trailing elements.Jason Merrill1-53/+79
2014-08-06re PR c++/60417 ([DR 1518] Bogus error on C++03 aggregate initialization)Jason Merrill1-20/+20
2014-08-06re PR c++/61994 (constexpr vector array ICE)Jason Merrill1-6/+7
2014-08-01re PR c++/60417 ([DR 1518] Bogus error on C++03 aggregate initialization)Jason Merrill1-19/+25
2014-06-30re PR ipa/61659 (Extra undefined symbol because of devirtualization)Jason Merrill1-6/+0
2014-05-21tree.def (VOID_CST): New.Richard Sandiford1-7/+6
2014-05-20re PR c++/58753 (Brace-initializing a vector with a direct-initialization NSD...Paolo Carlini1-6/+10
2014-05-14cp-tree.h (DIRECT_LIST_INIT_P): Add.Paolo Carlini1-8/+4
2014-05-06Merge in wide-int.Kenneth Zadeck1-24/+22