OSDN Git Service

* gcc.dg/builtins-config.h: Disable C99 runtime testing for
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2008-02-25  Joseph Myers  <joseph@codesourcery.com>
2
3         * gcc.dg/builtins-config.h: Disable C99 runtime testing for
4         Windows.
5
6 2008-02-25  Joseph Myers  <joseph@codesourcery.com>
7
8         * lib/target-supports.exp (check_profiling_available): Report -p
9         unavailable on *-*-mingw*.
10
11 2008-02-25  Joseph Myers  <joseph@codesourcery.com>
12
13         * lib/target-supports.exp (check_effective_target_pthread_h): New.
14         * gcc.dg/pthread-init-1.c, gcc.dg/pthread-init-2.c: Use
15         dg-require-effective-target pthread_h.
16
17 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
18
19         * gcc.dg/Wswitch-enum-error.c: New.
20         * gcc.dg/Wswitch-error.c: New.
21         * gcc.dg/20011021-1.c: Use two directives to match two different
22         messages.
23         
24 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
25         
26         PR 28322
27         * gcc.dg/pr28322.c: New.
28         * gcc.dg/pr28322-2.c: New.
29         * lib/prune.exp: Ignore "At top level" even if there is no ':'
30         preceding it.
31
32 2008-02-25  Paolo Carlini  <pcarlini@suse.de>
33
34         PR c++/35333
35         * g++.dg/other/error26.C: New.
36
37 2008-02-25  Paolo Carlini  <pcarlini@suse.de>
38
39         PR c++/35338
40         * g++.dg/other/error25.C: New.
41
42 2008-02-25  Andreas Krebbel  <krebbel1@de.ibm.com>
43
44         PR target/35258
45         * gcc.dg/pr35258.c: New testcase.
46
47 2008-02-25  Jan Beulich  <jbeulich@novell.com>
48
49         * gcc.dg/20020426-2.c: Remove bogus workaround.
50         * g++.old-deja/g++.other/store-expr1.C: Likewise.
51         * gcc.target/i386/movq-2.c: Also permit use of movzbl.
52
53 2008-02-25  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
54
55         * gfortran.dg/large_real_kind_3.F90: Xfail on ppc-darwin.
56
57 2008-02-25  Uros Bizjak  <ubizjak@gmail.com>
58
59         PR middle-end/19984
60         * gcc.dg/pr19984.c: New test.
61         * gcc.dg/dfp/compare-special.h: Use _nan instead of nan as the
62         name of the variable.
63
64 2008-02-25  Uros Bizjak  <ubizjak@gmail.com>
65
66         * gcc.dg/vect/vect-99.c: Include stdlib.h and tree-vect.h.
67         (main): Call check_vect and foo.  Check array values after
68         the call to foo.
69         * gcc.dg/vect/vect-117.c: Call check_vect.
70         * gcc.dg/vect/no-vfa-pr29145.c: Ditto.
71
72 2008-02-25  Kaz Kojima  <kkojima@gcc.gnu.org>
73
74         * gcc.dg/tree-ssa/ssa-pre-10.c: Use -fno-finite-math-only on
75         sh* targets.
76
77 2008-02-24  Uros Bizjak  <ubizjak@gmail.com>
78
79         PR target/35349
80         * gcc.c-torture/execute/20050604-1.x: New file.
81
82 2008-02-24  Uros Bizjak  <ubizjak@gmail.com>
83
84         * gcc.target/i386/pr22076.c: Update number of mov insns
85         for PIC targets.
86         * gcc.target/i386/pr34256.c: Ditto.
87
88 2008-02-24  Diego Novillo  <dnovillo@google.com>
89
90         http://gcc.gnu.org/ml/gcc-patches/2008-02/msg01094.html
91
92         PR 33738
93         * g++.dg/warn/pr33738.C: New.
94
95 2008-02-24  Richard Sandiford  <rsandifo@nildram.co.uk>
96
97         * gcc.c-torture/execute/nest-align-1.x: New file.
98
99 2008-02-24  Danny Smith  <dannysmith@users.sourceforge.net>
100
101         PR c++/34749
102         * g++.dg.ext/dllimport13.C: New test.
103
104 2008-02-23  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
105
106         PR libfortran/24685
107         * gfortran.dg/large_real_kind_form_io_2.f90: XFAIL on
108         powerpc*-apple-darwin*.
109
110 2008-02-23  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
111
112         * gfortran.dg/large_real_kind_2.F90: Split testing of ERF and
113         ERFC into gfortran.dg/large_real_kind_3.F90.
114         * gfortran.dg/large_real_kind_3.F90: New test.
115
116 2008-02-23  Andrew Pinski  <andrew_pinski@playstation.sony.com>
117
118         PR rtl-opt/33512
119         * gcc.dg/and-1.c: New test.
120
121 2008-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
122
123         * gcc.c-torture/execute/20080222-1.c: New test.
124
125 2008-02-23  Uros Bizjak  <ubizjak@gmail.com>
126
127         PR target/22076
128         PR target/34256
129         * gcc.target/i386/pr22076.c: New test.
130         * gcc.target/i386/pr34256.c: New test.
131         * gcc.target/i386/vecinit-5.c: New test.
132         * gcc.target/i386/vecinit-6.c: New test.
133         * gcc.target/i386/vecinit-[1-4].c: Check that no MMX register is used.
134
135         * g++.dg/compat/struct-layout-1.h: Do not include <mmintrin.h> and
136         <xmmintrin.h>, define __m64 and __m128 directly.
137         * g++.dg/compat/struct-layout-1_generate.c: Add -mno-mmx for x86.
138
139 2008-02-22  Andrew Pinski  <andrew_pinski@playstation.sony.com>
140
141         PR C++/34715
142         * g++.dg/ext/always_inline-1.C: New test.
143         * g++.dg/ext/always_inline-2.C: New test.
144         * g++.dg/ext/always_inline-3.C: New test.
145         * g++.dg/ext/always_inline-4.C: New test.
146
147 2008-02-22  Hans-Peter Nilsson  <hp@axis.com>
148
149         * gcc.target/cris/asm-b-1.c: New test.
150
151 2008-02-22  Paolo Carlini  <pcarlini@suse.de>
152
153         PR c++/35282
154         * g++.dg/template/nontype17.C: Add.
155
156 2008-02-22  Paolo Carlini  <pcarlini@suse.de>
157
158         PR c++/35282
159         Revert:
160         2008-02-14  Paolo Carlini  <pcarlini@suse.de>
161
162         PR c++/28743
163         * g++.dg/template/nontype17.C: New.
164         * g++.dg/template/nontype16.C: Add error.
165
166 2008-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
167
168         PR c/19999
169         * gcc.dg/Wfloat-equal-1.c: New.
170         * g++.dg/warn/Wfloat-equal-1.C: New.
171
172 2008-02-21  Michael Matz  <matz@suse.de>
173
174         PR target/35264
175         * gcc.dg/pr35264.c: New testcase.
176
177 2008-02-21  Richard Guenther  <rguenther@suse.de>
178
179         * gfortran.dg/reassoc_1.f90: New testcase.
180         * gfortran.dg/reassoc_2.f90: Likewise.
181         * gfortran.dg/reassoc_3.f90: Likewise.
182
183 2008-02-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
184
185         PR libfortran/34974
186         * gfortran.dg/fmt_t_7.f: New test.
187
188         PR libfortran/35132
189         * gfortran.dg/streamio_15.f90: New test.
190         
191 2008-02-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
192
193         PR libfortran/35036
194         * gfortran.dg/fmt_zero_digits.f90: Revise test.
195
196 2008-02-20  Seongbae Park <seongbae.park@gmail.com>
197
198         * gcc.dg/Wframe-larger-than.c: New option test.
199
200 2008-02-20  Tobias Burnus  <burnus@net-b.de>
201
202         PR fortran/34997
203         * gfortran.dg/dollar_sym_1.f90: New.
204         * gfortran.dg/dollar_sym_2.f90: New.
205
206 2008-02-20  Richard Guenther  <rguenther@suse.de>
207
208         PR middle-end/35265
209         * gcc.dg/builtins-66.c: New testcase.
210
211 2008-02-20  Richard Guenther  <rguenther@suse.de>
212
213         * gcc.dg/fold-reassoc-1.c: New testcase.
214         * gcc.dg/tree-ssa/recip-3.c: Adjust to not compute d/d.
215
216 2008-02-20  Richard Guenther  <rguenther@suse.de>
217
218         * gcc.dg/tree-ssa/reassoc-13.c: New testcase.
219
220 2008-02-20  Ira Rosen  <irar@il.ibm.com>
221
222         * lib/target-supports.exp (check_effective_target_vect_unpack):
223         Return true for SPU.
224         (check_effective_target_vect_short_mult): Likewise.
225         * gcc.dg/vect/vect-reduc-dot-s16b.c: Expect vectorization of
226         the loop on targets that support vect_unpack.
227
228 2008-02-20  Uros Bizjak  <ubizjak@gmail.com>
229
230         * g++.dg/compat/struct-layout-1_generate.c (DG_OPTIONS): New define.
231         (switchfiles): Use DG_OPTIONS. Explicitly name arguments in fprintf
232         templates to reduce number of passed arguments.
233
234 2008-02-19  Jason Merrill  <jason@redhat.com>
235
236         PR c++/34950
237         * g++.dg/template/explicit-args1.C: New.
238
239 2008-02-19  Richard Guenther  <rguenther@suse.de>
240
241         PR tree-optimization/34989
242         * gcc.dg/pr34989-1.c: New testcase.
243         * gcc.dg/pr34989-2.c: Likewise.
244
245 2008-02-19  Jakub Jelinek  <jakub@redhat.com>
246
247         PR c++/35028
248         * g++.dg/gomp/pr35028.C: New test.
249
250         PR c++/34964
251         PR c++/35244
252         * gcc.dg/gomp/pr34964.c: New test.
253         * g++.dg/gomp/pr34964.C: New test.
254         * gcc.dg/gomp/pr35244.c: New test.
255         * g++.dg/gomp/pr35244.C: New test.
256
257         PR c++/35078
258         * g++.dg/gomp/pr35078.C: New test.
259
260 2008-02-19  Christian Bruel  <christian.bruel@st.com>
261
262         * gcc.dg/packed-array.c: New testcase. 
263
264 2008-02-19  Uros Bizjak  <ubizjak@gmail.com>
265
266         PR target/33555
267         * gcc.target/i386/pr33555.c: New test.
268         
269 2008-02-18  H.J. Lu  <hongjiu.lu@intel.com>
270
271         PR target/35189
272         * gcc.target/i386/isa-1.c: New.
273         * gcc.target/i386/isa-2.c: Likewise.
274         * gcc.target/i386/isa-3.c: Likewise.
275         * gcc.target/i386/isa-4.c: Likewise.
276         * gcc.target/i386/isa-5.c: Likewise.
277         * gcc.target/i386/isa-6.c: Likewise.
278         * gcc.target/i386/isa-7.c: Likewise.
279         * gcc.target/i386/isa-8.c: Likewise.
280         * gcc.target/i386/isa-9.c: Likewise.
281         * gcc.target/i386/isa-10.c: Likewise.
282         * gcc.target/i386/isa-11.c: Likewise.
283         * gcc.target/i386/isa-12.c: Likewise.
284         * gcc.target/i386/isa-13.c: Likewise.
285         * gcc.target/i386/isa-14.c: Likewise.
286
287 2008-02-18  Joey Ye  <joey.ye@intel.com>
288             H.J. Lu  <hongjiu.lu@intel.com>
289
290         PR middle-end/34921
291         * gcc.c-torture/execute/nest-align-1.c: New test case.
292
293 2008-02-17  Richard Guenther  <rguenther@suse.de>
294
295         PR middle-end/35227
296         * gcc.dg/torture/pr35227.c: New testcase.
297
298 2008-02-17  Richard Guenther  <rguenther@suse.de>
299
300         PR tree-optimization/35231
301         * gcc.c-torture/execute/pr35231.c: New testcase.
302
303 2008-02-17  Uros Bizjak  <ubizjak@gmail.com>
304
305         * gcc.target/i386/pr32268.c (test_lt): Add noinline attribute.
306         (test_gt): Ditto.
307
308 2008-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
309
310         * obj-c++.dg/encode-2.mm: XFAIL.
311         * obj-c++.dg/encode-3.mm: Likewise.
312
313 2008-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
314             Paolo Carlini  <pcarlini@suse.de>
315
316         * g++.dg/ext/has_nothrow_assign.C: Skip some tests when __PIC__.
317         * g++.dg/ext/has_nothrow_constructor.C: Likewise.
318         * g++.dg/ext/has_nothrow_copy.C: Likewise.
319
320 2008-02-16  Uros Bizjak  <ubizjak@gmail.com>
321
322         * gcc.target/i386/fastcall-sseregparm.c: Include sse-check.h.
323         (main): Change to void and rename to sse_test.
324         * gcc.target/i386/pr24306.c: Ditto.
325         * gcc.target/i386/pr32065-2.c: Ditto.
326         * gcc.target/i386/20060512-1.c: Include sse2-check.h.
327         (main): Change to void and rename to sse2_test.
328         * gcc.target/i386/20060512-3.c: Ditto.
329
330 2008-02-15  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
331
332         PR fortran/35150
333         * gfortran.dg/c_loc_tests_12.f03: New test.
334
335 2008-02-15  Douglas Gregor  <doug.gregor@gmail.com>
336
337         PR c++/35023
338         PR c++/35024
339         PR c++/35026
340         * g++.dg/cpp0x/vt-35026.C: New.
341         * g++.dg/cpp0x/vt-35023.C: New.
342         * g++.dg/cpp0x/vt-34055.C: Tweak expected error messages.
343         * g++.dg/cpp0x/vt-35024.C: New.
344
345 2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
346
347         * gcc.c-torture/execute/va-arg-25.x: Remove.
348
349 2008-02-15  Richard Guenther  <rguenther@suse.de>
350             Zdenek Dvorak  <ook@ucw.cz>
351
352         PR tree-optimization/35164
353         * g++.dg/torture/pr35164-1.C: New testcase.
354         * g++.dg/torture/pr35164-2.C: Likewise.
355
356 2008-02-15  Dominique d'Humieres  <dominiq@lps.ens.fr>
357
358         PR testsuite/35119
359         * testsuite/g++.dg/template/spec35.C: Change the regular expressions
360         in dg-final to match the assembly code generated by Darwin 9.
361
362 2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
363
364         * gcc.dg/cpp/pragma-pop_macro-1.c: Fix dg-do directive.
365
366 2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
367
368         * gcc.target/i386/pr35160.c: Skip if !nonpic for 32bit x86 targets.
369
370 2008-02-15  Hans-Peter Nilsson  <hp@axis.com>
371
372         * lib/dejapatches.exp: New file.
373
374 2008-02-14  Douglas Gregor  <doug.gregor@gmail.com>
375
376         PR c++/34050
377         * g++.dg/cpp0x/vt-34050.C: New.
378
379 2008-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
380
381         PR preprocessor/35061
382         * gcc.dg/cpp/pragma_pop_macro-1.c:  New test.
383
384 2008-02-14  Paolo Carlini  <pcarlini@suse.de>
385
386         PR c++/28743
387         * g++.dg/template/nontype17.C: New.
388         * g++.dg/template/nontype16.C: Add error.
389
390 2008-02-13  Jakub Jelinek  <jakub@redhat.com>
391
392         PR c++/35138
393         * g++.dg/template/member8.C: New test.
394
395 2008-02-13  Michael Matz  <matz@suse.de>
396
397         * gcc.dg/pr35065.c: Fix testcase warnings.
398
399 2008-02-13  Michael Matz  <matz@suse.de>
400
401         PR debug/35065
402         * gcc.dg/pr35065.c: New testcase.
403
404 2008-02-12  Richard Guenther  <rguenther@suse.de>
405
406         PR tree-optimization/35171
407         * gcc.c-torture/compile/pr35171.c: New testcase.
408
409 2008-02-12  Richard Guenther  <rguenther@suse.de>
410
411         PR middle-end/35163
412         * gcc.c-torture/execute/pr35163.c: New testcase.
413
414 2008-02-12  Uros Bizjak  <ubizjak@gmail.com>
415
416         * gcc.target/i386/asm-3.c: Fix dg-skip-if for all 32bit PIC targets.
417
418 2008-02-12  Eric Botcazou  <ebotcazou@adacore.com>
419
420         * gnat.dg/loop_address.adb: New test.
421
422 2008-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
423
424         * obj-c++.dg/bitfield-1.mm: Expect failures.
425         * obj-c++.dg/bitfield-4.mm: Likewise.
426         * obj-c++.dg/cxx-ivars-2.mm: Likewise.
427         * obj-c++.dg/encode-8.mm: Likewise.
428         * obj-c++.dg/isa-field-1.mm: Likewise.
429         * obj-c++.dg/layout-1.mm: Likewise.
430         * obj-c++.dg/lookup-2.mm: Likewise.
431         * obj-c++.dg/try-catch-2.mm: Likewise.
432         * obj-c++.dg/try-catch-9.mm: Likewise.
433
434 2008-02-12  Jakub Jelinek  <jakub@redhat.com>
435
436         PR c++/35144
437         * g++.dg/tree-ssa/pr35144.C: New test.
438
439         PR inline-asm/35160
440         * gcc.target/i386/pr35160.c: New test.
441
442         PR c++/34862
443         * g++.dg/init/new27.C: New test.
444
445 2008-02-11  Paolo Carlini  <pcarlini@suse.de>
446
447         PR c++/35077
448         * g++.dg/template/crash78.C: New.
449
450 2008-02-11  Uros Bizjak  <ubizjak@gmail.com>
451
452         PR testsuite/35047
453         * gcc.dg/compat/vector-2_x.c: Add -mno-mmx for x86 targets.
454         * gcc.dg/compat/vector-2_y.c: Ditto.
455
456 2008-02-11  Uros Bizjak  <ubizjak@gmail.com>
457             Richard Guenther  <rguenther@suse.de>
458
459         PR tree-optimization/33992
460         * gcc.c-torture/execute/pr33992.c: New testcase.
461
462 2008-02-10  Thomas Koenig  <tkoenig@gcc.gnu.org>
463
464         * gfortran.dg/streamio_14.f90:  New test.
465
466 2008-02-10  Uros Bizjak  <ubizjak@gmail.com>
467
468         * gcc.target/i386/pr17390.c: Remove ilp32 target requirement.
469         Add -mfpmath=387 to dg-options.
470
471 2008-02-10  Uros Bizjak  <ubizjak@gmail.com>
472
473         PR testsuite/35047
474         * gcc.dg/tree-ssa/gen-vect-2.c: Add -mno-sse for x86 targets.
475         * gcc.dg/tree-ssa/gen-vect-11.c: Ditto.
476         * gcc.dg/tree-ssa/gen-vect-11a.c: Ditto.
477         * gcc.dg/tree-ssa/gen-vect-11b.c: Ditto.
478         * gcc.dg/tree-ssa/gen-vect-11c.c: Ditto.
479         * gcc.dg/tree-ssa/gen-vect-25.c: Ditto.
480         * gcc.dg/tree-ssa/gen-vect-26.c: Ditto.
481         * gcc.dg/tree-ssa/gen-vect-28.c: Ditto.
482         * gcc.dg/tree-ssa/gen-vect-32.c: Ditto.
483
484 2008-02-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
485
486         PR objc++/34193
487         * obj-c++.dg/gnu-runtime-2.mm: Fix signature of function main().
488
489 2008-02-06  Alexandre Oliva  <aoliva@redhat.com>
490
491         PR c++/35056
492         * g++.dg/conversion/bitfield8.C: New.
493
494 2008-02-06  Douglas Gregor  <doug.gregor@gmail.com>
495
496         * g++.dg/ext/vector13.C: Fix for compilation under -pedantic.
497
498 2008-02-06  Douglas Gregor  <doug.gregor@gmail.com>
499
500         PR c++/35049
501         PR c++/35096
502         * g++.dg/ext/vector13.C: New.
503
504 2008-02-06  David Daney  <ddaney@avtrex.com>
505
506         * g++.dg/tree-ssa/ivopts-1.C: Remove xfail for mips*-*-*.
507
508 2008-02-05  Bob Wilson  <bob.wilson@acm.org>
509
510         * lib/target-supports.exp (check_effective_target_hard_float): Remove
511         special case for xtensa-*-*.
512         
513 2008-02-05  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
514
515         PR fortran/35037
516         * gfortran.dg/volatile11.f90: New test.
517
518 2008-02-05  Jakub Jelinek  <jakub@redhat.com>
519
520         PR c++/33553
521         * g++.dg/template/array19.C: New test.
522
523 2008-02-05  Diego Novillo  <dnovillo@google.com>
524
525         http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00140.html
526
527         PR 33738
528         * g++.dg/warn/pr33738.C: Remove.
529
530 2008-02-05  Paul Thomas  <pault@gcc.gnu.org>
531
532         PR fortran/34945
533         * gfortran.dg/bounds_check_13.f: New test.
534
535 2008-02-05  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
536
537         PR testsuite/33946
538         * gcc.c-torture/execute/multi-ix.c: Call memset instead of bzero.
539
540 2008-02-05  Uros Bizjak  <ubizjak@gmail.com>
541
542         PR target/35083
543         * gcc.target/i386/pr35083.c: New test.
544
545 2008-02-05  Paul Thomas  <pault@gcc.gnu.org>
546
547         PR fortran/32315
548         * gfortran.dg/data_bounds_1.f90: New test.
549
550 2008-02-04  Diego Novillo  <dnovillo@google.com>
551
552         http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
553
554         PR 33738
555         * testsuite/g++.dg/warn/pr33738.C: New.
556
557 2008-02-04  Daniel Franke  <franke.daniel@gmail.com>
558
559         * gfortran.dg/where_operator_assign_4.f90: Fix typo in error message
560         to match.
561
562 2008-02-04  Hans-Peter Nilsson  <hp@axis.com>
563
564         * lib/target-supports.exp (check_effective_target_hard_float): Only
565         use the macro definition tests for mips*-*-* and xtensa-*-*.  For all
566         other targets, grep for a call insn in the rtl expand dump for an
567         add of two doubles.
568         (target_compile): Support generating rtl dumps as output.
569
570 2008-02-04  Richard Guenther  <rguenther@suse.de>
571
572         PR middle-end/33631
573         * gcc.c-torture/execute/pr33631.c: New testcase.
574
575 2008-02-04  Richard Guenther  <rguenther@suse.de>
576
577         PR middle-end/35043
578         * gcc.c-torture/compile/pr35043.c: New testcase.
579
580 2008-02-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
581
582         * g++.dg/tree-ssa/ivopts-1.C: Remove xfail for hppa*-*-*.
583
584 2008-02-03  Uros Bizjak  <ubizjak@gmail.com>
585
586         * gcc.target/i386/pr31628.c: Require effective target fpic.
587         * gcc.target/i386/strinline.c: Ditto.
588         * gcc.dg/sibcall-6.c: Skip if !nonpic for 32bit x86 targets.
589         * gcc.dg/pr35045.c: Ditto.
590         * gcc.dg/20050503-1.c: Ditto.
591
592 2008-02-03  Paul Thomas  <pault@gcc.gnu.org>
593
594         PR fortran/32760
595         * gfortran.dg/host_assoc_variable_1.f90: New test.
596         * gfortran.dg/allocate_stat.f90: Change last three error messages.
597
598 2008-02-02  Michael Matz  <matz@suse.de>
599
600         PR target/35045
601         * gcc.dg/pr35045.c: New test.
602
603 2008-02-02  Thomas Koenig  <tkoenig@gcc.gnu.org>
604
605         PR libfortran/35001
606         * gfortran.dg/shape_4.f90:  New test.
607
608 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
609
610         * gcc.target/cris/torture/pr34773.c: Use __asm__, not asm.
611
612 2008-02-01  Hans-Peter Nilsson  <hp@axis.com>
613
614         PR rtl-optimization/34773
615         * gcc.target/cris/torture/pr34773.c: New test.
616
617 2008-02-01  Nick Clifton  <nickc@redhat.com>
618
619         * lib/target-supports.exp (check_profiling_available): Do not
620         expect profiling to work on the xstormy16 target.
621
622 2008-02-01  Uros Bizjak  <ubizjak@gmail.com>
623
624         PR testsuite/35047
625         * gcc.c-torture/execute/20050316-2.x: New file.
626         * gcc.target/i386/pr17390.c: Update scan pattern.
627         * gcc.dg/builtin-apply4.c: Add -mno-mmx for 32bit x86 targets.
628         * g++.dg/tree-ssa/ivopts-1.C: Remove XPASS for x86 targets.
629
630 2008-01-31  Paul Thomas  <pault@gcc.gnu.org>
631
632         PR fortran/34910
633         * gfortran.dg/proc_assign_2.f90: New test.
634
635 2008-01-31  Douglas Gregor  <doug.gregor@gmail.com>
636             Jakub Jelinek  <jakub@redhat.com>
637
638         PR c++/34935
639         PR c++/34936
640         * g++.dg/ext/alias-canon.C: New.
641         * g++.dg/ext/alias-mangle.C: New.
642
643 2008-01-30  Jan Hubicka  <jh@suse.cz>
644
645         * gcc.c-torture/execute/pr34982.c: Add forgotten return 0.
646
647 2008-01-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
648
649         * g++.dg/other/first-global.C: Add -fpie for all pic targets.
650         * g++.dg/parse/attr-externally-visible-1.C: Likewise.
651
652 2008-01-30  Jan Hubicka  <jh@suse.cz>
653
654         PR target/34982
655         * gcc.c-torture/execute/pr34982.c: New testcase.
656
657 2008-01-30  Andreas Krebbel  <krebbel1@de.ibm.com>
658
659         * gcc.target/s390/tf_to_di-1.c: New testcase.
660
661 2008-01-30  Paul Thomas  <pault@gcc.gnu.org>
662
663         PR fortran/34975
664         * gfortran.dg/use_only_3.f90: New test.
665         * gfortran.dg/use_only_3.inc: Modules for new test.
666
667         PR fortran/34429
668         * gfortran.dg/function_charlen_2.f90: New test.
669
670 2008-01-30  Jakub Jelinek  <jakub@redhat.com>
671
672         PR middle-end/34969
673         * gcc.dg/pr34969.c: New test.
674
675         PR c/35017
676         * gcc.dg/inline-25.c: New test.
677         * gcc.dg/inline-26.c: New test.
678         * gcc.dg/inline-27.c: New test.
679
680 2008-01-29  Richard Guenther  <rguenther@suse.de>
681
682         PR middle-end/35006
683         * gcc.c-torture/compile/pr35006.c: New testcase.
684
685 2008-01-29  Douglas Gregor  <doug.gregor@gmail.com>
686
687         PR c++/34055
688         PR c++/34103
689         PR c++/34219
690         PR c++/34606
691         PR c++/34753
692         PR c++/34754
693         PR c++/34755
694         PR c++/34919
695         PR c++/34961
696         * g++.dg/cpp0x/vt-34219-2.C: New.
697         * g++.dg/cpp0x/pr32126.C: Tweak expected error messages.
698         * g++.dg/cpp0x/vt-34961.C: New.
699         * g++.dg/cpp0x/vt-34055.C: Tweak error messages; add new test
700         cases from the re-opened PR.
701         * g++.dg/cpp0x/vt-34753.C: New.
702         * g++.dg/cpp0x/vt-34919.C: New.
703         * g++.dg/cpp0x/vt-34754.C: New.
704         * g++.dg/cpp0x/vt-34606.C: New.
705         * g++.dg/cpp0x/vt-34219.C: New.
706         * g++.dg/cpp0x/pr32125.C: Tweak expected error messages.
707         * g++.dg/cpp0x/vt-34755.C: New.
708         * g++.dg/cpp0x/pr31438.C: Ditto.
709         * g++.dg/cpp0x/variadic81.C: Ditto.
710
711 2008-01-29  Richard Sandiford  <rsandifo@nildram.co.uk>
712
713         * g++.dg/torture/pr34641.C: Put the dg-do first.
714
715 2008-01-29  Richard Sandiford  <rsandifo@nildram.co.uk>
716
717         * gcc.target/mips/lazy-binding-1.c: Skip for mips16.
718
719 2008-01-28  Bernhard Fischer  <aldot@gcc.gnu.org>
720
721         * g++.old-deja/g++.pt/incomplete1.C: Fix typo in comment.
722
723 2008-01-28  Nathan Froyd  <froydnj@codesourcery.com>
724
725         PR 31535
726         * gcc.target/powerpc/spe-small-data-1.c: New test.
727         * gcc.target/powerpc/spe-small-data-2.c: New test.
728
729 2008-01-28  Thomas Koenig  <tkoenig@gcc.gnu.org>
730
731         PR libfortran/34980
732         * gfortran.dg/shape_3.f90:  New test.
733
734 2008-01-28  Andreas Krebbel  <krebbel1@de.ibm.com>
735
736         * gcc.target/s390/20020926-1.c: Remove -m31.
737
738 2008-01-28  Andreas Krebbel  <krebbel1@de.ibm.com>
739
740         * gcc.target/s390/20020926-1.c: Disable for s390x.
741
742 2008-01-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
743
744         PR fortran/34994
745         * gfortran.dg/missing_optional_dummy_5.f90: Fix matching regular
746         expression.
747
748 2008-01-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
749
750         PR fortran/34990
751         * gfortran.dg/array_constructor_22.f90: New test.
752
753 2008-01-26  Maxim Kuvyrkov  <maxim@codesourcery.com>
754
755         PR middle-end/34688
756         * gcc.c-torture/compile/pr34688: New test.
757
758 2008-01-26  Tobias Burnus  <burnus@net-b.de>
759
760         PR fortran/34848
761         * gfortran.dg/missing_optional_dummy_5.f90: New.
762
763 2008-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
764
765         * gcc.dg/tree-ssa/20070302-1.c (baz): Mark with attribute
766         noinline.  XFAIL test.
767
768 2008-01-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
769
770         PR fortran/31610
771         * gfortran.dg/array_3.f90: New test.
772
773 2008-01-26  Jakub Jelinek  <jakub@redhat.com>
774
775         * gcc.c-torture/compile/pr34966.c (atan): Only use asm
776         on i?86/x86_64.
777
778         PR c++/34965
779         * gcc.dg/pr34965.c: New test.
780         * g++.dg/other/error24.C: New test.
781
782 2008-01-26  Thomas Koenig  <tkoenig@gcc.gnu.org>
783
784         PR libfofortran/34887
785         * gfortran.dg/x_slash_2.f:  New test.
786
787 2008-01-26  Richard Guenther  <rguenther@suse.de>
788
789         PR c++/34235
790         * g++.dg/torture/pr34235.C: New testcase.
791
792 2008-01-26  Richard Sandiford  <rsandifo@nildram.co.uk>
793
794         * g++.dg/tree-ssa/ivopts-1.C: XFAIL for MIPS too.
795
796 2008-01-26  Richard Sandiford  <rsandifo@nildram.co.uk>
797
798         PR target/34981
799         * gcc.target/mips/lazy-binding-1.c: New test.
800         * gcc.target/mips/mips.exp (setup_mips_tests): Set
801         mips_forced_no_abicalls and mips_forced_no_shared.
802         (dg-mips-options): Avoid using -mabicalls with an implicit -mabi=eabi.
803         Avoid using small data with -mabicalls.  Don't make -G0 force
804         -mn-abicalls.  Skip -mabicalls and -mshared tests if the multilib
805         forces the opposite option.
806
807 2008-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
808
809         PR target/34970
810         * gcc.target/i386/fastcall-1.c: Scan for correct label.
811         Use -std=gnu89 switch.
812
813 2008-01-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
814
815         PR libfortran/34876
816         * gfortran.dg/direct_io_9.f: New test.
817
818 2008-01-25  Daniel Franke  <franke.daniel@gmail.com>
819
820         PR fortran/34661
821         * gfortran.dg/where_operator_assign_4.f90: New test.
822
823 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
824
825         * gcc.dg/builtin-inf-1.c, gcc.dg/compare6.c, gcc.dg/sibcall-3.c,
826         gcc.dg/sibcall-4.c, gcc.dg/torture/builtin-attr-1.c: Don't handle
827         c4x-*-* targets.
828
829 2008-01-25  Richard Guenther  <rguenther@suse.de>
830
831         PR middle-end/32244
832         * gcc.c-torture/execute/pr32244-1.c: New testcase.
833
834 2008-01-25  Richard Guenther  <rguenther@suse.de>
835
836         PR tree-optimization/34966
837         * gcc.c-torture/compile/pr34966.c: New testcase.
838
839 2008-01-25  Richard Guenther  <rguenther@suse.de>
840
841         PR c++/33887
842         * g++.dg/torture/pr33887-1.C: New testcase.
843         * g++.dg/torture/pr33887-2.C: Likewise.
844         * g++.dg/torture/pr33887-3.C: Likewise.
845         * gcc.c-torture/execute/20071211-1.c: Likewise.
846
847 2008-01-25  Uros Bizjak  <ubizjak@gmail.com>
848
849         PR target/34856
850         * gcc.dg/pr34856.c: Use pointer mode for "pin".
851
852 2008-01-25  Jakub Jelinek  <jakub@redhat.com>
853
854         PR middle-end/33333
855         * g++.dg/gomp/pr33333.C: New test.
856
857         PR preprocessor/34692
858         * gcc.dg/cpp/pr34692.c: New test.
859         * gcc.dg/gomp/pr34692.c: New test.
860
861 2008-01-25  Olga Golovanevsky  <olga@il.ibm.com>
862
863         * gcc.dg/struct/wo_prof_malloc_size_var.c: UnXFAIL.
864
865 2008-01-24  Daniel Franke  <franke.daniel@gmail.com>
866
867         PR fortran/34202
868         * gfortran.dg/empty_type.f90: New test.
869
870 2008-01-24  Paolo Carlini  <pcarlini@suse.de>
871
872         PR c++/34603
873         * g++.dg/template/crash77.C: New.
874
875 2008-01-24  Uros Bizjak  <ubizjak@gmail.com>
876
877         PR target/34856
878         * gcc.dg/pr34856.c: New test.
879
880 2008-01-24  Tobias Burnus  <burnus@net-b.de>
881
882         * gfortran.dg/namelist_39.f90: Delete temporary files.
883         * gfortran.dg/namelist_44.f90: Ditto.
884
885 2008-01-24  Richard Guenther  <rguenther@suse.de>
886
887         PR middle-end/34953
888         * g++.dg/torture/pr34953.C: New testcase.
889
890 2008-01-24  Jakub Jakub Jelinek  <jakub@redhat.com>
891
892         PR middle-end/34934
893         * gcc.c-torture/compile/20080124-1.c: New test.
894
895 2008-01-24  Paul Thomas  <pault@gcc.gnu.org>
896
897         PR fortran/34872
898         * gfortran.dg/function_charlen_3.f: New test.
899
900 2008-01-23  Michael Matz  <matz@suse.de>
901
902         PR debug/34895
903         * g++.dg/debug/pr34895.cc: New testcase.
904
905 2008-01-23  Richard Guenther  <rguenther@suse.de>
906
907         PR middle-end/31529
908         * gcc.dg/pr31529-1.c: New testcase.
909         * gcc.dg/pr31529-2.c: Likewise.
910
911 2008-01-23  Jakub Jelinek  <jakub@redhat.com>
912
913         PR c++/34829
914         * g++.dg/ext/pr34829.C (operator new): Use size_t instead of
915         unsigned int for the first argument.
916
917 2008-01-22  Jakub Jelinek  <jakub@redhat.com>
918
919         PR c++/33984
920         * g++.dg/conversion/bitfield7.C: New test.
921         * g++.dg/cpp0x/decltype4.C: Fixed xfail.
922
923 2008-01-23  Bernd Schmidt  <bernd.schmidt@analog.com>
924
925         From Michael Frysinger  <michael.frysinger@analog.com>
926         * gcc.target/bfin/mcpu-bf547.c: New test.
927         * gcc.target/bfin/mcpu-bf523.c: New test.
928         * gcc.target/bfin/mcpu-bf524.c: New test.
929         * gcc.target/bfin/mcpu-bf526.c: New test.
930
931 2008-01-22  Eric Botcazou  <ebotcazou@adacore.com>
932
933         * gcc.c-torture/execute/20080122-1.c: New test.
934
935 2008-01-22  Tom Tromey  <tromey@redhat.com>
936
937         PR c++/34859
938         * gcc.dg/cpp/pr34859.c: New file.
939
940 2008-01-22  Paul Thomas  <pault@gcc.gnu.org>
941
942         PR fortran/34875
943         * gfortran.dg/vector_subscript_3.f90: New test.
944
945 2008-01-22  Tobias Burnus  <burnus@net-b.de>
946
947         PR fortran/34848
948         * gfortran.dg/missing_optional_dummy_4.f90
949
950 2008-01-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
951
952         * gcc.dg/vect/vect-ifcvt-9.c: Use inline.
953
954 2008-01-22  Eric Botcazou  <ebotcazou@adacore.com>
955
956         * gnat.dg/unchecked_union1.adb: New test.
957
958 2008-01-22  Tom Tromey  <tromey@redhat.com>
959
960         PR c++/34829
961         * g++.dg/ext/pr34829.C: New file.
962
963 2008-01-22  Jakub Jelinek  <jakub@redhat.com>
964
965         PR c++/34607
966         * gcc.dg/gomp/pr34607.c: New test.
967         * g++.dg/gomp/pr34607.C: New test.
968
969         PR c++/34914
970         * g++.dg/ext/vector10.C: New test.
971
972         PR c++/34918
973         * g++.dg/other/error23.C: New test.
974
975         PR c++/34917
976         * g++.dg/ext/vector12.C: New test.
977
978 2008-01-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
979
980         PR 32102
981         * gcc.dg/Wstrict-overflow-21.c: New.
982         * g++.dg/warn/Wstrict-aliasing-8.C: New.
983
984 2008-01-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
985
986         PR middle-end/33092
987         * gcc.dg/pr33092.c: New.
988
989 2008-01-22  Andreas Krebbel  <krebbel1@de.ibm.com>
990
991         * gcc.target/s390/20020926-1.c: Add -m31 option.
992
993 2008-01-22  Daniel Franke  <franke.daniel@gmail.com>
994
995         PR fortran/34915
996         * gfortran.dg/initialization_18.f90: New test.
997
998 2008-01-22  Tobias Burnus  <burnus@net-b.de>
999
1000         PR fortran/34899
1001         * gfortran.dg/tab_continuation.f: New.
1002
1003 2008-01-22  Paul Thomas  <pault@gcc.gnu.org>
1004
1005         PR fortran/34896
1006         * gfortran.dg/use_rename_2.f90: New test.
1007
1008 2008-01-21  Richard Guenther  <rguenther@suse.de>
1009
1010         PR middle-end/34856
1011         * gcc.c-torture/compile/pr34856.c: New testcase.
1012
1013 2008-01-21  Richard Guenther  <rguenther@suse.de>
1014
1015         PR c/34885
1016         * gcc.c-torture/compile/pr34885.c: New testcase.
1017
1018 2008-01-21  Eric Botcazou  <ebotcazou@adacore.com>
1019
1020         * gnat.dg/specs/alignment1.ads: New test.
1021
1022 2008-01-21  Richard Guenther  <rguenther@suse.de>
1023
1024         PR c++/34850
1025         * g++.dg/torture/pr34850.C: New testcase.
1026
1027 2008-01-21  Alon Dayan  <alond@il.ibm.com>
1028             Olga Golovanevsky  <olga@il.ibm.com>
1029
1030         PR tree-optimization/34701
1031         * gcc.dg/struct/wo_prof_array_field.c: New test.
1032         
1033 2008-01-20  Paolo Carlini  <pcarlini@suse.de>
1034
1035         PR c++/34891
1036         * g++.dg/ext/vector9.C: New.
1037
1038 2008-01-20  Paolo Carlini  <pcarlini@suse.de>
1039
1040         PR c++/34776
1041         PR c++/34486
1042         * g++.dg/template/crash75.C: New.
1043         * g++.dg/template/crash76.C: Likewise.  
1044
1045 2008-01-20  Kaz Kojima  <kkojima@gcc.gnu.org>
1046
1047         PR rtl-optimization/34808
1048         * gcc.c-torture/compile/pr34808.c: New test.
1049
1050 2008-01-20  Paul Thomas  <pault@gcc.gnu.org>
1051
1052         PR fortran/34784
1053         * gfortran.dg/mapping_2.f90: Correct ubound expression for h4.
1054
1055         PR fortran/34861
1056         * gfortran.dg/entry_array_specs_3.f90: New test.
1057
1058         PR fortran/34854
1059         * gfortran.dg/use_rename_1.f90: New test.
1060
1061 2008-01-20  Paul Thomas  <pault@gcc.gnu.org>
1062
1063         PR fortran/34784
1064         * gfortran.dg/array_constructor_20.f90: New test.
1065         * gfortran.dg/mapping_2.f90: Correct ubound expression for h4.
1066
1067         PR fortran/34785
1068         * gfortran.dg/array_constructor_21.f90: New test.
1069
1070 2008-01-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1071
1072         PR libfortran/34795
1073         * gfortran.dg/inquire_13.f90: New test.
1074         
1075         PR libfortran/34659
1076         * gfortran.dg/continuation_9.f90: New test.
1077
1078 2008-01-20  Richard Sandiford  <rsandifo@nildram.co.uk>
1079
1080         PR target/34831
1081         * gcc.target/mips/pr34831.c: New test.
1082
1083 2008-01-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
1084
1085         PR fortran/34817
1086         PR fortran/34838
1087         * gfortran.dg/any_all_1.f90:  New test.
1088         * gfortran.dg/any_all_2.f90:  New test.
1089
1090 2008-01-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1091
1092         * g++.dg/eh/ia64-2.C: Place "dg-do run" statement before
1093         "dg-require-weak" statement.
1094         * g++.dg/eh/weak1.C: Likewise.
1095
1096 2008-01-19  Jakub Jelinek  <jakub@redhat.com>
1097
1098         PR gcov-profile/34610
1099         * gcc.dg/gomp/pr34610.c: New test.
1100
1101 2008-01-19  Tobias Burnus  <burnus@net-b.de>
1102
1103         PR fortran/34760
1104         * gfortran.dg/implicit_11.f90: New.
1105         * gfortran.dg/allocate_stat.f90: Update dg-error pattern.
1106         * gfortran.dg/entry_15.f90: Ditto.
1107         * gfortran.dg/func_assign.f90: Ditto.
1108         * gfortran.dg/gomp/reduction3.f90: Ditto.
1109         * gfortran.dg/proc_assign_1.f90: Ditto.
1110
1111         * gfortran.dg/interface_proc_end.f90: Use dg-error instead
1112         of dg-excess-errors.
1113
1114 2008-01-18  Tobias Burnus  <burnus@net-b.de>
1115
1116         PR fortran/32616
1117         * gfortran.dg/argument_checking_15.f90: New.
1118         * gfortran.dg/argument_checking_5.f90: Change TODO into
1119         dg-warning.
1120
1121 2008-01-18  Tobias Burnus  <burnus@net-b.de>
1122
1123         * gfortran.dg/enum_4.f90: Replace dg-excess-errors by dg-error.
1124         * gfortran.dg/enum_5.f90: Ditto.
1125         * gfortran.dg/enum_6.f90: Ditto.
1126         * gfortran.dg/bom_error.f90: Ditto.
1127         * gfortran.dg/func_decl_4.f90: Ditto.
1128
1129 2008-01-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1130
1131         PR libfortran/34782
1132         * gfortran.dg/fmt_t_6.f: New test.
1133
1134 2008-01-18  Tobias Burnus  <burnus@net-b.de>
1135
1136         * gfortran.dg/large_real_kind_form_io_1.f90: Enlarge string for internal I/O.
1137
1138 2008-01-18  Jonathan Wakely  <jwakely.gcc@gmail.com>
1139
1140         * gcc/testsuite/g++.dg/lookup/two-stage2.C: fix comment.
1141
1142 2008-01-18  Ian Lance Taylor  <iant@google.com>
1143
1144         * gcc.dg/debug/dwarf2/var1.c: Add -fno-merge-debug-strings.
1145
1146 2008-01-18  Ian Lance Taylor  <iant@google.com>
1147
1148         PR c++/33407
1149         * g++.dg/init/new26.C: New test.
1150
1151 2008-01-18  Richard Guenther  <rguenther@suse.de>
1152
1153         PR middle-end/34801
1154         * gcc.dg/Warray-bounds.c: XFAIL two tests, remove one
1155         redundant one.
1156
1157 2008-01-18  Hans-Peter Nilsson  <hp@axis.com>
1158
1159         * g++.dg/tree-ssa/pr34355.C: Correct order of dg-do and
1160         dg-require-effective-target.
1161
1162 2007-01-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1163
1164         PR target/34556
1165         * gfortran.dg/reshape_2.f90: New test.
1166
1167 2007-01-18  Bernhard Fischer  <aldot@gcc.gnu.org>
1168
1169         * gcc.dg/20040223-1.c: Fix comment typo.
1170
1171 2008-01-17  Janis Johnson  <janis187@us.ibm.com>
1172
1173         PR target/34814
1174         * gcc.target/powerpc/ppc32-abi-dfp-1.c: Enable checks that will fail
1175         until 34814 is fixed.
1176
1177 2008-01-17  Andrew MacLeod  <amacleod@redhat.com>
1178
1179         PR tree-optimization/34648
1180         * gcc.c-torture/compile/pr34648.c: New testcase.
1181
1182 2008-01-17  Sebastian Pop  <sebastian.pop@amd.com>
1183
1184         PR testsuite/34821
1185         * gcc.dg/autopar/autopar.exp: New.
1186         * g++.dg/tree-ssa/pr34355.C: Require pthread.
1187         * lib/target-supports.exp (check_effective_target_pthread): New.
1188
1189         * gcc.dg/tree-ssa/parallelization-1.c: Moved to gcc.dg/autopar.
1190         * gcc.dg/tree-ssa/reduc-1short.c: Same.
1191         * gcc.dg/tree-ssa/reduc-1.c: Same.
1192         * gcc.dg/tree-ssa/reduc-2short.c: Same.
1193         * gcc.dg/tree-ssa/reduc-2.c: Same
1194         * gcc.dg/tree-ssa/reduc-3.c: Same.
1195         * gcc.dg/tree-ssa/reduc-1char.c: Same.
1196         * gcc.dg/tree-ssa/reduc-6.c: Same.
1197         * gcc.dg/tree-ssa/reduc-7.c: Same.
1198         * gcc.dg/tree-ssa/reduc-2char.c: Same.
1199         * gcc.dg/tree-ssa/reduc-8.c: Same.
1200         * gcc.dg/tree-ssa/reduc-9.c: Same.
1201
1202 2008-01-17  Eric Botcazou  <ebotcazou@adacore.com>
1203
1204         * gnat.dg/discr5.adb: New test.
1205
1206 2008-01-17  Eric Botcazou  <ebotcazou@adacore.com>
1207
1208         * gcc.c-torture/compile/20080114-1.c: Use empty asm statements.
1209
1210 2008-01-17  Richard Guenther  <rguenther@suse.de>
1211
1212         PR tree-optimization/34825
1213         * gcc.dg/pr34825.c: New testcase.
1214
1215 2008-01-17  Richard Guenther  <rguenther@suse.de>
1216
1217         * gcc.c-torture/execute/20080117-1.c: New testcase.
1218
1219 2008-01-17  Revital Eres  <eres@il.ibm.com>
1220
1221         PR30957
1222         * gcc.dg/pr30957-1.c: Always xfail and add noinline attribute.
1223
1224 2008-01-17  Paul Thomas  <pault@gcc.gnu.org>
1225
1226         PR fortran/34429
1227         * gfortran.dg/function_charlen_1.f90: New test.
1228
1229         PR fortran/34431
1230         * gfortran.dg/function_types_1.f90: New test.
1231         * gfortran.dg/function_types_2.f90: New test.
1232
1233         PR fortran/34471
1234         * gfortran.dg/function_kinds_4.f90: New test.
1235         * gfortran.dg/function_kinds_5.f90: New test.
1236
1237         * gfortran.dg/defined_operators_1.f90: Errors now at function
1238         declarations.
1239         * gfortran.dg/private_type_4.f90: The same.
1240         * gfortran.dg/interface_15.f90: The same.
1241         * gfortran.dg/elemental_args_check_2.f90: The same.
1242         * gfortran.dg/auto_internal_assumed.f90: The same.
1243
1244 2008-01-16  Eric Botcazou  <ebotcazou@adacore.com>
1245
1246         * gnat.dg/sizetype.adb: New test.
1247
1248 2008-01-16  Richard Guenther  <rguenther@suse.de>
1249
1250         PR middle-end/32628
1251         * gcc.dg/overflow-warn-7.c: New testcase.
1252
1253 2008-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1254
1255         * gcc.dg/tree-ssa/loop-19.c: Require nonpic.
1256
1257 2008-01-16  Jakub Jelinek  <jakub@redhat.com>
1258         Richard Guenther  <rguenther@suse.de>
1259
1260         PR c/34668
1261         * gcc.dg/pr34668-1.c: New test.
1262         * gcc.dg/pr34668-2.c: Likewise.
1263
1264 2008-01-16  Richard Guenther  <rguenther@suse.de>
1265
1266         PR c++/33819
1267         * g++.dg/torture/pr33819.C: New testcase.
1268
1269 2008-01-16  Richard Guenther  <rguenther@suse.de>
1270
1271         PR c/34768
1272         * gcc.c-torture/execute/pr34768-1.c: New testcase.
1273         * gcc.c-torture/execute/pr34768-2.c: Likewise.
1274
1275 2008-01-16  Tobias Burnus  <burnus@net-b.de>
1276
1277         PR fortran/34796
1278         * gfortran.dg/argument_checking_13.f90: New.
1279         * gfortran.dg/argument_checking_14.f90: New.
1280
1281 2008-01-15  Thomas Koenig  <tkoenig@gcc.gnu.org>
1282         
1283         PR libfortran/34671
1284         * gfortran.dg/anyallcount_1.f90:  New test.
1285
1286 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
1287
1288         PR c++/34399
1289         * g++.dg/cpp0x/vt-34399.C: New.
1290         * g++.dg/template/friend50.C: New.
1291
1292 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
1293
1294         PR c++/34751
1295         * g++.dg/cpp0x/vt-34751.C: New.
1296
1297 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
1298
1299         PR c++/34051
1300         PR c++/34055
1301         PR c++/34102
1302         PR c++/34103
1303         * g++.dg/cpp0x/vt-34051-2.C: New.
1304         * g++.dg/cpp0x/vt-34102.C: New.
1305         * g++.dg/cpp0x/vt-34051.C: New.
1306         * g++.dg/cpp0x/vt-34055.C: New.
1307         * g++.dg/cpp0x/vt-34103.C: New.
1308
1309 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
1310
1311         PR c++/34314
1312         * g++.dg/cpp0x/vt-34314.C: New.
1313         * g++.dg/cpp0x/variadic79.C: Fix the error message to reflect
1314         reality (the error message was wrong previously).
1315
1316 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
1317
1318         PR c++/33964
1319         * g++.dg/cpp0x/vt-33964.C: New.
1320         * g++.dg/template/partial5.C: New.
1321
1322 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
1323
1324         PR c++/34052
1325         * g++.dg/cpp0x/vt-34052.C: New.
1326         * g++.dg/template/ttp26.C: New.
1327         
1328 2008-01-14  Eric Botcazou  <ebotcazou@adacore.com>
1329
1330         * gnat.dg/rep_clause2.ad[sb]: New test.
1331         * gnat.dg/rep_problem2.adb: Rename to rep_clause1.adb.
1332
1333 2008-01-14  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1334
1335         PR c++/24924
1336         * g++.dg/cpp/pedantic-errors.C: Delete.
1337         * g++.dg/cpp/permissive.C: Delete.
1338         
1339 2008-01-14  Eric Botcazou  <ebotcazou@adacore.com>
1340
1341         * gcc.c-torture/compile/20080114-1.c: New test.
1342
1343 2008-01-13  Tobias Burnus  <burnus@net-b.de>
1344
1345         PR fortran/34665
1346         * gfortran.dg/argument_checking_11.f90: New.
1347         * gfortran.dg/argument_checking_12.f90: New.
1348         * gfortran.dg/used_dummy_types_4.f90: Update dg-error.
1349         * gfortran.dg/c_assoc_2.f03: Update dg-error.
1350         * gfortran.dg/argument_checking_3.f90: Ditto.
1351         * gfortran.dg/pointer_intent_2.f90: Ditto.
1352         * gfortran.dg/import2.f90: Ditto.
1353         * gfortran.dg/assumed_shape_ranks_1.f90: Ditto.
1354         * gfortran.dg/implicit_actual.f90: Ditto.
1355         * gfortran.dg/used_dummy_types_3.f90: Ditto.
1356         * gfortran.dg/derived_comp_array_ref_6.f90: Ditto.
1357
1358 2008-01-13  Tobias Burnus  <burnus@net-b.de>
1359
1360         PR fortran/34763
1361         * gfortran.dg/interface_proc_end.f90: New.
1362
1363 2008-01-13  Tobias Burnus  <burnus@net-b.de>
1364
1365         PR fortran/34759
1366         * gfortran.dg/assumed_size_refs_4.f90: New.
1367
1368 2008-01-13  Eric Botcazou  <ebotcazou@adacore.com>
1369
1370         * gnat.dg/unchecked_convert1.adb.
1371
1372 2008-01-13  Richard Guenther  <rguenther@suse.de>
1373
1374         * gcc.dg/struct-ret-3.c: Adjust testcase to make stack
1375         readable and writable again before exiting.
1376
1377 2008-01-13  Richard Guenther  <rguenther@suse.de>
1378
1379         PR middle-end/34601
1380         * gcc.dg/noncompile/incomplete-4.c: New testcase.
1381
1382 2008-01-13  Jan Hubicka  <jh@suse.cz>
1383
1384         PR middle-end/32135
1385         * gcc.dg/pr32135.c: new.
1386
1387 2008-01-12  Doug Kwan  <dougkwan@google.com>
1388
1389         * gcc.dg/qual-return-1.c: Add -Wignored-qualifiers.
1390         * g++.dg/warn/Wreturn-type-4.C: Replace -Wreturn-type by
1391         -Wignored-qualifiers.
1392
1393 2008-01-12  Eric Botcazou  <ebotcazou@adacore.com>
1394
1395         * gnat.dg/slice3.adb: New test.
1396         * gnat.dg/slice4.adb: Likewise.
1397
1398 2008-01-12  Eric Botcazou  <ebotcazou@adacore.com>
1399
1400         * gnat.dg/bit_packed_array.ad[sb]: New test.
1401
1402 2008-01-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1403
1404         PR fortran/34432
1405         * gfortran.dg/parens_7.f90: New test.
1406
1407 2008-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1408
1409         * gcc.dg/tree-ssa/loadpre5.c: Use static.
1410         * gcc.dg/tree-ssa/loadpre8.c: Likewise.
1411
1412         * gcc.dg/pr33826.c: Require nonpic.
1413
1414 2008-01-11  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1415
1416         PR fortran/34722
1417         * gfortran.dg/inquire_12.f90: New test.
1418
1419 2008-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
1420
1421         PR libfortran/34670
1422         * all_bounds_1.f90: New test case.
1423         * maxloc_bounds_1.f90: New test case.
1424         * maxloc_bounds_2.f90: New test case.
1425         * maxloc_bounds_3.f90: New test case.
1426         * maxloc_bounds_4.f90: New test case.
1427         * maxloc_bounds_5.f90: New test case.
1428         * maxloc_bounds_6.f90: New test case.
1429         * maxloc_bounds_7.f90: New test case.
1430         * maxloc_bounds_8.f90: New test case.
1431
1432 2008-01-11  Eric Botcazou  <ebotcazou@adacore.com>
1433
1434         * gcc.dg/struct-ret-3.c: New test.
1435
1436 2008-01-11  Paul Thomas  <pault@gcc.gnu.org>
1437
1438         PR fortran/34537
1439         * gfortran.dg/transfer_simplify_8.f90: New test.
1440
1441 2008-01-11  Andreas Krebbel  <krebbel1@de.ibm.com>
1442
1443         * g++.dg/torture/pr34641.C: Add dg-require-visibility.  Define
1444         size_t using predefined macro.
1445
1446 2008-01-10  Raksit Ashok  <raksit@google.com>
1447
1448         PR rtl-optimization/27971
1449         * gcc.target/i386/pr27971.c: New testcase.
1450
1451 2008-01-10  Paul Thomas  <pault@gcc.gnu.org>
1452
1453         PR fortran/34396
1454         * gfortran.dg/bounds_check_12.f90: New test.
1455
1456 2008-01-10  Uros Bizjak  <ubizjak@gmail.com>
1457
1458         * gcc.target/i386/cmov7.c: Add -mbranch-cost=5 to dg-options.
1459         * gcc.target/i386/addr-sel-1.c: Require nonpic effective target.
1460
1461 2008-01-10  Andreas Krebbel  <krebbel1@de.ibm.com>
1462
1463         PR middle-end/34641
1464         * g++.dg/torture/pr34641.C: New testcase.
1465
1466 2008-01-10  Richard Guenther  <rguenther@suse.de>
1467
1468         PR tree-optimization/34651
1469         * g++.dg/torture/pr34651.C: New testcase.
1470
1471 2008-01-09  Sebastian Pop  <sebastian.pop@amd.com>
1472
1473         PR tree-optimization/34017
1474         * gcc.dg/tree-ssa/pr34017.c: New.
1475
1476 2008-01-09  Richard Guenther  <rguenther@suse.de>
1477         Andrew Pinski  <andrew_pinski@playstation.sony.com>
1478
1479         PR middle-end/30132
1480         * gcc.c-torture/compile/pr30132.c: New testcase.
1481
1482 2008-01-09  Richard Guenther  <rguenther@suse.de>
1483
1484         PR middle-end/34458
1485         * gcc.c-torture/compile/pr34458.c: New testcase.
1486
1487 2008-01-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1488
1489         PR testsuite/30459
1490         g++.dg/eh/ia64-2.C: Require weak support.
1491
1492 2008-01-08  Richard Guenther  <rguenther@suse.de>
1493
1494         PR middle-end/31863
1495         * g++.dg/torture/pr31863.C: New testcase.
1496
1497 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
1498
1499         PR middle-end/34694
1500         * gcc.dg/gomp/pr34694.c: New test.
1501         * g++.dg/gomp/pr34694.C: New test.
1502
1503         PR c++/33890
1504         * g++.dg/gomp/pr33890.C: New test.
1505
1506 2008-01-08  Paul Thomas  <pault@gcc.gnu.org>
1507
1508         PR fortran/34476
1509         * gfortran.dg/parameter_array_init_3.f90: New test.
1510
1511 2008-01-08  Paul Thomas  <pault@gcc.gnu.org>
1512
1513         PR fortran/34681
1514         PR fortran/34704
1515         * gfortran.dg/alloc_comp_default_init_1.f90: New test.
1516
1517 2008-01-07  Janis Johnson  <janis187@us.ibm.com>
1518
1519         * lib/target-supports.exp (check_effective_target_powerpc_spu): New.
1520         * g++.dg/other/spu2vmx-1.C: Use it.
1521
1522 2008-01-07  Jack Howarth  <howarth@bromo.med.uc.edu>
1523
1524         * gcc.dg/out-of-bounds-1.c: Don't use -mstrict-align for Darwin.
1525
1526         PR testsuite/34575
1527         * gcc.target/powerpc/popcount-1.c: Skip on darwin.
1528         * gcc.target/powerpc/parity-1.c: Likewise.
1529
1530 2008-01-07  Fred Fish  <fnf@specifix.com>
1531
1532         PR preprocessor/30363:
1533         * gcc.dg/cpp/trad/macroargs.c: Add code to test quoting in
1534         macro expansions.
1535
1536 2008-01-07  Paul Thomas  <pault@gcc.gnu.org>
1537
1538         PR fortran/34672
1539         * gfortran.dg/use_only_2.f90: New test.
1540
1541 2008-01-06  Paolo Carlini  <pcarlini@suse.de>
1542
1543         PR libstdc++/34680
1544         * g++.dg/rtti/predefined-rtti-macro-1.C: New.
1545         * g++.dg/rtti/predefined-rtti-macro-2.C: Likewise.
1546
1547 2008-01-06  Paul Thomas  <pault@gcc.gnu.org>
1548
1549         PR fortran/34545
1550         * gfortran.dg/use_12.f90: New test.
1551
1552 2008-01-06  Tobias Burnus  <burnus@net-b.de>
1553
1554         PR fortran/34689
1555         * interface.c (compare_actual_formal): Fix intent(out) check for
1556         function result variables.
1557
1558 2008-01-06  Tobias Burnus  <burnus@net-b.de>
1559
1560         PR fortran/34690
1561         * gfortran.dg/elemental_args_check_2.f90: Fix test case.
1562
1563 2008-01-06  Tobias Burnus  <burnus@net-b.de>
1564
1565         PR fortran/34689
1566         * gfortran.dg/intent_out_4.f90: Fix test case.
1567
1568 2008-01-06  Tobias Burnus  <burnus@net-b.de>
1569
1570         PR fortran/34689
1571         * gfortran.dg/intent_out_4.f90: New.
1572
1573 2008-01-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1574
1575         PR libfortran/34540
1576         * gfortran.dg/optional_dim_3.f90: New test.
1577
1578 2008-01-06  Tobias Burnus  <burnus@net-b.de>
1579
1580         PR fortran/34658
1581         * gfortran.dg/common_11.f90: New.
1582         * gfortran.dg/blockdata_1.f90: Update test case.
1583         * gfortran.dg/blockdata_2.f90: Update test case.
1584
1585 2008-01-06  Tobias Burnus  <burnus@net-b.de>
1586
1587         * gfortran.dg/equiv_constraint_9.f90: Fix typo.
1588
1589 2008-01-06  Tobias Burnus  <burnus@net-b.de>
1590
1591         PR fortran/34655
1592         * gfortran.dg/equiv_constraint_9.f90: New.
1593
1594 2008-01-06  Revital Eres  <eres@il.ibm.com>
1595
1596         PR tree-optimization/34263
1597         * gcc.dg/pr34263.c:  New testcase.
1598
1599 2008-01-06  Tobias Burnus  <burnus@net-b.de>
1600
1601         PR fortran/34654
1602         * gfortran.dg/internal_io_unf.f90: New.
1603
1604 2008-01-06  Tobias Burnus  <burnus@net-b.de>
1605
1606         PR fortran/34660
1607         * gfortran.dg/elemental_args_check_2.f90: New.
1608
1609 2008-01-06  Tobias Burnus  <burnus@net-b.de>
1610
1611         PR fortran/34662
1612         * gfortran.dg/intent_out_3.f90: New.
1613
1614 2008-01-05  Richard Sandiford  <rsandifo@nildram.co.uk>
1615
1616         * objc.dg/stabs-1.m: Allow labels to be begin with $L as well as .L.
1617
1618 2008-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1619
1620         PR libfortran/34676
1621         * gfortran.dg/list_read_8.f90: New test.
1622
1623 2008-01-04  Richard Guenther  <rguenther@suse.de>
1624
1625         PR middle-end/34029
1626         * gcc.c-torture/compile/pr34029-1.c: New testcase.
1627         * gcc.c-torture/compile/pr34029-2.c: Likewise.
1628
1629 2008-01-04  Jakub Jelinek  <jakub@redhat.com>
1630
1631         PR gcov-profile/34609
1632         * g++.dg/gcov/gcov-6.C: New test.
1633
1634 2008-01-04  Richard Guenther  <rguenther@suse.de>
1635
1636         PR tree-optimization/31081
1637         * g++.dg/torture/pr31081-1.C: New testcase.
1638         * g++.dg/torture/pr31081-2.C: Likewise.
1639
1640 2008-01-04  Richard Sandiford  <rsandifo@nildram.co.uk>
1641
1642         * gcc.target/mips/rsqrt-1.c: Require -mgp64.
1643         * gcc.target/mips/rsqrt-2.c: Likewise.
1644         * gcc.target/mips/rsqrt-4.c: New test.
1645
1646 2008-01-04  Tobias Burnus  <burnus@net-b.de>
1647
1648         PR fortran/34557
1649         * gfortran.dg/equiv_substr.f90: New.
1650
1651 2008-01-03  Tom Tromey  <tromey@redhat.com>
1652
1653         PR c/34457:
1654         * gcc.dg/pr34457-2.c: New file.
1655         * gcc.dg/pr34457-1.c: New file.
1656
1657 2008-01-03  Sebastian Pop  <sebastian.pop@amd.com>
1658
1659         Revert fix for PR tree-optimization/34458.
1660
1661 2008-01-03  Sebastian Pop  <sebastian.pop@amd.com>
1662
1663         PR tree-optimization/34458
1664         * gcc.dg/tree-ssa/pr34458.c: New.
1665
1666 2008-01-03  Thomas Koenig  <tkoenig@gcc.gnu.org>
1667
1668         PR libfortran/34565
1669         * gfortran.dg/internal_readwrite_1.f90:  New test.
1670         * gfortran.dg/internal_readwrite_2.f90:  New test.
1671
1672 2008-01-03  Tom Tromey  <tromey@redhat.com>
1673
1674         PR preprocessor/34602:
1675         * gcc.dg/cpp/pr34602.c: New file.
1676
1677 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
1678
1679         PR tree-optimization/29484
1680         * gcc.c-torture/execute/20071220-1.c: New test.
1681         * gcc.c-torture/execute/20071220-2.c: New test.
1682
1683 2008-01-03  Sebastian Pop  <sebastian.pop@amd.com>
1684
1685         PR tree-optimization/34635
1686         * gcc.dg/tree-ssa/pr34635.c: New.
1687         * gcc.dg/tree-ssa/pr34635-1.c: New.
1688
1689 2008-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1690
1691         PR middle-end/34562
1692         * g++.dg/other/first-global.C: Also accept _GLOBAL__I_65535_0_foobar in
1693         scan-assembler check.
1694
1695 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
1696
1697         PR middle-end/34608
1698         * g++.dg/gomp/pr34608.C: New test.
1699
1700 2008-01-02  Richard Guenther  <rguenther@suse.de>
1701
1702         PR middle-end/34093
1703         PR middle-end/31976
1704         * gcc.c-torture/compile/pr34093.c: New testcase.
1705
1706 2008-01-01  Douglas Gregor  <doug.gregor@gmail.com>
1707
1708         * g++.dg/cpp0x/long_long.C: New.
1709
1710 2008-01-01  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1711
1712         * gcc.target/spu/tag_manager.c : Include stdlib.h.
1713         * gcc.target/spu/Wmain.c: Fix the line numbers for the
1714         warning on the function main.
1715
1716 2008-01-01  Jakub Jelinek  <jakub@redhat.com>
1717
1718         * gcc.target/i386/i386.exp (check_effective_target_sse5): Use __v8hi
1719         rather than __v2di type.
1720
1721 2007-12-31  Paul Thomas  <pault@gcc.gnu.org>
1722
1723         PR fortran/34558
1724         * gfortran.dg/linked_list_1.f90: New test.
1725
1726 2007-12-29  Richard Sandiford  <rsandifo@nildram.co.uk>
1727
1728         * lib/objc.exp (objc_libgcc_s_path): Set objc_libgcc_s_path
1729         instead of appending to it.
1730
1731 2007-12-27  Dorit Nuzman  <dorit@il.ibm.com>
1732
1733         PR tree-optimization/34591
1734         * gcc.dg/vect/pr34591.c: New test.
1735
1736 2007-12-27  Thomas Koenig  <tkoenig@gcc.gnu.org>
1737
1738         PR libfortran/34594
1739         * gfortran.dg/direct_io_8.f90:  New test case.
1740
1741 2007-12-27  Jakub Jelinek  <jakub@redhat.com>
1742
1743         PR target/34281
1744         * gcc.c-torture/execute/20071213-1.c: New test.
1745
1746 2007-12-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1747
1748         PR libfortran/34560
1749         * gfortran.dg/read_eof_5.f90: New test.
1750
1751 2007-12-25  Tobias Burnus  <burnus@net-b.de>
1752
1753         PR fortran/34514
1754         * gfortran.dg/initialization_17.f90: New.
1755
1756 2007-12-25  Thomas Koenig  <tkoenig@gcc.gnu.org>
1757
1758         PR libfortran/34566
1759         * gfortran.dg/matmul_6.f90:  New test.
1760
1761 2007-12-23  Tobias Burnus  <burnus@net-b.de>
1762
1763         PR fortran/34421
1764         * gfortran.dg/entry_17.f90: New.
1765
1766 2007-12-23  Daniel Franke  <franke.daniel@gmail.com>
1767
1768         PR fortran/34536
1769         * gfortran.dg/integer_exponentiation_2.f90: Fixed testcase.
1770         * gfortran.dg/real_const_3.f90: Likewise.
1771         * gfortran.dg/unary_operator.f90: New test.
1772
1773 2007-12-23  Eric Botcazou  <ebotcazou@adacore.com>
1774
1775         * gnat.dg/pack2.adb: New test.
1776
1777 2007-12-22  Daniel Franke  <franke.daniel@gmail.com>
1778
1779         PR fortran/34559
1780         * gfortran.dg/repeat_6.f90: New test.
1781
1782 2007-12-22  Thomas Koenig  <tkoenig@gcc.gnu.org>
1783
1784         PR fortran/34549
1785         * cshift_shift_real_1.f90:  New test.
1786
1787 2007-12-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1788
1789         PR fortran/34540
1790         * gfortran.dg/shift-kind_2.f90: New test.
1791
1792 2007-12-21  Kazu Hirata  <kazu@codesourcery.com>
1793
1794         PR target/8835
1795         * gcc.dg/pr8835-1.c: New.
1796
1797 2007-12-21  Paul Thomas  <pault@gcc.gnu.org>
1798
1799         PR fortran/34438
1800         * gfortran.dg/default_initialization_3.f90: New test.
1801
1802 2007-12-21  Richard Sandiford  <rsandifo@nildram.co.uk>
1803
1804         * gcc.target/mips/mips.exp (setup_mips_tests): Fix _MIPS_SIM
1805         conditions.
1806         (dg-mips-options): Treat -march=24k* as a 32-bit option.
1807
1808 2007-12-20  Jack Howarth  <howarth@bromo.med.uc.edu>
1809
1810         * gcc.dg/torture/builtin-modf-1.c: Pass "-funsafe-math-optimizations 
1811         -fsigned-zeros -fno-associative-math" on powerpc-*-darwin*.
1812
1813 2007-12-20  Jason Merrill  <jason@redhat.com>
1814
1815         * gcc.dg/overload/arg[14].C: Remove expected errors.
1816
1817 2007-12-20  Jakub Jelinek  <jakub@redhat.com>
1818
1819         PR c++/34459
1820         * gcc.c-torture/execute/20071219-1.c: New test.
1821
1822 2007-12-20  Tobias Burnus  <burnus@net-b.de>
1823
1824         PR fortran/34530
1825         * gfortran.dg/namelist_44.f90: New.
1826
1827 2007-12-20  Tobias Burnus  <burnus@net-b.de>
1828
1829         PR fortran/34482
1830         * gfortran.dg/boz_8.f90: Add error-check check.
1831         * gfortran.dg/boz_9.f90: Shorten BOZ where needed, replace
1832         stop by call abort.
1833
1834 2007-12-19  Zdenek Dvorak  <ook@ucw.cz>
1835
1836         * gcc.dg/gomp/combined-1.c: New test.
1837
1838 2007-12-19  Zdenek Dvorak  <ook@ucw.cz>
1839
1840         PR tree-optimization/34355
1841         * g++.dg/tree-ssa/pr34355.C: New test.
1842
1843 2007-12-19  Revital Eres  <eres@il.ibm.com>
1844
1845          * gcc.dg/sms-5.c: New testcase.
1846
1847 2007-12-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1848
1849         PR fortran/34325
1850         * gfortran.dg/missing_parens_1.f90: New.
1851         * gfortran.dg/missing_parens_1.f90: New.
1852         
1853 2007-12-19  Daniel Franke  <franke.daniel@gmail.com>
1854
1855         PR fortran/34495
1856         * gfortran.dg/transfer_simplify_2.f90: Fixed invalid initialization
1857         expressions.
1858         * gfortran.dg/transfer_simplify_7.f90: New test.
1859
1860 2007-12-18  Janis Johnson  <janis187@us.ibm.com>
1861
1862         * gcc.dg/pr32912-3.c: Compile with -w.
1863
1864         * gcc.dg/torture/builtin-modf-1.c: Remove -funsafe-math-optimizations.
1865
1866 2007-12-18  Douglas Gregor  <doug.gregor@gmail.com>
1867             Jakub Jelinek  <jakub@redhat.com>
1868         
1869         PR c++/32565
1870         PR c++/33943
1871         PR c++/33965
1872         * g++.dg/cpp0x/variadic86.C: New.
1873         * g++.dg/cpp0x/variadic87.C: New.
1874         * g++.dg/cpp0x/variadic84.C: New.
1875         * g++.dg/cpp0x/variadic85.C: New.
1876         * g++.dg/template/ttp25.C: New.
1877
1878 2007-12-18  Sebastian Pop  <sebastian.pop@amd.com>
1879
1880         PR tree-optimization/34123
1881         * gcc.dg/tree-ssa/pr34123.c: New test.
1882
1883 2007-12-18  Richard Sandiford  <rsandifo@nildram.co.uk>
1884
1885         PR rtl-optimization/34456
1886         * gcc.c-torture/execute/pr34456.c: New test.
1887
1888 2007-12-18  Jakub Jelinek  <jakub@redhat.com>
1889
1890         PR c++/34488
1891         * g++.dg/parse/friend7.C: New test.
1892
1893         PR rtl-optimization/34490
1894         * gcc.c-torture/execute/20071216-1.c: New test.
1895
1896 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1897
1898         * gcc.dg/torture/builtin-math-4.c: Remove XFAIL.
1899
1900 2007-12-17  Dorit Nuzman  <dorit@il.ibm.com>
1901
1902         * gcc.dg/tree-ssa/gen-vect-2.c: Change verbosity level to 4.    
1903         * gcc.dg/tree-ssa/gen-vect-32.c: Likewise
1904         * gcc.dg/tree-ssa/gen-vect-25.c: Likewise
1905         * gcc.dg/tree-ssa/gen-vect-26.c: Likewise
1906         * gcc.dg/tree-ssa/gen-vect-28.c: Likewise
1907
1908 2007-12-17  Jakub Jelinek  <jakub@redhat.com>
1909
1910         PR c/34506
1911         * gcc.dg/gomp/clause-2.c: New test.
1912         * g++.dg/gomp/clause-4.C: New test.
1913
1914 2007-12-17  Tobias Burnus  <burnus@net-b.de>
1915
1916         * gfortran.dg/initialization_16.f90: Update as FLOAT/SNGL are
1917         part of Fortran 77/95/2003.
1918
1919 2007-12-17  Dorit Nuzman  <dorit@il.ibm.com>
1920
1921         PR tree-optimization/34445
1922         * gfortran.dg/vect/cost-model-pr34445.f: New test.
1923         * gfortran.dg/vect/cost-model-pr34445a.f: New test.
1924
1925 2007-12-16  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1926
1927         PR fortran/34427
1928         * gfortran.dg/namelist_42.f90: Update.
1929         * gfortran.dg/namelist_43.f90: New.
1930         
1931 2007-12-16  Tobias Burnus  <burnus@net-b.de>
1932
1933         PR fortran/34495
1934         * gfortran.dg/initialization_16.f90: New.
1935
1936 2007-12-16  Thomas Koenig  <tkoenig@gcc.gnu.org>
1937
1938         PR fortran/34305
1939         * gfortran.dg/real_dimension_1.f:  New test case.
1940
1941 2007-12-16  Rask Ingemann Lambertsen  <rask@sygehus.dk>
1942
1943         * gcc.dg/torture/pr24257.c: Remove -O from options.
1944
1945 2007-12-16  Tobias Burnus  <burnus@net-b.de>
1946
1947         PR fortran/34246
1948         * gfortran.dg/bind_c_usage_16.f03: Extend test.
1949
1950 2007-12-16  Paul Thomas  <pault@gcc.gnu.org>
1951
1952         PR fortran/31213
1953         PR fortran/33888
1954         PR fortran/33998
1955         * gfortran.dg/mapping_1.f90: New test.
1956         * gfortran.dg/mapping_2.f90: New test.
1957         * gfortran.dg/mapping_3.f90: New test.
1958
1959 2007-12-16  Richard Sandiford  <rsandifo@nildram.co.uk>
1960
1961         PR rtl-optimization/34415
1962         * gcc.c-torture/execute/pr34415.c: New test.
1963
1964 2007-12-16  Danny Smith <dannysmith@users.sourceforge.net>
1965
1966         * gcc.target/i386/fastcall-1.c: (f4): Change return type to
1967         void. 
1968
1969 2007-12-16  Jakub Jelinek  <jakub@redhat.com>
1970
1971         PR bootstrap/34003
1972         * gcc.dg/pr34003-1.c: New test.
1973         * gcc.dg/pr34003-2.c: New.
1974
1975 2007-12-15  Hans-Peter Nilsson  <hp@axis.com>
1976
1977         * gcc.target/cris/peep2-xsrand.c, gcc.target/cris/asmreg-1.c,
1978         gcc.target/cris/peep2-andu1.c, gcc.target/cris/peep2-xsrand2.c,
1979         gcc.target/cris/20011127-1.c: Drop redundant target-specifier.
1980         * gcc.target/cris/peep2-andu2.c: Ditto.  Make dg-do assemble and
1981         add -save-temps.
1982         * gcc.target/cris/torture/cris-torture.exp,
1983         gcc.target/cris/cris.exp: Run for crisv32-*-* too.
1984         * gcc.target/cris/builtin_ctz_v3.c,
1985         gcc.target/cris/builtin_ctz_v8.c,
1986         gcc.target/cris/builtin_clz_v0.c,
1987         gcc.target/cris/builtin_clz_v3.c,
1988         gcc.target/cris/builtin_bswap_v3.c,
1989         gcc.target/cris/builtin_bswap_v8.c, gcc.dg/sibcall-4.c,
1990         gcc.dg/pr19340.c, gcc.dg/20020919-1.c, gcc.dg/pr31866.c,
1991         gcc.dg/torture/cris-asm-mof-1.c, gcc.dg/torture/cris-volatile-1.c,
1992         gcc.dg/weak/typeof-2.c, gcc.dg/tree-ssa/loop-1.c,
1993         gcc.dg/tree-ssa/20040204-1.c, gcc.dg/sibcall-3.c,
1994         lib/target-supports.exp: Adjust for crisv32-*-*.
1995
1996 2007-12-15  Alexandre Oliva  <aoliva@redhat.com>
1997
1998         * gcc.dg/debug/const-3.c: New.
1999
2000 2007-12-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2001
2002         * g++.dg/other/datasec1.C: Require named section support.
2003
2004 2007-12-14  Jakub Jelinek  <jakub@redhat.com>
2005
2006         PR target/29978
2007         * gcc.target/i386/pr29978.c: New test.
2008
2009 2007-12-14  Uros Bizjak  <ubizjak@gmail.com>
2010
2011         * gcc.target/i386/sse-12.c (dg-options): Use -msse4
2012         instead of -msse4.1.
2013         * gcc.target/i386/sse-12.c (dg-options): Ditto.
2014         * g++.dg/other/i386-2.C (dg-options): Ditto.
2015
2016 2007-12-14  Tobias Burnus  <burnus@net-b.de>
2017
2018         PR fortran/34438
2019         * gfortran.dg/private_type_10.f90: New.
2020
2021 2007-12-14  Tobias Burnus  <burnus@net-b.de>
2022
2023         PR fortran/34398
2024         * gfortran.dg/nan_4.f90: New.
2025
2026 2007-12-14  Richard Guenther  <rguenther@suse.de>
2027
2028         PR middle-end/34462
2029         * gcc.c-torture/compile/20071214-1.c: New testcase.
2030
2031 2007-12-14  Uros Bizjak  <ubizjak@gmail.com>
2032
2033         * gcc.target/i386/sse-14.c (test_1, test_2, test_2x, test_4): New
2034         macros to test macroized SSE intrinsics.  Use new macros to test
2035         macroized SSE intrinsics from ammintrin.h, smmintrin.h, tmmintrin.h,
2036         emmintrin.h, xmmintrin.h and bmmintrin.h
2037         * gcc.target/i386/sse-13.c (__builtin_ia32_pcmp?str*128): Redefine
2038         to test with immediate operand.
2039
2040 2007-12-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2041
2042         PR target/34091
2043         * gcc.c-torture/compile/pr34091.c: New test.
2044
2045 2007-12-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
2046
2047         * gcc.dg/uninit-13.c: UnXFAIL.
2048         * gcc.dg/complex-5.c: New testcase.
2049
2050 2007-12-13  Olga Golovanevsky  <olga@il.ibm.com>
2051
2052         * gcc.dg/struct/struct-reorg.exp: Replace 
2053          DEFAULT_CFLAGS by STRUCT_REORG_CFLAFS. 
2054         
2055 2007-12-13  Thomas Koenig  <tkoenig@gcc.gnu.org>
2056
2057         PR libfortran/34370
2058         PR libfortran/34323
2059         PR libfortran/34405
2060         * gfortran.dg/advance_6.f90:  New test case.
2061         * gfortran.dg/direct_io_7.f90:  New test case.
2062         * gfortran.dg/streamio_13.f90:  New test case.
2063
2064 2007-12-13  Douglas Gregor  <doug.gregor@gmail.com>
2065
2066         * g++.dg/cpp0x/__func__.C: New.
2067
2068 2007-12-13  Uros Bizjak  <ubizjak@gmail.com>
2069
2070         PR target/34435
2071         * g++.dg/other/pr34435.C: New testcase.
2072
2073 2007-12-13  Olga Golovanevsky  <olga@il.ibm.com>
2074
2075         * gcc.dg/struct: New directory with tests 
2076         for struct-reorg optimizaion.
2077         * gcc.dg/struct/struct-reorg.exp: New script.
2078         * gcc.dg/struct/wo_prof_array_through_pointer.c: New test.
2079         * gcc.dg/struct/wo_prof_malloc_size_var.c: Likewise.
2080         * gcc.dg/struct/wo_prof_mult_field_peeling.c: Likewise.
2081         * gcc.dg/struct/wo_prof_escape_arg_to_local.c: Likewise.
2082         * gcc.dg/struct/wo_prof_escape_return.c: Likewise.
2083         * gcc.dg/struct/wo_prof_escape_str_init.c: Likewise.
2084         * gcc.dg/struct/wo_prof_escape_substr_array.c: Likewise.
2085         * gcc.dg/struct/wo_prof_escape_substr_pointer.c: Likewise.
2086         * gcc.dg/struct/wo_prof_escape_substr_value.c: Likewise.
2087         * gcc.dg/struct/wo_prof_global_array.c: Likewise.
2088         * gcc.dg/struct/wo_prof_global_var.c: Likewise.
2089         * gcc.dg/struct/wo_prof_local_array.c: Likewise.
2090         * gcc.dg/struct/wo_prof_local_var.c: Likewise.
2091         * gcc.dg/struct/wo_prof_two_strs.c: Likewise.
2092         * gcc.dg/struct/wo_prof_single_str_global.c: Likewise.
2093         * gcc.dg/struct/wo_prof_single_str_local.c: Likewise.
2094         * gcc.dg/struct/wo_prof_single_str_pointer.c: Likewise.
2095         * gcc.dg/struct/w_prof_two_strs.c: Likewise.
2096         * gcc.dg/struct/w_prof_global_array.c: Likewise.
2097         * gcc.dg/struct/w_prof_global_var.c: Likewise.
2098         * gcc.dg/struct/w_prof_local_array.c: Likewise.
2099         * gcc.dg/struct/w_prof_local_var.c: Likewise.
2100         * gcc.dg/struct/w_prof_single_str_global.c: Likewise.
2101         * gcc.dg/struct/w_ratio_cold_str.c: Likewise.
2102
2103 2007-12-13  Tobias Burnus  <burnus@net-b.de>
2104
2105         PR fortran/34427
2106         * gfortran.dg/namelist_42.f90: New.
2107
2108 2007-12-12  Tobias Burnus  <burnus@net-b.de>
2109
2110         PR fortran/34254
2111         * gfortran.dg/function_kinds_3.f90: New.
2112
2113 2007-12-12  Andreas Krebbel  <krebbel1@de.ibm.com>
2114
2115         * gcc.target/s390/20071212-1.c: New testcase.
2116
2117 2007-12-11  Jakub Jelinek  <jakub@redhat.com>
2118
2119         PR c++/34238
2120         * g++.dg/ext/visibility/anon7.C: Add xfail.
2121         * g++.dg/ext/visibility/anon9.C: New test.
2122         * g++.dg/ext/visibility/anon10.C: New test.
2123
2124         PR c++/34364
2125         * g++.dg/rtti/dyncast2.C: New test.
2126
2127 2007-12-11  Uros Bizjak  <ubizjak@gmail.com>
2128
2129         PR tree-optimization/34407
2130         * gcc.dg/vect/pr34407.c: New test.
2131
2132 2007-12-10  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2133
2134         PR fortran/34411
2135         * gfortran.dg/error_recovery_5.f90: New.
2136         * gfortran.dg/optional_dim_2.f90: Fix test, not related to this PR.
2137
2138 2007-12-10  Jakub Jelinek  <jakub@redhat.com>
2139
2140         PR tree-optimization/34371
2141         * gcc.c-torture/compile/20071207-1.c: New test.
2142
2143 2007-12-10  Simon Martin  <simartin@users.sourceforge.net>
2144
2145         PR c++/34059
2146         * g++.dg/parse/crash40.C: New test.
2147
2148 2007-12-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
2149
2150         * g++.dg/opt/memcpy1.C: New test.
2151
2152 2007-12-10  Tobias Burnus  <burnus@net-b.de>
2153
2154         PR fortran/34425
2155         * gfortran.dg/argument_checking_10.f90: New.
2156
2157 2007-12-10  Jakub Jelinek  <jakub@redhat.com>
2158
2159         PR rtl-optimization/34302
2160         * gcc.c-torture/execute/20071210-1.c: New test.
2161
2162 2007-12-10  Jakub Jelinek  <jakub@redhat.com>
2163
2164         PR c++/34395
2165         * g++.dg/cpp0x/error1.C: New test.
2166
2167         PR c++/34394
2168         * g++.dg/other/error22.C: New test.
2169
2170 2007-12-10  Paolo Bonzini  <bonzini@gnu.org>
2171
2172         PR target/32086
2173         * gcc.dg/vect/vect.exp (DEFAULT_VECTCFLAGS): Disable cost model.
2174         * g++.dg/vect/vect.exp (DEFAULT_VECTCFLAGS): Disable cost model.
2175         * gfortran.dg/vect/vect.exp (DEFAULT_VECTCFLAGS): Disable cost model.
2176
2177 2007-12-09  Jakub Jelinek  <jakub@redhat.com>
2178
2179         PR c++/34178
2180         PR c++/34340
2181         * g++.dg/template/repo6.C: New test.
2182         * g++.dg/template/repo7.C: New test.
2183         * g++.dg/template/repo8.C: New test.
2184
2185 2007-12-09  H.J. Lu  <hjl@lucon.org>
2186             Tobias Burnus  <burnus@net-b.de>
2187
2188         PR fortran/34404
2189         * gfortran.dg/read_2.f90: New.
2190
2191 2007-12-09  Richard Sandiford  <rsandifo@nildram.co.uk>
2192
2193         * lib/target-supports.exp (check_effective_target_tls_native):
2194         Fix typo.
2195
2196 2007-12-09  Samuel Tardieu  <sam@rfc1149.net>
2197
2198         PR ada/34366
2199         * gnat.dg/enclosing_record_reference.ads,
2200         gnat.dg/enclosing_record_reference.adb: New test.
2201
2202 2007-12-09  Paul Thomas  <pault@gcc.gnu.org>
2203
2204         PR fortran/32129
2205         * gfortran.dg/derived_comp_array_ref_6.f90: New test.
2206         * gfortran.dg/derived_comp_array_ref_7.f90: New test.
2207
2208         PR fortran/31487
2209         * gfortran.dg/char_component_initializer_1.f90: New test.
2210
2211 2007-12-09  Tobias Burnus  <burnus@net-b.de>
2212
2213         PR fortran/34342
2214         PR fortran/34345
2215         PR fortran/18026
2216         PR fortran/29471
2217
2218         * gfortran.dg/boz_8.f90: New.
2219         * gfortran.dg/boz_9.f90: New.
2220         * gfortran.dg/boz_10.f90: New.
2221         * gfortran.dg/boz_7.f90: Update dg-warning.
2222         * gfortran.dg/pr16433.f: Add dg-error.
2223         * gfortan.dg/ibits.f90: Update dg-warning.
2224         * gfortran.dg/unf_io_convert_1.f90: Update/delete dg-warning.
2225         * gfortran.dg/unf_io_convert_2.f90: Ditto.
2226
2227 2007-12-08  Jakub Jelinek  <jakub@redhat.com>
2228
2229         PR fortran/34359
2230         * gfortran.dg/include_1.f90: New test.
2231         * gfortran.dg/include_1.inc: New.
2232         * gfortran.dg/include_2.f90: New test.
2233
2234 2007-12-08  Paul de Weerd  <weerd@weirdnet.nl>
2235
2236         * gcc.c-torture/compile/20011130-2.c: Fix typo.
2237
2238 2007-12-08  Tobias Burnus  <burnus@net-b.de>
2239
2240         PR fortran/34319
2241         * gfortran.dg/nan_3.f90: New.
2242
2243 2007-12-07  Jakub Jelinek  <jakub@redhat.com>
2244
2245         * g++.old-deja/g++.mike/empty.C: Remove 2 xfails.
2246
2247 2007-12-07  Olivier Hainque  <hainque@adacore.com>
2248
2249         * gnat.dg/tamdt*.ad?: Support for ...
2250         * gnat.dg/test_tamdt.adb: New test.
2251
2252 2007-12-07  Olivier Hainque  <hainque@adacore.com>
2253
2254         * gnat.dg/unc_memops.ads: Comment out the alloc/free/realloc
2255         exports and document how these can be exercised.
2256
2257 2007-12-07  Samuel Tardieu  <sam@rfc1149.net>
2258
2259         PR ada/15805
2260         * gnat.dg/specs/access_constants.ads: New test.
2261
2262         * gnat.dg/specs/access_constant_decl.ads: New test.
2263
2264         PR ada/21346
2265         * gnat.dg/compose.adb: New test.
2266
2267 2007-12-07  Olivier Hainque  <hainque@adacore.com>
2268
2269         PR ada/34173
2270         * gnat.dg/unc_memops.ad[sb]: Support for ...
2271         * gnat.dg/unc_memfree.adb: New test.
2272         
2273 2007-12-06  Sebastian Pop  <sebastian.pop@amd.com>
2274
2275         * gfortran.dg/ltrans-7.f90: New.
2276
2277 2007-12-06  Martin Michlmayr <tbm@cyrius.com>
2278             Dorit Nuzman  <dorit@il.ibm.com>
2279
2280         PR tree-optimization/34005
2281         * gcc.dg/vect/pr34005.c: New test.
2282
2283 2007-12-06  Jakub Jelinek  <jakub@redhat.com>
2284
2285         PR c++/34336
2286         * g++.dg/template/new8.C: New test.
2287
2288 2007-12-06  Tobias Burnus  <burnus@net-b.de>
2289
2290         PR fortran/34333
2291         * gfortran.dg/boz_7.f90: New.
2292         * gfortran.dg/int_1.f90: Disable -pedantic option.
2293         * gfortran.dg/boz_1.f90: Ditto.
2294         * gfortran.dg/boz_3.f90: Ditto.
2295         * gfortran.dg/pr16433.f: Accomodate for new BOZ warning.
2296         * gfortran.dg/ibits.f90: Ditto.
2297         * gfortran.dg/unf_io_convert_1.f90: Ditto.
2298         * gfortran.dg/unf_io_convert_2.f90: Ditto.
2299
2300 2007-12-06  Paul Thomas  <pault@gcc.gnu.org>
2301
2302         PR fortran/34335
2303         * gfortran.dg/used_types_19.f90: New test.
2304
2305 2007-12-06  Kaz Kojima  <kkojima@gcc.gnu.org>
2306
2307         * gfortran.dg/nan_2.f90: Add -mieee for sh.
2308         * gfortran.dg/nearest_2.f90: Likewise.
2309         * gfortran.dg/nearest_3.f90: Likewise.
2310
2311 2007-12-05  Jakub Jelinek  <jakub@redhat.com>
2312
2313         PR middle-end/34337
2314         * gcc.c-torture/execute/20071205-1.c: New test.
2315
2316 2007-12-05  Kaz Kojima  <kkojima@gcc.gnu.org>
2317
2318         * gfortran.dg/module_nan.f90: Add -mieee for sh.
2319         * gfortran.dg/real_const_3.f90: Likewise.
2320
2321 2007-12-05  Richard Guenther  <rguenther@suse.de>
2322
2323         PR tree-optimization/34138
2324         * gcc.c-torture/compile/pr34138.c: New testcase.
2325
2326 2007-12-05  Jakub Jelinek  <jakub@redhat.com>
2327
2328         PR debug/33739
2329         * gfortran.dg/debug_2.f: New test.
2330
2331 2007-12-05  Eric Botcazou  <ebotcazou@adacore.com>
2332
2333         * gnat.dg/specs/elab1.ads: New test.
2334
2335 2007-12-05  Uros Bizjak  <ubizjak@gmail.com>
2336
2337         PR target/34312
2338         * gcc.target/i386/pr34312.c: New test.
2339
2340 2007-12-05  Tobias Burnus  <burnus@net-b.de>
2341
2342         PR fortran/34333
2343         * gfortran.dg/nan_2.f90: New.
2344
2345 2007-12-05  Jakub Jelinek  <jakub@redhat.com>
2346
2347         PR c++/34271
2348         * g++.dg/cpp0x/decltype9.C: New test.
2349         * g++.dg/cpp0x/decltype10.C: New test.
2350
2351 2007-12-05  Samuel Tardieu  <sam@rfc1149.net>
2352
2353         PR ada/21489
2354         * gnat.dg/rm_6_4_1_13.adb: New test.
2355
2356 2007-12-04  Jakub Jelinek  <jakub@redhat.com>
2357
2358         PR middle-end/34134
2359         * gcc.c-torture/compile/20071117-1.c: New test.
2360
2361 2007-12-04  Douglas Gregor  <doug.gregor@gmail.com>
2362
2363         PR c++/34101
2364         * g++.dg/cpp0x/variadic-ttp.C: New.
2365
2366 2007-12-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2367         
2368         * gcc.dg/parse-decl-after-if.c: New.
2369         * gcc.dg/20031223-1.c: Adjust.
2370         
2371 2007-12-04  Douglas Gregor  <doug.gregor@gmail.com>
2372
2373         PR c++/33509
2374         * g++.dg/cpp0x/variadic-throw.C: New.
2375
2376 2007-12-04  Douglas Gregor  <doug.gregor@gmail.com>
2377
2378         PR c++/33091
2379         * g++.dg/cpp0x/variadic-unify.C: New.
2380
2381 2007-12-04  Richard Guenther  <rguenther@suse.de>
2382
2383         PR middle-end/34334
2384         PR middle-end/34222
2385         * gcc.c-torture/compile/pr34334.c: New testcase.
2386         * g++.dg/torture/pr34222.C: New testcase.
2387
2388 2007-12-04  Jakub Jelinek  <jakub@redhat.com>
2389
2390         * gcc.c-torture/execute/20071202-1.c: New test.
2391         * gcc.dg/tree-ssa/pr34146-2.c: New test.
2392
2393 2007-12-04  Tobias Burnus  <burnus@net-b.de>
2394
2395         PR fortran/34318
2396         * gfortran.dg/module_nan.f90: New.
2397
2398 2007-12-04  Richard Sandiford  <rsandifo@nildram.co.uk>
2399
2400         * lib/target-supports.exp (get_compiler_messages): Replace with...
2401         (check_compile): ...this new procedure.  Handle TYPE == executable.
2402         Use comments in the source to determine the correct extension.
2403         Return a pair containing the compiler output and the output filename.
2404         Don't delete the file here.
2405         (check_no_compiler_messages_nocache): New procedure.
2406         (check_no_compiler_messages): Use it.
2407         (check_no_messages_and_pattern_nocache): New procedure.
2408         (check_no_messages_and_pattern): Use it.
2409         (check_runtime_nocache, check_runtime): New procedures.
2410         (check_effective_target_tls): Use check_no_compiler_messages.
2411         (check_effective_target_tls_native): Use check_no_messages_and_pattern.
2412         (check_effective_target_tls_runtime): Use check_runtime.
2413         (check_effective_target_fstack_protector): Likewise.
2414         (check_iconv_available): Use check_runtime_nocache.
2415         (check_effective_target_fortran_large_real): Use
2416         check_no_compiler_messages.
2417         (check_effective_target_fortran_large_int): Likewise.
2418         (check_effective_target_static_libgfortran): Likewise.
2419         (check_750cl_hw_available): Use check_cached_effective_target
2420         and check_runtime_nocache.
2421         (check_vmx_hw_available): Likewise.
2422         (check_effective_target_broken_cplxf_arg): Likewise.
2423         (check_alpha_max_hw_available): Use check_runtime.
2424         (check_function_available): Use check_no_compiler_messages.
2425         (check_cxa_atexit_available): Use check_cached_effective_target
2426         and check_runtime_nocache.
2427         (check_effective_target_dfp_nocache): Use
2428         check_no_compiler_messages_nocache.
2429         (check_effective_target_dfprt_nocache): Use check_runtime_nocache.
2430         (check_effective_target_dfp): Use check_cached_effective_target.
2431         (check_effective_target_dfprt): Likewise.
2432         (check_effective_target_arm_neon_hw): Use check_runtime.
2433         (check_effective_target_ultrasparc_hw): Likewise.
2434         (check_effective_target_c99_runtime): Use
2435         check_no_compiler_messages_nocache.
2436
2437 2007-12-03  Jakub Jelinek  <jakub@redhat.com>
2438
2439         PR middle-end/29749
2440         * gcc.dg/fold-rotate-1.c: New test.
2441
2442         PR tree-optimization/33453
2443         * gcc.c-torture/compile/20071203-1.c: New test.
2444
2445 2007-12-03  Robert Dewar <dewar@adacore.com>
2446             Samuel Tardieu  <sam@rfc1149.net>
2447
2448         PR ada/34287
2449         * gnat.dg/check_elaboration_code.adb: New test.
2450         * gnat.dg/bug_elaboration_code.ads, bug_elaboration_code.adb:
2451         New support files.
2452
2453 2007-12-02  Paolo Carlini  <pcarlini@suse.de>
2454
2455         PR c++/34061
2456         * g++.dg/cpp0x/pr34061.C: New.
2457
2458 2007-12-02  Paolo Carlini  <pcarlini@suse.de>
2459
2460         PR c++/34273
2461         * g++.dg/other/error21.C: New.
2462
2463 2007-12-02  Revital Eres  <eres@il.ibm.com>
2464
2465         * gcc.dg/sms-4.c: New testcase.
2466
2467 2007-12-02  Vladimir Yanovsky  <yanov@il.ibm.com>
2468             Revital Eres  <eres@il.ibm.com>
2469
2470         * gcc.dg/sms-3.c: New testcase.
2471
2472 2007-12-01  Ollie Wild  <aaw@google.com>
2473
2474         PR c++/8171
2475         * g++.dg/conversion/ptrmem9.C: New test.
2476
2477 2007-11-30  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2478
2479         PR libfortran/34291
2480         * gfortran.dg/namelist_41.f90: New test.
2481
2482 2007-11-30  Tom Tromey  <tromey@redhat.com>
2483
2484         PR preprocessor/32868:
2485         * gcc.dg/cpp/pr32868.c: New file.
2486
2487 2007-11-30  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2488
2489         PR fortran/34248
2490         * gfortran.dg/result_in_spec_3.f90: Add dg-option -std=gnu.
2491
2492 2007-11-30  Martin Michlmayr <tbm@cyrius.com>
2493
2494         PR rtl-optimization/34171
2495         * gcc.dg/pr34171.c: New testcase.
2496
2497 2007-11-30  Zdenek Dvorak  <ook@ucw.cz>
2498
2499         * gcc.dg/tree-ssa/pr34244.c: Fixed.
2500
2501 2007-11-30  Tobias Burnus  <burnus@net-b.de>
2502
2503         PR fortran/34133
2504         * gfortran.dg/bind_c_usage_9.f03: Fixes; add -std=f2003.
2505         * gfortran.dg/bind_c_usage_11.f03: New.
2506         * gfortran.dg/bind_c_usage_12.f03: New.
2507
2508 2007-11-30  Jakub Jelinek  <jakub@redhat.com>
2509
2510         PR c++/34275
2511         * g++.dg/other/error20.C: New test.
2512
2513 2007-11-29  Steven G. Kargl  <kargls@comcast.net>
2514
2515         PR fortran/34230
2516         * gfortran.dg/real_const_3.f90: Fix up for new range-check handling.
2517
2518 2007-11-29  Zdenek Dvorak  <ook@ucw.cz>
2519
2520         PR tree-optimization/34244
2521         * gcc.dg/tree-ssa/pr34244.c: New test.
2522
2523 2007-11-29  Jakub Jelinek  <jakub@redhat.com>
2524
2525         PR tree-optimization/33434
2526         * gcc.dg/pr33434-1.c: New test.
2527         * gcc.dg/pr33434-2.c: New test.
2528         * gcc.dg/pr33434-3.c: New test.
2529         * gcc.dg/pr33434-4.c: New test.
2530
2531         PR c++/34270
2532         * g++.dg/template/cond7.C: New test.
2533
2534         PR c++/34267
2535         PR c++/34268
2536         * g++.dg/cpp0x/decltype7.C: New test.
2537         * g++.dg/cpp0x/decltype8.C: New test.
2538
2539 2007-11-29  Tobias Burnus  <burnus@net-b.de>
2540
2541         PR fortran/34248
2542         * gfortran.dg/result_in_spec_3.f90: New.
2543
2544 2007-11-29  Tobias Burnus  <burnus@net-b.de>
2545
2546         PR fortran/34262
2547         * gfortran.dg/mvbits_3.f90: New.
2548
2549 2007-11-28  Bob Wilson  <bob.wilson@acm.org>
2550         
2551         * lib/target-supports.exp (check_effective_target_mips_soft_float):
2552         Delete.
2553         (check_effective_target_hard_float): New.
2554         * gcc.dg/var-expand1.c: Skip for targets without FPU instructions.
2555         * gcc.dg/pr30957-1.c: Likewise.
2556         
2557 2007-11-28  Samuel Tardieu  <sam@rfc1149.net>
2558
2559         PR ada/15804
2560         * gnat.dg/specs/variant_part.ads: New test.
2561
2562         PR ada/17318
2563         * gnat.dg/specs/attribute_parsing.ads: New test.
2564
2565         PR ada/32792
2566         * gnat.dg/specs/integer_value.ads: New test.
2567
2568         PR ada/22559
2569         * gnat.dg/specs/delta_small.ads: New test.
2570
2571 2007-11-28  Jakub Jelinek  <jakub@redhat.com>
2572
2573         PR tree-optimization/34140
2574         * gcc.c-torture/compile/20071128-1.c: New test.
2575
2576 2007-11-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2577
2578         PR fortran/32928
2579         * gfortran.dg/data_array_1.f90
2580         * gfortran.dg/data_array_2.f90
2581         * gfortran.dg/data_array_3.f90
2582         * gfortran.dg/data_array_4.f90
2583
2584 2007-11-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2585
2586         PR fortran/34227
2587         * gfortran.dg/blockdata_5.f90: New test.
2588         * gfortran.dg/blockdata_6.f90: New test.
2589
2590 2007-11-27  Jakub Jelinek  <jakub@redhat.com>
2591
2592         PR tree-optimization/34016
2593         * gcc.dg/pr34016.c: New test.
2594
2595 2007-11-27  Paul Thomas  <pault@gcc.gnu.org>
2596
2597         PR fortran/29389
2598         * gfortran.dg/stfunc_6.f90: New test.
2599
2600         PR fortran/33850
2601         * gfortran.dg/assign_10.f90: New test.
2602
2603 2007-11-27  Paul Thomas  <pault@gcc.gnu.org>
2604
2605         PR fortran/33541
2606         * gfortran.dg/use_11.f90: New test.
2607
2608         PR fortran/34231
2609         * gfortran.dg/generic_15.f90: New test.
2610
2611 2007-11-27  Jakub Jelinek  <jakub@redhat.com>
2612
2613         PR target/34225
2614         * gcc.dg/pr34225.c: New test.
2615
2616 2007-11-27  Richard Guenther  <rguenther@suse.de>
2617
2618         PR tree-optimization/34241
2619         * g++.dg/torture/pr34241.C: New testcase.
2620
2621 2007-11-27  Richard Guenther  <rguenther@suse.de>
2622
2623         * gcc.dg/builtins-error.c: New testcase.
2624
2625 2007-11-27  Jakub Jelinek  <jakub@redhat.com>
2626
2627         PR c++/34213
2628         * g++.dg/ext/visibility/anon8.C: New test.
2629
2630 2007-11-13  Michael Meissner  <michael.meissner@amd.com>
2631
2632         PR target/34077
2633         * gcc.target/i386/pr34077.c: New testcase.
2634
2635 2007-11-26  Tobias Burnus  <burnus@net-b.de>
2636
2637         PR fortran/34203
2638         * gfortran.dg/backslash_3.f: Add -fbackslash option.
2639         * gfortran.dg/init_flag_1.f90: Add -fbackslash option.
2640         * gfortran.dg/backslash_1.f90: Remove no longer needed
2641         -fno-backslash option.
2642
2643 2007-11-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2644
2645         PR c/23722
2646         * gcc.dg/cpp/19990413-1.c: Update.
2647         * gcc.dg/parse-else-error.c: New.
2648         * gcc.dg/parse-else-error-2.c: New.
2649         * gcc.dg/parse-else-error-3.c: New.
2650         * gcc.dg/parse-else-error-4.c: New.
2651
2652 2007-11-26  Andreas Krebbel  <krebbel1@de.ibm.com>
2653
2654         PR c++/34081
2655         * g++.dg/template/dependent-expr6.C: New testcase.
2656
2657 2007-11-26  Uros Bizjak  <ubizjak@gmail.com>
2658
2659         PR target/34215
2660         * gcc.target/i386/pr34215.c: New test.
2661
2662 2007-11-26  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2663
2664         PR target/34174
2665         * gcc.dg/torture/pr34174-1.c: New.
2666
2667 2007-11-26  Richard Guenther  <rguenther@suse.de>
2668
2669         PR middle-end/34233
2670         * gcc.dg/pr34233.c: New testcase.
2671
2672 2007-11-26  Steven Bosscher  <stevenb.gcc@gmail.com>
2673             Revital Eres  <eres@il.ibm.com>
2674
2675         PR rtl-optimization/34085
2676         * gcc.dg/tree-prof (bb-reorg.c): New test.
2677
2678 2007-11-26  Richard Sandiford  <rsandifo@nildram.co.uk>
2679
2680         * lib/target-supports.exp (check_effective_target_mips_soft_float):
2681         Return true for MIPS16 targets.
2682
2683 2007-11-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2684
2685         PR fortran/33152
2686         * gfortran.dg/blockdata_4.f90: New test.
2687
2688 2007-11-25  Tobias Burnus  <burnus@net-b.de>
2689
2690         PR fortran/34079
2691         * gfortran.dg/bind_c_usage_10_c.c: Fix comment.
2692         * gfortran.dg/bind_c_usage_16.f03: New.
2693         * gfortran.dg/bind_c_usage_16_c.c: New.
2694
2695 2007-11-25  Eric Botcazou  <ebotcazou@adacore.com>
2696
2697         * gnat.dg/specs/size_clause1.ads: New test.
2698         * gnat.dg/specs/size_clause2.ads: Likewise.
2699         * gnat.dg/specs/size_clause3.ads: Likewise.
2700
2701 2007-11-25  Paul Thomas  <pault@gcc.gnu.org>
2702
2703         PR fortran/33499
2704         * gfortran.dg/entry_16.f90: New test.
2705
2706 2007-11-24  Tobias Burnus  <burnus@net-b.de>
2707
2708         PR fortran/34192
2709         * gfortran.dg/nearest_2.f90: Add INF/NAN tests.
2710
2711 2007-11-24  Paul Thomas  <pault@gcc.gnu.org>
2712
2713         PR fortran/33541
2714         * gfortran.dg/nested_modules_1.f90: Change the reference to
2715         FOO, forbidden by the standard, to a reference to W.
2716         * gfortran.dg/use_only_1.f90: New test.
2717
2718 2007-11-23  Tobias Burnus  <burnus@net-b.de>
2719
2720         PR fortran/34209
2721         * gfortran.dg/nearest_3.f90: New test.
2722
2723 2007-11-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2724
2725         PR fortran/33317
2726         * gfortran.dg/optional_dim_2.f90: New test.
2727
2728 2007-11-23  Tobias Burnus  <burnus@net-b.de>
2729
2730         PR fortran/34187
2731         * gfortran.dg/bind_c_usage_15.f90: New.
2732
2733 2007-11-23  Tobias Burnus  <burnus@net-b.de>
2734
2735         PR fortran/34192
2736         * gfortran.dg/nearest_2.f90: New.
2737
2738
2739 2007-11-23  Jakub Jelinek  <jakub@redhat.com>
2740
2741         PR c++/30293
2742         PR c++/30294
2743         * g++.dg/ext/java-2.C: New test.
2744
2745 2007-11-23  Mark Mitchell  <mark@codesourcery.com>
2746             Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2747         
2748         PR c++/5310
2749         * g++.dg/warn/pr5310.C: New.
2750         * g++.dg/warn/pr33160.C: New.
2751         
2752 2007-11-23  Richard Guenther  <rguenther@suse.de>
2753             Michael Matz  <matz@suse.de>
2754
2755         PR tree-optimization/34176
2756         * gcc.c-torture/execute/pr34176.c: New testcase.
2757
2758 2007-11-23  Jakub Jelinek  <jakub@redhat.com>
2759
2760         PR c++/34198
2761         * gcc.dg/Wconversion-5.c: New test.
2762         * g++.dg/Wconversion3.C: New test.
2763
2764 2007-11-23  Richard Guenther  <rguenther@suse.de>
2765
2766         * gcc.dg/tree-ssa/alias-17.c: New testcase.
2767
2768 2007-11-22  Joseph Myers  <joseph@codesourcery.com>
2769
2770         PR c/14050
2771         * gcc.dg/c99-arraydecl-1.c: Don't expect errors for static or type
2772         qualifiers in abstract declarator.
2773
2774 2007-11-22  Tobias Burnus  <burnus@net-b.de>
2775
2776         * gfortran.dg/derived_constructor_comps_3.f90: New.
2777
2778 2007-11-22  Jakub Jelinek  <jakub@redhat.com>
2779
2780         PR c++/34094
2781         * g++.dg/ext/visibility/anon7.C: New test.
2782
2783 2007-11-22  Tobias Burnus  <burnus@net-b.de>
2784
2785         PR fortran/34079
2786         * gfortran.dg/bind_c_usage_10.f03: Remove .mod file afterwards.
2787         * gfortran.dg/bind_c_usage_13.f03: New.
2788         * gfortran.dg/bind_c_usage_14.f03: New.
2789
2790 2007-11-22  Richard Sandiford  <rsandifo@nildram.co.uk>
2791
2792         PR rtl-optimization/33848
2793         * gcc.dg/torture/pr33848.c: New test.
2794
2795 2007-11-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2796
2797         PR fortran/34083
2798         * gfortran.dg/derived_constructor_comps_2.f90: Add check.
2799
2800 2007-11-20  Richard Guenther  <rguenther@suse.de>
2801
2802         PR middle-end/34154
2803         * testsuite/gcc.c-torture/execute/pr34154.c: New testcase.
2804
2805 2007-11-20  Uros Bizjak  <ubizjak@gmail.com>
2806
2807         * gcc.dg/tree-ssa/20030714-1.c: Cleanup dom3 dump file.
2808
2809 2007-11-20  Thomas Koenig  <tkoenig@gcc.gnu.org>
2810
2811         PR fortran/32770
2812         * gfortran.dg/record_marker_1.f90:  Explicitly set kinds
2813         so test passes with -frecord-marker=8.
2814         * gfortran.dg/integer_exponentiation_1.f90:  Likewise.
2815         * gfortran.dg/integer_exponentiation_2.f90:  Likewise.
2816         * gfortran.dg/integer_exponentiation_3.F90:  Likewise.
2817         * gfortran.dg/integer_exponentiation_5.F90:  Likewise.
2818         * gfortrand.dg/modulo_1.f90:  Likewise.
2819
2820 2007-11-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2821
2822         * lib/target-supports.exp (check_effective_target_mips_soft_float):
2823         New procedure.
2824         * gcc.dg/var-expand1.c: Skip for mips_soft_float.
2825         * gcc.dg/pr30957-1.c: Likewise.
2826
2827 2007-11-20  Jakub Jelinek  <jakub@redhat.com>
2828
2829         PR c++/34089
2830         * g++.dg/template/crash74.C: New test.
2831
2832 2007-11-20  Richard Guenther  <rguenther@suse.de>
2833
2834         * gcc.c-torture/execute/20071120-1.c: New testcase.
2835
2836 2007-11-20  Jakub Jelinek  <jakub@redhat.com>
2837
2838         PR c/34146
2839         * gcc.dg/tree-ssa/pr34146.c: New test.
2840
2841         PR testsuite/33978
2842         * gcc.dg/tree-ssa/pr33723.c: Adjust scan pattern to make it less
2843         dependent on target settings like move_by_pieces etc.
2844
2845         PR c++/28879
2846         * g++.dg/template/vla2.C: New test.
2847
2848         PR c++/33962
2849         * g++.dg/overload/template3.C: New test.
2850
2851 2007-11-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2852
2853         PR fortran/33317
2854         * gfortran.dg/optional_dim_2.f90: Remove test.
2855
2856 2007-11-19  Peter Bergner  <bergner@vnet.ibm.com>
2857
2858         * gcc.dg/dfp/ddmode-ice.c: New test.
2859
2860 2007-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
2861
2862         PR tree-optimization/34036
2863         * gcc.dg/tree-ssa/pr23109.c: Pass -ftrapping-math and expect warning.
2864
2865 2007-11-19  Richard Guenther  <rguenther@suse.de>
2866
2867         PR tree-optimization/34
2868         * gcc.c-torture/execute/pr34099-2.c: New testcase.
2869
2870 2007-11-19  Tobias Burnus  <burnus@net-b.de>
2871
2872         PR fortran/34079
2873         * gfortran.dg/bind_c_usage_10_c.c: New.
2874         * gfortran.dg/bind_c_usage_10.f03: New.
2875
2876 2007-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
2877
2878         * gcc.dg/pr33007.c: Expect new warning.
2879         * gcc.dg/tree-ssa/recip-5.c: Likewise.
2880         * g++.dg/opt/pr34036.C: New test.
2881
2882 2007-11-18  Jakub Jelinek  <jakub@redhat.com>
2883
2884         PR c++/30988
2885         * g++.dg/warn/noreturn-4.C: New test.
2886         * g++.dg/warn/noreturn-5.C: New test.
2887         * g++.dg/warn/noreturn-6.C: New test.
2888         * g++.dg/warn/noreturn-7.C: New test.
2889
2890 2007-11-18  Thomas Koenig  <tkoenig@gcc.gnu.org>
2891
2892         PR fortran/32770
2893         * gfortran.fortran-torture/execute/equiv_5.f:  Set kind on
2894         integers so tests works with -fdefault-integer-8.
2895         * gfortran.fortran-torture/execute/elemental.f90:  Use default
2896         integers so test passes with -fdefault-integer-8.
2897         * gfortran.fortran-torture/execute/der_io.f90:  Increase
2898         buffer length so test passes with -fdefault-integer-8.
2899         * gfortran.dg/bounds_check_8.f90:  Likewise.
2900         * gfortran.dg/arrayio_derived_1.f90:  LIkewise.
2901         * gfortran.dg/equiv_7.f90:  Set kind so test passes
2902         with -fdefault-integer-8.
2903         * gfortran.dg/g77/20030326-1.f:  Set kind explicitly to
2904         provoke overflow.
2905
2906 2007-11-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2907
2908         PR fortran/33317
2909         * gfortran.dg/optional_dim_2.f90: New test.
2910         
2911         PR fortran/34139
2912         * gfortran.dg/subref_array_pointer_2.f90: Update test condition.
2913         
2914 2007-11-18  Jakub Jelinek  <jakub@redhat.com>
2915
2916         PR rtl-optimization/34132
2917         * gcc.c-torture/compile/20071118-1.c: New test.
2918
2919 2007-11-18  Paul Thomas  <pault@gcc.gnu.org>
2920
2921         PR fortran/31608
2922         * gfortran.dg/char_cast_2.f90: New test based on achar_4.f90.
2923
2924 2007-11-18  Tobias Burnus  <burnus@net-b.de>
2925
2926         PR fortran/34137
2927         * gfortran.dg/entry_14.f90: New.
2928         * gfortran.dg/entry_15.f90: New.
2929
2930 2007-11-18  Richard Guenther  <rguenther@suse.de>
2931
2932         PR tree-optimization/34127
2933         * gcc.c-torture/compile/pr34127.c: New testcase.
2934
2935 2007-11-18  Ben Elliston  <bje@au.ibm.com>
2936
2937         * gcc.target/powerpc/altivec-23.c: Do not use a typedef name as a
2938         type specifier, as they are not permitted according to the AltiVec
2939         Programming Interface Manual.
2940
2941 2007-11-17  Tobias Burnus  <burnus@net-b.de>
2942
2943         PR fortran/34133
2944         * gfortran.dg/bind_c_usage_9.f03: New.
2945         * gfortran.dg/interface_abstract_1.f90: Fix testcase.
2946
2947 2007-11-17  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2948
2949         PR fortran/25252
2950         * interface.c (gfc_current_interface_head,
2951         gfc_set_current_interface_head): New functions.
2952         * decl.c (gfc_match_modproc): Move check for syntax error earlier.
2953         On syntax error, restore previous state of the interface.
2954         * gfortran.h (gfc_current_interface_head,
2955         gfc_set_current_interface_head): New prototypes.
2956
2957 2007-11-17  Richard Guenther  <rguenther@suse.de>
2958
2959         PR middle-end/34130
2960         * gcc.c-torture/execute/pr34130.c: New testcase.
2961
2962 2007-11-17  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2963
2964         PR fortran/34108
2965         * gfortran.dg/fmt_label_1.f90: New test.
2966
2967 2007-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2968
2969         PR fortran/33957
2970         * gfortran.dg/initialization_15.f90 : New test.
2971
2972 2007-11-16  Richard Guenther  <rguenther@suse.de>
2973
2974         PR middle-end/34030
2975         * gcc.c-torture/compile/pr34030.c: New testcase.
2976
2977 2007-11-16  Paul Thomas  <pault@gcc.gnu.org>
2978
2979         PR fortran/34008
2980         * gfortran.dg/interface_assignment_3.f90.
2981
2982 2007-11-16  Richard Guenther  <rguenther@suse.de>
2983
2984         PR tree-optimization/33870
2985         * gcc.dg/torture/pr33870.c: New testcase.
2986
2987 2007-11-16  Paul Thomas  <pault@gcc.gnu.org>
2988
2989         PR fortran/33986
2990         * gfortran.dg/allocatable_function_3.f90.
2991
2992 2007-11-16  Richard Guenther  <rguenther@suse.de>
2993
2994         PR tree-optimization/34113
2995         * gcc.c-torture/compile/pr34113.c: New testcase.
2996
2997 2007-11-16  Richard Guenther  <rguenther@suse.de>
2998
2999         PR tree-optimization/34099
3000         * g++.dg/torture/pr3499.C: New testcase.
3001         * gcc.c-torture/execute/pr34099.c: Likewise.
3002
3003 2007-11-16  Olivier Hainque  <hainque@adacore.com>
3004
3005         * gnat.dg/release_unc_maxalign.adb: New test.
3006
3007 2007-11-16  Jakub Jelinek  <jakub@redhat.com>
3008
3009         PR c++/34100
3010         * g++.dg/template/crash73.C: New test.
3011
3012 2007-11-15  Jakub Jelinek  <jakub@redhat.com>
3013
3014         PR middle-end/23848
3015         * gcc.dg/tree-ssa/pr23848-1.c: New test.
3016         * gcc.dg/tree-ssa/pr23848-2.c: New test.
3017         * gcc.dg/tree-ssa/pr23848-3.c: New test.
3018         * gcc.dg/tree-ssa/pr23848-4.c: New test.
3019
3020 2007-11-15  Tobias Burnus  <burnus@net-b.de>
3021
3022         PR fortran/33917
3023         * gfortran.dg/proc_decl_11.f90: New.
3024
3025 2007-11-15  Ben Elliston  <bje@au.ibm.com>
3026
3027         * gcc.target/spu/compare-dp.c: New test.
3028
3029 2007-11-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
3030
3031         * gcc.dg/pr33923.c: New test.
3032
3033 2007-11-14  Jakub Jelinek  <jakub@redhat.com>
3034
3035         PR middle-end/34088
3036         * gcc.dg/pr34088.c: New test.
3037
3038 2007-11-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
3039
3040         * gcc.c-torture/compile/20071114-1.c: New test.
3041
3042 2007-11-13  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3043
3044         PR fortran/31608
3045         * gfortran.dg/char_cast_1.f90: Modify regex in scan-tree-dump-times
3046         to match known variations in symbol format. Document in comments.
3047
3048 2007-11-13  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3049
3050         PR fortran/33985
3051         * gfortran.dg/streamio_12.f90: New test to avoid future regression.
3052
3053 2007-11-13  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3054
3055         * gfortran.dg/list_read_7.f90: Fix test so that test file is deleted
3056         when done.
3057
3058 2007-11-13  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3059
3060         PR fortran/33162
3061         * gfortran.dg/proc_decl_1.f90: Update.
3062         * gfortran.dg/proc_decl_7.f90: New test.
3063         * gfortran.dg/proc_decl_8.f90: New test.
3064         * gfortran.dg/proc_decl_9.f90: New test.
3065         * gfortran.dg/proc_decl_10.f90: New test.
3066
3067 2007-11-13  Paul Thomas  <pault@gcc.gnu.org>
3068
3069         PR fortran/34080
3070         * gfortran.dg/transfer_assumed_size_1.f90: New test.
3071
3072 2007-11-13  Jakub Jelinek  <jakub@redhat.com>
3073
3074         PR c++/34054
3075         PR c++/34056
3076         PR c++/34057
3077         PR c++/34058
3078         PR c++/34060
3079         * g++.dg/parse/crash36.C: Add another dg-error.
3080         * g++.dg/cpp0x/pr34054.C: New test.
3081         * g++.dg/cpp0x/pr34056.C: New test.
3082         * g++.dg/cpp0x/pr34057.C: New test.
3083         * g++.dg/cpp0x/pr34058.C: New test.
3084         * g++.dg/cpp0x/pr34060.C: New test.
3085
3086         PR tree-optimization/34063
3087         * g++.dg/tree-ssa/pr34063.C: New test.
3088
3089 2007-11-13  Diego Novillo  <dnovillo@google.com>
3090
3091         PR tree-optimization/33870
3092         * gcc.c-torture/execute/pr33870-1.c: New test.
3093         * gcc.dg/tree-ssa/alias-16.c: New test.
3094
3095 2007-11-13  Jakub Jelinek  <jakub@redhat.com>
3096
3097         PR c++/29225
3098         * g++.dg/template/crash72.C: New test.
3099
3100 2007-11-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
3101
3102         * g++.dg/opt/cfg5.C: New test.
3103
3104 2007-11-12  Richard Guenther  <rguenther@suse.de>
3105
3106         PR middle-end/34070
3107         * gcc.c-torture/execute/pr34070-1.c: New testcase.
3108         * gcc.c-torture/execute/pr34070-2.c: Likewise.
3109
3110 2007-11-12  Richard Guenther  <rguenther@suse.de>
3111
3112         PR middle-end/34027
3113         * gcc.dg/pr34027-1.c: New testcase.
3114         * gcc.dg/pr34027-2.c: Likewise.
3115
3116 2007-11-12  Ira Rosen  <irar@il.ibm.com>
3117
3118         PR tree-optimization/33953
3119         * gcc.dg/vect/pr33953.c: New testcase.
3120
3121 2007-11-11  Tom Tromey  <tromey@redhat.com>
3122
3123         PR c++/17577:
3124         * g++.dg/ext/pr17577.h: New file.
3125         * g++.dg/ext/pr17577.C: New file.
3126
3127 2007-11-12  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3128
3129         PR c++/8570
3130         * g++.old-deja/g++.ns/template13.C: Update expected output.
3131         * g++.old-deja/g++.pt/friend23.C: Likewise.
3132         * g++.dg/warn/pr8570.C: New.
3133
3134 2007-11-11  Jakub Jelinek  <jakub@redhat.com>
3135
3136         PR c++/34068
3137         * g++.dg/template/pseudodtor4.C: New test.
3138
3139 2007-11-10  Jakub Jelinek  <jakub@redhat.com>
3140
3141         PR middle-end/34018
3142         * g++.dg/opt/inline14.C: New test.
3143
3144         PR tree-optimization/33680
3145         * gcc.c-torture/compile/20071108-1.c: New test.
3146
3147         PR c++/32241
3148         * g++.dg/template/pseudodtor3.C: New test.
3149
3150 2007-11-09  Douglas Gregor  <doug.gregor@gmail.com>
3151
3152         PR c++/33510
3153         * g++.dg/cpp0x/variadic-init.C: New.
3154
3155 2007-11-09  Paolo Bonzini  <bonzini@gnu.org>
3156             Jakub Jelinek  <jakub@redhat.com>
3157
3158         PR rtl-optimization/34012
3159         * gcc.target/i386/pr34012.c: New test.
3160
3161 2007-11-09  Richard Guenther  <rguenther@suse.de>
3162
3163         PR tree-optimization/33604
3164         * g++.dg/tree-ssa/pr33604.C: New testcase.
3165         * gcc.dg/pr32721.c: Adjust pattern.
3166
3167 2007-11-09  Richard Sandiford  <rsandifo@nildram.co.uk>
3168
3169         * gcc.target/mips/dse-1.c: Disable.
3170
3171 2007-11-08  Tom Tromey  <tromey@redhat.com>
3172
3173         * gcc.dg/empty-source-3.c: Update warning location.
3174         * gcc.dg/gomp/barrier-2.c: Likewise.
3175         * gcc.dg/label-decl-3.c: Likewise.
3176         * gcc.dg/label-decl-2.c: Likewise.
3177         * gcc.dg/empty-source-2.c: Likewise.
3178
3179 2007-11-08  Tom Tromey  <tromey@redhat.com>
3180
3181         PR c++/30297:
3182         * g++.dg/inherit/pr30297.C: New file.
3183
3184 2007-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
3185
3186         * gcc.dg/compat/struct-layout-1_generate.c (dg-options) Add
3187         -fno-common for cygwin and mingw32.
3188
3189 2007-11-08  Kenneth Zadeck <zadeck@naturalbridge.com>
3190
3191         PR middle-end/33826
3192         * gcc.dg/pr33826.c: New.
3193         * gcc.dg/tree-ssa/20030714-1.c: Removed two tests that depend on 
3194         recursive functions being marked pure or const.
3195         
3196 2007-11-08  Tobias Burnus  <burnus@net-b.de>
3197
3198         PR fortran/33917
3199         * gfortran.dg/proc_decl_5.f90: New.
3200         * gfortran.dg/proc_decl_6.f90: New.
3201
3202 2007-11-08  Jakub Jelinek  <jakub@redhat.com>
3203
3204         PR tree-optimization/32575
3205         * gcc.c-torture/execute/20071108-1.c: New test.
3206
3207 2007-11-08  Daniel Jacobowitz  <dan@codesourcery.com>
3208
3209         * g++.dg/opt/anchor1.C: New.
3210
3211 2007-11-07  Diego Novillo  <dnovillo@google.com>
3212
3213         PR 33870
3214         * gcc.c-torture/execute/pr33870.x: Remove.
3215
3216 2007-11-07  Douglas Gregor  <doug.gregor@gmail.com>
3217
3218         PR c++/33045
3219         PR c++/33837
3220         PR c++/33838
3221         * g++.dg/cpp0x/decltype-33837.C: New.
3222         * g++.dg/cpp0x/decltype-refbug.C: New.
3223         * g++.dg/cpp0x/decltype-33838.C: New.
3224
3225 2007-11-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
3226
3227         * gcc.c-torture/compile/20071107-1.c: New test.
3228
3229 2007-11-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
3230
3231         * gcc.dg/out-of-bounds-1.c: New test.
3232
3233 2007-11-07  Jakub Jelinek  <jakub@redhat.com>
3234
3235         PR c++/33501
3236         * g++.dg/warn/incomplete2.C: New test.
3237         * g++.dg/template/incomplete4.C: New test.
3238         * g++.dg/template/incomplete5.C: New test.
3239
3240 2007-11-07  Olivier Hainque  <hainque@adacore.com>
3241
3242         * gnat.dg/max_align.adb: New test.
3243
3244 2007-11-06  H.J. Lu  <hongjiu.lu@intel.com>
3245
3246         PR target/30961
3247         * gcc.target/i386/pr30961-1.c: New.
3248
3249 2007-11-06  Tom Tromey  <tromey@redhat.com>
3250
3251         PR c++/32368:
3252         * g++.dg/warn/pragma-system_header3.h: New.
3253         * g++.dg/warn/pragma-system_header3.C: New.
3254
3255         PR c++/32256:
3256         * g++.dg/warn/pragma-system_header4.C: New.
3257         * g++.dg/warn/pragma-system_header4.h: New.
3258
3259 2007-11-06  Douglas Gregor  <doug.gregor@gmail.com>
3260
3261         PR c++/33977
3262         PR c++/33886
3263         * g++.dg/other/canon-array.C: New.
3264         
3265 2007-11-06  Douglas Gregor  <doug.gregor@gmail.com>
3266
3267         * g++.dg/parser/crash36.C: Tweak expected errors.
3268         * g++.dg/cpp0x/pr31439.C: New.
3269         * g++.dg/cpp0x/pr32114.C: New.
3270         * g++.dg/cpp0x/pr32115.C: New.
3271         * g++.dg/cpp0x/pr32125.C: New.
3272         * g++.dg/cpp0x/pr32126.C: New.
3273         * g++.dg/cpp0x/pr32127.C: New.
3274         * g++.dg/cpp0x/pr32128.C: New.
3275         * g++.dg/cpp0x/pr32253.C: New.
3276         * g++.dg/cpp0x/pr32566.C: New.
3277         * g++.dg/cpp0x/pr31445.C: Tweak expected errors.
3278         * g++.dg/cpp0x/pr31438.C: Ditto.
3279         * g++.dg/cpp0x/variadic81.C: Ditto.
3280         * g++.dg/cpp0x/pr31432.C: Ditto.
3281         * g++.dg/cpp0x/pr31442.C: Ditto.
3282
3283 2007-11-06  Jakub Jelinek  <jakub@redhat.com>
3284
3285         PR target/33168
3286         * g++.dg/other/datasec1.C: New test.
3287
3288         PR tree-optimization/33458
3289         * g++.dg/opt/inline12.C: New test.
3290
3291         PR tree-optimization/33993
3292         * gcc.c-torture/compile/20071105-1.c: New test.
3293
3294 2007-11-05  Jakub Jelinek  <jakub@redhat.com>
3295
3296         PR rtl-optimization/33648
3297         * gcc.dg/pr33648.c: Require effective target freorder.
3298
3299 2007-11-05  Revital Eres  <eres@il.ibm.com>
3300
3301         * lib/target-supports.exp (check_750cl_hw_available): Fix typo.
3302
3303 2007-11-05  Douglas Gregor  <doug.gregor@gmail.com>
3304
3305         PR c++/33996
3306         PR c++/33235
3307         PR c++/33930
3308         * g++.dg/cpp0x/pr33996.C: New
3309         * g++.dg/cpp0x/rv-trivial-bug.C: New
3310         * g++.dg/cpp0x/pr33930.C: New
3311
3312 2007-11-05  Nick Clifton  <nickc@redhat.com>
3313             Sebastian Pop  <sebastian.pop@amd.com>
3314
3315         PR tree-optimization/32540
3316         PR tree-optimization/33922
3317         * gcc.dg/tree-ssa/pr32540-1.c: New.
3318         * gcc.dg/tree-ssa/pr32540-2.c: New.
3319         * gcc.dg/tree-ssa/pr33922.c: New.
3320
3321 2007-11-05  Douglas Gregor  <doug.gregor@gmail.com>
3322
3323         PR c++/33939
3324         * g++.dg/cpp0x/variadic-rref.C: New.
3325         
3326 2007-11-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3327
3328         * g++dg/warn/pointer-integer-comparison.C: New.
3329
3330 2007-11-05  Jakub Jelinek  <jakub@redhat.com>
3331
3332         PR tree-optimization/33856
3333         * gcc.c-torture/compile/20071027-1.c: New test.
3334
3335         PR c++/33836
3336         * g++.dg/ext/label10.C: New test.
3337
3338         PR c++/33969
3339         * g++.dg/other/ptrmem9.C: New test.
3340
3341 2007-11-04  Andrew Pinski  <pinskia@gmail.com>
3342
3343         PR middle-end/32931
3344         * gfortran.fortran-torture/compile/forall-1.f90: New testcase.
3345
3346 2007-11-04  David Edelsohn  <edelsohn@gnu.org>
3347
3348         * g++.dg/cpp/_Pragma1.C: Disable on AIX.
3349         * g++.dg/ext/visibility/namespace2.C: Add argument to
3350         dg-require-visibility.
3351         * g++.dg/ext/java-1.C: Disable on AIX.
3352
3353 2007-11-03  Dorit Nuzman  <doirit@il.ibm.com>
3354
3355         * gfortran.dg/vect/no-vfa-pr32377.f90: Remove xfail.            
3356
3357 2007-11-03  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3358
3359         PR fortran/33881
3360         * gfortran.dg/assumed_charlen_arg_1.f90: New test.
3361
3362 2007-11-03  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3363
3364         PR c/29062
3365         * gcc.dg/20031223-1.c: Adjust error output.
3366         * gcc.dg/parse-decl-after-label.c: New.
3367         
3368 2007-11-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3369
3370         PR libfortran/24685
3371         * gfortran.dg/default_format_2.f90: XFAIL powerpc*-*-linux*
3372         * gfortran.dg/default_format_denormal_2.f90: XFAIL powerpc*-*-linux*
3373         * gfortran.dg/large_real_kind_form_io_2.f90: XFAIL powerpc*-*-linux*
3374
3375 2007-11-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
3376
3377         PR rtl-optimization/28940
3378         * gcc.target/i386/addr-sel-1.c: New test.
3379
3380 2007-11-03  Jakub Jelinek  <jakub@redhat.com>
3381
3382         PR middle-end/33670
3383         * gcc.dg/pr33670.c: New test.
3384
3385 2007-11-02  Jakub Jelinek  <jakub@redhat.com>
3386
3387         PR c++/33516
3388         * g++.dg/lookup/typedef1.C: New test.
3389
3390 2007-11-02  Janis Johnson  <janis187@us.ibm.com>
3391
3392         PR testsuite/32076
3393         * lib/scandump.exp (dump-suffix): New.
3394         (scan-dump, scan-dump-times, scan-dump-dem, scan-dump-dem-not):
3395         Include dump suffix in pass/fail messages, put regexp in quotes.
3396
3397 2007-11-02  Paolo Carlini  <pcarlini@suse.de>
3398
3399         PR c++/33495
3400         * g++.dg/other/error19.C: New.
3401
3402 2007-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
3403
3404         PR rtl-optimization/28062
3405         * gcc.c-torture/compile/20071102-1.c: New test.
3406
3407 2007-11-01  Douglas Gregor  <doug.gregor@gmail.com>
3408
3409         * g++.dg/cpp0x/pr33955.C: New.
3410
3411 2007-11-01  Tom Tromey  <tromey@redhat.com>
3412
3413         PR preprocessor/30805:
3414         * gcc.dg/cpp/pr30805.c: Use -std=gnu89.
3415
3416 2007-11-02  Jakub Jelinek  <jakub@redhat.com>
3417
3418         PR rtl-optimization/33648
3419         * gcc.dg/pr33648.c: New test.
3420
3421 2007-11-01  Jakub Jelinek  <jakub@redhat.com>
3422
3423         PR c++/32384
3424         * g++.dg/template/pseudodtor1.C: New test.
3425         * g++.dg/template/pseudodtor2.C: New test.
3426
3427         PR c++/32260
3428         * g++.dg/rtti/typeid7.C: New test.
3429
3430 2007-11-01  Tom Tromey  <tromey@redhat.com>
3431
3432         PR preprocessor/30805:
3433         * gcc.dg/cpp/pr30805.c: New file.
3434
3435 2007-11-01  Janis Johnson  <janis187@us.ibm.com>
3436
3437         PR testsuite/25352
3438         * gcc.c-torture/compile/20000804-1.c: Remove xfail from dg-do and
3439         add dg-skip-if.
3440         * gcc.c-torture/compile/20001205-1.c: Ditto.
3441         * gcc.c-torture/compile/20001226-1.c: Ditto.
3442         * gcc.c-torture/compile/20020312-1.c: Ditto.
3443         * gcc.c-torture/compile/20020604-1.c: Ditto.
3444         * gcc.c-torture/compile/920501-12.c: Ditto.
3445         * gcc.c-torture/compile/920501-4.c: Ditto.
3446         * gcc.c-torture/compile/920520-1.c: Ditto.
3447         * gcc.c-torture/compile/980506-1.c: Ditto.
3448         * gcc.c-torture/compile/990617-1.c: Ditto.
3449         * gcc.dg/compare6.c: Ditto.
3450         * g++.old-deja/g++.brendan/crash43.C: Ditto.
3451         * g++.old-deja/g++.brendan/synth1.C: Ditto.
3452         * g++.old-deja/g++.oliva/dwarf2.C: Ditto.
3453         * g++.old-deja/g++.oliva/dwarf3.C: Ditto.
3454         * g++.old-deja/g++.pt/static6.C: Ditto.
3455         * g++.old-deja/g++.pt/crash16.C: Ditto.
3456         * g++.old-deja/g++.mike/p10416.C: Ditto.
3457         * g++.old-deja/g++.mike/ns15.C: Ditto.
3458         * g++.old-deja/g++.mike/eh46.C: Ditto.
3459
3460 2007-11-01  Tom Tromey  <tromey@redhat.com>
3461
3462         * gcc.dg/redecl-1.c: Update.
3463         * gcc.dg/pr20368-3.c: Update.
3464         * gcc.dg/inline-14.c: Update.
3465         * gcc.dg/builtins-30.c: Update.
3466         * gcc.dg/dremf-type-compat-4.c: Update.
3467         * gcc.dg/pr20368-2.c: Update.
3468
3469 2007-11-01  Jakub Jelinek  <jakub@redhat.com>
3470
3471         PR rtl-optimization/33673
3472         * gcc.dg/pr33673.c: New test.
3473
3474 2007-11-01  Michael Matz  <matz@suse.de>
3475
3476         PR tree-optimization/33961
3477         * gcc.dg/pr33961.c: New test.
3478
3479 2007-10-31  Paolo Carlini  <pcarlini@suse.de>
3480
3481         PR c++/33494
3482         * g++.dg/template/error35.C: New.
3483
3484 2007-10-31  Jakub Jelinek  <jakub@redhat.com>
3485
3486         PR target/31507
3487         * gcc.dg/pr31507-1.c: New test.
3488         * gcc.dg/pr31507-2.c: New test.
3489
3490 2007-10-31  Revital Eres  <eres@il.ibm.com>
3491
3492         * gcc.dg/vect/vect.exp: Add support for powerpc-*paired
3493         target.
3494         * gcc.dg/vect/tree-vect.h (check_vect): Add
3495         powerpc-*paired test.
3496         * lib/target-supports.exp (check_750cl_hw_available):
3497         New.
3498         (check_effective_target_vect_int,
3499         check_effective_target_vect_intfloat_cvt,
3500         check_effective_target_powerpc_altivec_ok,
3501         check_effective_target_vect_long,
3502         check_effective_target_vect_sdot_hi,
3503         check_effective_target_vect_udot_hi,
3504         check_effective_target_vect_pack_trunc,
3505         check_effective_target_vect_unpack,
3506         check_effective_target_vect_shift,
3507         check_effective_target_vect_int_mult): Disable for powerpc-*paired
3508         target.
3509         * gcc.dg/vect/vect-ifcvt-11.c: New.
3510         * gcc.dg/vect/vect-ifcvt-12.c: Likewise.
3511         * gcc.dg/vect/vect-ifcvt-13.c: Likewise.
3512         * gcc.dg/vect/vect-ifcvt-14.c: Likewise.
3513         * gcc.dg/vect/vect-ifcvt-15.c: Likewise.
3514         * gcc.dg/vect/vect-ifcvt-16.c: Likewise.
3515         * gcc.dg/vect/vect-ifcvt-17.c: Likewise.
3516
3517 2007-10-31  Dominique d'Humieres  <dominiq@lps.ens.fr>
3518             Tobias Burnus  <burnus@net-b.de>
3519
3520         PR fortran/33941
3521         * gfortran.dg/module_read_1.f90: New.
3522
3523 2007-10-31  Tom Tromey  <tromey@redhat.com>
3524
3525         PR preprocessor/30786:
3526         * gcc.dg/cpp/pr30786.c: New file.
3527
3528 2007-10-31  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3529
3530         PR fortran/33162
3531         * gfortran.dg/interface_19.f90: New.
3532         * gfortran.dg/interface_20.f90: New.
3533         * gfortran.dg/interface_21.f90: New.
3534         
3535 2007-10-31  Sebastian Pop  <sebastian.pop@amd.com>
3536
3537         PR tree-optimization/32377
3538         * gfortran.dg/vect/pr32377.f90: New.
3539         
3540 2007-10-31  Richard Guenther  <rguenther@suse.de>
3541
3542         PR middle-end/33779
3543         * gcc.c-torture/execute/pr33779-1.c: New testcase.
3544         * gcc.c-torture/execute/pr33779-2.c: Likewise.
3545
3546 2007-10-31  Paul Thomas  <pault@gcc.gnu.org>
3547
3548         PR fortran/33897
3549         * gfortran.dg/contained_3.f90: New.
3550
3551 2007-10-31  Christian Bruel  <christian.bruel@st.com>
3552
3553         PR c++/19531
3554         * g++.dg/opt/nrv8.C: New.
3555         
3556 2007-10-30  Jakub Jelinek  <jakub@redhat.com>
3557
3558         PR c++/33709
3559         * g++.dg/opt/compound1.C: New test.
3560
3561         PR c++/33616
3562         * g++.dg/template/ptrmem18.C: New test.
3563
3564 2007-10-30  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3565
3566         PR fortran/33596
3567         * gfortran.dg/isnan_2.f90: New test.
3568
3569 2007-10-30  Ed Schouten  <ed@fxq.nl>
3570
3571         PR tree-optimization/32500
3572         * gcc.c-torture/execute/pr32500.c: Fix buffer overflow in testcase.
3573
3574 2007-10-30  Douglas Gregor  <doug.gregor@gmail.com>
3575
3576         PR c++/31993
3577         PR c++/32252
3578         * g++.dg/cpp0x/pr31993.C: New
3579         * g++.dg/cpp0x/pr32252.C: New
3580
3581 2007-10-30  Jakub Jelinek  <jakub@redhat.com>
3582
3583         PR tree-optimization/33723
3584         * gcc.dg/tree-ssa/pr33723.c (T): Decrease size of field s.
3585
3586 2007-10-30  Richard Guenther  <rguenther@suse.de>
3587
3588         * gcc.c-torture/execute/20071030-1.c: New testcase copied from
3589         gcc.target/i386/loop-3.c.
3590
3591 2007-10-30  Revital Eres  <eres@il.ibm.com>
3592
3593         * gcc.dg/vect/pr33866.c: Require vect_long.
3594
3595 2007-10-30  Revital Eres  <eres@il.ibm.com>
3596
3597         * gcc.dg/vect/vect-shift-1.c: Require vect_int.
3598         * gcc.dg/vect/vect-ifcvt-4.c: Likewise.
3599
3600 2007-10-29  Dorit Nuzman  <dorit@il.ibm.com>
3601
3602         PR tree-optimization/32893
3603         * lib/target-supports.exp
3604         (check_effective_target_unaligned_stack): new keyword.
3605         * gcc.dg/vect/vect-2.c: Globalize arrays to make the test
3606         not sensitive to unaligned_stack.
3607         * gcc.dg/vect/vect-3.c: Likewise.
3608         * gcc.dg/vect/vect-4.c: Likewise.
3609         * gcc.dg/vect/vect-5.c: Likewise.
3610         * gcc.dg/vect/vect-6.c: Likewise.
3611         * gcc.dg/vect/vect-7.c: Likewise.
3612         * gcc.dg/vect/vect-13.c: Likewise.
3613         * gcc.dg/vect/vect-17.c: Likewise.
3614         * gcc.dg/vect/vect-18.c: Likewise.