aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/init
AgeCommit message (Expand)AuthorFilesLines
2021-01-01fix testsuite/g++.dg/init/new26.C for C++-14 and laterJerome Lambourg1-0/+4
2020-12-23c++: Fix initializing empty base from prvalue [PR97597]Jason Merrill1-0/+18
2020-12-10c++: Add fixed test [PR91506]Marek Polacek1-0/+8
2020-10-12Correct handling of indices into arrays with elements larger than 1 (PR c++/9...Martin Sebor1-1/+1
2020-10-07c++: block-scope externs get an alias [PR95677,PR31775,PR95677]Nathan Sidwell1-1/+1
2020-09-03c++: Fix P0960 in member init list and array [PR92812]Marek Polacek1-1/+1
2020-05-19TESTSUITE: Fix tests for 16-bit targetsJozef Lawrynowicz7-28/+37
2020-05-05Merge dg-options and dg-additional-options if len <= 120 chars.Martin Liska1-2/+1
2020-05-01c++: -fmerge-all-constants vs. destructors [PR91529]Jason Merrill1-0/+14
2020-04-22c++: reject scalar array initialization with nullptr [PR94510]Martin Sebor2-0/+68
2020-04-13c++: More self-modifying constexpr init [PR94470]Patrick Palka1-0/+16
2020-04-09c++: Fix wrong paren-init of aggregates interference [PR93790]Marek Polacek1-0/+14
2020-03-04PR c++/90938 - Initializing array with {1} works but not {0}Martin Sebor2-0/+134
2020-02-04c++: Fix ({ ... }) array mem-initializer.Jason Merrill1-1/+1
2019-12-30decl2.c (delete_sanity): Add location_t parameter and use it throughout.Paolo Carlini1-2/+4
2019-12-16MSP430: Add new msp430-elfbare targetJozef Lawrynowicz2-0/+2
2019-12-05typeck2.c (build_functional_cast): Add location_t parameter and use it.Paolo Carlini1-1/+1
2019-10-31re PR c++/90947 (Simple lookup table of array of strings is miscompiled)Jakub Jelinek1-0/+13
2019-10-02init.c (build_new): Use cp_expr_loc_or_input_loc in two places.Paolo Carlini1-89/+89
2019-08-29Implement P1152R4: Deprecating some uses of volatile.Marek Polacek1-1/+1
2019-08-01PR c++/90947 - Simple lookup table of array of strings is miscompiledMartin Sebor1-0/+33
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor1-6/+6
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-1/+1
2019-05-14re PR c++/70156 (incorrect "incomplete type" error initializing a static cons...Marek Polacek1-0/+9
2019-04-05PR bootstrap/89980 - pointer initialization with empty string folded to zeroMartin Sebor1-0/+100
2019-04-04PR c++/89974 - ICE on a definition of a non-type specialization on a struct o...Martin Sebor1-0/+86
2019-03-05PR c++/86485 - -Wmaybe-unused with empty class ?:Jason Merrill1-0/+12
2019-02-20PR c++/88572 - wrong handling of braces on scalar init.Will Wray3-2/+5
2019-02-11PR c++/87996 - size of array is negative error when SIZE_MAX/2 < sizeof(array...Martin Sebor4-356/+359
2019-01-31PR c++/89083, c++/80864 - ICE with list initialization in template.Marek Polacek1-0/+19
2019-01-21Fix after P0600.Ulrich Drepper1-1/+1
2019-01-07PR c++/88741 - wrong error with initializer-string.Marek Polacek1-0/+12
2019-01-01gimple-fold.h (get_range_strlen): Update prototype.Martin Sebor1-0/+43
2018-12-19C++: better locations for bogus initializations (PR c++/88375)David Malcolm2-0/+67
2018-12-19C++: more location wrapper nodes (PR c++/43064, PR c++/43486)David Malcolm6-1/+114
2018-12-05re PR c++/87897 (ICE in maybe_constant_value, at cp/constexpr.c:5255 since r2...Jakub Jelinek1-0/+5
2018-09-02c-common.c (braced_list_to_string): Remove eval parameter.Bernd Edlinger1-1/+1
2018-08-15decl.c (check_previous_goto_1): When decl_jump_unsafe returns 2 emit an error...Paolo Carlini1-3/+3
2018-08-13re PR c++/57891 (No diagnostic of narrowing conversion in non-type template a...Marek Polacek2-34/+34
2018-08-13PR tree-optimization/71625 - missing strlen optimization on different array i...Martin Sebor3-0/+199
2018-06-12decl2.c (coerce_new_type, [...]): Add location_t parameter and adjust error_a...Paolo Carlini3-8/+10
2018-05-14pt.c (tsubst): Check valid_array_size_p.Jason Merrill1-3/+3
2018-04-18re PR c++/84463 (Supposedly-incompliant "error: '* key0' is not a constant ex...Jakub Jelinek1-1/+1
2018-03-27re PR c++/84632 (internal compiler error: tree check: expected record_type or...Paolo Carlini1-0/+6
2018-03-16PR c++/80227 - SFINAE and negative array size.Jason Merrill2-120/+120
2018-01-31re PR c++/83993 (ICE: constant not recomputed when ADDR_EXPR changed)Jason Merrill1-0/+14
2018-01-31re PR c++/83993 (ICE: constant not recomputed when ADDR_EXPR changed)Jakub Jelinek1-0/+11
2018-01-12Add dg-require-effective-target alloca for c++ test-casesTom de Vries3-0/+3
2017-11-20P0329R4: Designated InitializationJakub Jelinek1-1/+1
2017-11-13Remove the null check from placement new in all modesVille Voutilainen2-1/+24