OSDN Git Service

876431a6b754b60b72d2656891aa66d6bc570464
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2009-04-12  Eric Botcazou  <ebotcazou@adacore.com>
2
3         * gnat.dg/enum1.adb: New test.
4         * gnat.dg/enum1_pkg.ads: New helper.
5
6 2009-04-12  Uros Bizjak  <ubizjak@gmail.com>
7
8         PR target/39740
9         * gcc.target/alpha/pr39740.c: New test.
10
11 2009-04-11  Daniel Kraft  <d@domob.eu>
12
13         PR fortran/37746
14         * gfortran.dg/bounds_check_strlen_1.f90: New test.
15         * gfortran.dg/bounds_check_strlen_2.f90: New test.
16         * gfortran.dg/bounds_check_strlen_3.f90: New test.
17         * gfortran.dg/bounds_check_strlen_4.f90: New test.
18         * gfortran.dg/bounds_check_strlen_5.f90: New test.
19         * gfortran.dg/bounds_check_strlen_6.f90: New test.
20         * gfortran.dg/bounds_check_strlen_7.f90: New test.
21         * gfortran.fortran-torture/execute/intrinsic_index.f90: Fix wrong
22         expected string length that failed with -fbounds-check now.
23         * gfortran.fortran-torture/execute/intrinsic_trim.f90: Ditto.
24
25 2009-04-11  Janus Weil  <janus@gcc.gnu.org>
26
27         PR fortran/39692
28         * gfortran.dg/proc_ptr_14.f90: New.
29
30 2009-04-11  Richard Guenther  <rguenther@suse.de>
31
32         PR middle-end/39732
33         * g++.dg/torture/pr39732.C: New testcase.
34
35 2009-04-11  Daniel Franke  <franke.daniel@gmail.com>
36
37         * gfortran.dg/whole_file_5.f90: New.
38         * gfortran.dg/whole_file_6.f90: New.
39
40 2009-04-11  Richard Guenther  <rguenther@suse.de>
41
42         PR tree-optimization/39713
43         * g++.dg/torture/pr39713.C: New testcase.
44
45 2009-04-10  Richard Guenther  <rguenther@suse.de>
46
47         PR c/39712
48         * gcc.dg/pr39712.c: New testcase.
49
50 2009-04-10  H.J. Lu  <hongjiu.lu@intel.com>
51
52         PR c++/28301
53         * g++.dg/cpp0x/enum2.C: Updated.
54         * g++.dg/debug/pr22514.C: Likewise.
55         * g++.dg/parse/enum2.C: Likewise.
56         * g++.dg/parse/enum3.C: Likewise.
57         * g++.dg/template/crash79.C: Likewise.
58         * g++.old-deja/g++.jason/cond.C: Likewise.
59
60 2009-04-10  Chao-ying Fu  <fu@mips.com>
61
62         * gcc.target/mips/interrupt_handler.c: Change from compile to
63         assemble.
64
65 2009-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
66
67         * objc/execute/forward-1.x: Fix x86_64 entry typos.
68
69 2009-04-10  Daniel Franke  <franke.daniel@gmail.com>
70
71         PR fortran/38709
72         * gfortran.dg/zero_sized_6.f90: New.
73
74 2009-04-10  Manuel López-Ibáñez  <manu@gcc.gnu.org>
75
76         PR  c++/20118
77         * g++.dg/parse/pr20118.C: New.
78         * g++.dg/template/spec16.C: Update.
79
80 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
81
82         PR testsuite/35621
83         * gcc.target/i386/avx-vpabsb-1.c: Add -fno-strict-aliasing.
84         * gcc.target/i386/avx-vpabsb-1.c: Likewise.
85         * gcc.target/i386/avx-vpabsd-1.c: Likewise.
86         * gcc.target/i386/avx-vpabsw-1.c: Likewise.
87         * gcc.target/i386/avx-vpalignr-1.c: Likewise.
88         * gcc.target/i386/avx-vphaddd-1.c: Likewise.
89         * gcc.target/i386/avx-vphaddsw-1.c: Likewise.
90         * gcc.target/i386/avx-vphaddw-1.c: Likewise.
91         * gcc.target/i386/avx-vphsubd-1.c: Likewise.
92         * gcc.target/i386/avx-vphsubsw-1.c: Likewise.
93         * gcc.target/i386/avx-vphsubw-1.c: Likewise.
94         * gcc.target/i386/avx-vpmaddubsw-1.c: Likewise.
95         * gcc.target/i386/avx-vpmulhrsw-1.c: Likewise.
96         * gcc.target/i386/avx-vpshufb-1.c: Likewise.
97         * gcc.target/i386/avx-vpsignb-1.c: Likewise.
98         * gcc.target/i386/avx-vpsignd-1.c: Likewise.
99         * gcc.target/i386/avx-vpsignw-1.c: Likewise.
100
101 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
102
103         PR target/39678
104         * g++.dg/torture/pr39678.C: New.
105         * gcc.dg/compat/struct-complex-2.h: Likewise.
106         * gcc.dg/compat/struct-complex-2_main.c: Likewise.
107         * gcc.dg/compat/struct-complex-2_x.c: Likewise.
108         * gcc.dg/compat/struct-complex-2_y.c: Likewise.
109         * gcc.dg/torture/pr39678.c: Likewise.
110         * gcc.target/i386/pr39678.c: Likewise.
111
112         * gcc.dg/compat/struct-complex-1_x.c: Add -Wno-psabi.
113         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
114
115         * gcc.target/x86_64/abi/test_passing_structs.c: Include
116         <complex.h>.  Add tests for structure with complex float.
117
118 2009-04-10  Ben Elliston  <bje@au.ibm.com>
119             Joseph Myers  <joseph@codesourcery.com>
120
121         PR target/36800
122         * gcc.dg/dfp/pr36800.c: New.
123
124 2009-04-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
125             Rafael Avila de Espindola  <espindola@google.com>
126
127         * gcc.misc-tests/help.exp: New file.
128         * lib/options.exp: New file.
129
130 2009-04-09  Janis Johnson  <janis187@us.ibm.com>
131
132         PR libobjc/36610
133         * objc/execute/forward-1.x: New.
134
135 2009-04-09  Paolo Bonzini  <bonzini@gnu.org>
136
137         * gcc.dg/pr27150-1.c: Change to a link test.
138
139 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
140
141         * g++.dg/lookup/using2.C: Change copyright header to refer to version
142         3 of the GNU General Public License and to point readers at the
143         COPYING3 file and the FSF's license web page.
144         * gcc.dg/fixed-point/fixed-point.exp: Likewise.
145         * gcc.dg/struct/struct-reorg.exp: Likewise.
146         * gcc.target/spu/tag_manager.c: Likewise.
147
148 2009-04-09  Richard Guenther  <rguenther@suse.de>
149
150         PR testsuite/39696
151         * ssa-ccp-25.c: Adjust pattern.
152
153 2009-04-09  Janus Weil  <janus@gcc.gnu.org>
154
155         PR fortran/36704
156         * gfortran.dg/external_procedures_1.f90: Modified.
157         * gfortran.dg/proc_ptr_result_1.f90: New.
158         * gfortran.dg/proc_ptr_result_2.f90: New.
159         * gfortran.dg/proc_ptr_result_3.f90: New.
160
161 2009-04-09  Richard Guenther  <rguenther@suse.de>
162
163         * gcc.dg/vect/vect-54.c: Make constant input data file-scope
164         to prevent constant propagation.
165         * gcc.dg/vect/vect-56.c: Likewise.
166         * gcc.dg/vect/vect-58.c: Likewise.
167         * gcc.dg/vect/vect-60.c: Likewise.
168         * gcc.dg/vect/no-vfa-vect-57.c: Likewise.
169         * gcc.dg/vect/no-vfa-vect-61.c: Likewise.
170         * gcc.dg/tree-prof/stringop-2.c: Adjust expected outcome.
171
172 2009-04-09  Richard Guenther  <rguenther@suse.de>
173
174         * gcc.dg/tree-ssa/ssa-ccp-25.c: New testcase.
175         * gcc.dg/tree-ssa/ssa-ccp-26.c: Likewise.
176
177 2009-04-09  Joseph Myers  <joseph@codesourcery.com>
178
179         PR c/39613
180         * gcc.dg/case-const-1.c, gcc.dg/case-const-2.c, gcc.dg/case-const-3.c:
181         New tests.
182
183 2009-04-08  Joseph Myers  <joseph@codesourcery.com>
184
185         * gcc.dg/c99-stdint-1.c: Fix cut-and-paste mistakes in test.
186         * gcc.dg/c99-stdint-7.c, gcc.dg/c99-stdint-8.c: New tests.
187
188 2009-04-08  Jakub Jelinek  <jakub@redhat.com>
189
190         * g++.dg/debug/dwarf2/static-data-member1.C: New test.
191
192 2009-04-08  Jason Merrill  <jason@redhat.com>
193
194         PR c++/25185
195         * g++.dg/template/error40.C: Add another test.
196
197 2009-04-08  Joseph Myers  <joseph@codesourcery.com>
198
199         PR c/39614
200         PR c/39673
201         * gcc.c-torture/compile/pr39614-1.c,
202         gcc.c-torture/compile/pr39614-2.c,
203         gcc.c-torture/compile/pr39614-3.c,
204         gcc.c-torture/compile/pr39614-4.c,
205         gcc.c-torture/compile/pr39614-5.c,
206         gcc.c-torture/compile/pr39673-1.c,
207         gcc.c-torture/compile/pr39673-2.c: New tests.
208         * gcc.dg/gnu89-const-expr-2.c, gcc.dg/gnu99-const-expr-2.c: Test
209         more cases.
210         * gcc.dg/overflow-warn-1.c, gcc.dg/overflow-warn-2.c,
211         gcc.dg/overflow-warn-3.c, gcc.dg/overflow-warn-4.c: Update
212         expected errors.
213
214 2009-04-08  Dodji Seketeli  <dodji@redhat.com>
215
216         PRc++/39637
217         * g++.dg/cpp0x/variadic-crash2.C: New test.
218
219 2009-04-08  Paul Thomas  <pault@gcc.gnu.org>
220
221         PR fortran/38863
222         * gfortran.dg/alloc_comp_result_1.f90: New test.
223
224 2009-04-07  Jason Merrill  <jason@redhat.com>
225
226         PR c++/34691
227         * g++.dg/overload/extern-C-1.C: New.
228
229 2009-04-07  Dominique d'Humieres  <dominiq@lps.ens.fr>
230
231         PR testsuite/39325
232         * gcc.misc-tests/linkage.exp: Use -m64 for 64-bit *86*-darwin.
233
234 2009-04-07  Jason Merrill  <jason@redhat.com>
235
236         PR c++/25185
237         * g++.dg/template/error40.C: New.
238
239 2009-04-07  Janus Weil  <janus@gcc.gnu.org>
240
241         PR fortran/38152
242         * gfortran.dg/proc_ptr_13.f90: Add "-g" option.
243
244 2009-04-07  Eric Botcazou  <ebotcazou@adacore.com>
245
246         * gnat.dg/subp_elim_errors.ad[sb]: New test.
247
248 2009-04-07  Janus Weil  <janus@gcc.gnu.org>
249
250         PR fortran/38290
251         * gfortran.dg/proc_decl_1.f90: Modified.
252         * gfortran.dg/proc_ptr_11.f90: Extended.
253         * gfortran.dg/proc_ptr_13.f90: Modified.
254
255 2009-04-06  Jason Merrill  <jason@redhat.com>
256
257         PR c++/35146
258         * g++.dg/template/fnspec1.C: New.
259
260 2009-04-06  Laurent GUERBY  <laurent@guerby.net>
261
262         * lib/gnat.exp: Handle multilib.
263         
264 2009-04-06  Paul Thomas  <pault@gcc.gnu.org>
265
266         PR fortran/38863
267         * gfortran.dg/dependency_23.f90: New test.
268
269 2009-04-06  Richard Guenther  <rguenther@suse.de>
270
271         PR tree-optimization/28868
272         * gcc.dg/tree-ssa/ssa-fre-21.c: New testcase.
273         * gcc.dg/tree-ssa/ssa-sccvn-1.c: Adjust.
274         * gcc.dg/tree-ssa/ssa-sccvn-2.c: Likewise.
275         * gcc.dg/tree-ssa/ssa-sccvn-4.c: Likewise.
276
277 2009-04-06  Andrew Stubbs  <ams@codesourcery.com>
278
279         * gcc.dg/pragma-isr-trapa2.c: Skip test for FPU-less architectures.
280
281 2009-04-06  Andrew Stubbs  <ams@codesourcery.com>
282
283         * gcc.target/sh/sh4a-memmovua.c: Include string.h instead of stdlib.h.
284
285 2009-04-06  Andrew Stubbs  <ams@codesourcery.com>
286
287         * gcc.target/sh/sh4a-bitmovua.c (y0): Rename to y_0 to avoid a clash
288         with the built-in y0, and the subsequent warning.
289         (y1): Likewise, rename to y_1.
290
291 2009-04-06  Janus Weil  <janus@gcc.gnu.org>
292
293         PR fortran/39414
294         * gfortran.dg/proc_decl_21.f90: New.
295
296 2009-04-06  Paul Thomas  <pault@gcc.gnu.org>
297
298         PR fortran/36091
299         * gfortran.dg/forall_13.f90: Add -fbounds-check option.
300
301 2009-04-06  Hans-Peter Nilsson  <hp@axis.com>
302
303         * gfortran.dg/namelist_51.f90, gfortran.dg/utf8_2.f03,
304         gfortran.dg/namelist_48.f90, gfortran.dg/read_repeat.f90,
305         gfortran.dg/streamio_9.f90, gfortran.dg/widechar_IO_1.f90,
306         gfortran.dg/namelist_50.f90, gfortran.dg/namelist_52.f90,
307         gfortran.dg/utf8_1.f03, gfortran.dg/namelist_56.f90,
308         gfortran.dg/namelist_49.f90: Gate test on effective_target
309         fd_truncate.
310         * gfortran.dg/widechar_IO_3.f90: Ditto.  Fix typo in comment.
311
312 2009-04-05  Daniel Kraft  <d@domob.eu>
313
314         PR fortran/38654
315         * gfortran.dg/read_float_2.f03
316         * gfortran.dg/read_float_3.f90
317
318 2009-04-05  Richard Guenther  <rguenther@suse.de>
319
320         PR tree-optimization/39648
321         * gcc.c-torture/compile/pr39648.c: New testcase.
322
323 2009-04-05  Jason Merrill  <jason@redhat.com>
324
325         PR c++/14912
326         * g++.dg/template/error39.C: New.
327
328 2009-04-05  Daniel Franke  <franke.daniel@gmail.com>
329
330         PR fortran/29458
331         * gfortran.dg/implied_do_1.f90: New.
332
333 2009-04-04  Tobias Burnus  <burnus@net-b.de>
334
335         PR fortran/39577
336         * gfortran.dg/recursive_check_8.f90: New.
337         * gfortran.dg/recursive_check_9.f90: New.
338         * gfortran.dg/recursive_check_10.f90: New.
339         * gfortran.dg/recursive_check_11.f90: New.
340         * gfortran.dg/recursive_check_12.f90: New.
341         * gfortran.dg/recursive_check_13.f90: New.
342         * gfortran.dg/recursive_check_14.f90: New.
343
344 2009-04-04  Jason Merrill  <jason@redhat.com>
345
346         PR c++/25185
347         * g++.dg/template/error38.C: Add more tests.
348
349 2009-04-04  Paul Thomas  <pault@gcc.gnu.org>
350
351         PR fortran/37614
352         * gfortran.dg/common_align_2.f90: New test.
353
354 2009-04-04  Richard Guenther  <rguenther@suse.de>
355
356         PR tree-optimization/8781
357         PR tree-optimization/37892
358         * g++.dg/tree-ssa/pr8781.C: New testcase.
359         * gcc.dg/tree-ssa/ssa-pre-25.c: Likewise.
360
361 2009-04-04  Richard Guenther  <rguenther@suse.de>
362
363         PR tree-optimization/39636
364         * gcc.c-torture/compile/pr39636.c: New testcase.
365
366 2009-04-03  H.J. Lu  <hongjiu.lu@intel.com>
367
368         PR rtl-optimization/39607
369         * g++.dg/opt/pr39607.C: New.
370
371 2009-04-03  Tobias Burnus  <burnus@net-b.de>
372
373         PR fortran/39594
374         * gfortran.dg/common_12.f90: New.
375
376 2009-04-03  Jason Merrill  <jason@redhat.com>
377
378         PR c++/39608
379         * g++.dg/template/const2.C: New test.
380
381 2009-04-03  Richard Guenther  <rguenther@suse.de>
382
383         PR tree-optimization/2480
384         PR tree-optimization/23086
385         * gcc.dg/tree-ssa/pr2480.c: New testcase.
386         * gcc.dg/tree-ssa/pr23086.c: Likewise.
387
388 2009-04-03  Richard Guenther  <rguenther@suse.de>
389
390         PR tree-optimization/34743
391         * gcc.dg/pr38984.c: Remove XFAIL, adjust.
392         * gcc.dg/tree-ssa/20070302-1.c: Remove XFAIL.
393         * gcc.dg/tree-ssa/alias-18.c: Likewise.
394         * gcc.dg/tree-ssa/sra-3.c: Likewise.
395         * gcc.dg/vect/no-vfa-vect-49.c: Likewise.
396         * gcc.dg/vect/no-vfa-vect-53.c: Likewise.
397         * gcc.dg/vect/no-vfa-vect-57.c: Likewise.
398         * gcc.dg/vect/no-vfa-vect-61.c: Likewise.
399
400 2009-04-03  Richard Guenther  <rguenther@suse.de>
401
402         PR middle-end/13146
403         PR tree-optimization/23940
404         PR tree-optimization/33237
405         PR middle-end/33974
406         PR middle-end/34093
407         PR tree-optimization/36201
408         PR tree-optimization/36230
409         PR tree-optimization/38049
410         PR tree-optimization/38207
411         PR tree-optimization/38230
412         PR tree-optimization/38301
413         PR tree-optimization/38585
414         PR middle-end/38895
415         PR tree-optimization/38985
416         PR tree-optimization/39299
417         * gcc.dg/pr19633-1.c: Adjust.
418         * gcc.dg/torture/pta-callused-1.c: Likewise.
419         * gcc.dg/torture/pr39074-2.c: Likewise.
420         * gcc.dg/torture/pr39074.c: Likewise.
421         * gcc.dg/torture/pta-ptrarith-3.c: New testcase.
422         * gcc.dg/torture/pr30375.c: Adjust.
423         * gcc.dg/torture/pr33563.c: Likewise.
424         * gcc.dg/torture/pr33870.c: Likewise.
425         * gcc.dg/torture/pr33560.c: Likewise.
426         * gcc.dg/torture/pta-structcopy-1.c: New testcase.
427         * gcc.dg/torture/ssa-pta-fn-1.c: Likewise.
428         * gcc.dg/tree-ssa/alias-15.c: Remove.
429         * gcc.dg/tree-ssa/ssa-dce-4.c: New testcase.
430         * gcc.dg/tree-ssa/pr26421.c: Adjust.
431         * gcc.dg/tree-ssa/ssa-fre-10.c: XFAIL.
432         * gcc.dg/tree-ssa/ssa-dce-5.c: New testcase.
433         * gcc.dg/tree-ssa/pr23382.c: Adjust.
434         * gcc.dg/tree-ssa/ssa-fre-20.c: New testcase.
435         * gcc.dg/tree-ssa/alias-16.c: Adjust.
436         * gcc.dg/tree-ssa/ssa-fre-13.c: Likewise.
437         * gcc.dg/tree-ssa/ssa-fre-14.c: Likewise.
438         * gcc.dg/tree-ssa/alias-18.c: Likewise.
439         * gcc.dg/tree-ssa/ssa-fre-15.c: Likewise.
440         * gcc.dg/tree-ssa/ssa-lim-3.c: Likewise.
441         * gcc.dg/tree-ssa/alias-19.c: Likewise.
442         * gcc.dg/tree-ssa/pta-ptrarith-1.c: New testcase.
443         * gcc.dg/tree-ssa/pr13146.c: Likewise.
444         * gcc.dg/tree-ssa/ssa-pre-23.c: Likewise.
445         * gcc.dg/tree-ssa/pta-ptrarith-2.c: Likewise.
446         * gcc.dg/tree-ssa/ssa-fre-18.c: Likewise.
447         * gcc.dg/tree-ssa/ssa-pre-24.c: New XFAILed testcase.
448         * gcc.dg/tree-ssa/ssa-fre-19.c: New testcase.
449         * gcc.dg/tree-ssa/alias-20.c: Likewise.
450         * gcc.dg/tree-ssa/ssa-dse-12.c: Likewise.
451         * gcc.dg/tree-ssa/pr38895.c: Likewise.
452         * gcc.dg/uninit-B.c: XFAIL.
453         * gcc.dg/vect/no-vfa-vect-43.c: Adjust.
454         * gcc.dg/uninit-pr19430.c: XFAIL.
455         * g++.dg/tree-ssa/pr13146.C: New testcase.
456         * g++.dg/opt/pr36187.C: Adjust.
457         * g++.dg/torture/20090329-1.C: New testcase.
458
459 2009-04-02  Chao-ying Fu  <fu@mips.com>
460
461         * gcc.target/mips/interrupt_handler.c: New test.
462
463 2009-04-02  David Ayers  <ayers@fsfe.org>
464
465         PR objc/18456
466         * objc.dg/bad-receiver-type-2.m: New test contributed by
467         Alexander Mamberg.
468
469 2009-04-02  Jason Merrill  <jason@redhat.com>
470
471         PR c++/25185
472         * g++.dg/template/error38.C: New test.
473
474 2009-04-02  Janis Johnson  <janis187@us.ibm.com>
475
476         PR tree-optimization/31677
477         * gcc.dg/memcpy-1.c: Add compiler option.
478
479 2009-04-02  Ira Rosen  <irar@il.ibm.com>
480
481         PR tree-optimization/39595
482         * gfortran.dg/vect/O3-pr39595.f: New test.
483
484 2009-04-02  Dodji Seketeli  <dodji@redhat.com>
485
486         PR c++/26693
487         * g++.dg/template/typedef11.C: New test.
488         * g++.dg/template/typedef12.C: Likewise.
489         * g++.dg/template/typedef13.C: Likewise.
490         * g++.dg/template/typedef14.C: Likewise.
491         * g++.dg/template/typedef15.C: Likewise.
492         * g++.dg/template/typedef16.C: Likewise.
493         * g++.dg/template/sfinae3.C: Compile this pedantically.
494         The only errors expected should be the one saying the typedef is ill
495         formed.
496         * g++.old-deja/g++.pt/typename8.C: Likewise.
497         * g++.dg/template/access11.C: Update this.
498
499 2009-04-02  Richard Guenther  <rguenther@suse.de>
500
501         PR tree-optimization/37221
502         * gcc.c-torture/compile/20090331-1.c: New testcase.
503
504 2009-04-01  Eric Botcazou  <ebotcazou@adacore.com>
505
506         * gcc.c-torture/compile/20090401-1.c: New test.
507
508 2009-04-01  H.J. Lu  <hongjiu.lu@intel.com>
509
510         PR c++/4926
511         * g++.dg/template/pr4926-1.C: New.
512
513 2009-04-01  Xinliang David Li  <davidxl@google.com>
514
515         * gcc.target/i386/all_one_m128i.c: New test.
516
517 2009-04-01  Janis Johnson  <janis187@us.ibm.com>
518
519         PR c/39027
520         * gcc.dg/fltconst-1.c: Don't error for use of d or D in suffix.
521         * gcc.dg/fltconst-2.c: New test.
522         * gcc.dg/fltconst-double-pedantic-1.c: New test.
523         * gcc.dg/fltconst-double-pedantic-2.c: New test.
524
525         PR c/33466
526         * gcc.dg/cpp/pr33466.c: New test.
527         * gcc.dg/dfp/pr33466.c: New test.
528         * gcc.dg/fixed-point/pr33466.c: New test.
529
530 2009-04-01  H.J. Lu  <hongjiu.lu@intel.com>
531
532         PR tree-optimization/35011
533         * g++.dg/other/pr35011.C: New.
534
535 2009-04-01  Jakub Jelinek  <jakub@redhat.com>
536
537         PR target/39226
538         * gcc.dg/pr39226.c: New test.
539
540 2009-04-01  H.J. Lu  <hongjiu.lu@intel.com>
541
542         PR c++/35240
543         * g++.dg/template/pr35240.C: New.
544
545 2009-04-01  Joseph Myers  <joseph@codesourcery.com>
546
547         PR c/39605
548         * gcc.dg/vla-17.c, gcc.dg/vla-18.c: New tests.
549         * gcc.dg/pr25682.c: Update expected diagnostics.
550
551 2009-04-01  Richard Guenther  <rguenther@suse.de>
552
553         * gcc.dg/fold-plusmult-2.c: New testcase.
554
555 2009-04-01  Jakub Jelinek  <jakub@redhat.com>
556
557         PR c/37772
558         * gcc.dg/pr37772.c: New test.
559         * g++.dg/ext/asm11.C: New test.
560
561 2009-04-01  H.J. Lu  <hongjiu.lu@intel.com>
562
563         * lib/target-libpath.exp (restore_ld_library_path_env_vars): Always
564         restore GCC_EXEC_PREFIX to its original value, or unset if it was not
565         defined.
566
567 2009-03-31  Jason Merrill  <jason@redhat.com>
568
569         * g++.old-deja/g++.other/using9.C: Add expected errors.
570
571 2009-03-31  H.J. Lu  <hongjiu.lu@intel.com>
572
573         * gcc.c-torture/compile/pr33009.c: Removed.
574
575 2009-03-31  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
576
577         * gcc.c-torture/compile/pr33009.c: Delete.
578         * gcc.c-torture/compile/pr11832.c: Likewise.
579
580 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
581
582         PR c/448
583         * lib/target-supports.exp (check_effective_target_stdint_types):
584         Update comment.
585         (check_effective_target_inttypes_types): New.
586         * gcc.dg/c99-stdint-1.c, gcc.dg/c99-stdint-2.c,
587         gcc.dg/c99-stdint-3.c, gcc.dg/c99-stdint-4.c,
588         gcc.dg/c99-stdint-5.c, gcc.dg/c99-stdint-6.c: New tests.
589
590 2009-03-31  Paul Thomas  <pault@gcc.gnu.org>
591
592         PR fortran/38917
593         PR fortran/38918
594         * gfortran.dg/data_pointer_1.f90: New test.
595
596 2009-03-31  Paul Thomas  <pault@gcc.gnu.org>
597
598         PR fortran/38915
599         * gfortran.dg/char_length_15.f90: New test.
600
601 2009-03-31  Jason Merrill  <jason@redhat.com>
602
603         C++ DR 613
604         * g++.old-deja/g++.dg/cpp0x/decltype3.C: Remove expected errors.
605         * g++.old-deja/g++.ext/typeof2.C: Remove expected errors.
606         * g++.old-deja/g++.other/sizeof2.C: Remove some expected errors,
607         xfail others.
608
609         * g++.dg/other/typedef2.C: New test.
610
611         PR c++/37806
612         * g++.dg/template/typedef17.C: New test.
613
614         * g++.dg/cpp0x/auto6.C: Adjust expected mangling.
615         * g++.dg/cpp0x/auto12.C: Likewise.
616
617 2009-03-31  Richard Guenther  <rguenther@suse.de>
618
619         PR middle-end/31029
620         * gcc.dg/fold-compare-4.c: New testcase.
621         * gcc.dg/fold-compare-5.c: Likewise.
622
623 2009-03-31  Richard Guenther  <rguenther@suse.de>
624
625         * gcc.dg/tree-ssa/forwprop-12.c: New testcase.
626
627 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
628
629         PR target/39592
630         * gcc.target/i386/pr39592-1.c: New test.
631
632 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
633
634         PR preprocessor/15638
635         * gcc.dg/cpp/missing-header-1.c: New test.
636         * gcc.dg/cpp/include2.c: Only test #include <>.  Expect
637         "compilation terminated" message.
638         * gcc.dg/cpp/include2a.c: New test.  Copy of include2.c but only
639         test #include "".
640         * gcc.dg/pch/counter-2.c, gcc.dg/pch/valid-1.c,
641         gcc.dg/pch/valid-2.c, gcc.dg/pch/warn-1.c: Expect "compilation
642         terminated" message.
643
644 2009-03-31  Richard Guenther  <rguenther@suse.de>
645
646         PR middle-end/23401
647         PR middle-end/27810
648         * gcc.dg/tree-ssa/pr23401.c: New testcase.
649         * gcc.dg/tree-ssa/pr27810.c: Likewise.
650
651 2009-03-30  Steven G. Kargl  <kargls@comcast.net>
652
653         PR fortran/38389
654         * gfortran.dg/alloc_alloc_expr_1.f90: Adjust for new error message.
655         * gfortran.dg/allocate_alloc_opt_1.f90: New test.
656         * gfortran.dg/allocate_alloc_opt_2.f90: Ditto.
657         * gfortran.dg/allocate_alloc_opt_3.f90: Ditto.
658         * gfortran.dg/deallocate_alloc_opt_1.f90: Ditto.
659         * gfortran.dg/deallocate_alloc_opt_2.f90: Ditto.
660         * gfortran.dg/deallocate_alloc_opt_3.f90: Ditto.
661
662 2009-03-30  Paul Thomas  <pault@gcc.gnu.org>
663
664         PR fortran/22571
665         * gfortran.dg/whole_file_1.f90: New test.
666         PR fortran/26227
667         * gfortran.dg/whole_file_2.f90: New test.
668         * gfortran.dg/whole_file_3.f90: New test.
669         PR fortran/24886
670         * gfortran.dg/whole_file_4.f90: New test.
671
672 2009-03-30  Jakub Jelinek  <jakub@redhat.com>
673
674         * gfortran.dg/bind_c_usage_19.f90: New test.
675
676         PR target/39558
677         * gcc.target/powerpc/altivec-29.c: New test.
678
679 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
680
681         PR rtl-optimization/323
682         * gcc.target/i386/excess-precision-1.c,
683         gcc.target/i386/excess-precision-2.c,
684         gcc.target/i386/excess-precision-3.c,
685         gcc.target/i386/excess-precision-4.c,
686         gcc.target/i386/excess-precision-5.c,
687         gcc.target/i386/excess-precision-6.c: New tests.
688
689 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
690
691         PR c/35235
692         * gcc.dg/c99-array-lval-8.c: New test.
693
694 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
695
696         PR preprocessor/34695
697         * gcc.dg/builtin-redefine.c, gcc.dg/cpp/redef2.c,
698         gcc.dg/cpp/redef3.c, gcc.dg/cpp/trad/redef2.c: Use dg-message
699         instead of dg-warning for "previous definition" messages.
700         * gcc.dg/cpp/Wvariadic-1.c, gcc.dg/cpp/Wvariadic-3.c: Expect
701         "warnings being treated as errors" message.
702         * gcc.dg/fltconst-1.c: Use -fshow-column.
703
704 2009-03-29  Steven G. Kargl  <kargl@gcc.gnu.org>
705
706         PR fortran/38823
707         * gfortran.dg/power1.f90: New test.
708
709 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
710
711         PR c/456
712         PR c/5675
713         PR c/19976
714         PR c/29116
715         PR c/31871
716         PR c/35198
717         * gcc.c-torture/compile/20081108-1.c,
718         gcc.c-torture/compile/20081108-2.c,
719         gcc.c-torture/compile/20081108-3.c, gcc.dg/bconstp-2.c,
720         gcc.dg/bconstp-3.c, gcc.dg/bconstp-4.c, gcc.dg/c90-const-expr-6.c,
721         gcc.dg/c90-const-expr-7.c, gcc.dg/c90-const-expr-8.c,
722         gcc.dg/c90-const-expr-9.c, gcc.dg/c90-const-expr-10.c,
723         gcc.dg/c90-const-expr-11.c, gcc.dg/c99-const-expr-6.c,
724         gcc.dg/c99-const-expr-7.c, gcc.dg/c99-const-expr-8.c,
725         gcc.dg/c99-const-expr-9.c, gcc.dg/c99-const-expr-10.c,
726         gcc.dg/c99-const-expr-11.c, gcc.dg/c99-const-expr-12.c,
727         gcc.dg/c99-const-expr-13.c, gcc.dg/compare10.c,
728         gcc.dg/gnu89-const-expr-1.c, gcc.dg/gnu89-const-expr-2.c,
729         gcc.dg/gnu99-const-expr-1.c, gcc.dg/gnu99-const-expr-2.c,
730         gcc.dg/gnu99-const-expr-3.c, gcc.dg/vla-12.c, gcc.dg/vla-13.c,
731         gcc.dg/vla-14.c, gcc.dg/vla-15.c, gcc.dg/vla-16.c: New tests.
732         * gcc.dg/c90-const-expr-1.c, gcc.dg/c90-const-expr-2.c,
733         gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-2.c,
734         gcc.dg/c99-const-expr-3.c, gcc.dg/c99-static-1.c: Remove XFAILs.
735         * gcc.dg/c90-const-expr-2.c: Use ZERO in place of 0 in another
736         case.
737         * gcc.dg/overflow-warn-1.c, gcc.dg/overflow-warn-2.c,
738         gcc.dg/overflow-warn-3.c, gcc.dg/overflow-warn-4.c: Remove
739         XFAILs.  Update expected messages.
740         * gcc.dg/pr14649-1.c, gcc.dg/pr19984.c, gcc.dg/pr25682.c: Update
741         expected messages.
742         * gcc.dg/real-const-1.c: Replace with test from original PR.
743         * gcc.dg/vect/pr32230.c: Use intermediate cast to __PTRDIFF_TYPE__
744         when casting from non-constant integer to pointer.
745
746 2009-03-29  Richard Guenther  <rguenther@suse.de>
747
748         * gcc.dg/tree-ssa/forwprop-11.c: New testcase.
749
750 2009-03-29  Daniel Kraft  <d@domob.eu>
751
752         PR fortran/37423
753         * gfortran.dg/typebound_proc_4.f03: Remove not-implemented check for
754         DEFERRED bindings.
755         * gfortran.dg/typebound_proc_9.f03: New test.
756         * gfortran.dg/typebound_proc_10.f03: New test.
757         * gfortran.dg/typebound_proc_11.f03: New test.
758         * gfortran.dg/abstract_type_5.f03: New test.
759
760 2008-03-29  Tobias Schlüter  <tobi@gcc.gnu.org>
761
762         PR fortran/38507
763         * gfortran.dg/do_4.f: New.
764         * gfortran.dg/goto_2.f90: Correct expected warnings.
765         * gfortran.dg/goto_4.f90: Likewise.
766         * gfortran.dg/goto_5.f90: New.
767
768 2009-03-29  H.J. Lu  <hongjiu.lu@intel.com>
769
770         PR target/39545
771         * gcc.c-torture/compile/pr16566-2.c: Add -Wno-psabi for x86-64.
772
773         * gcc.target/i386/pr39545-1.c: New.
774         * gcc.target/i386/pr39545-2.c: Likewise.
775
776         * gcc.target/x86_64/abi/test_passing_structs.c (flex1_struct): New.
777         (flex2_struct): Likewise.
778         (check_struct_passing7): Likewise.
779         (check_struct_passing8): Likewise.
780         (f1s): Likewise.
781         (f2s): Likewise.
782         (main): Call check_struct_passing7 and check_struct_passing8.
783
784 2009-03-29  Richard Guenther  <rguenther@suse.de>
785
786         * gcc.c-torture/execute/20090113-1.c: New testcase.
787         * gcc.c-torture/execute/20090113-2.c: Likewise.
788         * gcc.c-torture/execute/20090113-3.c: Likewise.
789         * gcc.c-torture/execute/20090207-1.c: Likewise.
790         * gcc.c-torture/compile/20090114-1.c: Likewise.
791         * gcc.c-torture/compile/20090328-1.c: Likewise.
792         * gcc.dg/noncompile/920507-1.c: Fix out-of-bounds array access.
793
794 2009-03-29  David Ayers  <ayers@fsfe.org>
795
796         PR objc/27377
797         * objc.dg/conditional-1.m: New tests.
798         
799 2009-03-28  Adam Nemet  <anemet@caviumnetworks.com>
800
801         * gcc.dg/winline-10.c: New test.
802
803 2009-03-28  Tobias Burnus  <burnus@net-b.de>
804
805         PR fortran/34656
806         * gfortran.dg/do_check_1.f90: Add test.
807         * gfortran.dg/do_check_2.f90: Add test.
808         * gfortran.dg/do_check_3.f90: Add test.
809         * gfortran.dg/do_check_4.f90: Add test.
810
811 2009-03-28  Jan Hubicka  <jh@suse.cz>
812
813         * gcc.dg/attr-noinline.c: Avoid pure-const optimization.
814         * gcc.dg/pr33826.c: Update dump files.
815         * gcc.dg/ipa/ipa-3.c: Avoid pure-const optimization.
816         * gcc.dg/ipa/ipa-5.c: Avoid pure-const optimization.
817
818 2009-03-28  Martin Jambor  <mjambor@suse.cz>
819
820         * g++.dg/tree-ssa/fwprop-align.C: New test.
821
822 2009-03-28  Jakub Jelinek  <jakub@redhat.com>
823
824         * gcc.target/powerpc/altivec-28.c: New test.
825
826         PR c++/39554
827         * gcc.dg/wdisallowed-functions-1.c: Removed.
828         * gcc.dg/wdisallowed-functions-2.c: Removed.
829         * gcc.dg/wdisallowed-functions-3.c: Removed.
830         * g++.dg/warn/Wdisallowed-functions-1.C: Removed.
831         * g++.dg/warn/Wdisallowed-functions-2.C: Removed.
832         * g++.dg/warn/Wdisallowed-functions-3.C: Removed.
833
834 2009-03-28  Richard Guenther  <rguenther@suse.de>
835
836         PR tree-optimization/38723
837         * gcc.dg/tree-ssa/ssa-fre-22.c: New testcase.
838
839 2009-03-28  Paul Thomas  <pault@gcc.gnu.org
840
841         PR fortran/38538
842         * gfortran.dg/char_result_13.f90: New test.
843
844 2009-03-28  Paul Thomas  <pault@gcc.gnu.org>
845
846         PR fortran/38765
847         * gfortran.dg/alloc_comp_assign_9.f90: New test.
848
849 2009-03-28  Daniel Kraft  <d@domob.eu>
850
851         * gfortran.dg/trim_1.f90: New test.
852
853 2009-03-28  Richard Guenther  <rguenther@suse.de>
854
855         * gcc.dg/Warray-bounds.c: Do not use redundant stores.
856         * g++.dg/warn/Warray-bounds.C: Likewise.
857
858 2009-03-28  Tobias Burnus  <burnus@net-b.de>
859
860         PR fortran/32626
861         * gfortran.dg/recursive_check_7.f90: New test.
862
863 2009-03-28  Tobias Burnus  <burnus@net-b.de>
864
865         PR fortran/38432
866         * gfortran.dg/do_check_5.f90: New test.
867         * gfortran.dg/array_constructor_11.f90: Add dg-warning.
868         * gfortran.dg/array_constructor_18.f90: Ditto.
869         * gfortran.dg/array_constructor_22.f90: Ditto.
870         * gfortran.dg/do_3.F90: Ditto.
871         * gfortran.dg/do_1.f90: Ditto.
872
873 2009-03-28  Richard Guenther  <rguenther@suse.de>
874
875         PR tree-optimization/38180
876         * gcc.dg/tree-ssa/ssa-ccp-24.c: New testcase.
877
878 2009-03-28  Richard Guenther  <rguenther@suse.de>
879
880         PR tree-optimization/38513
881         * gcc.dg/tree-ssa/ssa-fre-21.c: New testcase.
882         * gcc.dg/tree-ssa/ssa-dse-11.c: Adjust.
883         * gcc.dg/vect/vect-reduc-dot-u8a.c: Likewise.
884         * gcc.dg/vect/vect-reduc-dot-u8b.c: Likewise.
885         * gcc.dg/vect/slp-widen-mult-u8.c: Likewise.
886         * gcc.dg/vect/vect-multitypes-16.c: Likewise.
887         * gcc.dg/vect/vect-35.c: Likewise.
888         * gcc.dg/vect/wrapv-vect-reduc-dot-s8b.c: Likewise.
889         * gcc.dg/vect/vect-multitypes-17.c: Likewise.
890         * gcc.dg/vect/slp-widen-mult-s16.c: Likewise.
891
892 2009-03-28  Richard Guenther  <rguenther@suse.de>
893
894         PR tree-optimization/38968
895         * gfortran.dg/vect/fast-math-pr38968.f90: New testcase.
896
897 2009-03-28  Richard Guenther  <rguenther@suse.de>
898
899         PR tree-optimization/37795
900         * gcc.dg/tree-ssa/ssa-ifcombine-7.c: New testcase.
901
902 2009-03-28  Joseph Myers  <joseph@codesourcery.com>
903
904         * g++.old-deja/g++.ext/attrib5.C, g++.old-deja/g++.jason/thunk3.C,
905         gcc.c-torture/compile/981006-1.c: Don't XFAIL or add special
906         options for removed targets.
907
908 2009-03-27  Richard Guenther  <rguenther@suse.de>
909
910         PR tree-optimization/39120
911         * gcc.c-torture/execute/pr39120.c: New testcase.
912
913 2009-03-27  Richard Guenther  <rguenther@suse.de>
914
915         PR tree-optimization/39120
916         * gcc.dg/torture/pta-callused-1.c: New testcase.
917
918 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
919
920         PR middle-end/39315
921         * gcc.target/i386/pr39315-1.c: New.
922         * gcc.target/i386/pr39315-2.c: Likewise.
923         * gcc.target/i386/pr39315-3.c: Likewise.
924         * gcc.target/i386/pr39315-4.c: Likewise.
925         * gcc.target/i386/pr39315-check.c: Likewise.
926
927 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
928
929         PR c/39323
930         * gcc.dg/pr39323-1.c: New.
931         * gcc.dg/pr39323-2.c: Likewise.
932         * gcc.dg/pr39323-3.c: Likewise.
933
934 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
935
936         PR target/38034
937         * gcc.target/ia64/sync-1.c: New.
938
939 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
940
941         PR target/39472
942         * gcc.target/x86_64/abi/callabi/func-2a.c: New.
943         * gcc.target/x86_64/abi/callabi/func-2b.c: Likewise.
944         * gcc.target/x86_64/abi/callabi/func-indirect-2a.c: Likewise.
945         * gcc.target/x86_64/abi/callabi/func-indirect-2b.c: Likewise.
946         * gcc.target/x86_64/abi/callabi/vaarg-4a.c: Likewise.
947         * gcc.target/x86_64/abi/callabi/vaarg-4b.c: Likewise.
948         * gcc.target/x86_64/abi/callabi/vaarg-5a.c: Likewise.
949         * gcc.target/x86_64/abi/callabi/vaarg-5b.c: Likewise.
950
951 2009-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
952
953         * gcc.dg/torture/builtin-explog-1.c: Remove tests that aren't true
954         for low precision (i.e. float).
955
956 2009-03-27  Dodji Seketeli  <dodji@redhat.com>
957             Jakub Jelinek  <jakub@redhat.com>
958
959         PR debug/37959
960         * g++.dg/debug/dwarf2/explicit-constructor.C: New test.
961
962 2009-03-27  Jakub Jelinek  <jakub@redhat.com>
963
964         * gcc.dg/memmove-2.c: New test.
965         * gcc.dg/memmove-3.c: New test.
966
967         * gcc.dg/ipa/ipacost-1.c: Adjust match pattern for change
968         in clone naming.
969
970 2009-03-27  Xinliang David Li  <davidxl@google.com>
971
972         PR tree-optimization/39557
973         * g++.dg/tree-ssa/dom-invalid.C: New test.
974
975 2009-03-27  Xinliang David Li  <davidxl@google.com>
976
977         PR tree-optimization/39548
978         * g++.dg/tree-ssa/copyprop.C: New test.
979
980 2009-03-27  Andrew Pinski  <andrew_pinski@playstation.sony.com>
981
982         PR c++/38638
983         * g++.dg/template/typename17.C: New testcase.
984         * g++.dg/template/typename18.C: New testcase.
985
986 2009-03-27  Andrew Pinski  <andrew_pinski@playstation.sony.com>
987
988         PR c++/36799
989         * g++.dg/other/var_copy-1.C: New test.
990
991 2009-03-27  Simon Martin  <simartin@users.sourceforge.net>
992
993         PR c++/37647
994         * g++.dg/parse/ctor9.C: New test.
995
996 2009-03-27  Simon Martin  <simartin@users.sourceforge.net>
997
998         PR c++/29727
999         * g++.dg/init/error2.C: New test.
1000
1001 2009-03-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1002
1003         PR c++/35652
1004         * gcc.dg/pr35652.C: New.
1005         * g++.dg/warn/pr35652.C: New.
1006         * gcc.dg/format/plus-1.c: Adjust message.
1007
1008 2009-03-26  Jakub Jelinek  <jakub@redhat.com>
1009
1010         PR c++/39554
1011         * gcc.dg/wdisallowed-functions-3.c: New test.
1012         * g++.dg/warn/Wdisallowed-functions-3.C: New test.
1013
1014 2009-03-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1015
1016         * gcc.dg/inline-33.c: Fix when pic.
1017
1018 2009-03-25  Alexander Monakov  <amonakov@ispras.ru>
1019
1020         * gcc.target/ia64/20090324-1.c: New test.
1021
1022 2009-03-25  Jakub Jelinek  <jakub@redhat.com>
1023
1024         PR c/27898
1025         * gcc.dg/pr27898.c: New test.
1026
1027         PR tree-optimization/32139
1028         * gcc.c-torture/compile/pr32139.c: New test.
1029
1030 2009-03-24  Jason Merrill  <jason@redhat.com>
1031
1032         PR c++/28274
1033         * g++.dg/parse/defarg14.C: New test.
1034
1035 2009-03-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1036
1037         PR libfortran/39528
1038         * gfortran.dg/read_repeat.f90: New test.
1039
1040 2009-03-24  Ira Rosen  <irar@il.ibm.com>
1041
1042         PR tree-optimization/39529
1043         * gcc.dg/vect/pr39529.c: New test.
1044
1045 2009-03-24  Dodji Seketeli  <dodji@redhat.com>
1046             Jakub Jelinek  <jakub@redhat.com>
1047
1048         PR debug/39524
1049         * g++.dg/debug/dwarf2/imported-decl-1.C: New test.
1050
1051 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
1052
1053         PR c/39495
1054         * gcc.dg/gomp/pr39495-2.c: Remove xfails.
1055
1056 2009-03-23  Jason Merrill  <jason@redhat.com>
1057
1058         * g++.dg/cpp0x/auto12.C: Add variadic test.
1059         
1060         PR c++/39526
1061         * g++.dg/warn/Wshadow-4.C: New test.
1062
1063 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
1064
1065         PR tree-optimization/39516
1066         * gfortran.dg/pr39516.f: New test.
1067
1068 2009-03-22  Hans-Peter Nilsson  <hp@axis.com>
1069
1070         * lib/target-libpath.exp (set_ld_library_path_env_vars):
1071         Correct TEST_GCC_EXEC_PREFIX test to check existence as a tcl
1072         variable, not environment variable.
1073
1074 2009-03-21  Jason Merrill  <jason@redhat.com>
1075
1076         PR c++/28879
1077         * g++.dg/ext/vla6.C: New test.
1078
1079 2009-03-20  Jason Merrill  <jason@redhat.com>
1080
1081         * g++.dg/cpp0x/initlist5.C: Add additional test.
1082
1083 2009-03-19  Jakub Jelinek  <jakub@redhat.com>
1084             Janis Johnson  <janis187@us.ibm.com>
1085
1086         * lib/compat.exp (compat-get-options-main, compat-get-options):
1087         Handle dg-prune-output in source file.
1088         * lib/gcc-defs.exp (${tool}_check_compile): Process prune requests.
1089         * gcc.dg/compat/struct-layout-1_main.c: Use dg-prune for warning.
1090         * gcc.dg/compat/struct-layout-1_generate.c: Use -Wno-abi, prune
1091         two warnings.
1092
1093 2009-03-19  Jakub Jelinek  <jakub@redhat.com>
1094
1095         PR c/39495
1096         * gcc.dg/gomp/pr39495-1.c: New test.
1097         * gcc.dg/gomp/pr39495-2.c: New test.
1098         * g++.dg/gomp/pr39495-1.C: New test.
1099         * g++.dg/gomp/pr39495-2.C: New test.
1100
1101         PR target/39496
1102         * gcc.target/i386/pr39496.c: New test.
1103         * g++.dg/other/pr39496.C: New test.
1104
1105 2009-03-19  Li Feng  <nemokingdom@gmail.com>
1106
1107         PR middle-end/39500
1108         * gcc.dg/autopar/pr39500-1.c: New.
1109         * gcc.dg/autopar/pr39500-2.c: New.
1110
1111 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
1112
1113         * g++.dg/dg.exp: Prune graphite.
1114
1115 2009-03-18  Sebastian Pop  <sebastian.pop@amd.com>
1116
1117         PR middle-end/39447
1118         * g++.dg/graphite: New.
1119         * g++.dg/graphite/graphite.exp: New.
1120         * g++.dg/graphite/pr39447.C: New.
1121
1122 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
1123
1124         PR c++/39425
1125         * g++.dg/template/pr39425.C: New.
1126
1127         * g++.dg/template/spec33.C: Updated.
1128
1129 2009-03-17  Jason Merrill  <jason@redhat.com>
1130
1131         * g++.dg/cpp0x/auto6.C, auto12.C: Update mangling.
1132
1133 2009-03-17  Paolo Carlini  <paolo.carlini@oracle.com>
1134
1135         PR c++/39475
1136         * g++.dg/ext/unary_trait_incomplete.C: New.
1137
1138 2009-03-17  Jing Yu  <jingyu@google.com>
1139
1140         PR middle-end/39378
1141         * g++.dg/inherit/thunk10.C: New test.
1142
1143 2009-03-17  Uros Bizjak  <ubizjak@gmail.com>
1144
1145         PR target/39482
1146         * gcc.target/i386/pr39482.c: New test.
1147
1148 2009-03-17  Jakub Jelinek  <jakub@redhat.com>
1149
1150         PR debug/39471
1151         * g++.dg/debug/dwarf2/imported-module-2.C: Expect
1152         DW_TAG_imported_module, not just any DW_TAG_imported prefixed tag.
1153         * g++.dg/debug/dwarf2/imported-module-3.C: Likewise.
1154         * g++.dg/debug/dwarf2/imported-module-4.C: Likewise.
1155
1156         PR middle-end/39443
1157         * gcc.dg/pr39443.c: New test.
1158
1159         PR debug/39412
1160         * gcc.dg/debug/pr39412.c: New test.
1161
1162 2009-03-17  Janis Johnson  <janis187@us.ibm.com>
1163
1164         PR testsuite/38526
1165         * lib/target-libpath.exp (set_ld_library_path_env_vars): Save
1166         existing GCC_EXEC_PREFIX, set to TEST_GCC_EXEC_PREFIX if that
1167         is defined.
1168         (restore_ld_library_path_env_vars): Restore GCC_EXEC_PREFIX to
1169         its original value, or unset if it was not defined.
1170         * gcc.dg/compat/struct-layout-1.exp: Use set/restore library
1171         path procs around use of HOSTCC.
1172         * g++.dg/compat/struct-layout-1.exp: Ditto.
1173         * objc.dg/gnu-encoding/gnu-encoding.exp: Ditto.
1174
1175 2009-03-16  H.J. Lu  <hongjiu.lu@intel.com>
1176
1177         * gcc.target/x86_64/abi/callabi/func-indirect.c (main): Return 0.
1178
1179 2009-03-16  Janis Johnson  <janis187@us.ibm.com>
1180
1181         Revert patch for PR testsuite/37630.
1182
1183         PR testsuite/37960
1184         * gcc.dg/pr11492.c: Replace constant and remove xfail.
1185
1186         PR testsuite/37630
1187         * lib/target-supports.exp (check_effective_target_ieee): New.
1188         * gcc.c-torture/execute/ieee/ieee.exp: Use it.
1189         * gcc.dg/20001012-1.c: Require ieee.
1190
1191         PR testsuite/37628
1192         * gcc.c-torture/execute/pr35456.x: New, skip test for vax.
1193
1194 2009-03-16  Jakub Jelinek  <jakub@redhat.com>
1195
1196         PR tree-optimization/39455
1197         * gcc.dg/pr39455.c: New test.
1198
1199 2009-03-13  David Ayers  <ayers@fsfe.org>
1200
1201         * objc/execute/trivial.m. New test.
1202
1203 2009-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
1204
1205         PR target/39137
1206         * testsuite/gcc.target/i386/stackalign/longlong-2.c: Skip on darwin.
1207
1208 2009-03-13  H.J. Lu  <hongjiu.lu@intel.com>
1209
1210         PR testsuite/39451
1211         * gcc.dg/asm-b.c: Use "Q" constraint on %b1/%h1 and "R"
1212         constraint on (%2).
1213
1214 2009-03-12  David Ayers  <ayers@fsfe.org>
1215
1216         PR libobjc/27466
1217         * objc/execute/exceptions/handler-1.m. New test.
1218
1219 2008-03-12  Jakub Jelinek  <jakub@redhat.com>
1220
1221         PR target/39431
1222         * gcc.target/i386/pr39431.c: New test.
1223
1224 2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>
1225
1226         PR target/39445
1227         * gcc.target/i386/pr39445.c: New.
1228
1229         * gcc.target/i386/push-1.c: XFAIL.
1230
1231 2009-03-11  Adam Nemet  <anemet@caviumnetworks.com>
1232
1233         * gcc.dg/inline-33.c: New test.
1234
1235 2009-03-11  Nathan Froyd  <froydnj@codesourcery.com>
1236
1237         * gcc.dg/vect/vect-82.c: Combine dg-do and
1238         dg-require-effective-target into dg-skip-if.
1239         * gcc.dg/vect/vect-83.c: Likewise.
1240
1241 2009-03-11  Jakub Jelinek  <jakub@redhat.com>
1242
1243         PR target/39137
1244         * gcc.target/i386/stackalign/longlong-1.c: New test.
1245         * gcc.target/i386/stackalign/longlong-2.c: New test.
1246
1247 2009-03-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1248
1249         * g++.old-deja/g++.jason/thunk2.C: Skip on SPU.
1250
1251 2009-03-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1252
1253         * gcc.c-torture/execute/ieee/inf-3.c: New test.
1254         * gcc.c-torture/execute/ieee/inf-2.c: Fix typo.
1255
1256 2009-03-11  Olivier Hainque  <hainque@adacore.com>
1257
1258         * gnat.dg/slice_enum.adb: New test.
1259
1260 2009-03-11  Jason Merrill  <jason@redhat.com>
1261
1262         PR debug/39086
1263         * g++.dg/opt/nrv15.C: New test.
1264
1265 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1266
1267         PR tree-optimization/39422
1268         * gcc.dg/vect/costmodel/spu/costmodel-vect-76b.c: Move
1269         constant array with static initialization to global memory.
1270         * gcc.dg/vect/costmodel/spu/costmodel-vect-76c.c: Likewise.
1271
1272 2009-03-10  Hariharan Sandanagobalane <hariharan@picochip.com>
1273
1274         * gcc.c-torture/execute/pr39339.c: Bitfield sizes changed to avoid
1275         padding.
1276
1277 2009-03-09  Jakub Jelinek  <jakub@redhat.com>
1278
1279         PR c++/39371
1280         * g++.dg/opt/switch2.C: Add -w to dg-options.
1281         * g++.dg/warn/Wswitch-1.C: Adjust expected warnings.
1282         * g++.dg/warn/switch1.C: New test.
1283         * g++.dg/other/switch3.C: New test.
1284
1285         PR tree-optimization/39394
1286         * gcc.c-torture/compile/pr39394.c: New test.
1287
1288 2009-03-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1289
1290         * gcc.target/s390/20090223-1.c: New testcase.
1291
1292 2009-03-08  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1293
1294         PR libfortran/39402
1295         * gfortran.dg/fmt_f0_1.f90: New test.
1296
1297 2009-03-08  H.J. Lu  <hongjiu.lu@intel.com>
1298
1299         PR c++/39060
1300         * g++.dg/other/new1.C: Adjusted.
1301         * g++.dg/parse/crash40.C: Likewise.
1302         * g++.dg/parse/defarg12.C: Likewise.
1303         * g++.dg/template/error15.C: Likewise.
1304
1305         * g++.dg/other/pr39060.C: New.
1306
1307 2009-03-07  Jason Merrill  <jason@redhat.com>
1308
1309         PR c++/39367
1310         * g++.dg/opt/new1.C: New.
1311
1312 2009-03-06  Paolo Carlini  <paolo.carlini@oracle.com>
1313
1314         PR c++/33492
1315         * g++.dg/other/error32.C: New.
1316
1317 2009-03-06  Jakub Jelinek  <jakub@redhat.com>
1318
1319         PR middle-end/39360
1320         * gcc.c-torture/compile/pr39360.c: New test.
1321
1322         PR debug/39372
1323         * g++.dg/debug/dwarf2/static-local-var-in-ctor.C: New test.
1324
1325 2009-03-05  Jason Merrill  <jason@redhat.com>
1326
1327         PR c++/38908
1328         * g++.dg/warn/Wuninitialized-3.C: New test.
1329
1330 2009-03-05  Jakub Jelinek  <jakub@redhat.com>
1331
1332         PR debug/39379
1333         * g++.dg/debug/dwarf2/imported-module-3.C: New test.
1334         * g++.dg/debug/dwarf2/imported-module-4.C: New test.
1335
1336 2009-03-04  Jason Merrill  <jason@redhat.com>
1337
1338         PR c++/13549
1339         * g++.dg/template/koenig7.C: New test.
1340
1341 2009-03-04  Nathan Sidwell  <nathan@codesourcery.com>
1342
1343         * g++.dg/torture/predcom-1.C: New test.
1344
1345 2009-03-04  Richard Guenther  <rguenther@suse.de>
1346
1347         PR tree-optimization/39362
1348         * g++.dg/torture/pr39362.C: New testcase.
1349
1350 2009-03-04  Jason Merrill  <jason@redhat.com>
1351             Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1352
1353         PR c++/9634
1354         PR c++/29469
1355         PR c++/29607
1356         * g++.dg/template/dependent-name5.C: New test.
1357
1358 2009-03-04  Steve Ellcey  <sje@cup.hp.com>
1359
1360         PR testsuite/39357
1361         * gcc.dg/vect-iv-6.c (dg-require-effective-target): Change from
1362         vect_int to vect_int_mult.
1363
1364 2009-03-04  Richard Guenther  <rguenther@suse.de>
1365
1366         PR tree-optimization/39358
1367         * g++.dg/warn/Wstrict-aliasing-bogus-escape-2.C: New testcase.
1368         * g++.dg/warn/Wstrict-aliasing-bogus-escape-3.C: Likewise.
1369
1370 2009-03-04  Richard Guenther  <rguenther@suse.de>
1371
1372         PR tree-optimization/39339
1373         * gcc.c-torture/execute/pr39339.c: New testcase.
1374
1375 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
1376
1377         * gcc.c-torture/compile/20090303-1.c,
1378         gcc.c-torture/compile/20090303-2.c: New tests.
1379
1380 2009-03-03  Jakub Jelinek  <jakub@redhat.com>
1381
1382         PR fortran/39354
1383         * gfortran.dg/gomp/pr39354.f90: New test.
1384
1385         PR tree-optimization/39343
1386         * gcc.dg/pr39343.c: New test.
1387
1388 2009-03-03  Ira Rosen  <irar@il.ibm.com>
1389
1390         PR tree-optimization/39248
1391         * gcc.dg/vect/vect-complex-1.c: Add attribute aligned to the arrays.
1392         * gcc.dg/vect/vect-iv-6.c: Don't expect to fail to vectorize
1393         on targets without vector misalignment support.
1394         * lib/target-supports.exp 
1395         (check_effective_target_vect_short_mult): Add 
1396         check_effective_target_arm32.
1397
1398 2009-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1399
1400         PR middle-end/39335
1401         * testsuite/gcc.dg/graphite/pr39335_1.c: New.
1402         * testsuite/gcc.dg/graphite/pr39335.c: New.
1403
1404 2009-03-02  H.J. Lu  <hongjiu.lu@intel.com>
1405
1406         * gcc.target/i386/stackalign/return-4.c: Scan andl/andq instead
1407         of andl.
1408         * gcc.target/i386/stackalign/return-5.c: Likewise.
1409         * gcc.target/i386/stackalign/return-6.c: Likewise.
1410
1411 2009-03-02  Richard Guenther  <rguenther@suse.de>
1412             Ira Rosen  <irar@il.ibm.com>
1413
1414         PR tree-optimization/39318
1415         * gfortran.dg/vect/pr39318.f90: New test.
1416
1417 2009-03-01  Jan Hubicka  <jh@suse.cz>
1418
1419         * gcc.dg/debug/dwarf2/ipa-cp1.c: New testcase.
1420
1421 2009-03-01  Jan Hubicka  <jh@suse.cz>
1422
1423         PR debug/39267
1424         * gcc.dg/debug/dwarf2/inline1.c: New testcase.
1425
1426 2009-03-01  Eric Botcazou  <ebotcazou@adacore.com>
1427
1428         * gnat.dg/pack12.adb: New test.
1429
1430 2009-02-26  H.J. Lu  <hongjiu.lu@intel.com>
1431
1432         PR c++/37789
1433         * g++.dg/other/pr37789.C: New.
1434
1435 2009-02-26  Paul Thomas  <pault@gcc.gnu.org>
1436
1437         PR fortran/39295
1438         * gfortran.dg/interface_25.f90: New test.
1439         * gfortran.dg/interface_26.f90: New test.
1440
1441 2009-02-26  Paul Thomas  <pault@gcc.gnu.org>
1442
1443         PR fortran/39292
1444         * gfortran.dg/initialization_22.f90: New test.
1445
1446 2009-02-25  H.J. Lu  <hongjiu.lu@intel.com>
1447
1448         PR rtl-optimization/39241
1449         * gcc.dg/torture/pr39241.c: New.
1450
1451 2009-02-25  Martin Jambor  <mjambor@suse.cz>
1452
1453         PR tree-optimizations/39259
1454         * g++.dg/torture/pr39259.C: New testcase.
1455
1456 2009-02-24  Richard Guenther  <rguenther@suse.de>
1457
1458         PR c++/39242
1459         * g++.dg/template/instantiate10.C: New testcase.
1460
1461 2009-02-24  Richard Guenther  <rguenther@suse.de>
1462             Zdenek Dvorak  <ook@ucw.cz>
1463
1464         PR tree-optimization/39233
1465         * gcc.c-torture/execute/pr39233.c: New testcase.
1466
1467 2009-02-23  Sebastian Pop  <sebastian.pop@amd.com>
1468
1469         PR tree-optimization/39260
1470         * gcc.dg/graphite/pr39260.c: New.
1471
1472 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1473
1474         * g++.dg/init/static-init1.C: Replace int with __PTRDIFF_TYPE__.
1475
1476 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1477
1478         PR c++/36411
1479         * g++.dg/template/void14.C: New.
1480
1481 2009-02-23  Jason Merrill  <jason@redhat.com>
1482
1483         PR c++/38880
1484         * g++.dg/init/const7.C: Remove XFAIL.
1485         * g++.dg/init/static-init1.C: New test.
1486
1487         * g++.dg/cpp0x/initlist14.C: New test.
1488
1489 2009-02-21  Thomas Koenig  <tkoenig@gcc.gnu.org>
1490
1491         PR fortran/38914
1492         * bound_simplification_2.f90:  New test case.
1493         * bound_7.f90:  New test case.
1494
1495 2009-02-21  Joseph Myers  <joseph@codesourcery.com>
1496
1497         * gcc.dg/cpp/include4.c: New test.
1498
1499 2009-02-21  Uros Bizjak  <ubizjak@gmail.com>
1500
1501         PR target/39256
1502         * gcc.target/i386/abi-2.c: New.
1503
1504 2009-02-21  Kaz Kojima  <kkojima@gcc.gnu.org>
1505
1506         * gcc.c-torture/execute/pr39228.x: New.
1507
1508 2009-02-21  Uros Bizjak  <ubizjak@gmail.com>
1509
1510         * gcc.target/i386/abi-1.c: Use scan-assembler-times "..." 1 instead of
1511         scan-assembler to check for xmm0 register.
1512
1513 2009-02-20  Mark Mitchell  <mark@codesourcery.com>
1514             Joseph Myers  <joseph@codesourcery.com>
1515
1516         * gcc.target/arm/va_list.c: New test.
1517         * g++.dg/abi/arm_va_list.C: Likewise.
1518         * lib/target-supports.exp (check_effective_target_arm_eabi): New
1519         function.
1520         * g++.dg/cpp0x/temp-va-arg-bug.C, g++.dg/other/stdarg1.C,
1521         g++.dg/warn/miss-format-1.C, g++.dg/warn/miss-format-3.C,
1522         g++.dg/warn/miss-format-4.C, g++.dg/warn/miss-format-5.C,
1523         g++.dg/warn/miss-format-6.C, g++.old-deja/g++.other/vaarg2.C,
1524         g++.old-deja/g++.other/vaarg3.C, g++.old-deja/g++.other/vaarg4.C,
1525         g++.old-deja/g++.pt/builtin.C: Use -Wno-abi on ARM EABI targets.
1526
1527 2009-02-20  Jack Howarth  <howarth@bromo.med.uc.edu>
1528
1529         PR testsuite/38164
1530         * gcc.target/i386/amd64-abi-3.c: Add -fomit-frame-pointer
1531         to dg-options.
1532
1533 2009-02-20  Jakub Jelinek  <jakub@redhat.com>
1534
1535         PR target/39240
1536         * gcc.c-torture/execute/pr39240.c: New test.
1537
1538 2009-02-20  Jason Merrill  <jason@redhat.com>
1539
1540         PR c++/39225
1541         * g++.dg/parse/dtor15.C: New test.
1542
1543 2009-02-19  Kazu Hirata  <kazu@codesourcery.com>
1544
1545         * gcc.c-torture/execute/20090219-1.c: New.
1546
1547 2009-02-19  Adam Nemet  <anemet@caviumnetworks.com>
1548
1549         * gcc.target/mips/mips.exp: Comment !CPU in the isa* pseudo-options.
1550         (mips-dg-options): When matching isa* pseudo-options make
1551         'value' optional and accept ! entries.  Use $spec instead of
1552         $isa_spec in the isa pseudo-option error message.  Only
1553         perform the ISA-range check when 'value' is set.  If arch is
1554         matching any CPU in the ! entries switch to its generic ISA.
1555         * gcc.target/mips/branch-1.c: Pass isa=!octeon.
1556         * gcc.target/mips/dmult-1.c: Pass isa=64!octeon rather than -mips64.
1557
1558 2009-02-19  Jakub Jelinek  <jakub@redhat.com>
1559
1560         PR target/39175
1561         * gcc.dg/visibility-20.c: New test.
1562         * g++.dg/ext/visibility/visibility-11.C: New test.
1563
1564 2009-02-19  H.J. Lu  <hongjiu.lu@intel.com>
1565
1566         PR c++/39188
1567         * g++.dg/abi/pr39188-1a.C: New.
1568         * g++.dg/abi/pr39188-1b.C: Likewise.
1569         * g++.dg/abi/pr39188-1.h: Likewise.
1570         * g++.dg/abi/pr39188-2a.C: Likewise.
1571         * g++.dg/abi/pr39188-2b.C: Likewise.
1572         * g++.dg/abi/pr39188-2.h: Likewise.
1573         * g++.dg/abi/pr39188-3a.C: Likewise.
1574         * g++.dg/abi/pr39188-3b.C: Likewise.
1575         * g++.dg/abi/pr39188-3.h: Likewise.
1576
1577 2009-02-19  Joseph Myers  <joseph@codesourcery.com>
1578
1579         PR c/38483
1580         * gcc.c-torture/execute/call-trap-1.c,
1581         gcc.c-torture/execute/va-arg-trap-1.c, gcc.dg/call-diag-1.c: New
1582         tests.
1583
1584 2009-02-19  Uros Bizjak  <ubizjak@gmail.com>
1585
1586         PR target/39228
1587         * gcc.c-torture/execute/pr39228.c: New test.
1588
1589 2009-02-19  Richard Guenther  <rguenther@suse.de>
1590
1591         PR tree-optimization/39074
1592         * gcc.dg/torture/pr39074.c: New testcase.
1593         * gcc.dg/torture/pr39074-2.c: Likewise.
1594         * gcc.dg/torture/pr39074-3.c: Likewise.
1595
1596 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
1597
1598         PR c++/39219
1599         * g++.dg/parse/attr3.C: New.
1600
1601 2009-02-18  Jack Howarth <howarth@bromo.med.uc.edu>
1602
1603         PR testsuite/38165
1604         * g++.dg/pubtypes.C: Adopt Radar 4535968 fix to testcase.
1605
1606         PR testsuite/38166
1607         * g++.dg/ext/visibility/class1.C: Revert revision 122348
1608         and skip on Darwin.
1609
1610 2009-02-18  Jason Merrill  <jason@redhat.com>
1611
1612         PR c++/38880
1613         * g++.dg/init/const7.C: Remove XFAIL.
1614
1615         PR target/39179
1616         * g++.dg/opt/const6.C: New test.
1617
1618 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
1619
1620         * gcc.dg/callabi/callabi.exp: Moved to ...
1621         * gcc.target/x86_64/abi/callabi/callabi.exp: Here.  Only run
1622         in 64bit mode.
1623
1624         * gcc.target/x86_64/abi/callabi/func-1.c: Don't check target.
1625         * gcc.target/x86_64/abi/callabi/func-indirect.c: Likewise.
1626         * gcc.target/x86_64/abi/callabi/func-indirect.c: Likewise.
1627         * gcc.target/x86_64/abi/callabi/pr38891.c: Likewise.
1628         * gcc.target/x86_64/abi/callabi/vaarg-1.c: Likewise.
1629         * gcc.target/x86_64/abi/callabi/vaarg-2.c: Likewise.
1630         * gcc.target/x86_64/abi/callabi/vaarg-3.c: Likewise.
1631
1632         * gcc.dg/callabi/callabi.h: Moved to ...
1633         * gcc.target/x86_64/abi/callabi/callabi.h: Here.
1634
1635         * gcc.dg/callabi/func-1.c: Moved to ...
1636         * gcc.target/x86_64/abi/callabi/func-1.c: Here.
1637
1638         * gcc.dg/callabi/func-indirect.c: Moved to ...
1639         * gcc.target/x86_64/abi/callabi/func-indirect.c: Here.
1640
1641         * gcc.dg/callabi/pr38891.c: Moved to ...
1642         * gcc.target/x86_64/abi/callabi/pr38891.c: Here.
1643
1644         * gcc.dg/callabi/vaarg-1.c: Moved to ...
1645         * gcc.target/x86_64/abi/callabi/vaarg-1.c: Here.
1646
1647         * gcc.dg/callabi/vaarg-2.c: Moved to ...
1648         * gcc.target/x86_64/abi/callabi/vaarg-2.c: Here.
1649
1650         * gcc.dg/callabi/vaarg-3.c: Moved to ...
1651         * gcc.target/x86_64/abi/callabi/vaarg-3.c: Here.
1652
1653 2009-02-17  Xuepeng Guo  <xuepeng.guo@intel.com>
1654
1655         PR target/38891
1656         * gcc.dg/callabi/pr38891.c: New.
1657
1658 2009-02-17  H.J. Lu  <hongjiu.lu@intel.com>
1659
1660         * gcc.dg/callabi/callabi.exp: New.
1661
1662 2009-02-17  H.J. Lu  <hongjiu.lu@intel.com>
1663
1664         PR target/39082
1665         * g++.dg/compat/struct-layout-1_generate.c (dg_options): Add
1666         -Wno-abi for x86.
1667         * gcc.dg/compat/struct-layout-1_generate.c (dg_options): Likewise.
1668
1669         * gcc.target/i386/pr39082-1.c: New.
1670
1671         * gcc.target/x86_64/abi/abi-x86_64.exp (additional_flags): Add
1672         -Wno-abi.
1673
1674         * gcc.target/x86_64/abi/args.h (XMM_T): Add _m64 and _m128 if
1675         CHECK_M64_M128 is defined.
1676         (check_f_arguments): Add "do".
1677         (check_vector_arguments): New.
1678         (check_m64_arguments): Likewise.
1679         (check_m128_arguments): Likewise.
1680
1681         * gcc.target/x86_64/abi/defines.h: Include <xmmintrin.h>.
1682         (CHECK_M64_M128): Define.
1683
1684         * gcc.target/x86_64/abi/test_m64m128_returning.c: New.  Based
1685         on abitest.
1686         * gcc.target/x86_64/abi/test_passing_m64m128.c: Likewise.
1687
1688         * gcc.target/x86_64/abi/test_passing_structs.c: Define __m128
1689         tests only if CHECK_M64_M128 is defined.
1690
1691         * gcc.target/x86_64/abi/test_passing_structs.c (m128_struct): New.
1692         (m128_2_struct): Likewise.
1693         (check_struct_passing5): Likewise.
1694         (check_struct_passing6): Likewise.
1695         (main): Test struct with __m128 if CHECK_M64_M128 is defined.
1696
1697         * gcc.target/x86_64/abi/test_passing_unions.c (un4): New.
1698         (un5): Likewise.
1699         (check_union_passing4): Likewise.
1700         (main): Test union with __m128 if CHECK_M64_M128 is defined.
1701
1702 2009-02-18  Joseph Myers  <joseph@codesourcery.com>
1703
1704         PR c/35447
1705         * gcc.dg/noncompile/pr35447-1.c: New test.
1706
1707 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
1708
1709         PR tree-optimization/36922
1710         * gfortran.dg/pr36922.f: New test.
1711
1712 2009-02-17  Richard Guenther  <rguenther@suse.de>
1713
1714         PR tree-optimization/39202
1715         * gcc.c-torture/compile/pr39202.c: New testcase.
1716
1717 2009-02-17  Richard Guenther  <rguenther@suse.de>
1718
1719         PR tree-optimization/39204
1720         * gcc.dg/torture/pr39204.c: New testcase.
1721
1722 2009-02-17  Bingfeng Mei <bmei@broadcom.com>
1723
1724         * gcc.dg/vect/vect-outer-5.c: Require vect_float support.
1725         * gcc.dg/vect/vect-outer-6.c: Ditto.
1726
1727 2009-02-16  Joseph Myers  <joseph@codesourcery.com>
1728
1729         PR c/35446
1730         * gcc.dg/noncompile/init-5.c: New test.
1731         * gcc.dg/init-bad-4.c: Adjust expected errors.
1732
1733 2009-02-16  H.J. Lu  <hongjiu.lu@intel.com>
1734
1735         PR target/37049
1736         * gcc.target/i386/push-1.c: New.
1737
1738 2009-02-15  Uros Bizjak  <ubizjak@gmail.com>
1739
1740         * gcc.dg/struct/w_prof_single_str_global.c: Mask return value.
1741         
1742 2009-02-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1743
1744         * gcc.target/spu/intrinsics-sr.c: New test.
1745
1746 2009-02-13  Steve Ellcey  <sje@cup.hp.com>
1747
1748         PR target/38056
1749         * gcc.target/ia64/sibcall-opt-1.c: New test.
1750         * gcc.target/ia64/sibcall-opt-2.c: New test.
1751
1752 2009-02-13  Paul Thomas  <pault@gcc.gnu.org>
1753
1754         PR fortran/36528
1755         * gfortran.dg/cray_pointers_8.f90: New test.
1756
1757         PR fortran/36703
1758         * gfortran.dg/cray_pointers_9.f90: New test.
1759
1760 2009-02-13  Jason Merrill  <jason@redhat.com>
1761
1762         PR c++/39070
1763         * g++.dg/cpp0x/decltype16.C: New.
1764
1765 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
1766
1767         PR target/39152
1768         * gfortran.dg/gomp/pr39152.f90: New.
1769
1770 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
1771
1772         PR target/39162
1773         * gcc.target/i386/pr39162.c: New.
1774
1775 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
1776
1777         PR c/35444
1778         * gcc.dg/noncompile/pr35444-1.c, gcc.dg/noncompile/pr35444-2.c:
1779         New tests.
1780
1781 2009-02-12  Jason Merrill  <jason@redhat.com>
1782
1783         PR c++/38950
1784         * g++.dg/template/array20.C: New test.
1785
1786 2009-02-12  Uros Bizjak  <ubizjak@gmail.com>
1787
1788         * gcc.dg/torture/fp-int-convert-float128-timode.c: Do not check
1789         for lp64 in "dg-do run" directive.  Remove dg-xfail-if directive.
1790         * gcc.dg/torture/fp-int-convert-timode.c: Remove xfail directive.
1791
1792 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
1793
1794         * g++.dg/cpp0x/defaulted9.C: Compile with "-std=c++0x -fno-inline".
1795
1796 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
1797
1798         PR target/39152
1799         * gfortran.dg/pr39152.f: New.
1800
1801 2009-02-11  Jason Merrill  <jason@redhat.com>
1802
1803         PR c++/39153
1804         * g++.dg/cpp0x/defaulted9.C: New test.
1805
1806         PR c++/30111
1807         * g++.dg/init/value7.C: New test.
1808
1809 2009-02-11  Paolo Bonzini  <bonzini@gnu.org>
1810
1811         PR target/38824
1812         * gcc.target/i386/pr38824.c: New testcase.
1813
1814 2009-02-11  Jason Merrill  <jason@redhat.com>
1815
1816         PR c++/38649
1817         * g++.dg/cpp0x/defaulted8.C: New test.
1818
1819         PR c++/36744
1820         * g++.dg/cpp0x/rv9p.C: New test.
1821
1822 2009-02-10  Eric Botcazou  <ebotcazou@adacore.com>
1823
1824         * gnat.dg/aliasing3.adb: New test.
1825         * gnat.dg/aliasing3_pkg.ad[sb]: New helper.
1826
1827 2009-02-10  Paolo Carlini  <paolo.carlini@oracle.com>
1828
1829         PR c++/34397
1830         * g++.dg/template/crash88.C: New.
1831         * g++.dg/template/crash89.C: Likewise.
1832
1833 2009-02-10  Steve Ellcey  <sje@cup.hp.com>
1834
1835         PR c/39084
1836         * gcc.dg/pr39084.c: New test.
1837
1838 2009-02-10  Jakub Jelinek  <jakub@redhat.com>
1839
1840         PR target/39139
1841         * gcc.target/i386/pr39139.c: New test.
1842
1843 2009-02-10  Richard Guenther  <rguenther@suse.de>
1844
1845         PR tree-optimization/39132
1846         * gcc.dg/torture/pr39132.c: New testcase.
1847
1848 2009-02-10  H.J. Lu  <hongjiu.lu@intel.com>
1849
1850         PR target/39119
1851         * gcc.target/x86_64/abi/avx/abi-avx.exp: New.
1852         * gcc.target/x86_64/abi/avx/args.h: Likewise.
1853         * gcc.target/x86_64/abi/avx/asm-support.S: Likewise.
1854         * gcc.target/x86_64/abi/avx/avx-check.h: Likewise.
1855         * gcc.target/x86_64/abi/avx/test_m256_returning.c: Likewise.
1856         * gcc.target/x86_64/abi/avx/test_passing_m256.c: Likewise.
1857         * gcc.target/x86_64/abi/avx/test_passing_structs.c: Likewise.
1858         * gcc.target/x86_64/abi/avx/test_passing_unions.c: Likewise.
1859
1860 2009-02-09  Jason Merrill  <jason@redhat.com>
1861
1862         PR c++/39109
1863         * g++.dg/init/value6.C: New test.
1864
1865 2009-02-09  H.J. Lu  <hongjiu.lu@intel.com>
1866
1867         * gcc.target/x86_64/abi/abi-x86_64.exp: Use glob instead of find.
1868
1869 2009-02-09  Eric Botcazou  <ebotcazou@adacore.com>
1870
1871         * gcc.c-torture/compile/20090209-1.c: New test.
1872
1873 2009-02-06  Paolo Carlini  <paolo.carlini@oracle.com>
1874
1875         PR c++/35147
1876         PR c++/37737
1877         * g++.dg/cpp0x/vt-35147.C: New.
1878         * g++.dg/cpp0x/vt-37737-1.C: Likewise.
1879         * g++.dg/cpp0x/vt-37737-2.C: Likewise.
1880
1881 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
1882
1883         PR c/35434
1884         * gcc.dg/attr-alias-4.c: New test.
1885
1886 2009-02-06  Janis Johnson  <janis187@us.ibm.com>
1887
1888         PR c/39035
1889         * gcc.dg/dfp/pr39035.c: New test.
1890
1891 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
1892
1893         PR c/36432
1894         * gcc.dg/c90-flex-array-2.c, gcc.dg/c99-flex-array-6.c: New tests.
1895
1896 2009-02-05  Jakub Jelinek  <jakub@redhat.com>
1897
1898         PR c++/39106
1899         * g++.dg/opt/thunk3.C: New test.
1900
1901 2009-02-05  Nick Clifton  <nickc@redhat.com>
1902
1903         * gcc.c-torture/compile/20080625-1.c: Skip for M32C.
1904         * gcc.c-torture/compile/limits-stringlit.c: Likewise.
1905         * gcc.dg/cdce1.c: Likewise.
1906         * gcc.dg/cpp/_Pragma6.c: Likewise.
1907         * g++.dg/cpp/_Pragma1.C: Likewise.
1908         * gcc.dg/utf32-2.c: Xfail for M32C.
1909         * gcc.dg/utf32-1.c: Likewise.
1910         * gcc.dg/utf32-3.c: Likewise.
1911         * gcc.dg/Wtype-limits.c: Add expected warning messages for 16-bit
1912         targets.
1913         * gcc.dg/Wtype-limits-Wextra.c: Likewise.
1914         * gcc.dg/utf32-4.c: Only run for 32-bit+ targets.
1915         * gcc.dg/Wconversion-5.c: Likewise.
1916         * gcc.dg/tree-ssa/data-dep-1.c: Likewise.
1917         * gcc.dg/tree-ssa/ldist-3.c: Likewise.
1918         * gcc.dg/tree-ssa/ldist-5.c: Likewise.
1919         * gcc.dg/utf-inc-init.c: Likewise.
1920         * gcc.dg/pr11492.c: Xfail for 16-bit targets.
1921         * gcc.dg/utf-array.c: Add expected warning messages for M32C.
1922         * gcc.dg/utf-array-short-wchar.c: Likewise.
1923         * gcc.dg/tree-ssa/pr33920.c: Expect a warning from all 16-bit targets.
1924         * gcc.dg/mallign.c: Use size_t instead of long.
1925
1926 2009-02-05  Uros Bizjak  <ubizjak@gmail.com>
1927
1928         * g++.dg/torture/pr31863.C: Generalize dg-timeout-factor.
1929
1930 2009-02-05  Daniel Berlin  <dberlin@dberlin.org>
1931
1932         * gcc.c-torture/execute/pr39100.c: New.
1933
1934 2009-02-05  Joseph Myers  <joseph@codesourcery.com>
1935
1936         PR c/35435
1937         * gcc.dg/tls/diag-6.c: New test.
1938
1939 2009-02-04  H.J. Lu  <hongjiu.lu@intel.com>
1940
1941         AVX Programming Reference (January, 2009)
1942         * gcc.target/i386/avx-vpclmulqdq.c: New.
1943         * gcc.target/i386/pclmul-avx-check.h: Likewise.
1944
1945         * gcc.target/i386/i386.exp (check_effective_target_vpclmul): New.
1946
1947         * gcc.target/i386/pclmulqdq.c (CHECK_H): New.
1948         (TEST): Likewise.  Include CHECK_H instead of "pclmul-check.h".
1949         (pclmul_test): Renamed to ...
1950         (TEST): This.
1951
1952 2009-02-04  Jakub Jelinek  <jakub@redhat.com>
1953
1954         PR c++/39095
1955         * g++.dg/abi/mangle31.C: New test.
1956
1957 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
1958
1959         PR c/29129
1960         * c90-arraydecl-1.c: Do not expect error for [*] in abstract
1961         declarator.
1962         * vla-6.c: Likewise.  Expect warning not error for [*] lexically
1963         inside function prototype but not part of parameter declarator.
1964         * vla-11.c: New test.
1965
1966 2009-02-03  Jason Merrill  <jason@redhat.com>
1967
1968         * g++.dg/warn/main-4.C: New test.
1969         * g++.old-deja/g++.bugs/900227_01.C: Remove &main warnings.
1970
1971 2009-02-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1972
1973         PR C++/36607
1974         * g++.dg/expr/cast10.C: New test.
1975
1976 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
1977
1978         PR c/35433
1979         * gcc.dg/init-bad-6.c: New test.
1980
1981 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
1982
1983         PR target/35318
1984         * gcc.c-torture/compile/pr35318.c: New test.
1985
1986         PR inline-asm/39059
1987         * gcc.dg/nofixed-point-2.c: New test.
1988         * g++.dg/ext/fixed1.C: Adjust expected diagnostics.
1989         * g++.dg/ext/fixed2.C: Likewise.
1990         * g++.dg/other/error25.C: Likewise.
1991         * g++.dg/lookup/crash7.C: Likewise.
1992         * g++.dg/cpp0x/decltype-38655.C: Likewise.
1993
1994         PR c++/39056
1995         * g++.dg/cpp0x/initlist13.C: New test.
1996
1997 2009-02-03  Paolo Bonzini  <bonzini@gnu.org>
1998
1999         PR c++/36897
2000         * g++.dg/template/func2.C: New test.
2001
2002         PR c++/37314
2003         * g++.dg/template/typename15.C: New.
2004         * g++.dg/template/typename16.C: New.
2005
2006 2009-02-03  Janis Johnson  <janis187@us.ibm.com>
2007             Ben Elliston  <bje@au.ibm.com>
2008
2009         PR c/39034
2010         * gcc.dg/dfp/pr39034.c: New test.
2011
2012 2009-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2013
2014         PR testsuite/38263
2015         * gcc.dg/ipa/ipacost-2.c: Add -fpie when pic.
2016
2017 2009-02-02  Jason Merrill  <jason@redhat.com>
2018
2019         PR c++/39054
2020         * g++.dg/parse/dtor14.C: New test.
2021
2022 2009-02-02  Jakub Jelinek  <jakub@redhat.com>
2023
2024         * lib/target-supports.exp
2025         (check_effective_target_correct_iso_cpp_string_wchar_protos): New.
2026         * g++.dg/ext/builtin10.C: New test.
2027
2028         PR inline-asm/39058
2029         * gcc.target/i386/pr39058.c: New test.
2030
2031 2009-02-02  Richard Guenther  <rguenther@suse.de>
2032
2033         PR tree-optimization/38937
2034         * g++.dg/warn/Wstrict-aliasing-bogus-escape.C: New testcase.
2035
2036 2009-02-01  Paolo Carlini  <paolo.carlini@oracle.com>
2037
2038         PR c++/39053
2039         * g++.dg/parse/crash52.C: New.
2040
2041 2009-01-30  Richard Guenther  <rguenther@suse.de>
2042
2043         PR tree-optimization/39041
2044         * gcc.c-torture/compile/pr39041.c: New testcase.
2045
2046 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
2047
2048         PR target/39013
2049         * gcc.target/i386/pr39013-1.c: New test.
2050         * gcc.target/i386/pr39013-2.c: New test.
2051
2052         PR c++/39028
2053         * g++.dg/ext/label12.C: New test.
2054
2055 2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>
2056
2057         PR c++/33465
2058         * g++.dg/parse/error34.C: New.
2059         * g++.dg/parse/error35.C: Likewise.
2060
2061 2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>
2062
2063         PR c++/38655
2064         * g++.dg/cpp0x/decltype-38655.C: New.
2065
2066 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
2067
2068         PR target/39002
2069         * g++.dg/torture/pr39002.C: New test.
2070
2071 2009-01-29  Kazu Hirata  <kazu@codesourcery.com>
2072
2073         PR tree-optimization/39007
2074         * gcc.dg/tree-ssa/pr39007.c: New.
2075
2076 2009-01-29  Kenneth Zadeck <zadeck@naturalbridge.com>
2077
2078         PR middle-end/35854
2079         * gcc.dg/lower-subreg-1.c: Renamed dump pass from "subreg"
2080         to "subreg1".
2081         
2082 2009-01-29  Steve Ellcey  <sje@cup.hp.com>
2083
2084         PR middle-end/38857
2085         * gcc.c-torture/compile/pr38857.c: New test.
2086
2087 2009-01-28  Paul Thomas  <pault@gcc.gnu.org>
2088
2089         PR fortran/38852
2090         PR fortran/39006
2091         * gfortran.dg/bound_6.f90: New test.
2092
2093 2009-01-28  Pat Haugen  <pthaugen@us.ibm.com>
2094
2095         * gcc.target/powerpc/avoid-indexed-addresses.c: New test.
2096
2097 2009-01-28  Kazu Hirata  <kazu@codesourcery.com>
2098
2099         PR tree-optimization/38997
2100         * gcc.dg/tree-ssa/pr38997.c: New.
2101
2102 2009-01-28  Richard Guenther  <rguenther@suse.de>
2103
2104         PR tree-optimization/38926
2105         * gcc.c-torture/compile/pr38926.c: New testcase.
2106
2107 2009-01-28  Jakub Jelinek  <jakub@redhat.com>
2108
2109         PR middle-end/38934
2110         * gcc.dg/pr38934.c: New test.
2111
2112 2009-01-28  Richard Guenther  <rguenther@suse.de>
2113
2114         PR middle-end/38908
2115         * g++.dg/warn/Wuninitialized-2.C: New testcase.
2116
2117 2009-01-28  Paolo Bonzini  <bonzini@gnu.org>
2118
2119         PR tree-optimization/38984
2120         * gcc.dg/pr38984.c: New XFAILed testcase.
2121
2122
2123 2009-01-28  Uros Bizjak  <ubizjak@gmail.com>
2124
2125         PR target/38988
2126         * gcc.target/i386/pr38988.c: New test.
2127
2128 2009-01-27  Paolo Carlini  <paolo.carlini@oracle.com>
2129
2130         PR c++/37554
2131         * g++.dg/parse/crash51.C: New.
2132         * g++.old-deja/g++.pt/crash9.C: Adjust.
2133
2134 2009-01-27  Daniel Kraft  <d@domob.eu>
2135
2136         PR fortran/38883
2137         * gfortran.dg/mvbits_6.f90:  New test.
2138         * gfortran.dg/mvbits_7.f90:  New test.
2139         * gfortran.dg/mvbits_8.f90:  New test.
2140
2141 2009-01-27  Richard Guenther  <rguenther@suse.de>
2142
2143         PR tree-optimization/38503
2144         * g++.dg/warn/Wstrict-aliasing-bogus-placement-new.C: New testcase.
2145
2146 2009-01-27 Uros Bizjak <ubizjak@gmail.com>
2147
2148         PR middle-end/38969
2149         * gcc.c-torture/execute/pr38969.c: New test.
2150
2151 2009-01-26  Adam Nemet  <anemet@caviumnetworks.com>
2152
2153         PR testsuite/38864
2154         * gcc.target/mips/fixed-vector-type.c: Add target { fixed_point }
2155         to dg-do compile.
2156         * gcc.target/mips/fixed-scalar-type.c: Likewise.
2157         * gcc.target/mips/dpaq_sa_l_w.c: Likewise.
2158         * gcc.target/mips/dpsq_sa_l_w.c: Likewise.
2159
2160 2009-01-26  H.J. Lu  <hongjiu.lu@intel.com>
2161
2162         PR target/38952
2163         * g++.dg/torture/stackalign/test-unwind.h (main): Also return 0
2164         if __USING_SJLJ_EXCEPTIONS__ is defined.
2165
2166         * g++.dg/torture/stackalign/unwind-0.C (foo): Don't define if
2167         __USING_SJLJ_EXCEPTIONS__ is defined.
2168         * g++.dg/torture/stackalign/unwind-1.C (foo): Likewise.
2169         * g++.dg/torture/stackalign/unwind-2.C (foo): Likewise.
2170         * g++.dg/torture/stackalign/unwind-3.C (foo): Likewise.
2171         * g++.dg/torture/stackalign/unwind-4.C (foo): Likewise.
2172         * g++.dg/torture/stackalign/unwind-5.C (foo): Likewise.
2173         * g++.dg/torture/stackalign/unwind-6.C (foo): Likewise.
2174
2175 2009-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
2176
2177         PR testsuite/38949
2178         * g++.dg/torture/stackalign/test-unwind.h (ASMNAME): Define.
2179         Use instead of C name in asm statements.
2180
2181 2009-01-26  Richard Guenther  <rguenther@suse.de>
2182
2183         PR tree-optimization/38745
2184         * g++.dg/torture/pr38745.C: New testcase.
2185
2186 2009-01-26  Richard Guenther  <rguenther@suse.de>
2187
2188         PR middle-end/38851
2189         * g++.dg/warn/Wuninitialized-1.C: New testcase.
2190
2191 2009-01-25  Hans-Peter Nilsson  <hp@axis.com>
2192
2193         * gcc.dg/bitfld-15.c: Gate warning on target
2194         pcc_bitfield_type_matters.
2195         * gcc.dg/bitfld-17.c, g++.dg/ext/bitfield2.C,
2196         g++.dg/ext/bitfield4.C: Likewise.
2197         * gcc.dg/pr17112-1.c: Don't expect a warning for the packed
2198         bitfield for any target.
2199
2200 2009-01-24  Jakub Jelinek  <jakub@redhat.com>
2201
2202         PR c/38957
2203         * gcc.dg/pr38957.c: New test.
2204
2205 2009-01-24  David Billinghurst  <billingd@gcc.gnu.org>
2206
2207         PR fortran/38955
2208         * gfortran.dg/array_constructor_24.f: Allow tolerance when
2209         comparing floats.
2210
2211 2009-01-24  Sebastian Pop  <sebastian.pop@amd.com>
2212
2213         PR tree-optimization/38953
2214         * gfortran.dg/graphite/pr38953.f90: New.
2215
2216 2009-01-24  Paul Brook  <paul@codesourcery.com>
2217
2218         * gcc.target/arm/neon-cond-1.c: New test.
2219
2220 2009-01-23  Paolo Bonzini  <bonzini@gnu.org>
2221
2222         PR tree-optimization/38932
2223         * gcc.dg/pr38932.c: New.
2224
2225 2009-01-23  Revital Eres  <eres@il.ibm.com>
2226
2227         * gcc.dg/sms-7.c: Fix test.
2228
2229 2009-01-22  Adam Nemet  <anemet@caviumnetworks.com>
2230
2231         * gcc.dg/bitfld-15.c, gcc.dg/bitfld-16.c,
2232         gcc.dg/bitfld-17.c,gcc.dg/bitfld-18.c: New tests.
2233         * g++.dg/ext/bitfield2.C, g++.dg/ext/bitfield3.C,
2234         g++.dg/ext/bitfield4.C, g++.dg/ext/bitfield5.C: New tests.
2235
2236 2009-01-22  Steve Ellcey  <sje@cup.hp.com>
2237
2238         * gcc.dg/pr35729.c: Make test x86 specific.
2239
2240 2009-01-22  Steve Ellcey  <sje@cup.hp.com>
2241
2242         PR middle-end/38615
2243         * gcc.dg/pr38615.c: New test.
2244
2245 2009-01-22  Uros Bizjak  <ubizjak@gmail.com>
2246
2247         PR target/38931
2248         * gcc.target/i386/pr38931.c: New test.
2249
2250 2009-01-22  Dodji Seketeli  <dodji@redhat.com>
2251
2252         PR c++/38930
2253         * g++.dg/template/typedef11.C: Reverting changes of PR c++/26693.
2254         * g++.dg/template/typedef12.C: Likewise.
2255         * g++.dg/template/typedef13.C: Likewise.
2256         * g++.dg/template/typedef14.C: Likewise.
2257         * g++.dg/template/sfinae3.C: Likewise.
2258         * g++.old-deja/g++.pt/typename8.C: Likewise.
2259         * g++.dg/template/access11.C: Likewise
2260
2261 2009-01-21  Richard Sandiford  <rdsandiford@googlemail.com>
2262
2263         * gcc.dg/tree-ssa/ssa-store-ccp-3.c: Skip for mips*-*-linux*
2264         and mips*-*-irix*.
2265         * gcc.dg/tree-ssa/vrp47.c: Skip for all MIPS targets.
2266
2267 2009-01-21  Dodji Seketeli  <dodji@redhat.com>
2268
2269         PR c++/26693
2270         * g++.dg/template/typedef11.C: New test.
2271         * g++.dg/template/typedef12.C: Likewise.
2272         * g++.dg/template/typedef13.C: Likewise.
2273         * g++.dg/template/typedef14.C: Likewise.
2274         * g++.dg/template/sfinae3.C: Compile this pedantically.
2275         The only errors expected should be the one saying the typedef is ill
2276         formed.
2277         * g++.old-deja/g++.pt/typename8.C: Likewise.
2278         * g++.dg/template/access11.C: Update this.
2279
2280 2009-01-21  Daniel Kraft  <d@domob.eu>
2281
2282         PR fortran/38887
2283         * gfortran.dg/mvbits_5.f90:  New test.
2284
2285 2009-01-21  Bingfeng Mei  <bmei@broadcom.com>
2286
2287         * gcc.dg/sms-6.c: New test.
2288         * gcc.dg/sms-7.c: Likewise.
2289
2290 2009-01-20  Paul Thomas  <pault@gcc.gnu.org>
2291
2292         PR fortran/38907
2293         * gfortran.dg/host_assoc_function_7.f90: New test
2294
2295 2009-01-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2296             Richard Guenther  <rguenther@suse.de>
2297
2298         PR tree-optimization/38747
2299         PR tree-optimization/38748
2300         * gcc.dg/tree-ssa/struct-aliasing-1.c: New test.
2301         * gcc.dg/tree-ssa/struct-aliasing-2.c: Likewise.
2302         * gcc.c-torture/execute/struct-aliasing-1.c: Likewise.
2303
2304 2009-01-20  Kees Cook  <kees@ubuntu.com>
2305             H.J. Lu  <hongjiu.lu@intel.com>
2306
2307         PR target/38902
2308         * gcc.dg/pr38902.c: New.
2309
2310 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
2311
2312         PR target/38868
2313         * gfortran.dg/pr38868.f: New testcase.
2314
2315 2009-01-20  Richard Guenther  <rguenther@suse.de>
2316
2317         * gcc.c-torture/execute/pr36227.c: Move ...
2318         * gcc.dg/torture/pr36227.c: ... here.  Require stdint_types.
2319
2320 2009-01-19  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
2321
2322         * lib/gfortran.exp: Add -B options for targets that use
2323         libgfortran.a%s in their specs.
2324
2325 2009-01-19  Jason Merrill  <jason@redhat.com>
2326
2327         PR c++/23287
2328         * g++.dg/template/dtor5.C: New test.
2329
2330 2009-01-19  Mikael Morin  <mikael.morin@tele2.fr>
2331
2332         PR fortran/38859
2333         * gfortran.dg/bound_5.f90: New test.
2334
2335 2009-01-18  H.J. Lu  <hongjiu.lu@intel.com>
2336
2337         PR target/38736
2338         * g++.dg/compat/abi/pr38736_main.C: New.
2339         * g++.dg/compat/abi/pr38736_x.C: Likewise.
2340         * g++.dg/compat/abi/pr38736_y.C: Likewise.
2341         * g++.dg/other/macro-1.C: Likewise.
2342         * gcc.dg/macro-1.c: Likewise.
2343         * gcc.dg/compat/pr38736_main.c: Likewise.
2344         * gcc.dg/compat/pr38736_x.c: Likewise.
2345         * gcc.dg/compat/pr38736_y.c: Likewise.
2346
2347 2009-01-18  Richard Guenther  <rguenther@suse.de>
2348
2349         PR tree-optimization/38819
2350         * gcc.c-torture/execute/pr38819.c: New testcase.
2351
2352 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
2353
2354         PR fortran/38657
2355         * gfortran.dg/module_commons_3.f90: Reapply.
2356
2357 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
2358
2359         PR fortran/34955
2360         * gfortran.dg/transfer_intrinsic_1.f90: New test.
2361         * gfortran.dg/transfer_intrinsic_2.f90: New test.
2362
2363 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
2364
2365         PR fortran/38657
2366         * gfortran.dg/module_commons_3.f90: Remove
2367
2368 2009-01-16  H.J. Lu  <hongjiu.lu@intel.com>
2369
2370         * gcc.dg/tree-ssa/foldaddr-1.c: Add the missing '}'.
2371
2372 2009-01-16  Jason Merrill  <jason@redhat.com>
2373
2374         PR c++/38877
2375         * g++.dg/template/lvalue1.C: New test.
2376
2377         PR c++/29470
2378         * g++.dg/template/access20.C: New test.
2379         * g++.dg/torture/pr34641.C: Fix access.
2380
2381 2009-01-16  Richard Guenther  <rguenther@suse.de>
2382
2383         PR tree-optimization/38835
2384         PR middle-end/36227
2385         * gcc.c-torture/execute/pr36227.c: New testcase.
2386         * gcc.dg/tree-ssa/foldaddr-1.c: XFAIL.
2387         * g++.dg/init/const7.C: Likewise.
2388
2389 2009-01-16  Adam Nemet  <anemet@caviumnetworks.com>
2390
2391         PR target/38554
2392         * gcc.c-torture/compile/pr38554.c: New test.
2393
2394 2009-01-16  Jason Merrill  <jason@redhat.com>
2395
2396         PR c++/38579
2397         * g++.dg/conversion/access1.C: New test.
2398
2399 2009-01-16  Jakub Jelinek  <jakub@redhat.com>
2400
2401         PR tree-optimization/38789
2402         * gcc.c-torture/compile/pr38789.c: New test.
2403
2404 2009-01-16  Janus Weil  <janus@gcc.gnu.org>
2405
2406         PR fortran/38152
2407         * gfortran.dg/proc_ptr_13.f90: New.
2408
2409 2009-01-15  Jason Merrill  <jason@redhat.com>
2410
2411         PR c++/38850
2412         * g++.dg/template/koenig6.C: New test.
2413
2414 2009-01-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2415
2416         PR C++/29388
2417         * g++.dg/template/error37.C: New testcase.
2418
2419 2009-01-15  Jason Merrill  <jason@redhat.com>
2420
2421         PR c++/36334
2422         * g++.dg/conversion/memfn1.C: New test.
2423
2424         PR c++/37646
2425         * g++.dg/conversion/memfn2.C: New test.
2426
2427 2009-01-15  Steve Ellcey  <sje@cup.hp.com>
2428
2429         PR c++/38357
2430         * g++.dg/template/crash87.C: New test.
2431
2432 2009-01-15  H.J. Lu  <hongjiu.lu@intel.com>
2433
2434         PR middle-end/37843
2435         * gcc.target/i386/pr37843-3.c: Replace _Decimal128 with __m128.
2436
2437 2009-01-15  Dodji Seketeli  <dodji@redhat.com>
2438
2439         PR c++/38636
2440         * g++.dg/parse/crash50.C: New test.
2441
2442 2009-01-14  Jakub Jelinek  <jakub@redhat.com>
2443
2444         PR rtl-optimization/38245
2445         * gcc.dg/pr38245-3.c: New test.
2446         * gcc.dg/pr38245-3.h: New file.
2447         * gcc.dg/pr38245-4.c: New file.
2448         * gcc.dg/pr38364.c: New test.
2449
2450 2009-01-14  Adam Nemet  <anemet@caviumnetworks.com>
2451
2452         * gcc.target/mips/mips.exp (mips_option_tests(-mips16)): Make the
2453         sequence PC-relative.
2454
2455 2009-01-14  Mark Mitchell  <mark@codesourcery.com>
2456
2457         * gcc.target/arm/long-calls-1.c: Tolerate the lack of sibling
2458         calls and/or PLT markers.
2459         * gcc.target/arm/long-calls-2.c: Tolerate the lack of sibling
2460         calls and/or PLT markers.
2461         * gcc.target/arm/long-calls-3.c: Tolerate the lack of sibling
2462         calls and/or PLT markers.
2463         * gcc.target/arm/long-calls-4.c: Tolerate the lack of sibling
2464         calls and/or PLT markers.
2465
2466 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
2467             Nathan Froyd  <froydnj@codesourcery.com>
2468             Joseph Myers  <joseph@codesourcery.com>
2469
2470         * lib/target-supports.exp (check_effective_target_powerpc_spe_nocache):
2471         New function.
2472         * gcc.target/powerpc/20030218-1.c: Skip if not powerpc_spe_nocache
2473         and use consistent CFLAGS.
2474         * gcc.target/powerpc/20030505.c: Likewise.
2475         * gcc.target/powerpc/20081204-1.c: Likewise.
2476         * gcc.target/powerpc/ppc-spe.c: Likewise.
2477         * gcc.target/powerpc/spe1.c: Likewise.
2478         * g++.dg/ext/spe1.C: Likewise.
2479         * g++.dg/other/opaque-1.C: Likewise.
2480         * g++.dg/other/opaque-2.C: Likewise.
2481         * g++.dg/other/opaque-3.C: Likewise.
2482
2483 2009-01-14  Mark Mitchell  <mark@codesourcery.com>
2484
2485         * gcc.dg/vect/vect-105.c: Prevent compiler from hoisting abort
2486         out of loop.
2487
2488 2009-01-14  Vladimir Makarov  <vmakarov@redhat.com>
2489
2490         PR target/38811
2491         * g++.dg/torture/pr38811.C: New file.
2492
2493 2009-01-14  Richard Guenther  <rguenther@suse.de>
2494
2495         PR tree-optimization/38826
2496         PR middle-end/38477
2497         * gcc.dg/Wstrict-aliasing-bogus-pta-1.c: New testcase.
2498
2499 2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
2500
2501         * gcc.dg/graphite/pr38786.c: Fix commit problem.
2502
2503 2009-01-14  Nick Clifton  <nickc@redhat.com>
2504
2505         PR c++/37862
2506         * g++.cp/parse/pr37862.C: New test.
2507
2508 2009-01-14  Julian Brown  <julian@codesourcery.com>
2509
2510         * gcc.target/arm/eabi1.c (__eabi_uread4, __eabi_uwrite4)
2511         (__eabi_uread8, __eabi_uwrite8): Change spellings of declarations
2512         to...
2513         (__aeabi_uread4, __aeabi_uwrite4, __aeabi_uread8, __aeabi_uwrite8):
2514         These.
2515
2516 2009-01-13  Jakub Jelinek  <jakub@redhat.com>
2517
2518         PR rtl-optimization/38774
2519         * gcc.dg/torture/pr38774.c: New test.
2520
2521         PR c++/38795
2522         * g++.dg/cpp0x/pr38795.C: New test.
2523
2524 2009-01-13  Daniel Jacobowitz  <dan@codesourcery.com>
2525             Nathan Froyd  <froydnj@codesourcery.com>
2526             Joseph Myers  <joseph@codesourcery.com>
2527
2528         * gcc.target/powerpc/altivec-consts.c: Run if vmx_hw, compile
2529         otherwise.  Do not check for AltiVec at runtime.
2530         * gcc.target/powerpc/altivec-varargs-1.c: Likewise.
2531         * gcc.target/powerpc/altivec-vec-merge.c: Likewise.
2532         * gcc.target/powerpc/altivec-1.c: Likewise.
2533         * gcc.target/powerpc/altivec-3.c: Likewise.
2534         * gcc.target/powerpc/altivec-10.c: Likewise.
2535         * gcc.target/powerpc/altivec-12.c: Likewise.
2536         * gcc.target/powerpc/altivec-24.c: Likewise.
2537         * gcc.target/powerpc/altivec-cell-2.c: Likewise.
2538         * gcc.target/powerpc/altivec-cell-3.c: Likewise.
2539         * gcc.target/powerpc/altivec-cell-4.c: Likewise.
2540         * gcc.target/powerpc/pr35907.c: Likewise.
2541         * gcc.target/powerpc/altivec-cell-8.c: Run if cell_hw, compile
2542         otherwise.  Do not check for Cell at runtime.
2543         * gcc.target/powerpc/altivec_check.h: Delete.
2544
2545         * g++.dg/ext/altivec-2.C: Do not check for AltiVec at runtime.
2546         * g++.dg/ext/altivec-3.C: Run if vmx_hw, compile otherwise.  Do
2547         not check for AltiVec at runtime.
2548         * g++.dg/ext/altivec-cell-2.C: Likewise.
2549         * g++.dg/ext/altivec-cell-3.C: Likewise.
2550         * g++.dg/ext/altivec-cell-4.C: Likewise.
2551         * g++.dg/eh/simd-2.C: Only use -maltivec if vmx_hw.
2552         * g++.dg/eh/check-vect.h (sig_ill_handler): Remove AltiVec runtime
2553         check.
2554         * g++.dg/ext/altivec_check.h: Delete.
2555         
2556 2009-01-13  Nathan Froyd  <froydnj@codesourcery.com>
2557
2558         * gcc.target/powerpc/altivec-macros.c: Require a powerpc_altivec_ok
2559         effective target.  Adjust line numbers accordingly.
2560
2561 2009-01-13  Mark Mitchell  <mark@codesourcery.com>
2562
2563         * gcc.target/i386/sse-10.c: Pass -mno-omit-leaf-frame-pointer.
2564
2565 2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
2566
2567         PR tree-optimization/38786
2568         * gcc.dg/graphite/pr38786.c: New.
2569
2570 2009-01-13  Uros Bizjak  <ubizjak@gmail.com>
2571
2572         Revert:
2573         2009-01-05  Uros Bizjak  <ubizjak@gmail.com>
2574
2575         * gcc.dg/compat/struct-layout-1_generate.c (dg-options): Add -mieee
2576         for alpha*-*-* targets.
2577         * g++.dg/compat/struct-layout-1_generate.c (dg-options): Ditto.
2578
2579 2009-01-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2580
2581         PR libfortran/38772
2582         * gfortran.dg/fmt_bz_bn_err.f: New test.
2583
2584 2009-01-12  Nathan Froyd  <froydnj@codesourcery.com>
2585
2586         * gcc.target/powerpc/ppc-spe64-1.c: Add dg-error handler.
2587
2588 2009-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
2589
2590         * lib/target-supports.exp (check_effective_target_powerpc64): New.
2591         * gcc.target/powerpc/darwin-longlong.c: Explicitly require 64-bit
2592         instruction support.  Do not check for it at runtime.
2593
2594 2009-01-12  Jason Merrill  <jason@redhat.com>
2595
2596         PR c++/35109
2597         * g++.dg/lookup/friend11.C: Remove expected error.
2598         * g++.dg/lookup/friend14.C: New test.
2599         * g++.dg/lookup/friend15.C: New test.
2600
2601 2009-01-12  Dodji Seketeli  <dodji@redhat.com>
2602
2603         PR c++/36019
2604         * g++.dg/lookup/hidden-class12.C: New test.
2605         * g++.dg/lookup/hidden-class13.C: New test.
2606         * g++.dg/lookup/hidden-class14.C: New test.
2607         * g++.dg/lookup/hidden-class15.C: New test.
2608         * g++.dg/lookup/hidden-class16.C: New test.
2609
2610 2009-01-12  Mark Mitchell  <mark@codesourcery.com>
2611
2612         * gcc.dg/struct/wo_prof_single_str_global.c: Mask return value.
2613         * gcc.dg/struct/wo_prof_single_str_local.c: Mask return value.
2614         * gcc.dg/struct/wo_prof_single_str_pointer.c: Mask return value.
2615
2616 2009-01-12  Jason Merrill  <jason@redhat.com>
2617
2618         PR c++/31488
2619         * g++.dg/other/vararg-3.C: New test.
2620
2621 2009-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
2622
2623         * gcc.target/powerpc/ppc-spe.c: Compile for all EABI targets.
2624         Explicitly enable SPE.
2625         * gcc.target/powerpc/20030505.c: Likewise.  Add dg-message
2626         directive.
2627
2628         * gcc.target/powerpc/20030218-1.c: Pass -mfloat-gprs=single.
2629         Expect -flax-vector-conversions message.  Adjust incompatible
2630         types errors.
2631         * gcc.target/powerpc/spe1.c: Pass -mspe and -mfloat-gprs=single.
2632         Make Foo extern.
2633
2634         * gcc.dg/cpp/assert4.c: Recognize __PPC__.
2635
2636         * g++.dg/other/opaque-1.C: Run on targets with SPE.
2637
2638         * g++.dg/ext/spe-1.C: Pass -mspe and -mfloat-gprs=single.
2639         * g++.dg/other/opaque-2.C: Likewise.
2640         * g++.dg/other/opaque-3.C: Likewise.
2641
2642 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
2643
2644         PR c/32041
2645         * gcc.dg/pr32041.c: New test.
2646         * g++.dg/parse/offsetof9.C: New test.
2647
2648 2009-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
2649             Nathan Froyd  <froydnj@codesourcery.com>
2650
2651         * g++.dg/conversion/simd1.C: Ignore irrelevant warning.
2652         * g++.dg/ext/attribute-test-1.C: Likewise.
2653         * g++.dg/ext/attribute-test-2.C: Likewise.
2654         * g++.dg/ext/attribute-test-3.C: Likewise.
2655         * g++.dg/ext/attribute-test-4.C: Likewise.
2656
2657 2009-01-12  Eric Botcazou  <ebotcazou@adacore.com>
2658
2659         * gnat.dg/unchecked_convert3.adb: New test.
2660
2661 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
2662
2663         PR c++/38794
2664         * g++.dg/parse/typedef9.C: New test.
2665
2666         PR tree-optimization/38807
2667         * gcc.c-torture/compile/pr38807.c: New test.
2668
2669 2009-01-11  Adam Nemet  <anemet@caviumnetworks.com>
2670
2671         * gcc.target/mips/ins-2.c: New test.
2672
2673 2009-01-11  H.J. Lu  <hongjiu.lu@intel.com>
2674
2675         PR testsuite/38809
2676         * gcc.dg/pr38616.c: Only run for targets with -fstack-protector.
2677
2678 2009-01-11  Jakub Jelinek  <jakub@redhat.com>
2679
2680         PR c++/36254
2681         * g++.dg/warn/Wreturn-type-5.C: New test.
2682
2683 2009-01-11  Matthias Klose  <doko@ubuntu.com>
2684
2685         PR middle-end/38616
2686         * gcc.dg/pr38616.c: New test.
2687
2688 2009-01-10  Sebastian Pop  <sebastian.pop@amd.com>
2689
2690         * gcc.dg/graphite/block-3.c: Fix compile error on 32bit.
2691
2692 2009-01-10  Andrew Pinski  <pinskia@gmail.com>
2693
2694         PR c++/38648
2695         * g++.dg/expr/string-1.C: New test.
2696         * g++.dg/expr/string-2.C: New test.
2697
2698         PR c++/36695
2699         * g++.dg/ext/complex4.C: New test.
2700         * g++.dg/ext/complex5.C: New test.
2701         * g++.dg/init/reference1.C: New test.
2702         * g++.dg/init/reference2.C: New test.
2703         * g++.dg/init/reference3.C: New test.
2704
2705 2009-01-10  Paul Thomas  <pault@gcc.gnu.org>
2706
2707         PR fortran/38763
2708         * gfortran.dg/transfer_null_1.f90: New test.
2709
2710 2009-01-10  Paul Thomas  <pault@gcc.gnu.org>
2711
2712         PR fortran/38765
2713         * gfortran.dg/host_assoc_function_6.f90: New test.
2714
2715 2009-01-09  Joel Sherrill <joel.sherrill@oarcorp.com>
2716
2717         * lib/target-supports.exp: Add method to determine if the effective
2718         target is really a ppc405 after applying all compile options.
2719         * gcc.target/powerpc/405-mulhhwu-2.c: Add dg-skip-if not ppc405.
2720         * gcc.target/powerpc/405-nmachhw-1.c: Likewise.
2721         * gcc.target/powerpc/405-nmaclhw-1.c: Likewise.
2722         * gcc.target/powerpc/405-machhwu-1.c: Likewise.
2723         * gcc.target/powerpc/405-mullhwu-1.c: Likewise.
2724         * gcc.target/powerpc/405-nmacchw-1.c: Likewise.
2725         * gcc.target/powerpc/405-mulchwu-1.c: Likewise.
2726         * gcc.target/powerpc/405-nmachhw-2.c: Likewise.
2727         * gcc.target/powerpc/405-nmaclhw-2.c: Likewise.
2728         * gcc.target/powerpc/405-machhwu-2.c: Likewise.
2729         * gcc.target/powerpc/405-mulhhw-1.c: Likewise.
2730         * gcc.target/powerpc/405-machhw-1.c: Likewise.
2731         * gcc.target/powerpc/405-mullhw-1.c: Likewise.
2732         * gcc.target/powerpc/405-maclhw-1.c: Likewise.
2733         * gcc.target/powerpc/405-dlmzb-strlen-1.c: Likewise.
2734         * gcc.target/powerpc/405-mullhwu-2.c: Likewise.
2735         * gcc.target/powerpc/405-nmacchw-2.c: Likewise.
2736         * gcc.target/powerpc/405-mulchwu-2.c: Likewise.
2737         * gcc.target/powerpc/405-mulchw-1.c: Likewise.
2738         * gcc.target/powerpc/405-maclhwu-1.c: Likewise.
2739         * gcc.target/powerpc/405-macchw-1.c: Likewise.
2740         * gcc.target/powerpc/405-mulhhw-2.c: Likewise.
2741         * gcc.target/powerpc/405-machhw-2.c: Likewise.
2742         * gcc.target/powerpc/405-mullhw-2.c: Likewise.
2743         * gcc.target/powerpc/405-maclhw-2.c: Likewise.
2744         * gcc.target/powerpc/405-macchwu-1.c: Likewise.
2745         * gcc.target/powerpc/405-mulhhwu-1.c: Likewise.
2746         * gcc.target/powerpc/405-mulchw-2.c: Likewise.
2747         * gcc.target/powerpc/405-maclhwu-2.c: Likewise.
2748         * gcc.target/powerpc/405-macchw-2.c: Likewise.
2749         * gcc.target/powerpc/405-macchwu-2.c: Likewise.
2750
2751 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
2752
2753         PR c++/35335
2754         * g++.dg/other/error31.C: New testcase.
2755
2756         PR c/35742
2757         * gcc.dg/pr35742.c: New test.
2758
2759 2009-01-09  John F. Carr  <jfc@mit.edu>
2760
2761         PR c++/37877
2762         * g++.dg/parse/linkage3.C: New test.
2763
2764 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
2765
2766         PR middle-end/38771
2767         * gcc.c-torture/compile/pr38771.c: New test.
2768
2769 2009-01-08  Nathan Froyd  <froydnj@codesourcery.com>
2770
2771         * gcc.dg/pr34856.c: Ignore irrelevant warning.
2772
2773 2009-01-08  Mark Mitchell  <mark@codesourcery.com>
2774
2775         * gcc.dg/sibcall-3.c: XFAIL for Thumb.
2776         * gcc.dg/sibcall-4.c: Likewise.
2777
2778 2009-01-08  Sebastian Pop  <sebastian.pop@amd.com>
2779             Jan Sjodin  <jan.sjodin@amd.com>
2780
2781         PR tree-optimization/38559
2782         * testsuite/gcc.dg/graphite/pr38559.c: New.
2783
2784 2009-01-08  Ira Rosen  <irar@il.ibm.com>
2785
2786         PR tree-optimization/37194
2787         * gcc.dg/vect/costmodel/ppc/costmodel-pr37194.c: New test.
2788
2789 2009-01-07  Jakub Jelinek  <jakub@redhat.com>
2790
2791         PR c++/38725
2792         * g++.dg/ext/label11.C: New test.
2793
2794 2009-01-07  Joseph Myers  <joseph@codesourcery.com>
2795
2796         * lib/target-supports.exp (check_weak_override_available): New.
2797         * lib/target-supports-dg.exp (dg-require-weak-override): New.
2798         * gcc.dg/tree-ssa/pr27781.c, g++.dg/eh/weak1.C: Use
2799         dg-require-weak-override.
2800
2801 2009-01-07  Nathan Froyd  <froydnj@codesourcery.com>
2802             Alan Modra  <amodra@bigpond.net.au>
2803
2804         * gcc.c-torture/compile/20090107-1.c: New test.
2805
2806 2009-01-07  Uros Bizjak  <ubizjak@gmail.com>
2807
2808         PR target/38706
2809         * g++.dg/other/pr38706.C: New test.
2810
2811 2009-01-07  Jason Merrill  <jason@redhat.com>
2812
2813         * g++.dg/cpp0x/variadic92.C: New test.
2814         * g++.dg/cpp0x/variadic93.C: New test.
2815
2816 2009-01-07  Janis Johnson  <janis187@us.ibm.com>
2817
2818         * lib/target-supports-dg.exp (current_compiler_flags): New.
2819         (check-flags): Use it; do not access dg-test local variables.
2820         (dg-skip-if): Do not access dg-test local variables.
2821         (dg-xfail-run-if): Ditto.
2822         (dg-shouldfail): Ditto.
2823         * gcc.test-framework/test-framework.exp
2824         (check_effective_target_def_nocache): New.
2825         * gcc.test-framework/test-framework.awk: Handle scan tests.
2826         * gcc.test-framework/dg-do-run-xrif-nocache-exp-XF.c: New test.
2827         * gcc.test-framework/dg-error-nocache-exp-P.c: New test.
2828         * gcc.test-framework/dg-nocache-scanasm-exp-XF.c: New test.
2829         * gcc.test-framework/dg-warning-nocache-exp-P.c: New test.
2830         * gcc.test-framework/dg-nocache-sif-exp-P.c: New test.
2831         * gcc.test-framework/dg-nocache-sif-exp-U.c: New test.
2832         * gcc.test-framework/dg-nocache-xif-exp-P.c: New test.
2833         * gcc.test-framework/dg-do-run-sft-nocache-exp-P.c: New test.
2834         * gcc.test-framework/dg-nocache-xif-exp-XP.c: New test.
2835
2836         * g++.dg/torture/pr38586.C: Ignore a possible warning.
2837
2838         * lib/target-supports-dg.exp (check_test_flags): Delete.
2839
2840 2009-01-07  Jan Sjodin  <jan.sjodin@amd.com>
2841
2842         PR tree-optimization/38492
2843         PR tree-optimization/38498
2844         * testsuite/gcc.dg/graphite/pr38500.c: Fixed warning as committed
2845         in trunk.
2846         * testsuite/gcc.dg/graphite/block-0.c: Update test.
2847         * testsuite/gcc.dg/graphite/block-1.c: Same.
2848         * testsuite/gcc.dg/graphite/block-2.c: Remove xfail and test
2849         for blocking.
2850         * testsuite/gcc.dg/graphite/block-4.c: Remove test for strip mine.
2851         * testsuite/gcc.dg/graphite/block-3.c: New.
2852         * testsuite/gcc.dg/graphite/pr38498.c: New.
2853
2854 2009-01-07  H.J. Lu  <hongjiu.lu@intel.com>
2855
2856         AVX Programming Reference (December, 2008)
2857         * gcc.target/i386/avx-vmovntdq-256-1.c: New.
2858         * gcc.target/i386/avx-vmovntpd-256-1.c: Likewise.
2859         * gcc.target/i386/avx-vmovntps-256-1.c: Likewise.
2860
2861         * gcc.target/i386/sse2-movntdq-1.c (TEST): Align array to 16byte.
2862         * gcc.target/i386/sse2-movntpd-1.c (TEST): Likewise.
2863
2864 2009-01-06  Thomas Koenig  <tkoenig@gcc.gnu.org>
2865
2866         PR fortran/38220
2867         * gfortran.dg/c_loc_pure_1.f90:  New test.
2868
2869 2009-01-06  Mikael Morin  <mikael.morin@tele2.fr>
2870
2871         PR fortran/38669
2872         * gfortran.dg/elemental_dependency_3.f90:
2873         Add the final tree dump cleanup.
2874
2875 2009-01-06  Jakub Jelinek  <jakub@redhat.com>
2876
2877         * gfortran.dg/pr23095.f: Require ilp32 in target selection instead of
2878         passing -m32.
2879
2880         PR rtl-optimization/38722
2881         * gfortran.dg/pr38722.f90: New test.
2882
2883 2009-01-06  Janis Johnson  <janis187@us.ibm.com>
2884
2885         PR c/34252
2886         * gcc.dg/dfp/decfloat-constants.c: Check for DECnn_SUBNORMAL_MIN
2887         instead of DECnn_DEN.  Support -DDBG to list lines that fail.
2888
2889 2009-01-06  Dominique Dhumieres  <dominiq@lps.ens.fr>
2890
2891         * gfortran.dg/implicit_12.f90: Add space around dg directive.
2892         * gfortran.dg/typebound_call_8.f03: Same.
2893         * gfortran.dg/elemental_bind_c.f90: Same.
2894         * gfortran.dg/typebound_call_7.f03: Same.
2895         * gfortran.dg/interface_proc_end.f90: Same
2896         * gfortran.dg/pr37243.f: Fix typo.
2897
2898 2009-01-06  Uros Bizjak  <ubizjak@gmail.com>
2899
2900         * gcc.dg/struct-ret-3.c (CHUNK_SIZE): New define.  Use CHUNK_SIZE
2901         instead of hardcoded number.  Increase CHUNK_SIZE to 16384 for
2902         large stack sizes.
2903
2904 2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2905
2906         AVX Programming Reference (December, 2008)
2907         * gcc.target/i386/avx-2.c: Remove tests for _mm_permute2_pd,
2908         _mm256_permute2_pd, _mm_permute2_ps and _mm256_permute2_ps.
2909         * gcc.target/i386/sse-14.c: Likewise.
2910
2911         * gcc.target/i386/avx-vpermil2pd-1.c: Removed.
2912         * gcc.target/i386/avx-vpermil2ps-1.c: Likewise.
2913         * gcc.target/i386/avx-vpermil2pd-256-1.c: Likewise.
2914         * gcc.target/i386/avx-vpermil2ps-256-1.c: Likewise.
2915
2916 2009-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2917
2918         PR libfortran/38735
2919         * gfortran.dg/fmt_bz_bn.f: Update test.
2920
2921 2009-01-05  Dodji Seketeli  <dodji@redhat.com>
2922
2923         PR c++/38472
2924         * g++.dg/conversion/usual-arith-conv.C: New test.
2925
2926 2009-01-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2927
2928         PR c/34911
2929         * gcc.dg/vector-3.c: New testcase.
2930         * g++.dg/ext/vector15.C: New test.
2931
2932 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
2933
2934         PR tree-optimization/38510
2935         * gcc.dg/graphite/pr38510.c: New.
2936
2937 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
2938             Jan Sjodin <jan.sjodin@amd.com>
2939
2940         PR tree-optimization/38500
2941         * gcc.dg/graphite/pr38500.c: New.
2942
2943 2009-01-05  Laurent GUERBY  <laurent@guerby.net>
2944
2945         * gcc.c-torture/compile/20001226-1.c: Generalize
2946         dg-timeout-factor.
2947         * gcc.c-torture/compile/limits-fnargs.c: Add
2948         dg-timeout-factor.
2949         * gcc.dg/20020425-1.c: Likewise.
2950         * gcc.dg/pch/pch.exp: Likewise.
2951         
2952 2009-01-05  Paul Thomas  <pault@gcc.gnu.org>
2953
2954         PR fortran/38657
2955         * gfortran.dg/module_commons_3.f90: New test.
2956
2957 2009-01-05  Daniel Franke  <franke.daniel@gmail.com>
2958
2959         PR fortran/37159
2960         * gfortran.dg/random_seed_1.f90: Updated.
2961
2962 2009-01-05  Mikael Morin  <mikael.morin@tele2.fr>
2963
2964         PR fortran/38669
2965         PR fortran/38726
2966         * gfortran.dg/elemental_subroutine_7.f90: 
2967         Fix p values so that it can be used as vector subscript.
2968
2969 2009-01-05  Jason Merrill  <jason@redhat.com>
2970
2971         * g++.dg/cpp0x/initlist12.C: Add another test.
2972
2973         * g++.dg/cpp0x/defaulted7.C: New test.
2974
2975 2009-01-05  Thomas Koenig  <tkoenig@gcc.gnu.org>
2976
2977         PR fortran/38672
2978         * gfortran.dg/host_assoc_blockdata_1.f90:  New test.
2979         * gfortran.dg/host_assoc_blockdata_2.f90:  New test.
2980
2981 2009-01-05  Uros Bizjak  <ubizjak@gmail.com>
2982
2983         * gcc.dg/compat/struct-layout-1_generate.c (dg-options): Add -mieee
2984         for alpha*-*-* targets.
2985         * g++.dg/compat/struct-layout-1_generate.c (dg-options): Ditto.
2986
2987 2009-01-05  Paul Thomas  <pault@gcc.gnu.org>
2988
2989         PR fortran/38665
2990         * gfortran.dg/host_assoc_function_5.f90: New test.
2991
2992 2009-01-04  Mikael Morin  <mikael.morin@tele2.fr>
2993
2994         PR fortran/38669
2995         * gfortran.dg/elemental_dependency_3.f90: New test.
2996         * gfortran.dg/elemental_subroutine_7.f90: New test.
2997
2998 2009-01-04  Uros Bizjak  <ubizjak@gmail.com>
2999
3000         * gcc.dg/struct-ret-3.c: Include unistd.h.
3001         (main): Exit early if system memory page size is
3002         larger than 4096 bytes.
3003
3004 2009-01-04  Daniel Franke  <franke.daniel@gmail.com>
3005
3006         PR fortran/38718
3007         * gfortran.dg/merge_init_expr.f90: New.
3008
3009 2009-01-04  Mikael Morin  <mikael.morin@tele2.fr>
3010
3011         PR fortran/38536
3012         * gfortran.dg/c_loc_tests_13.f90: New test.
3013         * gfortran.dg/c_loc_tests_14.f90: New test.
3014
3015 2009-01-03  Daniel Franke  <franke.daniel@gmail.com>
3016
3017         * gfortran.dg/func_result_4.f90: New.
3018
3019 2009-01-03  Paul Thomas  <pault@gcc.gnu.org>
3020
3021         PR fortran/38594
3022         * gfortran.dg/host_assoc_call_3.f90: Make sure that the generic
3023         interface still works, in addition to original tests.
3024         * gfortran.dg/host_assoc_call_6.f90: New test.
3025
3026 2009-01-03  Jakub Jelinek  <jakub@redhat.com>
3027
3028         PR c++/38705
3029         * g++.dg/torture/pr38705.C: New test.
3030
3031         PR c/38700
3032         * gcc.dg/pr38700.c: New test.
3033
3034 2009-01-02  Jason Merrill  <jason@redhat.com>
3035
3036         * g++.dg/cpp0x/initlist11.C: New test.
3037         * g++.dg/cpp0x/initlist12.C: New test.
3038
3039 2009-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
3040
3041         * gcc.dg/fixed-point/composite-type.c: Update wording of messages.
3042         Allow extra informative notes.
3043
3044 2009-01-01  Jakub Jelinek  <jakub@redhat.com>
3045
3046         PR c/36489
3047         * gcc.dg/pr36489.c: New test.