aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/ChangeLog
blob: 90f4d5740c54fee026238e19862754704d4cf611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
2018-01-04  Jakub Jelinek  <jakub@redhat.com>

	PR target/83554
	* gcc.target/i386/pr83554.c: New test.

	PR ipa/82352
	* g++.dg/ipa/pr82352.C (size_t): Define to __SIZE_TYPE__ instead of
	long unsigned int.

2018-01-04  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR fortran/83683
	PR fortran/45689
	* gfortran.dg/eoshift_8.f90: New test.
	* gfortran.dg/simplify_eoshift_1.f90: New test.

2018-01-04  Jakub Jelinek  <jakub@redhat.com>

	PR debug/83585
	* gcc.dg/pr83585.c: New test.

2018-01-04  Nathan Sidwell  <nathan@acm.org>

	PR c++/83667
	* g++.dg/ipa/pr83667.C: Fix regex, require alias.

2018-01-04  Jakub Jelinek  <jakub@redhat.com>

	PR debug/83666
	* gcc.dg/pr83666.c: New test.

2018-01-04  Uros Bizjak  <ubizjak@gmail.com>

	PR target/83628
	* gcc.target/alpha/pr83628-1.c: New test.
	* gcc.target/alpha/pr83628-2.c: Ditto.

2018-01-04  Martin Liska  <mliska@suse.cz>

	PR ipa/82352
	* g++.dg/ipa/pr82352.C: New test.

2018-01-04  Jakub Jelinek  <jakub@redhat.com>

	* gcc.dg/vect-opt-info-1.c: Moved to ...
	* gcc.dg/vect/nodump-vect-opt-info-1.c: ... here.  Only run on
	vect_int targets, use dg-additional-options instead of dg-options and
	use relative line numbers instead of absolute.

2018-01-03  Martin Sebor  <msebor@redhat.com>

	PR tree-optimization/83655
	* gcc.dg/Wrestrict-5.c: New test.
	* c-c++-common/builtins.c: New test.

2018-01-03  Richard Sandiford  <richard.sandiford@linaro.org>
	    Alan Hayward  <alan.hayward@arm.com>
	    David Sherwood  <david.sherwood@arm.com>

	* gcc.target/aarch64/vect-movi.c (movi_float_lsl24): New function.
	(main): Call it.

2018-01-03  Jeff Law  <law@redhat.com>

	PR target/83641
	* gcc.target/i386/stack-check-17.c: New test.
	* gcc.target/i386/stack-check-12.c: Drop unnecessary asm.

2018-01-03  Jakub Jelinek  <jakub@redhat.com>

	PR debug/83621
	* gcc.dg/pr83621.c: New test.

	PR debug/83645
	* gcc.dg/pr83645.c: New test.

2018-01-03  Martin Sebor  <msebor@redhat.com>

	PR tree-optimization/83603
	* gcc.dg/Wrestrict-4.c: New test.

	PR c/83559
	* gcc.dg/const-2.c: New test.
	* gcc.dg/pure-3.c: New test.

2018-01-03  Martin Sebor  <msebor@redhat.com>

	* gcc.dg/Wrestrict-3.c: New test.

2018-01-03  Jakub Jelinek  <jakub@redhat.com>

	PR c++/83555
	* g++.dg/opt/pr83555.C: New test.
	* g++.dg/ubsan/pr83555.C: New test.

2018-01-03  David Malcolm  <dmalcolm@redhat.com>

	PR c/82050
	* gcc.dg/plugin/expensive-selftests-1.c: Update regexp to handle
	the !CHECKING_P case by expecting a note.
	* gcc.dg/plugin/expensive_selftests_plugin.c (plugin_init): Issue
	a note for the !CHECKING_P case, and move the return statement
	outside of #if CHECKING_P guard.

2018-01-03  Jeff Law  <law@redhat.com>

	PR middle-end/83654
	* gcc.target/i386/stack-check-18.c: New test.
	* gcc.target/i386/stack-check-19.c: New test.

2018-01-03  Martin Sebor  <msebor@redhat.com>

	PR tree-optimization/83501
	* c-c++-common/Warray-bounds-3.c: Remove xfail.

2018-01-03  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

	PR tree-optimization/83501
	* gcc.dg/tree-ssa/pr83501-1.c: New test.

