OSDN Git Service

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