OSDN Git Service

PR target/39431
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2008-03-12  Jakub Jelinek  <jakub@redhat.com>
2
3         PR target/39431
4         * gcc.target/i386/pr39431.c: New test.
5
6 2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>
7
8         PR target/39445
9         * gcc.target/i386/pr39445.c: New.
10
11         * gcc.target/i386/push-1.c: XFAIL.
12
13 2009-03-11  Adam Nemet  <anemet@caviumnetworks.com>
14
15         * gcc.dg/inline-33.c: New test.
16
17 2009-03-11  Nathan Froyd  <froydnj@codesourcery.com>
18
19         * gcc.dg/vect/vect-82.c: Combine dg-do and
20         dg-require-effective-target into dg-skip-if.
21         * gcc.dg/vect/vect-83.c: Likewise.
22
23 2009-03-11  Jakub Jelinek  <jakub@redhat.com>
24
25         PR target/39137
26         * gcc.target/i386/stackalign/longlong-1.c: New test.
27         * gcc.target/i386/stackalign/longlong-2.c: New test.
28
29 2009-03-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
30
31         * g++.old-deja/g++.jason/thunk2.C: Skip on SPU.
32
33 2009-03-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
34
35         * gcc.c-torture/execute/ieee/inf-3.c: New test.
36         * gcc.c-torture/execute/ieee/inf-2.c: Fix typo.
37
38 2009-03-11  Olivier Hainque  <hainque@adacore.com>
39
40         * gnat.dg/slice_enum.adb: New test.
41
42 2009-03-11  Jason Merrill  <jason@redhat.com>
43
44         PR debug/39086
45         * g++.dg/opt/nrv15.C: New test.
46
47 2009-03-10  Ira Rosen  <irar@il.ibm.com>
48
49         PR tree-optimization/39422
50         * gcc.dg/vect/costmodel/spu/costmodel-vect-76b.c: Move
51         constant array with static initialization to global memory.
52         * gcc.dg/vect/costmodel/spu/costmodel-vect-76c.c: Likewise.
53
54 2009-03-10  Hariharan Sandanagobalane <hariharan@picochip.com>
55
56         * gcc.c-torture/execute/pr39339.c: Bitfield sizes changed to avoid
57         padding.
58
59 2009-03-09  Jakub Jelinek  <jakub@redhat.com>
60
61         PR c++/39371
62         * g++.dg/opt/switch2.C: Add -w to dg-options.
63         * g++.dg/warn/Wswitch-1.C: Adjust expected warnings.
64         * g++.dg/warn/switch1.C: New test.
65         * g++.dg/other/switch3.C: New test.
66
67         PR tree-optimization/39394
68         * gcc.c-torture/compile/pr39394.c: New test.
69
70 2009-03-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
71
72         * gcc.target/s390/20090223-1.c: New testcase.
73
74 2009-03-08  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
75
76         PR libfortran/39402
77         * gfortran.dg/fmt_f0_1.f90: New test.
78
79 2009-03-08  H.J. Lu  <hongjiu.lu@intel.com>
80
81         PR c++/39060
82         * g++.dg/other/new1.C: Adjusted.
83         * g++.dg/parse/crash40.C: Likewise.
84         * g++.dg/parse/defarg12.C: Likewise.
85         * g++.dg/template/error15.C: Likewise.
86
87         * g++.dg/other/pr39060.C: New.
88
89 2009-03-07  Jason Merrill  <jason@redhat.com>
90
91         PR c++/39367
92         * g++.dg/opt/new1.C: New.
93
94 2009-03-06  Paolo Carlini  <paolo.carlini@oracle.com>
95
96         PR c++/33492
97         * g++.dg/other/error32.C: New.
98
99 2009-03-06  Jakub Jelinek  <jakub@redhat.com>
100
101         PR middle-end/39360
102         * gcc.c-torture/compile/pr39360.c: New test.
103
104         PR debug/39372
105         * g++.dg/debug/dwarf2/static-local-var-in-ctor.C: New test.
106
107 2009-03-05  Jason Merrill  <jason@redhat.com>
108
109         PR c++/38908
110         * g++.dg/warn/Wuninitialized-3.C: New test.
111
112 2009-03-05  Jakub Jelinek  <jakub@redhat.com>
113
114         PR debug/39379
115         * g++.dg/debug/dwarf2/imported-module-3.C: New test.
116         * g++.dg/debug/dwarf2/imported-module-4.C: New test.
117
118 2009-03-04  Jason Merrill  <jason@redhat.com>
119
120         PR c++/13549
121         * g++.dg/template/koenig7.C: New test.
122
123 2009-03-04  Nathan Sidwell  <nathan@codesourcery.com>
124
125         * g++.dg/torture/predcom-1.C: New test.
126
127 2009-03-04  Richard Guenther  <rguenther@suse.de>
128
129         PR tree-optimization/39362
130         * g++.dg/torture/pr39362.C: New testcase.
131
132 2009-03-04  Jason Merrill  <jason@redhat.com>
133             Giovanni Bajo  <giovannibajo@gcc.gnu.org>
134
135         PR c++/9634
136         PR c++/29469
137         PR c++/29607
138         * g++.dg/template/dependent-name5.C: New test.
139
140 2009-03-04  Steve Ellcey  <sje@cup.hp.com>
141
142         PR testsuite/39357
143         * gcc.dg/vect-iv-6.c (dg-require-effective-target): Change from
144         vect_int to vect_int_mult.
145
146 2009-03-04  Richard Guenther  <rguenther@suse.de>
147
148         PR tree-optimization/39358
149         * g++.dg/warn/Wstrict-aliasing-bogus-escape-2.C: New testcase.
150         * g++.dg/warn/Wstrict-aliasing-bogus-escape-3.C: Likewise.
151
152 2009-03-04  Richard Guenther  <rguenther@suse.de>
153
154         PR tree-optimization/39339
155         * gcc.c-torture/execute/pr39339.c: New testcase.
156
157 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
158
159         * gcc.c-torture/compile/20090303-1.c,
160         gcc.c-torture/compile/20090303-2.c: New tests.
161
162 2009-03-03  Jakub Jelinek  <jakub@redhat.com>
163
164         PR fortran/39354
165         * gfortran.dg/gomp/pr39354.f90: New test.
166
167         PR tree-optimization/39343
168         * gcc.dg/pr39343.c: New test.
169
170 2009-03-03  Ira Rosen  <irar@il.ibm.com>
171
172         PR tree-optimization/39248
173         * gcc.dg/vect/vect-complex-1.c: Add attribute aligned to the arrays.
174         * gcc.dg/vect/vect-iv-6.c: Don't expect to fail to vectorize
175         on targets without vector misalignment support.
176         * lib/target-supports.exp 
177         (check_effective_target_vect_short_mult): Add 
178         check_effective_target_arm32.
179
180 2009-03-02  Sebastian Pop  <sebastian.pop@amd.com>
181
182         PR middle-end/39335
183         * testsuite/gcc.dg/graphite/pr39335_1.c: New.
184         * testsuite/gcc.dg/graphite/pr39335.c: New.
185
186 2009-03-02  H.J. Lu  <hongjiu.lu@intel.com>
187
188         * gcc.target/i386/stackalign/return-4.c: Scan andl/andq instead
189         of andl.
190         * gcc.target/i386/stackalign/return-5.c: Likewise.
191         * gcc.target/i386/stackalign/return-6.c: Likewise.
192
193 2009-03-02  Richard Guenther  <rguenther@suse.de>
194             Ira Rosen  <irar@il.ibm.com>
195
196         PR tree-optimization/39318
197         * gfortran.dg/vect/pr39318.f90: New test.
198
199 2009-03-01  Jan Hubicka  <jh@suse.cz>
200
201         * gcc.dg/debug/dwarf2/ipa-cp1.c: New testcase.
202
203 2009-03-01  Jan Hubicka  <jh@suse.cz>
204
205         PR debug/39267
206         * gcc.dg/debug/dwarf2/inline1.c: New testcase.
207
208 2009-03-01  Eric Botcazou  <ebotcazou@adacore.com>
209
210         * gnat.dg/pack12.adb: New test.
211
212 2009-02-26  H.J. Lu  <hongjiu.lu@intel.com>
213
214         PR c++/37789
215         * g++.dg/other/pr37789.C: New.
216
217 2009-02-26  Paul Thomas  <pault@gcc.gnu.org>
218
219         PR fortran/39295
220         * gfortran.dg/interface_25.f90: New test.
221         * gfortran.dg/interface_26.f90: New test.
222
223 2009-02-26  Paul Thomas  <pault@gcc.gnu.org>
224
225         PR fortran/39292
226         * gfortran.dg/initialization_22.f90: New test.
227
228 2009-02-25  H.J. Lu  <hongjiu.lu@intel.com>
229
230         PR rtl-optimization/39241
231         * gcc.dg/torture/pr39241.c: New.
232
233 2009-02-25  Martin Jambor  <mjambor@suse.cz>
234
235         PR tree-optimizations/39259
236         * g++.dg/torture/pr39259.C: New testcase.
237
238 2009-02-24  Richard Guenther  <rguenther@suse.de>
239
240         PR c++/39242
241         * g++.dg/template/instantiate10.C: New testcase.
242
243 2009-02-24  Richard Guenther  <rguenther@suse.de>
244             Zdenek Dvorak  <ook@ucw.cz>
245
246         PR tree-optimization/39233
247         * gcc.c-torture/execute/pr39233.c: New testcase.
248
249 2009-02-23  Sebastian Pop  <sebastian.pop@amd.com>
250
251         PR tree-optimization/39260
252         * gcc.dg/graphite/pr39260.c: New.
253
254 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
255
256         * g++.dg/init/static-init1.C: Replace int with __PTRDIFF_TYPE__.
257
258 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
259
260         PR c++/36411
261         * g++.dg/template/void14.C: New.
262
263 2009-02-23  Jason Merrill  <jason@redhat.com>
264
265         PR c++/38880
266         * g++.dg/init/const7.C: Remove XFAIL.
267         * g++.dg/init/static-init1.C: New test.
268
269         * g++.dg/cpp0x/initlist14.C: New test.
270
271 2009-02-21  Thomas Koenig  <tkoenig@gcc.gnu.org>
272
273         PR fortran/38914
274         * bound_simplification_2.f90:  New test case.
275         * bound_7.f90:  New test case.
276
277 2009-02-21  Joseph Myers  <joseph@codesourcery.com>
278
279         * gcc.dg/cpp/include4.c: New test.
280
281 2009-02-21  Uros Bizjak  <ubizjak@gmail.com>
282
283         PR target/39256
284         * gcc.target/i386/abi-2.c: New.
285
286 2009-02-21  Kaz Kojima  <kkojima@gcc.gnu.org>
287
288         * gcc.c-torture/execute/pr39228.x: New.
289
290 2009-02-21  Uros Bizjak  <ubizjak@gmail.com>
291
292         * gcc.target/i386/abi-1.c: Use scan-assembler-times "..." 1 instead of
293         scan-assembler to check for xmm0 register.
294
295 2009-02-20  Mark Mitchell  <mark@codesourcery.com>
296             Joseph Myers  <joseph@codesourcery.com>
297
298         * gcc.target/arm/va_list.c: New test.
299         * g++.dg/abi/arm_va_list.C: Likewise.
300         * lib/target-supports.exp (check_effective_target_arm_eabi): New
301         function.
302         * g++.dg/cpp0x/temp-va-arg-bug.C, g++.dg/other/stdarg1.C,
303         g++.dg/warn/miss-format-1.C, g++.dg/warn/miss-format-3.C,
304         g++.dg/warn/miss-format-4.C, g++.dg/warn/miss-format-5.C,
305         g++.dg/warn/miss-format-6.C, g++.old-deja/g++.other/vaarg2.C,
306         g++.old-deja/g++.other/vaarg3.C, g++.old-deja/g++.other/vaarg4.C,
307         g++.old-deja/g++.pt/builtin.C: Use -Wno-abi on ARM EABI targets.
308
309 2009-02-20  Jack Howarth  <howarth@bromo.med.uc.edu>
310
311         PR testsuite/38164
312         * gcc.target/i386/amd64-abi-3.c: Add -fomit-frame-pointer
313         to dg-options.
314
315 2009-02-20  Jakub Jelinek  <jakub@redhat.com>
316
317         PR target/39240
318         * gcc.c-torture/execute/pr39240.c: New test.
319
320 2009-02-20  Jason Merrill  <jason@redhat.com>
321
322         PR c++/39225
323         * g++.dg/parse/dtor15.C: New test.
324
325 2009-02-19  Kazu Hirata  <kazu@codesourcery.com>
326
327         * gcc.c-torture/execute/20090219-1.c: New.
328
329 2009-02-19  Adam Nemet  <anemet@caviumnetworks.com>
330
331         * gcc.target/mips/mips.exp: Comment !CPU in the isa* pseudo-options.
332         (mips-dg-options): When matching isa* pseudo-options make
333         'value' optional and accept ! entries.  Use $spec instead of
334         $isa_spec in the isa pseudo-option error message.  Only
335         perform the ISA-range check when 'value' is set.  If arch is
336         matching any CPU in the ! entries switch to its generic ISA.
337         * gcc.target/mips/branch-1.c: Pass isa=!octeon.
338         * gcc.target/mips/dmult-1.c: Pass isa=64!octeon rather than -mips64.
339
340 2009-02-19  Jakub Jelinek  <jakub@redhat.com>
341
342         PR target/39175
343         * gcc.dg/visibility-20.c: New test.
344         * g++.dg/ext/visibility/visibility-11.C: New test.
345
346 2009-02-19  H.J. Lu  <hongjiu.lu@intel.com>
347
348         PR c++/39188
349         * g++.dg/abi/pr39188-1a.C: New.
350         * g++.dg/abi/pr39188-1b.C: Likewise.
351         * g++.dg/abi/pr39188-1.h: Likewise.
352         * g++.dg/abi/pr39188-2a.C: Likewise.
353         * g++.dg/abi/pr39188-2b.C: Likewise.
354         * g++.dg/abi/pr39188-2.h: Likewise.
355         * g++.dg/abi/pr39188-3a.C: Likewise.
356         * g++.dg/abi/pr39188-3b.C: Likewise.
357         * g++.dg/abi/pr39188-3.h: Likewise.
358
359 2009-02-19  Joseph Myers  <joseph@codesourcery.com>
360
361         PR c/38483
362         * gcc.c-torture/execute/call-trap-1.c,
363         gcc.c-torture/execute/va-arg-trap-1.c, gcc.dg/call-diag-1.c: New
364         tests.
365
366 2009-02-19  Uros Bizjak  <ubizjak@gmail.com>
367
368         PR target/39228
369         * gcc.c-torture/execute/pr39228.c: New test.
370
371 2009-02-19  Richard Guenther  <rguenther@suse.de>
372
373         PR tree-optimization/39074
374         * gcc.dg/torture/pr39074.c: New testcase.
375         * gcc.dg/torture/pr39074-2.c: Likewise.
376         * gcc.dg/torture/pr39074-3.c: Likewise.
377
378 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
379
380         PR c++/39219
381         * g++.dg/parse/attr3.C: New.
382
383 2009-02-18  Jack Howarth <howarth@bromo.med.uc.edu>
384
385         PR testsuite/38165
386         * g++.dg/pubtypes.C: Adopt Radar 4535968 fix to testcase.
387
388         PR testsuite/38166
389         * g++.dg/ext/visibility/class1.C: Revert revision 122348
390         and skip on Darwin.
391
392 2009-02-18  Jason Merrill  <jason@redhat.com>
393
394         PR c++/38880
395         * g++.dg/init/const7.C: Remove XFAIL.
396
397         PR target/39179
398         * g++.dg/opt/const6.C: New test.
399
400 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
401
402         * gcc.dg/callabi/callabi.exp: Moved to ...
403         * gcc.target/x86_64/abi/callabi/callabi.exp: Here.  Only run
404         in 64bit mode.
405
406         * gcc.target/x86_64/abi/callabi/func-1.c: Don't check target.
407         * gcc.target/x86_64/abi/callabi/func-indirect.c: Likewise.
408         * gcc.target/x86_64/abi/callabi/func-indirect.c: Likewise.
409         * gcc.target/x86_64/abi/callabi/pr38891.c: Likewise.
410         * gcc.target/x86_64/abi/callabi/vaarg-1.c: Likewise.
411         * gcc.target/x86_64/abi/callabi/vaarg-2.c: Likewise.
412         * gcc.target/x86_64/abi/callabi/vaarg-3.c: Likewise.
413
414         * gcc.dg/callabi/callabi.h: Moved to ...
415         * gcc.target/x86_64/abi/callabi/callabi.h: Here.
416
417         * gcc.dg/callabi/func-1.c: Moved to ...
418         * gcc.target/x86_64/abi/callabi/func-1.c: Here.
419
420         * gcc.dg/callabi/func-indirect.c: Moved to ...
421         * gcc.target/x86_64/abi/callabi/func-indirect.c: Here.
422
423         * gcc.dg/callabi/pr38891.c: Moved to ...
424         * gcc.target/x86_64/abi/callabi/pr38891.c: Here.
425
426         * gcc.dg/callabi/vaarg-1.c: Moved to ...
427         * gcc.target/x86_64/abi/callabi/vaarg-1.c: Here.
428
429         * gcc.dg/callabi/vaarg-2.c: Moved to ...
430         * gcc.target/x86_64/abi/callabi/vaarg-2.c: Here.
431
432         * gcc.dg/callabi/vaarg-3.c: Moved to ...
433         * gcc.target/x86_64/abi/callabi/vaarg-3.c: Here.
434
435 2009-02-17  Xuepeng Guo  <xuepeng.guo@intel.com>
436
437         PR target/38891
438         * gcc.dg/callabi/pr38891.c: New.
439
440 2009-02-17  H.J. Lu  <hongjiu.lu@intel.com>
441
442         * gcc.dg/callabi/callabi.exp: New.
443
444 2009-02-17  H.J. Lu  <hongjiu.lu@intel.com>
445
446         PR target/39082
447         * g++.dg/compat/struct-layout-1_generate.c (dg_options): Add
448         -Wno-abi for x86.
449         * gcc.dg/compat/struct-layout-1_generate.c (dg_options): Likewise.
450
451         * gcc.target/i386/pr39082-1.c: New.
452
453         * gcc.target/x86_64/abi/abi-x86_64.exp (additional_flags): Add
454         -Wno-abi.
455
456         * gcc.target/x86_64/abi/args.h (XMM_T): Add _m64 and _m128 if
457         CHECK_M64_M128 is defined.
458         (check_f_arguments): Add "do".
459         (check_vector_arguments): New.
460         (check_m64_arguments): Likewise.
461         (check_m128_arguments): Likewise.
462
463         * gcc.target/x86_64/abi/defines.h: Include <xmmintrin.h>.
464         (CHECK_M64_M128): Define.
465
466         * gcc.target/x86_64/abi/test_m64m128_returning.c: New.  Based
467         on abitest.
468         * gcc.target/x86_64/abi/test_passing_m64m128.c: Likewise.
469
470         * gcc.target/x86_64/abi/test_passing_structs.c: Define __m128
471         tests only if CHECK_M64_M128 is defined.
472
473         * gcc.target/x86_64/abi/test_passing_structs.c (m128_struct): New.
474         (m128_2_struct): Likewise.
475         (check_struct_passing5): Likewise.
476         (check_struct_passing6): Likewise.
477         (main): Test struct with __m128 if CHECK_M64_M128 is defined.
478
479         * gcc.target/x86_64/abi/test_passing_unions.c (un4): New.
480         (un5): Likewise.
481         (check_union_passing4): Likewise.
482         (main): Test union with __m128 if CHECK_M64_M128 is defined.
483
484 2009-02-18  Joseph Myers  <joseph@codesourcery.com>
485
486         PR c/35447
487         * gcc.dg/noncompile/pr35447-1.c: New test.
488
489 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
490
491         PR tree-optimization/36922
492         * gfortran.dg/pr36922.f: New test.
493
494 2009-02-17  Richard Guenther  <rguenther@suse.de>
495
496         PR tree-optimization/39202
497         * gcc.c-torture/compile/pr39202.c: New testcase.
498
499 2009-02-17  Richard Guenther  <rguenther@suse.de>
500
501         PR tree-optimization/39204
502         * gcc.dg/torture/pr39204.c: New testcase.
503
504 2009-02-17  Bingfeng Mei <bmei@broadcom.com>
505
506         * gcc.dg/vect/vect-outer-5.c: Require vect_float support.
507         * gcc.dg/vect/vect-outer-6.c: Ditto.
508
509 2009-02-16  Joseph Myers  <joseph@codesourcery.com>
510
511         PR c/35446
512         * gcc.dg/noncompile/init-5.c: New test.
513         * gcc.dg/init-bad-4.c: Adjust expected errors.
514
515 2009-02-16  H.J. Lu  <hongjiu.lu@intel.com>
516
517         PR target/37049
518         * gcc.target/i386/push-1.c: New.
519
520 2009-02-15  Uros Bizjak  <ubizjak@gmail.com>
521
522         * gcc.dg/struct/w_prof_single_str_global.c: Mask return value.
523         
524 2009-02-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
525
526         * gcc.target/spu/intrinsics-sr.c: New test.
527
528 2009-02-13  Steve Ellcey  <sje@cup.hp.com>
529
530         PR target/38056
531         * gcc.target/ia64/sibcall-opt-1.c: New test.
532         * gcc.target/ia64/sibcall-opt-2.c: New test.
533
534 2009-02-13  Paul Thomas  <pault@gcc.gnu.org>
535
536         PR fortran/36528
537         * gfortran.dg/cray_pointers_8.f90: New test.
538
539         PR fortran/36703
540         * gfortran.dg/cray_pointers_9.f90: New test.
541
542 2009-02-13  Jason Merrill  <jason@redhat.com>
543
544         PR c++/39070
545         * g++.dg/cpp0x/decltype16.C: New.
546
547 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
548
549         PR target/39152
550         * gfortran.dg/gomp/pr39152.f90: New.
551
552 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
553
554         PR target/39162
555         * gcc.target/i386/pr39162.c: New.
556
557 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
558
559         PR c/35444
560         * gcc.dg/noncompile/pr35444-1.c, gcc.dg/noncompile/pr35444-2.c:
561         New tests.
562
563 2009-02-12  Jason Merrill  <jason@redhat.com>
564
565         PR c++/38950
566         * g++.dg/template/array20.C: New test.
567
568 2009-02-12  Uros Bizjak  <ubizjak@gmail.com>
569
570         * gcc.dg/torture/fp-int-convert-float128-timode.c: Do not check
571         for lp64 in "dg-do run" directive.  Remove dg-xfail-if directive.
572         * gcc.dg/torture/fp-int-convert-timode.c: Remove xfail directive.
573
574 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
575
576         * g++.dg/cpp0x/defaulted9.C: Compile with "-std=c++0x -fno-inline".
577
578 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
579
580         PR target/39152
581         * gfortran.dg/pr39152.f: New.
582
583 2009-02-11  Jason Merrill  <jason@redhat.com>
584
585         PR c++/39153
586         * g++.dg/cpp0x/defaulted9.C: New test.
587
588         PR c++/30111
589         * g++.dg/init/value7.C: New test.
590
591 2009-02-11  Paolo Bonzini  <bonzini@gnu.org>
592
593         PR target/38824
594         * gcc.target/i386/pr38824.c: New testcase.
595
596 2009-02-11  Jason Merrill  <jason@redhat.com>
597
598         PR c++/38649
599         * g++.dg/cpp0x/defaulted8.C: New test.
600
601         PR c++/36744
602         * g++.dg/cpp0x/rv9p.C: New test.
603
604 2009-02-10  Eric Botcazou  <ebotcazou@adacore.com>
605
606         * gnat.dg/aliasing3.adb: New test.
607         * gnat.dg/aliasing3_pkg.ad[sb]: New helper.
608
609 2009-02-10  Paolo Carlini  <paolo.carlini@oracle.com>
610
611         PR c++/34397
612         * g++.dg/template/crash88.C: New.
613         * g++.dg/template/crash89.C: Likewise.
614
615 2009-02-10  Steve Ellcey  <sje@cup.hp.com>
616
617         PR c/39084
618         * gcc.dg/pr39084.c: New test.
619
620 2009-02-10  Jakub Jelinek  <jakub@redhat.com>
621
622         PR target/39139
623         * gcc.target/i386/pr39139.c: New test.
624
625 2009-02-10  Richard Guenther  <rguenther@suse.de>
626
627         PR tree-optimization/39132
628         * gcc.dg/torture/pr39132.c: New testcase.
629
630 2009-02-10  H.J. Lu  <hongjiu.lu@intel.com>
631
632         PR target/39119
633         * gcc.target/x86_64/abi/avx/abi-avx.exp: New.
634         * gcc.target/x86_64/abi/avx/args.h: Likewise.
635         * gcc.target/x86_64/abi/avx/asm-support.S: Likewise.
636         * gcc.target/x86_64/abi/avx/avx-check.h: Likewise.
637         * gcc.target/x86_64/abi/avx/test_m256_returning.c: Likewise.
638         * gcc.target/x86_64/abi/avx/test_passing_m256.c: Likewise.
639         * gcc.target/x86_64/abi/avx/test_passing_structs.c: Likewise.
640         * gcc.target/x86_64/abi/avx/test_passing_unions.c: Likewise.
641
642 2009-02-09  Jason Merrill  <jason@redhat.com>
643
644         PR c++/39109
645         * g++.dg/init/value6.C: New test.
646
647 2009-02-09  H.J. Lu  <hongjiu.lu@intel.com>
648
649         * gcc.target/x86_64/abi/abi-x86_64.exp: Use glob instead of find.
650
651 2009-02-09  Eric Botcazou  <ebotcazou@adacore.com>
652
653         * gcc.c-torture/compile/20090209-1.c: New test.
654
655 2009-02-06  Paolo Carlini  <paolo.carlini@oracle.com>
656
657         PR c++/35147
658         PR c++/37737
659         * g++.dg/cpp0x/vt-35147.C: New.
660         * g++.dg/cpp0x/vt-37737-1.C: Likewise.
661         * g++.dg/cpp0x/vt-37737-2.C: Likewise.
662
663 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
664
665         PR c/35434
666         * gcc.dg/attr-alias-4.c: New test.
667
668 2009-02-06  Janis Johnson  <janis187@us.ibm.com>
669
670         PR c/39035
671         * gcc.dg/dfp/pr39035.c: New test.
672
673 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
674
675         PR c/36432
676         * gcc.dg/c90-flex-array-2.c, gcc.dg/c99-flex-array-6.c: New tests.
677
678 2009-02-05  Jakub Jelinek  <jakub@redhat.com>
679
680         PR c++/39106
681         * g++.dg/opt/thunk3.C: New test.
682
683 2009-02-05  Nick Clifton  <nickc@redhat.com>
684
685         * gcc.c-torture/compile/20080625-1.c: Skip for M32C.
686         * gcc.c-torture/compile/limits-stringlit.c: Likewise.
687         * gcc.dg/cdce1.c: Likewise.
688         * gcc.dg/cpp/_Pragma6.c: Likewise.
689         * g++.dg/cpp/_Pragma1.C: Likewise.
690         * gcc.dg/utf32-2.c: Xfail for M32C.
691         * gcc.dg/utf32-1.c: Likewise.
692         * gcc.dg/utf32-3.c: Likewise.
693         * gcc.dg/Wtype-limits.c: Add expected warning messages for 16-bit
694         targets.
695         * gcc.dg/Wtype-limits-Wextra.c: Likewise.
696         * gcc.dg/utf32-4.c: Only run for 32-bit+ targets.
697         * gcc.dg/Wconversion-5.c: Likewise.
698         * gcc.dg/tree-ssa/data-dep-1.c: Likewise.
699         * gcc.dg/tree-ssa/ldist-3.c: Likewise.
700         * gcc.dg/tree-ssa/ldist-5.c: Likewise.
701         * gcc.dg/utf-inc-init.c: Likewise.
702         * gcc.dg/pr11492.c: Xfail for 16-bit targets.
703         * gcc.dg/utf-array.c: Add expected warning messages for M32C.
704         * gcc.dg/utf-array-short-wchar.c: Likewise.
705         * gcc.dg/tree-ssa/pr33920.c: Expect a warning from all 16-bit targets.
706         * gcc.dg/mallign.c: Use size_t instead of long.
707
708 2009-02-05  Uros Bizjak  <ubizjak@gmail.com>
709
710         * g++.dg/torture/pr31863.C: Generalize dg-timeout-factor.
711
712 2009-02-05  Daniel Berlin  <dberlin@dberlin.org>
713
714         * gcc.c-torture/execute/pr39100.c: New.
715
716 2009-02-05  Joseph Myers  <joseph@codesourcery.com>
717
718         PR c/35435
719         * gcc.dg/tls/diag-6.c: New test.
720
721 2009-02-04  H.J. Lu  <hongjiu.lu@intel.com>
722
723         AVX Programming Reference (January, 2009)
724         * gcc.target/i386/avx-vpclmulqdq.c: New.
725         * gcc.target/i386/pclmul-avx-check.h: Likewise.
726
727         * gcc.target/i386/i386.exp (check_effective_target_vpclmul): New.
728
729         * gcc.target/i386/pclmulqdq.c (CHECK_H): New.
730         (TEST): Likewise.  Include CHECK_H instead of "pclmul-check.h".
731         (pclmul_test): Renamed to ...
732         (TEST): This.
733
734 2009-02-04  Jakub Jelinek  <jakub@redhat.com>
735
736         PR c++/39095
737         * g++.dg/abi/mangle31.C: New test.
738
739 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
740
741         PR c/29129
742         * c90-arraydecl-1.c: Do not expect error for [*] in abstract
743         declarator.
744         * vla-6.c: Likewise.  Expect warning not error for [*] lexically
745         inside function prototype but not part of parameter declarator.
746         * vla-11.c: New test.
747
748 2009-02-03  Jason Merrill  <jason@redhat.com>
749
750         * g++.dg/warn/main-4.C: New test.
751         * g++.old-deja/g++.bugs/900227_01.C: Remove &main warnings.
752
753 2009-02-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
754
755         PR C++/36607
756         * g++.dg/expr/cast10.C: New test.
757
758 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
759
760         PR c/35433
761         * gcc.dg/init-bad-6.c: New test.
762
763 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
764
765         PR target/35318
766         * gcc.c-torture/compile/pr35318.c: New test.
767
768         PR inline-asm/39059
769         * gcc.dg/nofixed-point-2.c: New test.
770         * g++.dg/ext/fixed1.C: Adjust expected diagnostics.
771         * g++.dg/ext/fixed2.C: Likewise.
772         * g++.dg/other/error25.C: Likewise.
773         * g++.dg/lookup/crash7.C: Likewise.
774         * g++.dg/cpp0x/decltype-38655.C: Likewise.
775
776         PR c++/39056
777         * g++.dg/cpp0x/initlist13.C: New test.
778
779 2009-02-03  Paolo Bonzini  <bonzini@gnu.org>
780
781         PR c++/36897
782         * g++.dg/template/func2.C: New test.
783
784         PR c++/37314
785         * g++.dg/template/typename15.C: New.
786         * g++.dg/template/typename16.C: New.
787
788 2009-02-03  Janis Johnson  <janis187@us.ibm.com>
789             Ben Elliston  <bje@au.ibm.com>
790
791         PR c/39034
792         * gcc.dg/dfp/pr39034.c: New test.
793
794 2009-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
795
796         PR testsuite/38263
797         * gcc.dg/ipa/ipacost-2.c: Add -fpie when pic.
798
799 2009-02-02  Jason Merrill  <jason@redhat.com>
800
801         PR c++/39054
802         * g++.dg/parse/dtor14.C: New test.
803
804 2009-02-02  Jakub Jelinek  <jakub@redhat.com>
805
806         * lib/target-supports.exp
807         (check_effective_target_correct_iso_cpp_string_wchar_protos): New.
808         * g++.dg/ext/builtin10.C: New test.
809
810         PR inline-asm/39058
811         * gcc.target/i386/pr39058.c: New test.
812
813 2009-02-02  Richard Guenther  <rguenther@suse.de>
814
815         PR tree-optimization/38937
816         * g++.dg/warn/Wstrict-aliasing-bogus-escape.C: New testcase.
817
818 2009-02-01  Paolo Carlini  <paolo.carlini@oracle.com>
819
820         PR c++/39053
821         * g++.dg/parse/crash52.C: New.
822
823 2009-01-30  Richard Guenther  <rguenther@suse.de>
824
825         PR tree-optimization/39041
826         * gcc.c-torture/compile/pr39041.c: New testcase.
827
828 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
829
830         PR target/39013
831         * gcc.target/i386/pr39013-1.c: New test.
832         * gcc.target/i386/pr39013-2.c: New test.
833
834         PR c++/39028
835         * g++.dg/ext/label12.C: New test.
836
837 2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>
838
839         PR c++/33465
840         * g++.dg/parse/error34.C: New.
841         * g++.dg/parse/error35.C: Likewise.
842
843 2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>
844
845         PR c++/38655
846         * g++.dg/cpp0x/decltype-38655.C: New.
847
848 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
849
850         PR target/39002
851         * g++.dg/torture/pr39002.C: New test.
852
853 2009-01-29  Kazu Hirata  <kazu@codesourcery.com>
854
855         PR tree-optimization/39007
856         * gcc.dg/tree-ssa/pr39007.c: New.
857
858 2009-01-29  Kenneth Zadeck <zadeck@naturalbridge.com>
859
860         PR middle-end/35854
861         * gcc.dg/lower-subreg-1.c: Renamed dump pass from "subreg"
862         to "subreg1".
863         
864 2009-01-29  Steve Ellcey  <sje@cup.hp.com>
865
866         PR middle-end/38857
867         * gcc.c-torture/compile/pr38857.c: New test.
868
869 2009-01-28  Paul Thomas  <pault@gcc.gnu.org>
870
871         PR fortran/38852
872         PR fortran/39006
873         * gfortran.dg/bound_6.f90: New test.
874
875 2009-01-28  Pat Haugen  <pthaugen@us.ibm.com>
876
877         * gcc.target/powerpc/avoid-indexed-addresses.c: New test.
878
879 2009-01-28  Kazu Hirata  <kazu@codesourcery.com>
880
881         PR tree-optimization/38997
882         * gcc.dg/tree-ssa/pr38997.c: New.
883
884 2009-01-28  Richard Guenther  <rguenther@suse.de>
885
886         PR tree-optimization/38926
887         * gcc.c-torture/compile/pr38926.c: New testcase.
888
889 2009-01-28  Jakub Jelinek  <jakub@redhat.com>
890
891         PR middle-end/38934
892         * gcc.dg/pr38934.c: New test.
893
894 2009-01-28  Richard Guenther  <rguenther@suse.de>
895
896         PR middle-end/38908
897         * g++.dg/warn/Wuninitialized-2.C: New testcase.
898
899 2009-01-28  Paolo Bonzini  <bonzini@gnu.org>
900
901         PR tree-optimization/38984
902         * gcc.dg/pr38984.c: New XFAILed testcase.
903
904
905 2009-01-28  Uros Bizjak  <ubizjak@gmail.com>
906
907         PR target/38988
908         * gcc.target/i386/pr38988.c: New test.
909
910 2009-01-27  Paolo Carlini  <paolo.carlini@oracle.com>
911
912         PR c++/37554
913         * g++.dg/parse/crash51.C: New.
914         * g++.old-deja/g++.pt/crash9.C: Adjust.
915
916 2009-01-27  Daniel Kraft  <d@domob.eu>
917
918         PR fortran/38883
919         * gfortran.dg/mvbits_6.f90:  New test.
920         * gfortran.dg/mvbits_7.f90:  New test.
921         * gfortran.dg/mvbits_8.f90:  New test.
922
923 2009-01-27  Richard Guenther  <rguenther@suse.de>
924
925         PR tree-optimization/38503
926         * g++.dg/warn/Wstrict-aliasing-bogus-placement-new.C: New testcase.
927
928 2009-01-27 Uros Bizjak <ubizjak@gmail.com>
929
930         PR middle-end/38969
931         * gcc.c-torture/execute/pr38969.c: New test.
932
933 2009-01-26  Adam Nemet  <anemet@caviumnetworks.com>
934
935         PR testsuite/38864
936         * gcc.target/mips/fixed-vector-type.c: Add target { fixed_point }
937         to dg-do compile.
938         * gcc.target/mips/fixed-scalar-type.c: Likewise.
939         * gcc.target/mips/dpaq_sa_l_w.c: Likewise.
940         * gcc.target/mips/dpsq_sa_l_w.c: Likewise.
941
942 2009-01-26  H.J. Lu  <hongjiu.lu@intel.com>
943
944         PR target/38952
945         * g++.dg/torture/stackalign/test-unwind.h (main): Also return 0
946         if __USING_SJLJ_EXCEPTIONS__ is defined.
947
948         * g++.dg/torture/stackalign/unwind-0.C (foo): Don't define if
949         __USING_SJLJ_EXCEPTIONS__ is defined.
950         * g++.dg/torture/stackalign/unwind-1.C (foo): Likewise.
951         * g++.dg/torture/stackalign/unwind-2.C (foo): Likewise.
952         * g++.dg/torture/stackalign/unwind-3.C (foo): Likewise.
953         * g++.dg/torture/stackalign/unwind-4.C (foo): Likewise.
954         * g++.dg/torture/stackalign/unwind-5.C (foo): Likewise.
955         * g++.dg/torture/stackalign/unwind-6.C (foo): Likewise.
956
957 2009-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
958
959         PR testsuite/38949
960         * g++.dg/torture/stackalign/test-unwind.h (ASMNAME): Define.
961         Use instead of C name in asm statements.
962
963 2009-01-26  Richard Guenther  <rguenther@suse.de>
964
965         PR tree-optimization/38745
966         * g++.dg/torture/pr38745.C: New testcase.
967
968 2009-01-26  Richard Guenther  <rguenther@suse.de>
969
970         PR middle-end/38851
971         * g++.dg/warn/Wuninitialized-1.C: New testcase.
972
973 2009-01-25  Hans-Peter Nilsson  <hp@axis.com>
974
975         * gcc.dg/bitfld-15.c: Gate warning on target
976         pcc_bitfield_type_matters.
977         * gcc.dg/bitfld-17.c, g++.dg/ext/bitfield2.C,
978         g++.dg/ext/bitfield4.C: Likewise.
979         * gcc.dg/pr17112-1.c: Don't expect a warning for the packed
980         bitfield for any target.
981
982 2009-01-24  Jakub Jelinek  <jakub@redhat.com>
983
984         PR c/38957
985         * gcc.dg/pr38957.c: New test.
986
987 2009-01-24  David Billinghurst  <billingd@gcc.gnu.org>
988
989         PR fortran/38955
990         * gfortran.dg/array_constructor_24.f: Allow tolerance when
991         comparing floats.
992
993 2009-01-24  Sebastian Pop  <sebastian.pop@amd.com>
994
995         PR tree-optimization/38953
996         * gfortran.dg/graphite/pr38953.f90: New.
997
998 2009-01-24  Paul Brook  <paul@codesourcery.com>
999
1000         * gcc.target/arm/neon-cond-1.c: New test.
1001
1002 2009-01-23  Paolo Bonzini  <bonzini@gnu.org>
1003
1004         PR tree-optimization/38932
1005         * gcc.dg/pr38932.c: New.
1006
1007 2009-01-23  Revital Eres  <eres@il.ibm.com>
1008
1009         * gcc.dg/sms-7.c: Fix test.
1010
1011 2009-01-22  Adam Nemet  <anemet@caviumnetworks.com>
1012
1013         * gcc.dg/bitfld-15.c, gcc.dg/bitfld-16.c,
1014         gcc.dg/bitfld-17.c,gcc.dg/bitfld-18.c: New tests.
1015         * g++.dg/ext/bitfield2.C, g++.dg/ext/bitfield3.C,
1016         g++.dg/ext/bitfield4.C, g++.dg/ext/bitfield5.C: New tests.
1017
1018 2009-01-22  Steve Ellcey  <sje@cup.hp.com>
1019
1020         * gcc.dg/pr35729.c: Make test x86 specific.
1021
1022 2009-01-22  Steve Ellcey  <sje@cup.hp.com>
1023
1024         PR middle-end/38615
1025         * gcc.dg/pr38615.c: New test.
1026
1027 2009-01-22  Uros Bizjak  <ubizjak@gmail.com>
1028
1029         PR target/38931
1030         * gcc.target/i386/pr38931.c: New test.
1031
1032 2009-01-22  Dodji Seketeli  <dodji@redhat.com>
1033
1034         PR c++/38930
1035         * g++.dg/template/typedef11.C: Reverting changes of PR c++/26693.
1036         * g++.dg/template/typedef12.C: Likewise.
1037         * g++.dg/template/typedef13.C: Likewise.
1038         * g++.dg/template/typedef14.C: Likewise.
1039         * g++.dg/template/sfinae3.C: Likewise.
1040         * g++.old-deja/g++.pt/typename8.C: Likewise.
1041         * g++.dg/template/access11.C: Likewise
1042
1043 2009-01-21  Richard Sandiford  <rdsandiford@googlemail.com>
1044
1045         * gcc.dg/tree-ssa/ssa-store-ccp-3.c: Skip for mips*-*-linux*
1046         and mips*-*-irix*.
1047         * gcc.dg/tree-ssa/vrp47.c: Skip for all MIPS targets.
1048
1049 2009-01-21  Dodji Seketeli  <dodji@redhat.com>
1050
1051         PR c++/26693
1052         * g++.dg/template/typedef11.C: New test.
1053         * g++.dg/template/typedef12.C: Likewise.
1054         * g++.dg/template/typedef13.C: Likewise.
1055         * g++.dg/template/typedef14.C: Likewise.
1056         * g++.dg/template/sfinae3.C: Compile this pedantically.
1057         The only errors expected should be the one saying the typedef is ill
1058         formed.
1059         * g++.old-deja/g++.pt/typename8.C: Likewise.
1060         * g++.dg/template/access11.C: Update this.
1061
1062 2009-01-21  Daniel Kraft  <d@domob.eu>
1063
1064         PR fortran/38887
1065         * gfortran.dg/mvbits_5.f90:  New test.
1066
1067 2009-01-21  Bingfeng Mei  <bmei@broadcom.com>
1068
1069         * gcc.dg/sms-6.c: New test.
1070         * gcc.dg/sms-7.c: Likewise.
1071
1072 2009-01-20  Paul Thomas  <pault@gcc.gnu.org>
1073
1074         PR fortran/38907
1075         * gfortran.dg/host_assoc_function_7.f90: New test
1076
1077 2009-01-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1078             Richard Guenther  <rguenther@suse.de>
1079
1080         PR tree-optimization/38747
1081         PR tree-optimization/38748
1082         * gcc.dg/tree-ssa/struct-aliasing-1.c: New test.
1083         * gcc.dg/tree-ssa/struct-aliasing-2.c: Likewise.
1084         * gcc.c-torture/execute/struct-aliasing-1.c: Likewise.
1085
1086 2009-01-20  Kees Cook  <kees@ubuntu.com>
1087             H.J. Lu  <hongjiu.lu@intel.com>
1088
1089         PR target/38902
1090         * gcc.dg/pr38902.c: New.
1091
1092 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
1093
1094         PR target/38868
1095         * gfortran.dg/pr38868.f: New testcase.
1096
1097 2009-01-20  Richard Guenther  <rguenther@suse.de>
1098
1099         * gcc.c-torture/execute/pr36227.c: Move ...
1100         * gcc.dg/torture/pr36227.c: ... here.  Require stdint_types.
1101
1102 2009-01-19  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
1103
1104         * lib/gfortran.exp: Add -B options for targets that use
1105         libgfortran.a%s in their specs.
1106
1107 2009-01-19  Jason Merrill  <jason@redhat.com>
1108
1109         PR c++/23287
1110         * g++.dg/template/dtor5.C: New test.
1111
1112 2009-01-19  Mikael Morin  <mikael.morin@tele2.fr>
1113
1114         PR fortran/38859
1115         * gfortran.dg/bound_5.f90: New test.
1116
1117 2009-01-18  H.J. Lu  <hongjiu.lu@intel.com>
1118
1119         PR target/38736
1120         * g++.dg/compat/abi/pr38736_main.C: New.
1121         * g++.dg/compat/abi/pr38736_x.C: Likewise.
1122         * g++.dg/compat/abi/pr38736_y.C: Likewise.
1123         * g++.dg/other/macro-1.C: Likewise.
1124         * gcc.dg/macro-1.c: Likewise.
1125         * gcc.dg/compat/pr38736_main.c: Likewise.
1126         * gcc.dg/compat/pr38736_x.c: Likewise.
1127         * gcc.dg/compat/pr38736_y.c: Likewise.
1128
1129 2009-01-18  Richard Guenther  <rguenther@suse.de>
1130
1131         PR tree-optimization/38819
1132         * gcc.c-torture/execute/pr38819.c: New testcase.
1133
1134 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
1135
1136         PR fortran/38657
1137         * gfortran.dg/module_commons_3.f90: Reapply.
1138
1139 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
1140
1141         PR fortran/34955
1142         * gfortran.dg/transfer_intrinsic_1.f90: New test.
1143         * gfortran.dg/transfer_intrinsic_2.f90: New test.
1144
1145 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
1146
1147         PR fortran/38657
1148         * gfortran.dg/module_commons_3.f90: Remove
1149
1150 2009-01-16  H.J. Lu  <hongjiu.lu@intel.com>
1151
1152         * gcc.dg/tree-ssa/foldaddr-1.c: Add the missing '}'.
1153
1154 2009-01-16  Jason Merrill  <jason@redhat.com>
1155
1156         PR c++/38877
1157         * g++.dg/template/lvalue1.C: New test.
1158
1159         PR c++/29470
1160         * g++.dg/template/access20.C: New test.
1161         * g++.dg/torture/pr34641.C: Fix access.
1162
1163 2009-01-16  Richard Guenther  <rguenther@suse.de>
1164
1165         PR tree-optimization/38835
1166         PR middle-end/36227
1167         * gcc.c-torture/execute/pr36227.c: New testcase.
1168         * gcc.dg/tree-ssa/foldaddr-1.c: XFAIL.
1169         * g++.dg/init/const7.C: Likewise.
1170
1171 2009-01-16  Adam Nemet  <anemet@caviumnetworks.com>
1172
1173         PR target/38554
1174         * gcc.c-torture/compile/pr38554.c: New test.
1175
1176 2009-01-16  Jason Merrill  <jason@redhat.com>
1177
1178         PR c++/38579
1179         * g++.dg/conversion/access1.C: New test.
1180
1181 2009-01-16  Jakub Jelinek  <jakub@redhat.com>
1182
1183         PR tree-optimization/38789
1184         * gcc.c-torture/compile/pr38789.c: New test.
1185
1186 2009-01-16  Janus Weil  <janus@gcc.gnu.org>
1187
1188         PR fortran/38152
1189         * gfortran.dg/proc_ptr_13.f90: New.
1190
1191 2009-01-15  Jason Merrill  <jason@redhat.com>
1192
1193         PR c++/38850
1194         * g++.dg/template/koenig6.C: New test.
1195
1196 2009-01-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1197
1198         PR C++/29388
1199         * g++.dg/template/error37.C: New testcase.
1200
1201 2009-01-15  Jason Merrill  <jason@redhat.com>
1202
1203         PR c++/36334
1204         * g++.dg/conversion/memfn1.C: New test.
1205
1206         PR c++/37646
1207         * g++.dg/conversion/memfn2.C: New test.
1208
1209 2009-01-15  Steve Ellcey  <sje@cup.hp.com>
1210
1211         PR c++/38357
1212         * g++.dg/template/crash87.C: New test.
1213
1214 2009-01-15  H.J. Lu  <hongjiu.lu@intel.com>
1215
1216         PR middle-end/37843
1217         * gcc.target/i386/pr37843-3.c: Replace _Decimal128 with __m128.
1218
1219 2009-01-15  Dodji Seketeli  <dodji@redhat.com>
1220
1221         PR c++/38636
1222         * g++.dg/parse/crash50.C: New test.
1223
1224 2009-01-14  Jakub Jelinek  <jakub@redhat.com>
1225
1226         PR rtl-optimization/38245
1227         * gcc.dg/pr38245-3.c: New test.
1228         * gcc.dg/pr38245-3.h: New file.
1229         * gcc.dg/pr38245-4.c: New file.
1230         * gcc.dg/pr38364.c: New test.
1231
1232 2009-01-14  Adam Nemet  <anemet@caviumnetworks.com>
1233
1234         * gcc.target/mips/mips.exp (mips_option_tests(-mips16)): Make the
1235         sequence PC-relative.
1236
1237 2009-01-14  Mark Mitchell  <mark@codesourcery.com>
1238
1239         * gcc.target/arm/long-calls-1.c: Tolerate the lack of sibling
1240         calls and/or PLT markers.
1241         * gcc.target/arm/long-calls-2.c: Tolerate the lack of sibling
1242         calls and/or PLT markers.
1243         * gcc.target/arm/long-calls-3.c: Tolerate the lack of sibling
1244         calls and/or PLT markers.
1245         * gcc.target/arm/long-calls-4.c: Tolerate the lack of sibling
1246         calls and/or PLT markers.
1247
1248 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
1249             Nathan Froyd  <froydnj@codesourcery.com>
1250             Joseph Myers  <joseph@codesourcery.com>
1251
1252         * lib/target-supports.exp (check_effective_target_powerpc_spe_nocache):
1253         New function.
1254         * gcc.target/powerpc/20030218-1.c: Skip if not powerpc_spe_nocache
1255         and use consistent CFLAGS.
1256         * gcc.target/powerpc/20030505.c: Likewise.
1257         * gcc.target/powerpc/20081204-1.c: Likewise.
1258         * gcc.target/powerpc/ppc-spe.c: Likewise.
1259         * gcc.target/powerpc/spe1.c: Likewise.
1260         * g++.dg/ext/spe1.C: Likewise.
1261         * g++.dg/other/opaque-1.C: Likewise.
1262         * g++.dg/other/opaque-2.C: Likewise.
1263         * g++.dg/other/opaque-3.C: Likewise.
1264
1265 2009-01-14  Mark Mitchell  <mark@codesourcery.com>
1266
1267         * gcc.dg/vect/vect-105.c: Prevent compiler from hoisting abort
1268         out of loop.
1269
1270 2009-01-14  Vladimir Makarov  <vmakarov@redhat.com>
1271
1272         PR target/38811
1273         * g++.dg/torture/pr38811.C: New file.
1274
1275 2009-01-14  Richard Guenther  <rguenther@suse.de>
1276
1277         PR tree-optimization/38826
1278         PR middle-end/38477
1279         * gcc.dg/Wstrict-aliasing-bogus-pta-1.c: New testcase.
1280
1281 2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
1282
1283         * gcc.dg/graphite/pr38786.c: Fix commit problem.
1284
1285 2009-01-14  Nick Clifton  <nickc@redhat.com>
1286
1287         PR c++/37862
1288         * g++.cp/parse/pr37862.C: New test.
1289
1290 2009-01-14  Julian Brown  <julian@codesourcery.com>
1291
1292         * gcc.target/arm/eabi1.c (__eabi_uread4, __eabi_uwrite4)
1293         (__eabi_uread8, __eabi_uwrite8): Change spellings of declarations
1294         to...
1295         (__aeabi_uread4, __aeabi_uwrite4, __aeabi_uread8, __aeabi_uwrite8):
1296         These.
1297
1298 2009-01-13  Jakub Jelinek  <jakub@redhat.com>
1299
1300         PR rtl-optimization/38774
1301         * gcc.dg/torture/pr38774.c: New test.
1302
1303         PR c++/38795
1304         * g++.dg/cpp0x/pr38795.C: New test.
1305
1306 2009-01-13  Daniel Jacobowitz  <dan@codesourcery.com>
1307             Nathan Froyd  <froydnj@codesourcery.com>
1308             Joseph Myers  <joseph@codesourcery.com>
1309
1310         * gcc.target/powerpc/altivec-consts.c: Run if vmx_hw, compile
1311         otherwise.  Do not check for AltiVec at runtime.
1312         * gcc.target/powerpc/altivec-varargs-1.c: Likewise.
1313         * gcc.target/powerpc/altivec-vec-merge.c: Likewise.
1314         * gcc.target/powerpc/altivec-1.c: Likewise.
1315         * gcc.target/powerpc/altivec-3.c: Likewise.
1316         * gcc.target/powerpc/altivec-10.c: Likewise.
1317         * gcc.target/powerpc/altivec-12.c: Likewise.
1318         * gcc.target/powerpc/altivec-24.c: Likewise.
1319         * gcc.target/powerpc/altivec-cell-2.c: Likewise.
1320         * gcc.target/powerpc/altivec-cell-3.c: Likewise.
1321         * gcc.target/powerpc/altivec-cell-4.c: Likewise.
1322         * gcc.target/powerpc/pr35907.c: Likewise.
1323         * gcc.target/powerpc/altivec-cell-8.c: Run if cell_hw, compile
1324         otherwise.  Do not check for Cell at runtime.
1325         * gcc.target/powerpc/altivec_check.h: Delete.
1326
1327         * g++.dg/ext/altivec-2.C: Do not check for AltiVec at runtime.
1328         * g++.dg/ext/altivec-3.C: Run if vmx_hw, compile otherwise.  Do
1329         not check for AltiVec at runtime.
1330         * g++.dg/ext/altivec-cell-2.C: Likewise.
1331         * g++.dg/ext/altivec-cell-3.C: Likewise.
1332         * g++.dg/ext/altivec-cell-4.C: Likewise.
1333         * g++.dg/eh/simd-2.C: Only use -maltivec if vmx_hw.
1334         * g++.dg/eh/check-vect.h (sig_ill_handler): Remove AltiVec runtime
1335         check.
1336         * g++.dg/ext/altivec_check.h: Delete.
1337         
1338 2009-01-13  Nathan Froyd  <froydnj@codesourcery.com>
1339
1340         * gcc.target/powerpc/altivec-macros.c: Require a powerpc_altivec_ok
1341         effective target.  Adjust line numbers accordingly.
1342
1343 2009-01-13  Mark Mitchell  <mark@codesourcery.com>
1344
1345         * gcc.target/i386/sse-10.c: Pass -mno-omit-leaf-frame-pointer.
1346
1347 2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
1348
1349         PR tree-optimization/38786
1350         * gcc.dg/graphite/pr38786.c: New.
1351
1352 2009-01-13  Uros Bizjak  <ubizjak@gmail.com>
1353
1354         Revert:
1355         2009-01-05  Uros Bizjak  <ubizjak@gmail.com>
1356
1357         * gcc.dg/compat/struct-layout-1_generate.c (dg-options): Add -mieee
1358         for alpha*-*-* targets.
1359         * g++.dg/compat/struct-layout-1_generate.c (dg-options): Ditto.
1360
1361 2009-01-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1362
1363         PR libfortran/38772
1364         * gfortran.dg/fmt_bz_bn_err.f: New test.
1365
1366 2009-01-12  Nathan Froyd  <froydnj@codesourcery.com>
1367
1368         * gcc.target/powerpc/ppc-spe64-1.c: Add dg-error handler.
1369
1370 2009-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
1371
1372         * lib/target-supports.exp (check_effective_target_powerpc64): New.
1373         * gcc.target/powerpc/darwin-longlong.c: Explicitly require 64-bit
1374         instruction support.  Do not check for it at runtime.
1375
1376 2009-01-12  Jason Merrill  <jason@redhat.com>
1377
1378         PR c++/35109
1379         * g++.dg/lookup/friend11.C: Remove expected error.
1380         * g++.dg/lookup/friend14.C: New test.
1381         * g++.dg/lookup/friend15.C: New test.
1382
1383 2009-01-12  Dodji Seketeli  <dodji@redhat.com>
1384
1385         PR c++/36019
1386         * g++.dg/lookup/hidden-class12.C: New test.
1387         * g++.dg/lookup/hidden-class13.C: New test.
1388         * g++.dg/lookup/hidden-class14.C: New test.
1389         * g++.dg/lookup/hidden-class15.C: New test.
1390         * g++.dg/lookup/hidden-class16.C: New test.
1391
1392 2009-01-12  Mark Mitchell  <mark@codesourcery.com>
1393
1394         * gcc.dg/struct/wo_prof_single_str_global.c: Mask return value.
1395         * gcc.dg/struct/wo_prof_single_str_local.c: Mask return value.
1396         * gcc.dg/struct/wo_prof_single_str_pointer.c: Mask return value.
1397
1398 2009-01-12  Jason Merrill  <jason@redhat.com>
1399
1400         PR c++/31488
1401         * g++.dg/other/vararg-3.C: New test.
1402
1403 2009-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
1404
1405         * gcc.target/powerpc/ppc-spe.c: Compile for all EABI targets.
1406         Explicitly enable SPE.
1407         * gcc.target/powerpc/20030505.c: Likewise.  Add dg-message
1408         directive.
1409
1410         * gcc.target/powerpc/20030218-1.c: Pass -mfloat-gprs=single.
1411         Expect -flax-vector-conversions message.  Adjust incompatible
1412         types errors.
1413         * gcc.target/powerpc/spe1.c: Pass -mspe and -mfloat-gprs=single.
1414         Make Foo extern.
1415
1416         * gcc.dg/cpp/assert4.c: Recognize __PPC__.
1417
1418         * g++.dg/other/opaque-1.C: Run on targets with SPE.
1419
1420         * g++.dg/ext/spe-1.C: Pass -mspe and -mfloat-gprs=single.
1421         * g++.dg/other/opaque-2.C: Likewise.
1422         * g++.dg/other/opaque-3.C: Likewise.
1423
1424 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
1425
1426         PR c/32041
1427         * gcc.dg/pr32041.c: New test.
1428         * g++.dg/parse/offsetof9.C: New test.
1429
1430 2009-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
1431             Nathan Froyd  <froydnj@codesourcery.com>
1432
1433         * g++.dg/conversion/simd1.C: Ignore irrelevant warning.
1434         * g++.dg/ext/attribute-test-1.C: Likewise.
1435         * g++.dg/ext/attribute-test-2.C: Likewise.
1436         * g++.dg/ext/attribute-test-3.C: Likewise.
1437         * g++.dg/ext/attribute-test-4.C: Likewise.
1438
1439 2009-01-12  Eric Botcazou  <ebotcazou@adacore.com>
1440
1441         * gnat.dg/unchecked_convert3.adb: New test.
1442
1443 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
1444
1445         PR c++/38794
1446         * g++.dg/parse/typedef9.C: New test.
1447
1448         PR tree-optimization/38807
1449         * gcc.c-torture/compile/pr38807.c: New test.
1450
1451 2009-01-11  Adam Nemet  <anemet@caviumnetworks.com>
1452
1453         * gcc.target/mips/ins-2.c: New test.
1454
1455 2009-01-11  H.J. Lu  <hongjiu.lu@intel.com>
1456
1457         PR testsuite/38809
1458         * gcc.dg/pr38616.c: Only run for targets with -fstack-protector.
1459
1460 2009-01-11  Jakub Jelinek  <jakub@redhat.com>
1461
1462         PR c++/36254
1463         * g++.dg/warn/Wreturn-type-5.C: New test.
1464
1465 2009-01-11  Matthias Klose  <doko@ubuntu.com>
1466
1467         PR middle-end/38616
1468         * gcc.dg/pr38616.c: New test.
1469
1470 2009-01-10  Sebastian Pop  <sebastian.pop@amd.com>
1471
1472         * gcc.dg/graphite/block-3.c: Fix compile error on 32bit.
1473
1474 2009-01-10  Andrew Pinski  <pinskia@gmail.com>
1475
1476         PR c++/38648
1477         * g++.dg/expr/string-1.C: New test.
1478         * g++.dg/expr/string-2.C: New test.
1479
1480         PR c++/36695
1481         * g++.dg/ext/complex4.C: New test.
1482         * g++.dg/ext/complex5.C: New test.
1483         * g++.dg/init/reference1.C: New test.
1484         * g++.dg/init/reference2.C: New test.
1485         * g++.dg/init/reference3.C: New test.
1486
1487 2009-01-10  Paul Thomas  <pault@gcc.gnu.org>
1488
1489         PR fortran/38763
1490         * gfortran.dg/transfer_null_1.f90: New test.
1491
1492 2009-01-10  Paul Thomas  <pault@gcc.gnu.org>
1493
1494         PR fortran/38765
1495         * gfortran.dg/host_assoc_function_6.f90: New test.
1496
1497 2009-01-09  Joel Sherrill <joel.sherrill@oarcorp.com>
1498
1499         * lib/target-supports.exp: Add method to determine if the effective
1500         target is really a ppc405 after applying all compile options.
1501         * gcc.target/powerpc/405-mulhhwu-2.c: Add dg-skip-if not ppc405.
1502         * gcc.target/powerpc/405-nmachhw-1.c: Likewise.
1503         * gcc.target/powerpc/405-nmaclhw-1.c: Likewise.
1504         * gcc.target/powerpc/405-machhwu-1.c: Likewise.
1505         * gcc.target/powerpc/405-mullhwu-1.c: Likewise.
1506         * gcc.target/powerpc/405-nmacchw-1.c: Likewise.
1507         * gcc.target/powerpc/405-mulchwu-1.c: Likewise.
1508         * gcc.target/powerpc/405-nmachhw-2.c: Likewise.
1509         * gcc.target/powerpc/405-nmaclhw-2.c: Likewise.
1510         * gcc.target/powerpc/405-machhwu-2.c: Likewise.
1511         * gcc.target/powerpc/405-mulhhw-1.c: Likewise.
1512         * gcc.target/powerpc/405-machhw-1.c: Likewise.
1513         * gcc.target/powerpc/405-mullhw-1.c: Likewise.
1514         * gcc.target/powerpc/405-maclhw-1.c: Likewise.
1515         * gcc.target/powerpc/405-dlmzb-strlen-1.c: Likewise.
1516         * gcc.target/powerpc/405-mullhwu-2.c: Likewise.
1517         * gcc.target/powerpc/405-nmacchw-2.c: Likewise.
1518         * gcc.target/powerpc/405-mulchwu-2.c: Likewise.
1519         * gcc.target/powerpc/405-mulchw-1.c: Likewise.
1520         * gcc.target/powerpc/405-maclhwu-1.c: Likewise.
1521         * gcc.target/powerpc/405-macchw-1.c: Likewise.
1522         * gcc.target/powerpc/405-mulhhw-2.c: Likewise.
1523         * gcc.target/powerpc/405-machhw-2.c: Likewise.
1524         * gcc.target/powerpc/405-mullhw-2.c: Likewise.
1525         * gcc.target/powerpc/405-maclhw-2.c: Likewise.
1526         * gcc.target/powerpc/405-macchwu-1.c: Likewise.
1527         * gcc.target/powerpc/405-mulhhwu-1.c: Likewise.
1528         * gcc.target/powerpc/405-mulchw-2.c: Likewise.
1529         * gcc.target/powerpc/405-maclhwu-2.c: Likewise.
1530         * gcc.target/powerpc/405-macchw-2.c: Likewise.
1531         * gcc.target/powerpc/405-macchwu-2.c: Likewise.
1532
1533 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
1534
1535         PR c++/35335
1536         * g++.dg/other/error31.C: New testcase.
1537
1538         PR c/35742
1539         * gcc.dg/pr35742.c: New test.
1540
1541 2009-01-09  John F. Carr  <jfc@mit.edu>
1542
1543         PR c++/37877
1544         * g++.dg/parse/linkage3.C: New test.
1545
1546 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
1547
1548         PR middle-end/38771
1549         * gcc.c-torture/compile/pr38771.c: New test.
1550
1551 2009-01-08  Nathan Froyd  <froydnj@codesourcery.com>
1552
1553         * gcc.dg/pr34856.c: Ignore irrelevant warning.
1554
1555 2009-01-08  Mark Mitchell  <mark@codesourcery.com>
1556
1557         * gcc.dg/sibcall-3.c: XFAIL for Thumb.
1558         * gcc.dg/sibcall-4.c: Likewise.
1559
1560 2009-01-08  Sebastian Pop  <sebastian.pop@amd.com>
1561             Jan Sjodin  <jan.sjodin@amd.com>
1562
1563         PR tree-optimization/38559
1564         * testsuite/gcc.dg/graphite/pr38559.c: New.
1565
1566 2009-01-08  Ira Rosen  <irar@il.ibm.com>
1567
1568         PR tree-optimization/37194
1569         * gcc.dg/vect/costmodel/ppc/costmodel-pr37194.c: New test.
1570
1571 2009-01-07  Jakub Jelinek  <jakub@redhat.com>
1572
1573         PR c++/38725
1574         * g++.dg/ext/label11.C: New test.
1575
1576 2009-01-07  Joseph Myers  <joseph@codesourcery.com>
1577
1578         * lib/target-supports.exp (check_weak_override_available): New.
1579         * lib/target-supports-dg.exp (dg-require-weak-override): New.
1580         * gcc.dg/tree-ssa/pr27781.c, g++.dg/eh/weak1.C: Use
1581         dg-require-weak-override.
1582
1583 2009-01-07  Nathan Froyd  <froydnj@codesourcery.com>
1584             Alan Modra  <amodra@bigpond.net.au>
1585
1586         * gcc.c-torture/compile/20090107-1.c: New test.
1587
1588 2009-01-07  Uros Bizjak  <ubizjak@gmail.com>
1589
1590         PR target/38706
1591         * g++.dg/other/pr38706.C: New test.
1592
1593 2009-01-07  Jason Merrill  <jason@redhat.com>
1594
1595         * g++.dg/cpp0x/variadic92.C: New test.
1596         * g++.dg/cpp0x/variadic93.C: New test.
1597
1598 2009-01-07  Janis Johnson  <janis187@us.ibm.com>
1599
1600         * lib/target-supports-dg.exp (current_compiler_flags): New.
1601         (check-flags): Use it; do not access dg-test local variables.
1602         (dg-skip-if): Do not access dg-test local variables.
1603         (dg-xfail-run-if): Ditto.
1604         (dg-shouldfail): Ditto.
1605         * gcc.test-framework/test-framework.exp
1606         (check_effective_target_def_nocache): New.
1607         * gcc.test-framework/test-framework.awk: Handle scan tests.
1608         * gcc.test-framework/dg-do-run-xrif-nocache-exp-XF.c: New test.
1609         * gcc.test-framework/dg-error-nocache-exp-P.c: New test.
1610         * gcc.test-framework/dg-nocache-scanasm-exp-XF.c: New test.
1611         * gcc.test-framework/dg-warning-nocache-exp-P.c: New test.
1612         * gcc.test-framework/dg-nocache-sif-exp-P.c: New test.
1613         * gcc.test-framework/dg-nocache-sif-exp-U.c: New test.
1614         * gcc.test-framework/dg-nocache-xif-exp-P.c: New test.
1615         * gcc.test-framework/dg-do-run-sft-nocache-exp-P.c: New test.
1616         * gcc.test-framework/dg-nocache-xif-exp-XP.c: New test.
1617
1618         * g++.dg/torture/pr38586.C: Ignore a possible warning.
1619
1620         * lib/target-supports-dg.exp (check_test_flags): Delete.
1621
1622 2009-01-07  Jan Sjodin  <jan.sjodin@amd.com>
1623
1624         PR tree-optimization/38492
1625         PR tree-optimization/38498
1626         * testsuite/gcc.dg/graphite/pr38500.c: Fixed warning as committed
1627         in trunk.
1628         * testsuite/gcc.dg/graphite/block-0.c: Update test.
1629         * testsuite/gcc.dg/graphite/block-1.c: Same.
1630         * testsuite/gcc.dg/graphite/block-2.c: Remove xfail and test
1631         for blocking.
1632         * testsuite/gcc.dg/graphite/block-4.c: Remove test for strip mine.
1633         * testsuite/gcc.dg/graphite/block-3.c: New.
1634         * testsuite/gcc.dg/graphite/pr38498.c: New.
1635
1636 2009-01-07  H.J. Lu  <hongjiu.lu@intel.com>
1637
1638         AVX Programming Reference (December, 2008)
1639         * gcc.target/i386/avx-vmovntdq-256-1.c: New.
1640         * gcc.target/i386/avx-vmovntpd-256-1.c: Likewise.
1641         * gcc.target/i386/avx-vmovntps-256-1.c: Likewise.
1642
1643         * gcc.target/i386/sse2-movntdq-1.c (TEST): Align array to 16byte.
1644         * gcc.target/i386/sse2-movntpd-1.c (TEST): Likewise.
1645
1646 2009-01-06  Thomas Koenig  <tkoenig@gcc.gnu.org>
1647
1648         PR fortran/38220
1649         * gfortran.dg/c_loc_pure_1.f90:  New test.
1650
1651 2009-01-06  Mikael Morin  <mikael.morin@tele2.fr>
1652
1653         PR fortran/38669
1654         * gfortran.dg/elemental_dependency_3.f90:
1655         Add the final tree dump cleanup.
1656
1657 2009-01-06  Jakub Jelinek  <jakub@redhat.com>
1658
1659         * gfortran.dg/pr23095.f: Require ilp32 in target selection instead of
1660         passing -m32.
1661
1662         PR rtl-optimization/38722
1663         * gfortran.dg/pr38722.f90: New test.
1664
1665 2009-01-06  Janis Johnson  <janis187@us.ibm.com>
1666
1667         PR c/34252
1668         * gcc.dg/dfp/decfloat-constants.c: Check for DECnn_SUBNORMAL_MIN
1669         instead of DECnn_DEN.  Support -DDBG to list lines that fail.
1670
1671 2009-01-06  Dominique Dhumieres  <dominiq@lps.ens.fr>
1672
1673         * gfortran.dg/implicit_12.f90: Add space around dg directive.
1674         * gfortran.dg/typebound_call_8.f03: Same.
1675         * gfortran.dg/elemental_bind_c.f90: Same.
1676         * gfortran.dg/typebound_call_7.f03: Same.
1677         * gfortran.dg/interface_proc_end.f90: Same
1678         * gfortran.dg/pr37243.f: Fix typo.
1679
1680 2009-01-06  Uros Bizjak  <ubizjak@gmail.com>
1681
1682         * gcc.dg/struct-ret-3.c (CHUNK_SIZE): New define.  Use CHUNK_SIZE
1683         instead of hardcoded number.  Increase CHUNK_SIZE to 16384 for
1684         large stack sizes.
1685
1686 2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>
1687
1688         AVX Programming Reference (December, 2008)
1689         * gcc.target/i386/avx-2.c: Remove tests for _mm_permute2_pd,
1690         _mm256_permute2_pd, _mm_permute2_ps and _mm256_permute2_ps.
1691         * gcc.target/i386/sse-14.c: Likewise.
1692
1693         * gcc.target/i386/avx-vpermil2pd-1.c: Removed.
1694         * gcc.target/i386/avx-vpermil2ps-1.c: Likewise.
1695         * gcc.target/i386/avx-vpermil2pd-256-1.c: Likewise.
1696         * gcc.target/i386/avx-vpermil2ps-256-1.c: Likewise.
1697
1698 2009-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1699
1700         PR libfortran/38735
1701         * gfortran.dg/fmt_bz_bn.f: Update test.
1702
1703 2009-01-05  Dodji Seketeli  <dodji@redhat.com>
1704
1705         PR c++/38472
1706         * g++.dg/conversion/usual-arith-conv.C: New test.
1707
1708 2009-01-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1709
1710         PR c/34911
1711         * gcc.dg/vector-3.c: New testcase.
1712         * g++.dg/ext/vector15.C: New test.
1713
1714 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
1715
1716         PR tree-optimization/38510
1717         * gcc.dg/graphite/pr38510.c: New.
1718
1719 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
1720             Jan Sjodin <jan.sjodin@amd.com>
1721
1722         PR tree-optimization/38500
1723         * gcc.dg/graphite/pr38500.c: New.
1724
1725 2009-01-05  Laurent GUERBY  <laurent@guerby.net>
1726
1727         * gcc.c-torture/compile/20001226-1.c: Generalize
1728         dg-timeout-factor.
1729         * gcc.c-torture/compile/limits-fnargs.c: Add
1730         dg-timeout-factor.
1731         * gcc.dg/20020425-1.c: Likewise.
1732         * gcc.dg/pch/pch.exp: Likewise.
1733         
1734 2009-01-05  Paul Thomas  <pault@gcc.gnu.org>
1735
1736         PR fortran/38657
1737         * gfortran.dg/module_commons_3.f90: New test.
1738
1739 2009-01-05  Daniel Franke  <franke.daniel@gmail.com>
1740
1741         PR fortran/37159
1742         * gfortran.dg/random_seed_1.f90: Updated.
1743
1744 2009-01-05  Mikael Morin  <mikael.morin@tele2.fr>
1745
1746         PR fortran/38669
1747         PR fortran/38726
1748         * gfortran.dg/elemental_subroutine_7.f90: 
1749         Fix p values so that it can be used as vector subscript.
1750
1751 2009-01-05  Jason Merrill  <jason@redhat.com>
1752
1753         * g++.dg/cpp0x/initlist12.C: Add another test.
1754
1755         * g++.dg/cpp0x/defaulted7.C: New test.
1756
1757 2009-01-05  Thomas Koenig  <tkoenig@gcc.gnu.org>
1758
1759         PR fortran/38672
1760         * gfortran.dg/host_assoc_blockdata_1.f90:  New test.
1761         * gfortran.dg/host_assoc_blockdata_2.f90:  New test.
1762
1763 2009-01-05  Uros Bizjak  <ubizjak@gmail.com>
1764
1765         * gcc.dg/compat/struct-layout-1_generate.c (dg-options): Add -mieee
1766         for alpha*-*-* targets.
1767         * g++.dg/compat/struct-layout-1_generate.c (dg-options): Ditto.
1768
1769 2009-01-05  Paul Thomas  <pault@gcc.gnu.org>
1770
1771         PR fortran/38665
1772         * gfortran.dg/host_assoc_function_5.f90: New test.
1773
1774 2009-01-04  Mikael Morin  <mikael.morin@tele2.fr>
1775
1776         PR fortran/38669
1777         * gfortran.dg/elemental_dependency_3.f90: New test.
1778         * gfortran.dg/elemental_subroutine_7.f90: New test.
1779
1780 2009-01-04  Uros Bizjak  <ubizjak@gmail.com>
1781
1782         * gcc.dg/struct-ret-3.c: Include unistd.h.
1783         (main): Exit early if system memory page size is
1784         larger than 4096 bytes.
1785
1786 2009-01-04  Daniel Franke  <franke.daniel@gmail.com>
1787
1788         PR fortran/38718
1789         * gfortran.dg/merge_init_expr.f90: New.
1790
1791 2009-01-04  Mikael Morin  <mikael.morin@tele2.fr>
1792
1793         PR fortran/38536
1794         * gfortran.dg/c_loc_tests_13.f90: New test.
1795         * gfortran.dg/c_loc_tests_14.f90: New test.
1796
1797 2009-01-03  Daniel Franke  <franke.daniel@gmail.com>
1798
1799         * gfortran.dg/func_result_4.f90: New.
1800
1801 2009-01-03  Paul Thomas  <pault@gcc.gnu.org>
1802
1803         PR fortran/38594
1804         * gfortran.dg/host_assoc_call_3.f90: Make sure that the generic
1805         interface still works, in addition to original tests.
1806         * gfortran.dg/host_assoc_call_6.f90: New test.
1807
1808 2009-01-03  Jakub Jelinek  <jakub@redhat.com>
1809
1810         PR c++/38705
1811         * g++.dg/torture/pr38705.C: New test.
1812
1813         PR c/38700
1814         * gcc.dg/pr38700.c: New test.
1815
1816 2009-01-02  Jason Merrill  <jason@redhat.com>
1817
1818         * g++.dg/cpp0x/initlist11.C: New test.
1819         * g++.dg/cpp0x/initlist12.C: New test.
1820
1821 2009-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
1822
1823         * gcc.dg/fixed-point/composite-type.c: Update wording of messages.
1824         Allow extra informative notes.
1825
1826 2009-01-01  Jakub Jelinek  <jakub@redhat.com>
1827
1828         PR c/36489
1829         * gcc.dg/pr36489.c: New test.