2018-01-03  Nathan Sidwell  <nathan@acm.org>

	PR c++/83667
	* g++.dg/ipa/pr83667.C: New.

2018-01-03  Martin Liska  <mliska@suse.cz>

	PR tree-optimization/83593
	* gcc.dg/pr83593.c: New test.

2018-01-03  Martin Liska  <mliska@suse.cz>

	PR ipa/83549
	* g++.dg/ipa/pr83549.C: New test.

2018-01-03  Marek Polacek  <polacek@redhat.com>

	PR c++/83592
	* g++.dg/warn/mvp2.C: New test.

2018-01-03  Jakub Jelinek  <jakub@redhat.com>

	PR preprocessor/83602
	* g++.dg/cpp/pr83602.C: New test.

	PR c++/83634
	* g++.dg/parse/pr83634.C: New test.

2018-01-03  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR fortran/83664
	* gfortran.dg/eoshift_7.f90: New test.

2018-01-03  Jan Beulich  <jbeulich@suse.com>

	* gcc.target/i386/avx512vl-no-vmovdqu8.c,
	gcc.target/i386/avx512vl-no-vmovdqu16.c: New.

2018-01-03  Jakub Jelinek  <jakub@redhat.com>

	Update copyright years.

2018-01-03  Martin Liska  <mliska@suse.cz>

	PR ipa/83594
	* gcc.dg/ipa/pr83594.c: New test.

2018-01-03  Richard Sandiford  <richard.sandiford@linaro.org>
	    Alan Hayward  <alan.hayward@arm.com>
	    David Sherwood  <david.sherwood@arm.com>

	* gcc.dg/vect-opt-info-1.c: New test.

2018-01-02  Michael Meissner  <meissner@linux.vnet.ibm.com>

	* gcc.target/powerpc/float128-hw2.c: Add tests for ceilf128,
	floorf128, truncf128, and roundf128.
	* gcc.target/powerpc/float128-hw5.c: New tests for _Float128
	optimizations added in match.pd.
	* gcc.target/powerpc/float128-hw6.c: Likewise.
	* gcc.target/powerpc/float128-hw7.c: Likewise.
	* gcc.target/powerpc/float128-hw8.c: Likewise.
	* gcc.target/powerpc/float128-hw9.c: Likewise.
	* gcc.target/powerpc/float128-hw10.c: Likewise.
	* gcc.target/powerpc/float128-hw11.c: Likewise.

2018-01-02  Jakub Jelinek  <jakub@redhat.com>

	PR c++/83556
	* g++.dg/cpp0x/pr83556.C: New test.

2018-01-02  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR fortran/45689
	PR fortran/83650
	* gfortran.dg/simplify_cshift_1.f90: Correct erroneous case.
	* gfortran.dg/simplify_cshift_4.f90: New test.

2018-01-02  Marek Polacek  <polacek@redhat.com>

	PR c++/81860
	* g++.dg/cpp0x/inh-ctor30.C: New test.

	PR c++/83644
	* g++.dg/cpp1z/pr83644.C: New test.

2018-01-01  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/83076
	* gfortran.dg/coarray_45.f90 : New test.

	PR fortran/83319
	* gfortran.dg/coarray_46.f90 : New test.

2018-01-01  Jakub Jelinek  <jakub@redhat.com>

	PR tree-optimization/83581
	* gcc.dg/pr83581.c: New test.

	PR c/83595
	* gcc.dg/pr83595.c: New test.

	PR middle-end/83608
	* g++.dg/opt/pr83608.C: New test.

	PR middle-end/83609
	* gcc.dg/pr83609.c: New test.
	* g++.dg/opt/pr83609.C: New test.

	PR middle-end/83623
	* gcc.dg/pr83623.c: New test.

	* gcc.target/i386/i386.exp
	(check_effective_target_avx512vpopcntdqvl): New proc.
	* gcc.target/i386/avx512vpopcntdqvl-vpopcntd-1.c: Use
	avx512vpopcntdqvl effective target rather than avx512vpopcntdq.
	* gcc.target/i386/avx512vpopcntdqvl-vpopcntq-1.c: Likewise.

Copyright (C) 2018 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.