aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-29PR c++/72457 - ICE with list-value-initialized base.Jason Merrill1-3/+3
2016-07-23PR c++/55922 - list-value-initialization of baseJason Merrill1-0/+13
2016-07-15PR c++/70824 - initializer_list in templateJason Merrill1-2/+7
2016-07-08Use lvalue_p instead of real_lvalue_p.Jason Merrill1-1/+1
2016-07-08Rename lvalue_p to obvalue_p.Jason Merrill1-1/+1
2016-05-30PR c++/71306 - bogus -Wplacement-new with an array elementMartin Sebor1-3/+4
2016-05-12re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek1-14/+15
2016-05-02Support << and >> for offset_int and widest_intRichard Sandiford1-2/+1
2016-04-20re PR c++/55635 (Deallocation function ("operator delete") not called when de...Nathan Sidwell1-2/+10
2016-04-14PR c++/70652 - [6 Regression] r234966 causes bootstrap to failMartin Sebor1-315/+0
2016-04-13PR c++/69517 - [5/6 regression] SEGV on a VLA with excess initializer elementsMartin Sebor1-0/+315
2016-04-01re PR c++/70488 (ICE in tree.c:7345 triggered by warning of placement new too...Jakub Jelinek1-2/+4
2016-03-18class.c (build_if_in_charge): Split out from build_base_path.Jason Merrill1-11/+2
2016-03-18re PR c++/70267 (ICE on invalid code at -O1 and above on x86_64-linux-gnu in ...Jakub Jelinek1-0/+8
2016-03-04re PR c++/69203 (ICE in potential_constant_expression_1, at cp/constexpr.c:4754)Jason Merrill1-0/+1
2016-02-24re PR c++/69922 (Bogus -Wnonnull-compare for: ... ? static_cast<T*>(this) : n...Jakub Jelinek1-10/+7
2016-02-19re PR c++/69850 (unnecessary -Wnonnull-compare warning)Jakub Jelinek1-5/+8
2016-02-17re PR c++/69850 (unnecessary -Wnonnull-compare warning)Jakub Jelinek1-0/+4
2016-02-15re PR c++/69658 (Bogus "C99 designator outside aggregate initializer" error)Jakub Jelinek1-4/+5
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-2/+2
2016-02-10re PR c++/68926 (decltype and sfinae to check for template instance availabil...Jason Merrill1-1/+1
2016-02-05PR c++/69662 - -Wplacement-new on allocated one element array membersMartin Sebor1-12/+79
2016-01-29re PR c++/69509 (infinite loop compiling a VLA in a recursive constexpr funct...Marek Polacek1-2/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
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