OSDN Git Service

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