re PR c++/86875 (ICE in tsubst_copy, at cp/pt.c:15478)
[gcc.git] / gcc / testsuite / ChangeLog
1 2019-01-02 Marek Polacek <polacek@redhat.com>
2
3 PR c++/86875
4 * g++.dg/cpp1y/lambda-generic-86875.C: New test.
5
6 2019-01-02 Thomas Koenig <tkoenig@gcc.gnu.org>
7
8 PR fortran/48543
9 * gfortran.dg/const_chararacter_merge.f90: New test.
10
11 2019-01-02 Jan Hubicka <hubicka@ucw.cz>
12
13 PR lto/88130
14 * g++.dg/torture/pr88130.C: New testcase.
15
16 2019-01-02 Martin Liska <mliska@suse.cz>
17
18 PR tree-optimization/88650
19 * gfortran.dg/predict-3.f90: New test.
20
21 2019-01-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22
23 * g++.dg/gcov/pr88263.C: Rename namespace log to logging.
24
25 2019-01-02 Richard Biener <rguenther@suse.de>
26
27 PR tree-optimization/88621
28 * gcc.dg/torture/pr88621.c: New testcase.
29
30 2019-01-02 Jakub Jelinek <jakub@redhat.com>
31
32 PR ipa/88561
33 * g++.dg/tree-prof/devirt.C: Expect _ZThn16 only for lp64 and llp64
34 targets and expect _ZThn8 for ilp32 targets.
35
36 2019-01-01 Martin Sebor <msebor@redhat.com>
37 Jeff Law <law@redhat.com>
38
39 * gcc.dg/strlenopt-40.c: Update.
40 * gcc.dg/strlenopt-51.c: Likewise.
41 * gcc.dg/tree-ssa/pr79376.c: Likewise.
42
43 * gcc.dg/strlenopt-40.c: Disable a couple tests.
44 * gcc.dg/strlenopt-48.c: Twiddle test slightly.
45 * gcc.dg/strlenopt-59.c: New test.
46 * gcc.dg/tree-ssa/builtin-snprintf-5.c: New test.
47 * g++.dg/init/strlen.C: New test.
48
49 2019-01-01 Thomas Koenig <tkoenig@gcc.gnu.org>
50
51 PR fortran/82743
52 * gfortran.dg/structure_constructor_16.f90: New test.
53
54 2019-01-01 Jan Hubicka <hubicka@ucw.cz>
55
56 * g++.dg/ipa/devirt-36.C: Add dg-do-compile.
57 * g++.dg/ipa/devirt-53.C: Fix scan template.
58
59 2019-01-01 Jan Hubicka <hubicka@ucw.cz>
60
61 * g++.dg/lto/devirt-13_0.C: Drop broken scan of ssa dump.
62 * g++.dg/lto/devirt-14_0.C: Drop broken scan of ssa dump.
63 * g++.dg/lto/devirt-23_0.C: Add -fdump-ipa-cp.
64
65 2019-01-01 Jan Hubicka <hubicka@ucw.cz>
66
67 * g++.dg/tree-prof/devirt.C: Update testcase.
68
69 2019-01-01 Jakub Jelinek <jakub@redhat.com>
70
71 Update copyright years.
72 \f
73 Copyright (C) 2019 Free Software Foundation, Inc.
74
75 Copying and distribution of this file, with or without modification,
76 are permitted in any medium without royalty provided the copyright
77 notice and this notice are preserved.