OSDN Git Service

* g++.dg/other/first-global.C: Add -fpie for darwin.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2007-05-09  Mike Stump  <mrs@apple.com>
2
3         * g++.dg/other/first-global.C: Add -fpie for darwin.
4
5 2007-05-09  Andreas Krebbel  <krebbel1@de.ibm.com>
6
7         * gcc.dg/20070507-1.c: New testcase.
8
9 2007-05-08  Chao-ying Fu  <fu@mips.com>
10
11         * gcc.target/mips/msub-1.c, gcc.target/mips/msub-2.c,
12         * gcc.target/mips/msub-3.c, gcc.target/mips/msub-4.c,
13         * gcc.target/mips/msubu-1.c, gcc.target/mips/msubu-2.c,
14         * gcc.target/mips/msubu-3.c, gcc.target/mips/msubu-4.c: New tests.
15
16 2007-05-08  Simon Martin  <simartin@users.sourceforge.net>
17
18         PR 31847
19         * gcc.dg/pr31847.c: New test.
20
21 2007-05-08  Paul Thomas  <pault@gcc.gnu.org>
22
23         PR fortran/31692
24         * gfortran.dg/actual_array_result_1.f90: New test.
25
26 2007-05-08  Paul Thomas  <pault@gcc.gnu.org>
27
28         PR fortran/29397
29         * gfortran.dg/parameter_array_init_1.f90: New test.
30
31         PR fortran/29400
32         * gfortran.dg/parameter_array_init_2.f90: New test.
33
34 2007-05-08  Uros Bizjak  <ubizjak@gmail.com>
35
36         PR target/31854
37         * gcc.target/i386/pr31854.c: New test.
38         
39 2007-05-07  Janis Johnson  <janis187@us.ibm.com>
40
41         * gcc.dg/pch/pch.exp: XFAIL largefile on Solaris 10 x86.
42
43 2007-05-07  Mike Stump  <mrs@apple.com>
44
45         * g++.old-deja/g++.mike/empty.C: Add.
46
47 2007-05-07  Eric Christopher  <echristo@apple.com>
48
49         * gcc.dg/invalid-call-1.c: Fix options for 32-bit x86.
50
51 2007-05-07  Uros Bizjak  <ubizjak@gmail.com>
52
53         * gcc.dg/dfp/convert-bfp-fold.c: Remove extra assignment to 'sf'
54         variable.  Rearrange conversions from binary float to decimal float.
55
56 2007-05-07  Mark Mitchell  <mark@codesourcery.com>
57
58         * gcc.dg/special/gcsec-1.c: Don't link statically on Solaris 10
59         x86.
60
61 2007-05-07  Eric Botcazou  <ebotcazou@adacore.com>
62
63         * gnat.dg/opt1.ad[sb]: New testcase.
64
65 2007-05-07  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
66
67         PR fortran/31399
68         * gfortran.dg/do_3.F90: New test.
69
70 2007-05-07  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
71
72         PR fortran/31764
73         * gfortran.dg/new_line.f90: Add new checks.
74
75 2007-05-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
76
77         PR fortran/31201
78         * gfortran.dg/large_unit_1.f90: New.
79         * gfortran.dg/large_unit_2.f90: New.
80         * gfortran.dg/iostat_4.f90: New
81         * gfortran.dg/bounds_check_fail_1.f90: Updated.
82
83 2007-05-06  Paul Thomas  <pault@gcc.gnu.org>
84
85         PR fortran/31540
86         * gfortran.dg/char_result_4.f90: New test.
87
88 2007-06-05  Revital Eres  <eres@il.ibm.com>
89
90         PR 30957
91         * gcc.dg/pr30957-1.c: New test.
92
93 2007-05-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
94
95         PR fortran/31251
96         * gfortran.dg/char_type_len_2.f90: New test.
97
98 2007-05-05  Geoffrey Keating  <geoffk@apple.com>
99
100         PR 31775
101         * g++.dg/other/nested-extern.cc: New.
102         * g++.dg/other/nested-extern-1.C: New.
103         * g++.dg/other/nested-extern-2.C: New.
104
105 2007-05-04  Daniel Franke  <franke.daniel@gmail.com>
106
107         PR fortran/31760
108         * gfortran.dg/erf.f90: New test.
109         * gfortran.dg/besxy.f90: New test.
110
111 2007-05-04  Daniel Franke  <franke.daniel@gmail.com>
112
113         PR fortran/22359
114         * gfortran.dg/fseek.f90: New test.
115
116 2007-05-04  Bob Wilson  <bob.wilson@acm.org>
117
118         * g++.old-deja/g++.pt/static11.C: Remove xtensa-*-elf* xfail.
119
120 2007-05-04  Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
121
122         PR libfortran/31210
123         * gfortran.dg/zero_length_1.f90: New test.
124
125 2007-05-04  Tobias Burnus  <burnus@net-b.de>
126
127         PR fortran/31803
128         * gfortran.dg/char_pointer_assign_3.f90: New test.
129         * gfortran.dg/char_result_2.f90: Re-enable test.
130
131 2007-05-04  Tobias Burnus  <burnus@net-b.de>
132
133         PR fortran/25071
134         * gfortran.dg/char_length_3.f90: New test.
135         * gfortran.dg/char_result_2.f90: Fix test.
136
137 2007-05-03  Zdenek Dvorak  <dvorakz@suse.cz>
138
139         PR tree-optimization/30565
140         * gcc.dg/tree-ssa/loop-27.c: New test.
141
142 2007-05-03  Bernd Schmidt  <bernd.schmidt@analog.com>
143
144         * gcc.target/bfin/frmul.c (__v2hi): Use short as base type, not itn.
145         * gcc.target/bfin/arith.c (__v2hi): Likewise.
146         * gcc.target/bfin/mul-combine.c (__v2hi): Likewise.
147         * gcc.target/bfin/shift.c (__v2hi): Likewise.
148
149 2007-05-03  Dorit Nuzman  <dorit@il.ibm.com>
150
151         PR tree-optimization/31699
152         * lib/target-supports.exp (check_effective_target_vect_intfloat_cvt):
153         New.
154         (check_effective_target_vect_floatint_cvt): New.
155         * gcc.dg/vect/vect-floatint-conversion-1.c: Use new keyword instead
156         of specific targets.
157         * gcc.dg/vect/vect-intfloat-conversion-1.c: Likewise.
158         * gcc.dg/vect/vect-multitypes-1.c: One less loop gets vectorized.
159         * gcc.dg/vect/vect-multitypes-4.c: Likewise.
160         * gcc.dg/vect/vect-iv-4.c: Likewise.
161         * gcc.dg/vect/vect-multitypes-11.c: New.
162         * gcc.dg/vect/pr31699.c: New.
163
164 2007-05-02  Geoffrey Keating  <geoffk@apple.com>
165
166         * gcc.c-torture/compile-limits-stringlit.c: Reduce size of string.
167
168 2007-05-02  Seongbae Park  <seongbae.park@gmail.com>
169
170         PR C++/31663
171         * g++.dg/warn/anonymous-namespace-2.C: New.
172         * g++.dg/warn/anonymous-namespace-2.h: New.
173
174 2007-05-02  Paul Brook  <paul@codesourcery.com>
175
176         * gcc.dg/arm-eabi1.c: Move debug output.  Augment lcmp/ulcmp tests.
177
178 2007-05-02  Eric Christopher  <echristo@apple.com>
179
180         * gcc.dg/cpp/if-div.c: New file.
181
182 2007-05-02  Tom Tromey  <tromey@redhat.com>
183
184         PR preprocessor/28709:
185         * gcc.dg/cpp/pr28709.c: New file.
186
187 2007-05-02  Richard Guenther  <rguenther@suse.de>
188
189         PR tree-optimization/31146
190         * g++.dg/tree-ssa/pr31146-2.C: New testcase.
191
192 2007-05-01  Geoffrey Keating  <geoffk@apple.com>
193
194         * gcc.c-torture/compile/limits-blockid.c: New.
195         * gcc.c-torture/compile/limits-caselabels.c: New.
196         * gcc.c-torture/compile/limits-declparen.c: New.
197         * gcc.c-torture/compile/limits-enumconst.c: New.
198         * gcc.c-torture/compile/limits-exprparen.c: New.
199         * gcc.c-torture/compile/limits-externalid.c: New.
200         * gcc.c-torture/compile/limits-fnargs.c: New.
201         * gcc.c-torture/compile/limits-fndefn.c: New.
202         * gcc.c-torture/compile/limits-idexternal.c: New.
203         * gcc.c-torture/compile/limits-idinternal.c: New.
204         * gcc.c-torture/compile/limits-pointer.c: New.
205         * gcc.c-torture/compile/limits-stringlit.c: New.
206         * gcc.c-torture/compile/limits-structmem.c: New.
207         * gcc.c-torture/compile/limits-structnest.c: New.
208
209 2007-04-29  Geoffrey Keating  <geoffk@apple.com>
210
211         * gfortran.dg/bom_UTF-8_F.F90: Rename from bom_UTF-8.F90.
212
213 2007-05-01  Andrew Pinski  <andrew_pinski@playstation.sony.com>
214
215         PR middle-end/31740
216         * gcc.c-torture/compile/20070501-1.c: New testcase.
217
218 2007-05-01  Thomas Koenig  <tkoenig@gcc.gnu.org>
219
220         PR fortran/31732
221         * gfortran.dg/array_memset_2:  New test case.
222
223 2007-05-01  Dorit Nuzman  <dorit@il.ibm.com>
224
225         PR testsuite/31615
226         * gfortran.dg/vect/vect-5.f90: Fix dg-final test.
227
228 2007-05-01  Dorit Nuzman  <dorit@il.ibm.com>
229
230         PR testsuite/31589
231         * gcc.dg/vect/vect-iv-9.c: Added vect_int_mult target keyword to
232         dg-final test.
233         * gcc.dg/vect/vect-reduc-dot-u16b.c: Added vect_pack_trunc target
234         keyword to dg-final test.
235         * gcc.dg/vect/vect-iv-4.c: Likewise.
236         * gcc.dg/vect/vect-widen-mult-u16.c: Likewise.
237         * gcc.dg/vect/pr30771.c: Added vect_unapck target keyword to dg-final
238         test.
239         * gcc.dg/vect/vect-reduc-dot-u16a.c: Change variable type to avoid a
240         cast.
241         * gcc.dg/vect/no-section-anchors-vect-69.c: xfail on is64.
242         * lib/target-supports.exp
243         (check_effective_target_vect_widen_sum_hi_to_si): Added ia64.
244         (check_effective_target_vect_widen_sum_qi_to_hi): Added ia64.
245
246 2007-04-30  Kazu Hirata  <kazu@codesourcery.com>
247
248         * gcc.c-torture/execute/ieee/20000320-1.c: Use
249         __LONG_LONG_MAX__ and its friends instead of those supplied by
250         limits.h.
251
252 2007-04-30  Andrew pinski  <andrew_pinski@playstation.sony.com>
253
254         PR C++/31721
255         * g++.dg/ext/vector7.C: New testcase.
256
257 2007-04-29  Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
258
259         PR fortran/31591
260         * gfortran.dg/bound_simplification_1.f90: New test.
261
262 2007-04-29  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
263
264         PR fortran/31645
265         * testsuite/gfortran.dg/bom_error.f90: New test.
266         * testsuite/gfortran.dg/bom_include.f90: New test.
267         * testsuite/gfortran.dg/bom_UTF16-LE.f90: New test.
268         * testsuite/gfortran.dg/bom_UTF16-BE.f90: New test.
269         * testsuite/gfortran.dg/bom_UTF-8.f90: New test.
270         * testsuite/gfortran.dg/bom_UTF-32.f90: New test.
271         * testsuite/gfortran.dg/bom_UTF-8.F90: New test.
272         * testsuite/gfortran.dg/bom_include.inc: New file.
273
274 2007-04-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
275
276         PR C++/30221
277         * g++.dg/init/ptrfn2.C: New test.
278         * g++.dg/init/ptrfn3.C: New test.
279
280 2007-04-29  Paul Thomas  <pault@gcc.gnu.org>
281
282         PR fortran/31711
283         * gfortran.dg/dependency_21.f90: New test.
284
285 2007-04-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
286
287         * gfortran.dg/secnds.f: Use real*8.
288         * gfortran.dg/secnds-1.f: Use real*8.
289
290 2007-04-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
291
292         PR libfortran/31532
293         * gfortran.dg/inquire_5.f90: Update test.
294
295 2007-04-27  Ian Lance Taylor  <iant@google.com>
296
297         PR middle-end/31710
298         * gcc.c-torture/compile/pr31710.c: New test.
299
300 2007-04-27  Richard Guenther  <rguenther@suse.de>
301
302         PR tree-optimization/30965
303         PR tree-optimization/30978
304         * gcc.dg/tree-ssa/pr30978.c: New testcase.
305         * gcc.dg/tree-ssa/bool-3.c: Remove XFAIL, explain why.
306         * gcc.dg/tree-ssa/ssa-fre-4.c: Use char instead of bool
307         * gcc.dg/strict-overflow-5.c: Adjust tree dump scanning.
308
309 2007-04-27  Richard Guenther  <rguenther@suse.de>
310
311         PR tree-optimization/31715
312         * gcc.dg/Warray-bounds-4.c: New testcase.
313
314 2007-04-26  Ian Lance Taylor  <iant@google.com>
315
316         PR target/28675
317         * gcc.c-torture/compile/pr28675.c: New test.
318
319 2007-04-26  Andrew Pinski  <andrew_pinski@playstation.sony.com>
320
321         PR C++/30016
322         * g++.dg/ext/vector6.C: New test.
323
324 2007-04-26  Kazu Hirata  <kazu@codesourcery.com>
325
326         * gcc.c-torture/execute/ieee/20000320-1.x: New.
327
328 2007-04-26  Steve Ellcey  <sje@cup.hp.com>
329
330         PR middle-end/31617
331         * g++.dg/other/str_empty.C: Add expected warning.
332
333 2007-04-26  Richard Guenther  <rguenther@suse.de>
334         Daniel Berlin  <dberlin@dberlin.org>
335
336         PR tree-optimization/30567
337         * g++.dg/other/pr30567.C: New testcase.
338
339 2007-04-26  Richard Guenther  <rguenther@suse.de>
340
341         PR tree-optimization/31703
342         * gcc.c-torture/compile/pr31703.c: New testcase.
343         * gcc.dg/tree-ssa/ssa-lim-1.c: Adjust pattern.
344         * gcc.dg/tree-ssa/ssa-lim-2.c: Likewise.
345
346 2007-04-26  Wolfgang Gellerich  <gellerich@de.ibm.com>
347
348         * gfortran.dg/open_errors.f90: Added if statements checking
349         the value of iostat.
350
351 2007-04-26  Jakub Jelinek  <jakub@redhat.com>
352
353         PR c++/31598
354         * g++.dg/gomp/pr31598.C: New test.
355
356         PR tree-optimization/30558
357         * g++.dg/gomp/pr30558.C: New test.
358
359 2007-04-24  Mark Mitchell  <mark@codesourcery.com>
360
361         PR c++/31338
362         * g++.dg/ext/complex2.C: New test.
363
364 2007-04-25  Paolo Carlini  <pcarlini@suse.de>
365
366         * g++.dg/ext/has_nothrow_assign.C: Adjust per N2255.
367
368 2007-04-25  Thiemo Seufer  <ths@mips.com>
369
370         * gcc.target/mips/mips16e-extends.c (cksum8): Change return
371         value to signed char.
372
373 2007-04-25  Uros Bizjak  <ubizjak@gmail.com>
374
375         * gcc.target/i386/reload-1.c. Include <stdint.h>.  Compile for all
376         ilp32 i?86-*-* and x86_64-*-* targets.  Do not skip test for -m64.
377         Use scan-rtl-dump-not procedure to scan RTL dump.  Cleanup csa dump.
378
379 2007-04-25  Tobias Burnus  <burnus@net-b.de>
380
381         PR fortran/31668
382         * gfortran.dg/c_by_val_2.f90: Add rejection test of %VAL with
383         statement functions.
384         * gfortran.dg/c_by_val_5.f90: New test.
385
386 2007-04-25  Wolfgang Gellerich  <gellerich@de.ibm.com>
387
388         * gfortran.dg/equiv_6.f90 (set_arrays): Replaced subroutine
389         with two new subroutines to avoid parameter-induced aliasing.
390         * gfortran.dg/equiv_6.f90 (set_array_listpr): New.
391         * gfortran.dg/equiv_6.f90 (set_array_lisbit): New.
392
393 2007-04-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
394
395         * gcc.dg/Warray-bounds.c: XFAIL test on 32-bit hppa targets.
396         * g++.dg/warn/Warray-bounds.C: Likewise.
397
398 2007-04-24  Ian Lance Taylor  <iant@google.com>
399
400         PR tree-optimization/31605
401         * gcc.c-torture/execute/pr31605.c: New test.
402
403 2007-04-24  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
404
405         PR fortran/31587
406         * lib/gcc-dg.exp (scan-module): New function.
407         * gfortran.dg/module_md5_1.f90: New test.
408
409 2007-04-24  Douglas Gregor  <doug.gregor@gmail.com>
410
411         * g++.old-deja/g++.pt/defarg6.C: Only run with
412         -std=gnu++98.
413         * g++.old-deja/g++.pt/ucnid-1.C: Ditto.
414         * g++.dg/cpp0x/variadic61.C: Ditto.
415         * g++.dg/cpp0x/warn_cxx0x.C: Ditto.
416         * g++.dg/cpp0x/variadic62.C: Ditto.
417         * g++.dg/template/meminit1.C: Ditto.
418         * g++.dg/template/operator7.C: Ditto.
419         * g++.dg/template/static15.C: Ditto.
420         * g++.dg/template/invalid1.C: Ditto.
421         * g++.dg/template/shift1.C: Ditto.
422         * g++.dg/template/error10.C: Ditto.
423
424 2007-04-24  Simon Martin  <simartin@users.sourceforge.net>
425
426         PR diagnostic/25923
427         * gfortran.dg/pr25923.f90: New test.
428
429 2007-04-24  Ian Lance Taylor  <iant@google.com>
430
431         PR tree-optimization/31602
432         * gcc.dg/Wstrict-overflow-11.c: We no longer issue a warning.
433
434 2007-04-24  Janis Johnson  <janis187@us.ibm.com>
435
436         * gcc.target/powerpc/ppc32-abi-dfp-1.c: New test.
437         * gcc.target/powerpc/ppc64-abi-dfp-1.c: New test.
438
439 2007-04-24  Hui-May Chang  <hm.chang@apple.com>
440
441         * gcc.target/i386/reload-1.c. New.
442
443 2007-04-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>
444             Olga Golovanevsky  <olga@il.ibm.com>
445
446         * g++.dg/other/str_empty.C: New test.
447
448 2007-04-24  Richard Henderson  <rth@redhat.com>
449
450         * gcc.dg/vect/vect.exp: Don't run tests on Alpha.
451
452 2007-04-24  Andreas Krebbel  <krebbel1@de.ibm.com>
453
454         PR target/31641
455         * gcc.c-torture/compile/pr31641.c: New testcase.
456
457 2007-04-24  Richard Sandiford  <richard@nildram.co.uk>
458
459         * gcc.target/mips/madd-1.c, gcc.target/mips/madd-2.c,
460         * gcc.target/mips/madd-3.c, gcc.target/mips/madd-4.c,
461         * gcc.target/mips/maddu-1.c, gcc.target/mips/maddu-2.c,
462         * gcc.target/mips/maddu-3.c, gcc.target/mips/maddu-4.c: New tests.
463
464 2007-04-23  Simon Baldwin  <simonb@google.com>
465
466         * g++.dg/other/error15.C: New.
467         * g++.dg/cpp0x/variadic-ex9.C: Renamed function parameter to avoid
468         triggering a "multiple parameters named" error.
469
470 2007-04-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
471
472         PR fortran/31618
473         * gfortran.dg/backspace_8.f:  New test case.
474
475 2007-04-23  Paul Thomas  <pault@gcc.gnu.org>
476
477         PR fortran/31630
478         * gfortran.dg/used_types_17.f90: New test.
479
480         PR fortran/31620
481         * gfortran.dg/zero_array_components_1.f90: New test.
482
483 2007-04-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
484
485         PR fortran/31616
486         * gfortran.dg/open_errors.f90: Allow a different error message.
487
488 2007-04-23  Uros Bizjak  <ubizjak@gmail.com>
489
490         * lib/target-supports.exp (check_effective_target_vect_pack_trunc):
491         Rename from check_effective_target_vect_pack_mod.  Rename global
492         variable et_vect_pack_mod to et_vect_pack_trunc.  Update debug
493         messages.
494         * gcc.dg/vect/vect-iv-8.c: Update target check for vect_pack_trunc
495         rename.
496         * gcc.dg/vect/vect-iv-8a.c: Ditto.
497         * gcc.dg/vect/vect-multitypes-8.c: Ditto.
498
499 2007-04-22  Andrew Pinski  <andrew_pinski@playstation.sony.com>
500
501         PR middle-end/31448
502         * gcc.c-torture/execute/pr31448.c: New testcase.
503
504 2007-04-22  Nick Clifton  <nickc@redhat.com>
505
506         * gcc.dg/20020312-2.c: Add support for the FRV.
507
508 2007-04-22  Uros Bizjak  <ubizjak@gmail.com>
509
510         PR tree-optimization/24659
511         * gcc.dg/vect/vect-float-extend-1.c: New test.
512         * gcc.dg/vect/vect-float-truncate-1.c: New test.
513
514 2007-04-22  Richard Guenther  <rguenther@suse.de>
515
516         PR tree-optimization/29789
517         * gcc.dg/tree-ssa/ssa-lim-1.c: New testcase.
518         * gcc.dg/tree-ssa/ssa-lim-2.c: Likewise.
519
520 2007-04-22  Revital Eres  <eres@il.ibm.com>
521
522         * gcc.dg/var-expand2.c: New test.
523
524 2007-04-22  Revital Eres  <eres@il.ibm.com>
525
526         * gcc.dg/var-expand3.c: New test.
527
528 2007-04-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
529
530         PR fortran/31495
531         * gfortran.dg/continuation_8.f90: New test.
532
533 2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
534
535         PR C/30265
536         * gcc.c-torture/compile/compound-literal-2.c: New testcase.
537         * gcc.c-torture/compile/compound-literal-3.c: New testcase.
538
539 2007-04-21  Richard Guenther  <rguenther@suse.de>
540
541         PR middle-end/31136
542         * gcc.c-torture/execute/pr31136.c: New testcase.
543
544 2007-04-21  Alexandre Oliva  <aoliva@redhat.com>
545
546         * gcc.target/i386/movsi-sm-1.c: New.
547
548 2007-04-20  Richard Henderson  <rth@redhat.com>
549
550         * gcc.dg/pr28796-2.c: Add -mieee for alpha.
551         * gcc.dg/pr27095.c: Cope with alpha GOT load.
552
553 2007-04-20  Jakub Jelinek  <jakub@redhat.com>
554
555         * gcc.target/i386/ordcmp-1.c: New test.
556         * gcc.target/i386/unordcmp-1.c: New test.
557
558         PR tree-optimization/31632
559         * gcc.c-torture/compile/20070419-1.c: New test.
560
561 2007-04-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
562
563         * gcc.dg/invalid-call-1.c: New test.
564
565 2007-04-18  Dirk Mueller  <dmueller@suse.de>
566
567         PR diagnostic/31227
568         * gcc.dg/Warray-bounds-3.c: New.
569
570 2007-04-18  Richard Guenther  <rguenther@suse.de>
571
572         PR tree-optimization/19431
573         PR tree-optimization/21463
574         * gcc.c-torture/execute/20070212-1.c: New testcase.
575         * gcc.c-torture/execute/20070212-2.c: Likewise.
576         * gcc.c-torture/execute/20070212-3.c: Likewise.
577         * gcc.dg/tree-ssa/pr19431.c: Likewise.
578         * gcc.dg/tree-ssa/pr21463.c: Likewise.
579         * g++.dg/tree-ssa/pr21463.C: Likewise.
580         * g++.dg/tree-ssa/pr30738.C: Likewise.
581
582 2007-04-17  Mark Mitchell  <mark@codesourcery.com>
583
584         PR c++/31513
585         * g++.dg/expr/bitfield8.C: New test.
586
587 2007-04-17  Joseph Myers  <joseph@codesourcery.com>
588             Richard Sandiford  <richard@codesourcery.com>
589
590         * lib/target-supports.exp (check_profiling_available): Return 0
591         for uClibc with -p or -pg.
592
593 2007-04-17  Simon Martin  <simartin@users.sourceforge.net>
594
595         PR c++/31517
596         * g++.dg/template/init7.C: New test.
597
598 2007-04-17  Zdenek Dvorak  <dvorakz@suse.cz>
599
600         PR rtl-optimization/31360
601         * gcc.dg/loop-7.c: New test.
602
603 2007-04-17  Mark Mitchell  <mark@codesourcery.com>
604
605         * gcc.misc-tests/linkage.exp: Do not run on remote hosts.
606         * lib/compat.exp (compat-run): Use file_on_host, not remote_file
607         build.
608         (compat-execute): Likewise.
609         * lib/copy-file.exp (gcc_copy_files): Use remote_download to copy
610         files to remote hosts.
611         * lib/c-ctorture.exp (c-torture-compile): Likewise.
612         (c-torture-execute): Likewise.
613         * lib/dg-pch.exp (dg-pch): Use file_on_host, not remote_file build
614         or plain file.  Use remote_upload and remote_download to copy
615         files about.
616         * lib/scanasm.exp (dg-scan): Upload the file from the remote host
617         before scanning it.
618
619 2007-04-17  Dorit Nuzman  <dorit@il.ibm.com>
620
621         * gcc.dg/vect/no-tree-scev-cprop-vect-iv-3.c: New test.
622
623 2007-04-16  Lawrence Crowl  <crowl@google.com>
624
625         * g++.dg/other/fesd-any.C: Test -femit-struct-debug-detailed=any.
626         * g++.dg/other/fesd-any.h: Test -femit-struct-debug-detailed=any.
627         * g++.dg/other/fesd-baseonly.C: Test -femit-struct-debug-baseonly.
628         * g++.dg/other/fesd-baseonly.h: Test -femit-struct-debug-baseonly.
629         * g++.dg/other/fesd-none.C: Test -femit-struct-debug-detailed=none.
630         * g++.dg/other/fesd-none.h: Test -femit-struct-debug-detailed=none.
631         * g++.dg/other/fesd-reduced.C: Test -femit-struct-debug-reduced.
632         * g++.dg/other/fesd-reduced.h: Test -femit-struct-debug-reduced.
633         * g++.dg/other/fesd-sys.C: Test -femit-struct-debug-detailed=sys.
634         * g++.dg/other/fesd-sys.h: Test -femit-struct-debug-detailed=sys.
635         * g++.dg/other/fesd.h: Common to -femit-struct-debug-... tests.
636
637         * gcc.dg/fesd-any.c: Test -femit-struct-debug-detailed=any.
638         * gcc.dg/fesd-any.h: Test -femit-struct-debug-detailed=any.
639         * gcc.dg/fesd-baseonly.c: Test -femit-struct-debug-baseonly.
640         * gcc.dg/fesd-baseonly.h: Test -femit-struct-debug-baseonly.
641         * gcc.dg/fesd-none.c: Test -femit-struct-debug-detailed=none.
642         * gcc.dg/fesd-none.h: Test -femit-struct-debug-detailed=none.
643         * gcc.dg/fesd-reduced.c: Test -femit-struct-debug-reduced.
644         * gcc.dg/fesd-reduced.h: Test -femit-struct-debug-reduced.
645         * gcc.dg/fesd-sys.c: Test -femit-struct-debug-detailed=sys.
646         * gcc.dg/fesd-sys.h: Test -femit-struct-debug-detailed=sys.
647         * gcc.dg/fesd.h: Common to -femit-struct-debug-... tests.
648
649 2007-04-16  Ian Lance Taylor  <iant@google.com>
650
651         PR tree-optimization/31522
652         * gcc.dg/Wstrict-overflow-16.c: New test.
653
654 2007-04-17  Kazu Hirata  <kazu@codesourcery.com>
655
656         * gcc.dg/cpp/_Pragma6.c: Skip on fido-*-* and m68k-*-*.
657
658 2007-04-17  Tobias Schlüter  <tobi@gcc.gnu.org>
659
660         PR fortran/31144
661         * gfortran.dg/module_naming_1.f90: New.
662
663 2007-04-16  Richard Sandiford  <richard@codesourcery.com>
664
665         * lib/target-supports.exp (check_profiling_available): Return
666         false for m68k-*-uclinux.
667
668 2007-04-16  Seongbae Park <seongbae.park@gmail.com>
669
670         PR c++/29365
671         Testcase for c++ anonymous namespace warning
672
673         * g++.dg/warn/anonymous-namespace-1.C: New test
674         * g++.dg/warn/anonymous-namespace-1.h: New test
675
676 2007-04-14  Andrew Pinski  <andrew_pinski@playstation.sony.com>
677
678         PR testsuite/31578
679         * gcc.dg/gnu89-init-4.c: Change to a compile only test.
680
681 2007-04-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
682
683         * gfortran.dg/warnings_are_errors_1.f90: Add -std=f95 to options.
684
685 2007-04-15  Paul Thomas  <pault@gcc.gnu.org>
686
687         PR fortran/31204
688         * gfortran.dg/array_constructor_16.f90: New test.
689
690 2007-04-15  Kazu Hirata  <kazu@codesourcery.com>
691
692         * gcc.dg/pr19340.c, gcc.dg/tree-ssa/loop-1.c,
693         gcc.dg/weak/typeof-2.c: Skip on fido-*-*.
694
695 2007-04-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
696
697         PR rtl-optimization/31500
698         * gcc.dg/Warray-bounds.c: Skip on hppa*-*-*.
699         * g++.dg/warn/Warray-bounds.C: Likewise.
700
701 2007-04-14  Andrew Pinski  <andrew_pinski@playstation.sony.com>
702
703         PR C/31520
704         * gcc.dg/gnu89-init-4.c: New testcase.
705
706 2007-04-14  Jakub Jelinek  <jakub@redhat.com>
707
708         PR c++/25874
709         * gcc.dg/gomp/pr25874.c: Add dg-options.
710         * g++.dg/gomp/pr25874.C: Add dg-options.
711
712 2007-04-14  Bernhard Fischer  <aldot@gcc.gnu.org>
713
714         PR fortran/21061
715         * gfortran.dg/warnings_are_errors_1.f90: New testcase.
716         * gfortran.dg/warnings_are_errors_1.f: New testcase.
717
718 2007-04-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
719
720         PR fortran/31561
721         * gfortran.dg/vect/vect-4.f90: xfail on vect_no_align targets.
722
723 2007-04-14 Paul Thomas <pault@gcc.gnu.org>
724
725         PR fortran/29507
726         PR fortran/31404
727         * gfortran.dg/initialization_6.f90: New test.
728
729 2007-04-14  Kazu Hirata  <kazu@codesourcery.com>
730
731         * gcc.c-torture/compile/pr27528.c: Require nonpic.
732
733         * lib/target-supports.exp (check_gc_sections_available):
734         Return false if ldflags includes -elf2flt.
735
736 2007-04-13  Jason Merrill  <jason@redhat.com>
737
738         PR c++/31074
739         * conv3.C: New test.
740
741 2007-04-13  Mike Stump  <mrs@apple.com>
742
743         * obj-c++.dg/stubify-1.mm: Only run on powerpc.
744         * obj-c++.dg/template-4.mm: Don't run when 64-bit.
745
746 2007-04-13  Joseph Myers  <joseph@codesourcery.com>
747
748         PR tree-optimization/29598
749         * gcc.dg/tree-ssa/loadpre1.c: XFAIL.
750
751 2007-04-13  Tobias Burnus  <burnus@net-b.de>
752
753         PR fortran/31559
754         * gfortran.dg/func_assign.f90: New test.
755
756 2007-04-13  Paul Thomas  <pault@gcc.gnu.org>
757
758         PR fortran/31550
759         * gfortran.dg/used_types_16.f90: New test.
760
761 2007-04-13  Tobias Schlüter  <tobi@gcc.gnu.org>
762
763         PR fortran/18937
764         * gfortran.dg/goto_2.f90: New.
765         * gfortran.dg/goto_3.f90: New.
766         * gfortran.dg/pr17708.f90: Rename to ...
767         * gfortran.dg/goto_4.f90: ... this, add comment pointing to PR.
768
769 2007-04-13  Tobias Burnus  <burnus@net-b.de>
770
771         PR fortran/31562
772         * gfortran.dg/f2c_4.c: Use GNU extensions for complex
773         instead of a struct.
774
775 2007-04-13  Tobias Burnus  <burnus@net-b.de>
776
777         PR fortran/31562
778         * gfortran.dg/value_4.c: Use GNU extensions for complex
779         instead of a struct.
780
781 2007-04-13  Richard Guenther  <rguenther@suse.de>
782
783         PR tree-optimization/21258
784         * gcc.dg/tree-ssa/vrp34.c: New testcase.
785
786 2007-04-12  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
787
788         * gfortran.dg/c_by_val.c: Use GCC extensions instead of including
789         <complex.h>.
790
791 2007-04-12  Tobias Schlüter  <tobi@gcc.gnu.org>
792
793         PR fortran/31250
794         * gfortran.dg/char_length_2.f90: New.
795         * gfortran.dg/repeat_2.f90: Add dg-warning annotations.
796         * gfortran.dg/repeat_4.f90: Likewise.
797
798         PR fortran/31266
799         * gfortran.dg/char_assign_1.f90: New.
800
801         PR fortran/31471
802         * gfortran.dg/block_name_1.f90: New.
803         * gfortran.dg/block_name_2.f90: New.
804
805 2007-04-12  Douglas Gregor  <doug.gregor@gmail.com>
806
807         PR c++/31078
808         * g++.dg/other/pr31078.C: New.
809
810 2007-04-12  Richard Guenther  <rguenther@suse.de>
811
812         PR tree-optimization/31169
813         * gcc.c-torture/execute/pr31169.c: New testcase.
814
815 2007-04-12  Richard Guenther  <rguenther@suse.de>
816
817         PR tree-optimization/24689
818         PR tree-optimization/31307
819         * g++.dg/tree-ssa/pr31307.C: New testcase.
820         * gcc.dg/tree-ssa/pr24689.c: Likewise.
821
822 2007-04-12  Tobias Burnus  <burnus@net-b.de>
823
824         PR fortran/31472
825         * gfortran.dg/access_spec_1.f90: New test.
826         * gfortran.dg/access_spec_2.f90: New test.
827         * gfortran.dg/non_module_public.f90: Match new error message.
828
829 2007-04-11  Paul Thomas  <pault@gcc.gnu.org>
830
831         PR testsuite/31538
832         * gfortran.dg/result_in_spec_1.f90: Increase dimension from 2
833         to 4 at line 38 to fix bounds problem.
834
835 2007-04-11  Tobias Burnus  <burnus@net-b.de>
836
837         PR testsuite/31240
838         * gfortran.dg/pointer_intent_1.f90: Fix test.
839
840 2007-04-10  Eric Christopher  <echristo@apple.com>
841
842         * lib/target-supports.exp
843         (check_effective_target_fstack_protector): Rewrite.
844
845 2007-04-09  Mark Mitchell  <mark@codesourcery.com>
846
847         PR c++/31449
848         * g++.dg/init/const5.C: New test.
849
850 2007-04-09  Jan Hubicka  <jh@suse.cz>
851
852         * gcc.dg/tree-ssa/foldaddr-3.c: New file.
853
854 2007-04-08  Jan Hubicka  <jh@suse.cz>
855
856         * gcc.dg/tree-ssa/foldaddr-2.c: New file.
857
858 2007-04-07  Paul Thomas  <pault@gcc.gnu.org>
859
860         PR fortran/31257
861         * gfortran.dg/achar_4.f90: New test.
862
863 2007-04-07  Paul Thomas  <pault@gcc.gnu.org>
864
865         PR fortran/30880
866         * gfortran.dg/used_dummy_types_8.f90: New test.
867
868 2007-04-07  Paul Thomas  <pault@gcc.gnu.org>
869
870         PR fortran/30872
871         * gfortran.dg/parameter_array_element_1.f90: New test.
872
873 2007-04-07  Paul Thomas  <pault@gcc.gnu.org>
874
875         PR fortran/31222
876         * gfortran.dg/default_numeric_type_1.f90: New test.
877
878 2007-04-07  Paul Thomas  <pault@gcc.gnu.org>
879
880         PR fortran/31424
881         * gfortran.dg/unreferenced_use_assoc_1.f90: New test.
882
883 2007-04-07  Paul Thomas  <pault@gcc.gnu.org>
884
885         PR fortran/31293
886         * gfortran.dg/interface_12.f90: New test.
887
888 2007-04-07  Bruce Korb  <bkorb@gnu.org>
889
890         * gcc.dg/format/opt-6.c: New test.
891         * gcc.dg/format/nul-1.c: New test.
892         * gcc.dg/format/nul-2.c: New test.
893
894 2007-04-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
895
896         PR libgfortran/31395
897         * gfortran.dg/fmt_colon.f90: New test.
898
899 2007-04-06  Mark Mitchell  <mark@codesourcery.com>
900
901         * g++.old-deja/g++.other/init18.C: Use
902         dg-require-effective-target instead of an explicit xfail.
903
904 2007-04-05  Janis Johnson  <janis187@us.ibm.com>
905
906         * gcc.dg/dfp/signbit-1.c
907         * gcc.dg/dfp/signbit-2.c
908
909 2007-04-05  Paul Thomas  <pault@gcc.gnu.org>
910
911         PR fortran/31483
912         * gfortran.dg/altreturn_5.f90: New test.
913
914 2007-04-05  Paul Thomas  <pault@gcc.gnu.org>
915
916         PR fortran/31292
917         * gfortran.dg/contained_module_proc_1.f90: New test.
918
919 2007-04-04  Stuart Hastings  <stuart@apple.com>
920
921         PR 31281
922         * testsuite/objc/execute/exceptions/pr31281.m: New.
923
924 2007-04-04  Danny Smith  <dannysmith.users.sourceforge.net>
925
926         * g++.dg/ext/dllimport12.C: Update comments.
927
928 2007-04-03  Eric Christopher  <echristo@apple.com>
929
930         * g++.dg/tree-ssa/pr29902.C: Require ilp32.
931
932 2007-04-03  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
933
934         PR fortran/31304
935         * gfortran.dg/repeat_2.f90: New test.
936         * gfortran.dg/repeat_3.f90: New test.
937         * gfortran.dg/repeat_4.f90: New test.
938
939 2007-04-03  Uros Bizjak  <ubizjak@gmail.com>
940
941         * gcc.dg/tls/opt-3.c: Use -mregparm=3 only for ilp32 on x86_64 targets.
942
943 2007-04-03  Jakub Jelinek  <jakub@redhat.com>
944
945         PR c++/30847
946         * g++.dg/parse/cond3.C: New test.
947
948         PR middle-end/30704
949         * gcc.c-torture/execute/ieee/pr30704.c: New test.
950
951 2007-04-02  Jason Merrill  <jason@redhat.com>
952
953         PR c++/31187
954         * g++.dg/ext/visibility/anon3.C: New test.
955
956 2007-04-01  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
957
958         PR libgfortran/31052
959         * gfortran.dg/namelist_28.f90: New test.
960
961 2007-04-01  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
962
963         PR libgfortran/31366
964         * gfortran.dg/direct_io_6.f90: New test.
965
966 2007-04-01  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
967
968         PR libgfortran/31207
969         * gfortran.dg/advance_5.f90: New test.
970         * gfortran.dg/advance_6.f90: New test.
971
972 2007-04-01  Danny Smith  <dannysmith@users.sourceforge.net>
973
974         * g++.dg/ext/dllimport6.C: Remove extra ';'.
975         * g++.dg/ext/dllimport7.C: Likewise.
976         * g++.dg/ext/selectany1.C: Likewise.
977
978 2007-03-31  Douglas Gregor  <doug.gregor@gmail.com>
979
980         * g++.dg/parser/pr31138.C: New.
981         * g++.dg/parser/pr31140.C: New.
982         * g++.dg/parser/pr31141.C: New.
983
984 2007-03-30  Paolo Carlini  <pcarlini@suse.de>
985
986         PR c++/26099
987         * g++.dg/ext/is_base_of.C: New.
988         * g++.dg/ext/has_virtual_destructor.C: New.
989         * g++.dg/ext/is_polymorphic.C: New.
990         * g++.dg/ext/is_base_of_diagnostic.C: New.
991         * g++.dg/ext/is_enum.C: New.
992         * g++.dg/ext/has_nothrow_assign.C: New.
993         * g++.dg/ext/has_nothrow_constructor.C: New.
994         * g++.dg/ext/is_empty.C: New.
995         * g++.dg/ext/has_trivial_copy.C: New.
996         * g++.dg/ext/has_trivial_assign.C: New.
997         * g++.dg/ext/is_abstract.C: New.
998         * g++.dg/ext/is_pod.C: New.
999         * g++.dg/ext/has_nothrow_copy.C: New.
1000         * g++.dg/ext/is_class.C: New.
1001         * g++.dg/ext/has_trivial_constructor.C: New.
1002         * g++.dg/ext/is_union.C: New.
1003         * g++.dg/ext/has_trivial_destructor.C: New.
1004         * g++.dg/tree-ssa/pr22444.C: Adjust, avoid __is_pod.
1005         * g++.dg/template/crash43.C: Likewise.
1006
1007 2007-03-29  Dirk Mueller  <dmueller@suse.de>
1008
1009         * g++.dg/warn/pedantic2.C: New testcase.
1010
1011 2007-03-29  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1012
1013         * size_dim.f90: Fix dg directive.
1014         * pr16433.f: Likewise.
1015         * use_6.f90: Likewise.
1016         * use_7.f90: Likewise.
1017         * entry_9.f90: Likewise.
1018         * pointer_intent_2.f90: Likewise.
1019         * protected_1.f90: Likewise.
1020         * fmt_missing_period_2.f: Likewise.
1021         * pointer_intent_3.f90: Likewise.
1022         * protected_2.f90: Likewise.
1023         * protected_3.f90: Likewise.
1024         * pr15754.f90: Likewise.
1025         * protected_4.f90: Likewise.
1026         * protected_5.f90: Likewise.
1027         * initialization_2.f90: Likewise.
1028         * protected_6.f90: Likewise.
1029         * continuation_7.f90: Likewise.
1030         * derived_function_interface_1.f90: Likewise.
1031         * der_pointer_4.f90: Likewise.
1032         * fmt_zero_precision.f90: Likewise.
1033         * blockdata_3.f90: Likewise.
1034         * fmt_missing_period_1.f: Likewise.
1035         * real_const_3.f90: Likewise.
1036         * use_4.f90: Likewise.
1037         * fmt_missing_period_3.f: Likewise.
1038         * use_5.f90: Likewise.
1039
1040 2007-03-28  Mike Stump  <mrs@apple.com>
1041
1042         * gcc.dg/darwin-comm.c: Add.
1043
1044 2007-03-28  Eric Christopher  <echristo@apple.com>
1045
1046         * lib/target-supports.exp (check_effective_target_fstack_protector): New.
1047         * gcc.dg/ssp-1.c: Use.
1048         * gcc.dg/ssp-2.c: Ditto.
1049
1050 2007-03-28  Simon Martin  <simartin@users.sourceforge.net>
1051
1052         PR c++/29077
1053         * g++.dg/parse/constructor3.C: New test.
1054
1055 2007-03-28  Eric Botcazou  <ebotcazou@adacore.com>
1056
1057         * gnat.dg/thin_pointer.ad[sb]: New test.
1058
1059 2007-03-28 Douglas Gregor <doug.gregor@gmail.com>
1060
1061         * g++.dg/cpp0x/bracket1.C: New.
1062         * g++.dg/cpp0x/bracket2.C: New.
1063         * g++.dg/cpp0x/bracket3.C: New.
1064         * g++.dg/cpp0x/bracket4.C: New.
1065
1066 2007-03-28  Douglas Gregor  <doug.gregor@gmail.com>
1067
1068         * g++.dg/cpp0x/temp_default1.C: New.
1069         * g++.dg/cpp0x/temp_default3.C: New.
1070         * g++.dg/cpp0x/temp_default2.C: New.
1071         * g++.dg/cpp0x/temp_default4.C: New.
1072
1073 2007-03-28  Douglas Gregor  <doug.gregor@gmail.com>
1074
1075         PR c++/29993
1076         * g++.dg/other/cv_func2.C: New.
1077
1078 2007-03-27  Janis Johnson  <janis187@us.ibm.com>
1079
1080         * gcc.dg/dfp/func-vararg-alternate.h: New file.
1081         * gcc.dg/dfp/func-vararg-alternate-d32.c: New test.
1082         * gcc.dg/dfp/func-vararg-alternate-d64.c: New test.
1083         * gcc.dg/dfp/func-vararg-alternate-d128.c: New test.
1084
1085         * gcc.dg/dfp/func-vararg-mixed.c: Add optional debugging output.
1086         * gcc.dg/dfp/func-vararg-dfp.c: Ditto.
1087
1088         * gcc.dg/dfp/operator-cond.c: Call init, fix typo.
1089
1090         * lib/compat.exp (compat-execute): Fix processing of file names.
1091
1092 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
1093
1094         * gcc.target/powerpc/ppc-stackalign-1.c: Run for powerpc-eabi.
1095
1096 2007-03-27  Uros Bizjak  <ubizjak@gmail.com>
1097
1098         * lib/target-supports.exp (check_effective_target_fortran_large_real):
1099         Delete created executable test file.
1100         (check_effective_target_fortran_large_int): Ditto.
1101         (check_effective_target_static_libgfortran): Ditto.
1102
1103 2007-03-26  Paolo Carlini  <pcarlini@suse.de>
1104
1105         PR c++/30500
1106         * g++.dg/warn/pragma-system_header1.C: New test.
1107         * g++.dg/warn/pragma-system_header2.C: New test.
1108         * g++.dg/warn/pragma-system_header1.h. New.
1109         * g++.dg/warn/pragma-system_header2.h. New.
1110
1111 2007-03-26  Ian Lance Taylor  <iant@google.com>
1112
1113         PR tree-optimization/31345
1114         * gcc.c-torture/compile/pr31345-1.c: New test.
1115
1116 2007-03-26  Brooks Moses  <brooks.moses@codesourcery.com>
1117
1118         * gfortran.dg/func_derived_4.f90: Fix module cleanup.
1119         * gfortran.dg/gomp/appendix-a/a.22.4.f90: Clean up modules.
1120         * gfortran.dg/gomp/appendix-a/a.26.2.f90: Likewise.
1121         * gfortran.dg/gomp/appendix-a/a.32.1.f90: Likewise.
1122         * gfortran.dg/overload_1.f90: Likewise.
1123         * gfortran.dg/impure_assignment_1.f90: Likewise.
1124         * gfortran.dg/error_recovery_3.f90: Likewise.
1125         * gfortran.dg/alloc_comp_basics_1.f90: Likewise.
1126         * gfortran.dg/sequence_types_1.f90: Likewise.
1127         * gfortran.dg/internal_references_1.f90: Likewise.
1128         * gfortran.dg/present_1.f90: Likewise.
1129         * gfortran.dg/volatile10.f90: Likewise.
1130         * gfortran.dg/module_equivalence_2.f90: Likewise.
1131         * gfortran.dg/use_4.f90: Likewise.
1132         * gfortran.dg/elemental_result_1.f90: Likewise.
1133         * gfortran.dg/generic_actual_arg.f90: Likewise.
1134         * gfortran.dg/private_type_5.f90: Likewise.
1135         * gfortran.dg/protected_4.f90: Likewise.
1136         * gfortran.dg/interface_3.f90: Likewise.
1137
1138 2007-03-26  Uros Bizjak  <ubizjak@gmail.com>
1139
1140         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Remove build file trivial.S.
1141         * gcc.dg/debug/dwarf2/dwarf2.exp: Ditto.
1142
1143 2007-03-26  Uros Bizjak  <ubizjak@gmail.com>
1144
1145         * gfortran.dg/use_[567].f90: Use correct cleanup-modules dg directive.
1146
1147 2007-03-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1148
1149         PR libgfortran/31199
1150         * gfortran.dg/fmt_t_4.f90: New test.
1151
1152 2007-03-25  Thomas Koenig  <tkoenig@gcc.gnu.org>
1153
1154         PR libfortran/31297
1155         * gfortran.dg/backspace_5.f:  Initialize variable(s).
1156         * gfortran.dg/backspace_6.f:  Likewise.
1157         * gfortran.dg/char_bounds_check_fail_1: Likewise.
1158         * gfortran.dg/direct_io_2.f90:  Likewise.
1159         * gfortran.dg/write_back.f:  Likewise.
1160         * gfortran.dg/write_rewind_2.f:  Likewise.
1161         * gfortran.dg/write_rewind_1.f:  Likewise.
1162         * gfortran.dg/write_rewind_2.f:  Likewise.
1163
1164 2007-03-25  Dorit Nuzman  <dorit@il.ibm.com>
1165
1166         PR tree-optimization/30784
1167         * gcc.dg/vect/pr30784.c: New test.
1168
1169 2007-03-25  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1170
1171         PR fortran/30877
1172         * gfortran.dg/operator_1.f90: New test.
1173         * gfortran.dg/operator_2.f90: New test.
1174
1175 2007-03-25  Thomas Koenig  <tkoenig@gcc.gnu.org>
1176
1177         PR libfortran/31196
1178         * gfortran.dg/reshape_transpose_1.f90:  New test.
1179
1180 2007-03-24  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1181
1182         PR fortran/30655
1183         * gfortran.dg/bounds_check_6.f90: New test.
1184
1185 2007-03-23  Michael Meissner  <michael.meissner@amd.com>
1186
1187         * gcc.dg/dfp/convert-dfp.c: Wrap __STDC_WANT_DEC_FP__ with
1188         #ifndef/#endif.
1189         * gcc.dg/dfp/convert-int-saturate.c: Ditto.
1190         * gcc.dg/dfp/decfloat-constants.c: Ditto.
1191
1192 2007-03-24  Paul Thomas  <pault@gcc.gnu.org>
1193
1194         PR fortran/31209
1195         * gfortran.dg/pointer_function_actual_1.f90: New test.
1196
1197         PR fortran/31200
1198         * gfortran.dg/pointer_function_actual_2.f90: New test.
1199
1200         PR fortran/31215
1201         * gfortran.dg/result_in_spec_1.f90: New test.
1202
1203 2007-03-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1204
1205         PR fortran/30834
1206         * gfortran.dg/integer_exponentiation_3.F90: New test.
1207         * gfortran.dg/integer_exponentiation_4.f90: New test.
1208         * gfortran.dg/integer_exponentiation_5.F90: New test.
1209
1210 2007-03-22  Mark Mitchell  <mark@codesourcery.com>
1211
1212         PR c++/30863
1213         * g++.dg/template/error24.C: New test.
1214         * g++.dg/parse/tmpl-outside1.C: Tweak error markers.
1215
1216 2007-03-22  Mark Mitchell  <mark@codesourcery.com>
1217
1218         PR c++/31273
1219         * g++.dg/expr/bitfield7.C: New test.
1220
1221 2007-03-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1222
1223         PR other/23572
1224         * gcc.dg/float-range-4.c: New.
1225         * gcc.dg/float-range-1.c: Update. Test for a warning.
1226         * gcc.dg/float-range-3.c: New.
1227         * gcc.dg/float-range-5.c: New.
1228
1229 2007-03-22  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1230
1231         PR fortran/31262
1232         * gfortran.dg/no_range_check_1.f90: New test.
1233
1234 2007-03-22  Dirk Mueller  <dmueller@suse.de>
1235
1236         * g++.old-deja/g++.brendan/warnings2.C: Don't use -pedantic.
1237         * g++.dg/other/static1.C: Remove stray semicolon.
1238         * g++.dg/other/init1.C: Likewise.
1239         * g++.dg/rtti/dyncast1.C: Likewise.
1240         * g++.dg/tree-ssa/pr17153.C: Likewise.
1241         * g++.dg/lookup/disamb1.C: Likewise.
1242         * g++.dg/lookup/scoped2.C: Likewise.
1243         * g++.dg/lookup/friend7.C: Likewise.
1244         * g++.dg/parse/parse4.C: Likewise.
1245         * g++.dg/parse/parse5.C: Likewise.
1246         * g++.dg/expr/pr29066.C: Likewise.
1247         * g++.dg/expr/cast4.C: Likewise.
1248         * g++.dg/tc1/dr193.C: Likewise.
1249         * g++.dg/tc1/dr213.C: Likewise.
1250         * g++.dg/abi/dcast1.C: Likewise.
1251         * g++.dg/abi/covariant2.C: Likewise.
1252         * g++.dg/inherit/covariant11.C: Likewise.
1253         * g++.dg/inherit/covariant9.C: Likewise.
1254         * g++.dg/inherit/covariant10.C: Likewise.
1255         * g++.dg/init/static3.C: Likewise.
1256         * g++.dg/init/init-ref3.C: Likewise.
1257         * g++.dg/init/ref10.C: Likewise.
1258         * g++.dg/template/meminit2.C: Likewise.
1259         * g++.dg/template/using9.C: Likewise.
1260         * g++.dg/template/friend9.C: Likewise.
1261         * g++.dg/template/ref1.C: Likewise.
1262         * g++.old-deja/g++.warn/inline.C: Likewise.
1263         * g++.old-deja/g++.robertl/eb91.C: Likewise.
1264         * g++.old-deja/g++.robertl/eb46.C: Likewise.
1265         * g++.old-deja/g++.robertl/eb34.C: Likewise.
1266         * g++.old-deja/g++.robertl/eb43.C: Likewise.
1267         * g++.old-deja/g++.robertl/eb26.C: Likewise.
1268         * g++.old-deja/g++.robertl/eb116.C: Likewise.
1269         * g++.old-deja/g++.brendan/copy5.C: Likewise.
1270         * g++.old-deja/g++.brendan/overload8.C: Likewise.
1271         * g++.old-deja/g++.brendan/overload11.C: Likewise.
1272         * g++.old-deja/g++.brendan/copy7.C: Likewise.
1273         * g++.old-deja/g++.brendan/crash38.C: Likewise.
1274         * g++.old-deja/g++.brendan/template11.C: Likewise.
1275         * g++.old-deja/g++.brendan/err-msg3.C: Likewise.
1276         * g++.old-deja/g++.brendan/crash50.C: Likewise.
1277         * g++.old-deja/g++.brendan/crash16.C: Likewise.
1278         * g++.old-deja/g++.jason/pmem2.C: Likewise.
1279         * g++.old-deja/g++.jason/parse9.C: Likewise.
1280         * g++.old-deja/g++.jason/byval2.C: Likewise.
1281         * g++.old-deja/g++.jason/overload8.C: Likewise.
1282         * g++.old-deja/g++.jason/pmf8.C: Likewise.
1283         * g++.old-deja/g++.jason/template33.C: Likewise.
1284         * g++.old-deja/g++.jason/return3.C: Likewise.
1285         * g++.old-deja/g++.jason/scoping2.C: Likewise.
1286         * g++.old-deja/g++.jason/virtual.C: Likewise.
1287         * g++.old-deja/g++.jason/opeq3.C: Likewise.
1288         * g++.old-deja/g++.jason/template27.C: Likewise.
1289         * g++.old-deja/g++.jason/synth6.C: Likewise.
1290         * g++.old-deja/g++.jason/ref8.C: Likewise.
1291         * g++.old-deja/g++.jason/offset1.C: Likewise.
1292         * g++.old-deja/g++.other/static20.C: Likewise.
1293         * g++.old-deja/g++.other/array1.C: Likewise.
1294         * g++.old-deja/g++.other/new3.C: Likewise.
1295         * g++.old-deja/g++.other/array2.C: Likewise.
1296         * g++.old-deja/g++.other/overload9.C: Likewise.
1297         * g++.old-deja/g++.other/cast6.C: Likewise.
1298         * g++.old-deja/g++.other/ptrmem8.C: Likewise.
1299         * g++.old-deja/g++.other/eh4.C: Likewise.
1300         * g++.old-deja/g++.other/using7.C: Likewise.
1301         * g++.old-deja/g++.other/init18.C: Likewise.
1302         * g++.old-deja/g++.other/dyncast1.C: Likewise.
1303         * g++.old-deja/g++.other/dyncast2.C: Likewise.
1304         * g++.old-deja/g++.other/dtor11.C: Likewise.
1305         * g++.old-deja/g++.pt/static11.C: Likewise.
1306         * g++.old-deja/g++.pt/crash19.C: Likewise.
1307         * g++.old-deja/g++.pt/overload12.C: Likewise.
1308         * g++.old-deja/g++.pt/crash46.C: Likewise.
1309         * g++.old-deja/g++.pt/mi1.C: Likewise.
1310         * g++.old-deja/g++.pt/vaarg3.C: Likewise.
1311         * g++.old-deja/g++.pt/nontype5.C: Likewise.
1312         * g++.old-deja/g++.pt/local5.C: Likewise.
1313         * g++.old-deja/g++.pt/typename2.C: Likewise.
1314         * g++.old-deja/g++.pt/explicit80.C: Likewise.
1315         * g++.old-deja/g++.pt/auto_ptr.C: Likewise.
1316         * g++.old-deja/g++.law/visibility1.C: Likewise.
1317         * g++.old-deja/g++.law/visibility2.C: Likewise.
1318         * g++.old-deja/g++.law/virtual2.C: Likewise.
1319         * g++.old-deja/g++.law/operators19.C: Likewise.
1320         * g++.old-deja/g++.law/parsing10.C: Likewise.
1321         * g++.old-deja/g++.law/visibility4.C: Likewise.
1322         * g++.old-deja/g++.law/operators4.C: Likewise.
1323         * g++.old-deja/g++.law/dtors2.C: Likewise.
1324         * g++.old-deja/g++.law/missed-error3.C: Likewise.
1325         * g++.old-deja/g++.law/visibility10.C: Likewise.
1326         * g++.old-deja/g++.law/scope3.C: Likewise.
1327         * g++.old-deja/g++.law/casts2.C: Likewise.
1328         * g++.old-deja/g++.law/code-gen5.C: Likewise.
1329         * g++.old-deja/g++.law/operators33.C: Likewise.
1330         * g++.old-deja/g++.law/friend4.C: Likewise.
1331         * g++.old-deja/g++.mike/pmf7.C: Likewise.
1332         * g++.old-deja/g++.mike/p5611.C: Likewise.
1333         * g++.old-deja/g++.mike/net37.C: Likewise.
1334         * g++.old-deja/g++.mike/p3570.C: Likewise.
1335         * g++.old-deja/g++.mike/p5718.C: Likewise.
1336         * g++.old-deja/g++.mike/net21.C: Likewise.
1337         * g++.old-deja/g++.mike/p1862.C: Likewise.
1338         * g++.old-deja/g++.mike/p4511.C: Likewise.
1339         * g++.old-deja/g++.mike/virt3.C: Likewise.
1340         * g++.old-deja/g++.mike/p16146.C: Likewise.
1341         * g++.old-deja/g++.mike/p1989.C: Likewise.
1342         * g++.old-deja/g++.mike/p5571.C: Likewise.
1343         * g++.old-deja/g++.gb/scope10.C: Likewise.
1344         * g++.old-deja/g++.abi/primary5.C: Likewise.
1345         * g++.old-deja/g++.abi/empty2.C: Likewise.
1346         * g++.old-deja/g++.abi/arraynew.C: Likewise.
1347         * g++.old-deja/g++.eh/vbase4.C: Likewise.
1348         * g++.old-deja/g++.eh/ptr1.C: Likewise.
1349         * g++.old-deja/g++.eh/cleanup1.C: Likewise.
1350         * g++.old-deja/g++.bob/template3.C: Likewise.
1351         * g++.old-deja/g++.bob/inherit1.C: Likewise.
1352
1353 2007-03-22  Paul Thomas  <pault@gcc.gnu.org>
1354
1355         PR fortran/31193
1356         * gfortran.dg/transfer_array_intrinsic_3.f90: New test.
1357
1358 2007-03-22  Tobias Schlüter  <tobi@gcc.gnu.org>
1359
1360         PR fortran/20897
1361         * gfortran.dg/derived_name_1.f90: New.
1362         * gfortran.dg/derived_name_2.f: New.
1363
1364 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
1365
1366         * lib/target-supports.exp (check_effective_target_nonpic): New
1367         procedure.
1368         * gcc.target/i386/20020616-1.c: Use an alternative to %ebx
1369         when compiling PIC.
1370         * gcc.target/i386/asm-4.c: Require nonpic.
1371         * gcc.target/i386/cmov1.c: Likewise.
1372         * gcc.target/i386/mul.c: Likewise.
1373         * gcc.target/i386/pr21291.c: Require nonpic or ! ilp32.
1374         * gcc.target/i386/ssetype-1.c: Require nonpic.
1375         * gcc.target/i386/ssetype-3.c: Likewise.
1376         * gcc.target/i386/ssetype-5.c: Likewise.
1377
1378 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
1379
1380         * gcc.c-torture/execute/builtins/chk.h (LOCAL): Define.
1381         * gcc.c-torture/execute/builtins/sprintf-chk.c (s1): Make LOCAL.
1382         * gcc.c-torture/execute/builtins/stpcpy-chk.c (s1): Likewise.
1383         * gcc.c-torture/execute/builtins/strcpy-chk.c (s1): Likewise.
1384
1385 2007-03-19  Seongbae Park <seongbae.park@gmail.com>
1386
1387         PR tree-optimization/30590
1388         * g++.dg/opt/pr30590.C: New testcase.
1389
1390 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
1391
1392         PR c/30762
1393         * gcc.dg/pr30762-1.c: New test.
1394         * gcc.dg/pr30762-2.c: New test.
1395
1396         PR inline-asm/30505
1397         * gcc.target/i386/pr30505.c: New test.
1398
1399 2007-03-19  Mark Shinwell  <shinwell@codesourcery.com>
1400
1401         * gcc.target/arm/register-variables.c: New.
1402
1403 2007-03-19  Jeff Law  <law@redhat.com>
1404
1405         * PR tree-optimization/30984
1406         * gcc.c-torture/pr30984.c: New test.
1407
1408 2007-03-19  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1409         Richard Guenther  <rguenther@suse.de>
1410
1411         PR tree-optimization/31254
1412         * gcc.dg/torture/pr31254.c: New testcase.
1413
1414 2007-03-19  Hans-Peter Nilsson  <hp@axis.com>
1415
1416         * gcc.dg/torture/pr26565.c: Expect warning on packed field for
1417         target default_packed.
1418
1419 2007-03-19  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1420
1421         PR fortran/31203
1422         * gfortran.dg/string_length_1.f90: New test.
1423
1424 2007-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1425
1426         PR testsuite/30395
1427         * gcc.dg/pr16194.c: Provide define for REG on __hppa__.
1428
1429 2007-03-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1430
1431         PR libgfortran/31052
1432         * gfortran.dg/namelist_27.f90: New test.
1433
1434 2007-03-18  Paul Thomas  <pault@gcc.gnu.org>
1435
1436         PR fortran/30531
1437         * gfortran.dg/used_types_14.f90: New test.
1438
1439         PR fortran/31086
1440         * gfortran.dg/used_types_15.f90: New test.
1441
1442 2007-03-18  Dorit Nuzman  <dorit@il.ibm.com>
1443
1444         * gcc.dg/vect/no-tree-dom-vect-bug.c: New test.
1445         * gcc.dg/vect/vect.exp: Compile tests with -fno-tree-dominator-opts.
1446
1447 2007-03-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1448
1449         PR fortran/31120
1450         * gfortran.dg/integer_exponentiation_2.f90: New test.
1451
1452 2007-03-17  Dorit Nuzman  <dorit@il.ibm.com>
1453
1454         PR tree-optimization/31041
1455         * gcc.dg/vect/pr31041.c: New test.
1456
1457 2007-03-16  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1458
1459         * g++.dg/warn/Wconversion-integer.C: New
1460         * g++.dg/warn/Wconversion-real.C: New.
1461         * g++.dg/warn/Wconversion-real-integer.C: New.
1462         * g++.dg/warn/conv2.C: Updated.
1463
1464 2007-03-16  Richard Sandiford  <richard@codesourcery.com>
1465
1466         * gcc.dg/intmax_t-1.c: Restrict XFAIL to VxWorks kernels;
1467         exclude RTPs.
1468
1469 2007-03-16  Richard Guenther  <rguenther@suse.de>
1470
1471         PR tree-optimization/31146
1472         * g++.dg/tree-ssa/pr31146.C: New testcase.
1473
1474 2007-03-16  Richard Sandiford  <richard@codesourcery.com>
1475
1476         * lib/target-supports.exp (check_missing_uclibc_feature): Don't
1477         assume that the target has <features.h>.
1478
1479 2007-03-16  Richard Sandiford  <richard@codesourcery.com>
1480
1481         * gcc.dg/20020426-2.c: Add the fpic requirement to the PIC
1482         dg-options rather than to the whole test.
1483
1484 2007-03-16  Alexandre Oliva  <aoliva@redhat.com>
1485
1486         PR debug/29906
1487         * g++.dg/debug/pr29906.C: New
1488
1489 2007-03-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1490
1491         PR libgfortran/31099
1492         * gfortran.dg/unformatted_recl.f90: Update test.
1493
1494 2007-03-15  Zdenek Dvorak  <dvorakz@suse.cz>
1495
1496         * gcc.dg/tree-ssa/prefetch-5.c: New test.
1497
1498 2007-03-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1499
1500         PR c++/30891
1501         * g++.dg/parse/namespace-definition.C: New.
1502
1503 2007-03-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1504
1505         PR c++/24924
1506         * g++.dg/cpp/pedantic-errors.C: New.
1507         * g++.dg/cpp/permissive.C: New.
1508
1509 2007-03-15  Richard Sandiford  <richard@codesourcery.com>
1510
1511         * g++.dg/opt/mmx1.C: Only use the PIC options for fpic targets.
1512         * g++.old-deja/g++.other/store-expr1.C: Require fpic.
1513
1514 2007-03-15  Richard Sandiford  <richard@codesourcery.com>
1515
1516         * lib/target-supports.exp (check_missing_uclibc_feature)
1517         (check_effective_target_wchar): New procedures.
1518         * gcc.dg/wchar_t-1.c: Require target wchar.
1519         * gcc.dg/wint_t-1.c: Likewise.
1520
1521 2007-03-15  Richard Sandiford  <richard@codesourcery.com>
1522
1523         * lib/target-supports.exp (check_gc_sections_available): Return
1524         false for VxWorks targets.
1525
1526 2007-03-15  Dirk Mueller  <dmueller@suse.de>
1527
1528         * g++.dg/warn/Wconversion2.C: Fix typo.
1529         * gcc.dg/if-empty-1.c: Ditto.
1530
1531 2007-03-15  Richard Sandiford  <richard@codesourcery.com>
1532
1533         * gcc.dg/cpp/assert4.c: Treat VxWorks as a unix target.
1534
1535 2007-03-15  Uros Bizjak  <ubizjak@gmail.com>
1536
1537         * gcc.target/i386/cmpxchg16b-1.c: Compile for lp64 targets only.
1538         * gcc.target/i386/pr31167.c: Ditto.
1539
1540 2007-03-15  Uros Bizjak  <ubizjak@gmail.com>
1541
1542         PR target/31167
1543         * gcc.target/i386/pr31167.c: New test.
1544
1545 2007-03-15  Paul Thomas  <pault@gcc.gnu.org>
1546
1547         PR fortran/30922
1548         * gfortran.dg/import5.f90.f90: New test.
1549
1550
1551         PR fortran/30879
1552         * gfortran.dg/data_components_1.f90: New test.
1553
1554
1555         PR fortran/30870
1556         * gfortran.dg/generic_13.f90: New test.
1557
1558         PR fortran/31163
1559         * gfortran.dg/alloc_comp_basics_5.f90: New test.
1560
1561 2007-03-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1562
1563         PR libgfortran/31051
1564         * gfortran.dg/fmt_t_4.f90: New
1565
1566 2007-03-14  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1567
1568         PR C++/31165
1569         * g++.dg/other/default7.C: New test.
1570
1571 2007-03-15  Dirk Mueller  <dmueller@suse.de>
1572
1573         * g++.dg/warn/Wconversion2.C: New.
1574
1575 2007-03-14  Eric Christopher  <echristo@apple.com>
1576
1577         * gcc.dg/ssp-1.c: New.
1578         * gcc.dg/ssp-2.c: Ditto.
1579
1580 2007-03-14  Dirk Mueller  <dmueller@suse.de>
1581
1582         * g++.dg/warn/do-empty.C: New.
1583         * gcc.dg/do-empty.c: New.
1584         * gcc.dg/if-empty-1.c: Update.
1585         * gcc.dg/20001116-1.c: Update.
1586         * gcc.dg/pr23165.c: Update.
1587
1588 2007-03-14  Jakub Jelinek  <jakub@redhat.com>
1589
1590         * gfortran.dg/module_implicit_conversion.f90: New test.
1591
1592 2007-03-13  Alexandre Oliva  <aoliva@redhat.com>
1593
1594         PR middle-end/31127
1595         * gcc.dg/pr31127.c: New.
1596
1597 2007-03-13  Zdenek Dvorak  <dvorakz@suse.cz>
1598
1599         * gcc.dg/tree-ssa/loop-26.c: New test.
1600
1601 2007-03-13  Uros Bizjak  <ubizjak@gmail.com>
1602
1603         * gcc.target/i386/cmpxchg16b-1.c: New test.
1604
1605 2007-03-12  Seongbae Park <seongbae.park@gmail.com>
1606
1607         * gcc.dg/c90-vla-1.c: Reflect the change of the error message.
1608         * gcc.dg/c99-vla-1.c: Likewise.
1609         * g++.dg/ext/vla1.C: Likewise
1610
1611 2007-03-12  Seongbae Park <seongbae.park@gmail.com>
1612
1613         * gcc.dg/wvla-1.c: New test
1614         * gcc.dg/wvla-2.c: New test
1615         * gcc.dg/wvla-3.c: New test
1616         * gcc.dg/wvla-4.c: New test
1617         * gcc.dg/wvla-5.c: New test
1618         * gcc.dg/wvla-6.c: New test
1619         * gcc.dg/wvla-7.c: New test
1620         * g++.dg/warn/Wvla-1.C: New test
1621         * g++.dg/warn/Wvla-2.C: New test
1622         * g++.dg/warn/Wvla-3.C: New test
1623
1624 2007-03-12  Mark Mitchell  <mark@codesourcery.com>
1625
1626         PR c++/30108
1627         * g++.dg/other/default6.C: New test.
1628
1629 2007-03-12  Richard Sandiford  <richard@codesourcery.com>
1630
1631         * lib/target-supports.exp (check_profiling_available): Return false
1632         for VxWorks.
1633         (check_effective_target_vxworks_kernel): New procedure.
1634         * gcc.dg/20040813-1.c: Extend list of stabless targets to include
1635         VxWorks.
1636         * gcc.dg/builtins-config.h: Do not define HAVE_C99_RUNTIME on VxWorks.
1637         * gcc.dg/intmax_t-1.c: Extend the list of targets without inttypes.h
1638         to include VxWorks.
1639         * gcc.dg/vxworks/initpri2.c: Require vxworks_kernel.
1640
1641 2007-03-12  Richard Sandiford  <richard@codesourcery.com>
1642
1643         * gcc.c-torture/compile/981006-1.c: Use the non-PIC options if
1644         PIC is not supported.
1645         * gcc.dg/20020103-1.c: Add dg-require-effective-target fpic.
1646         * gcc.dg/20020426-2.c: Likewise.
1647         * gcc.dg/pr28243.c: Likewise.
1648         * gcc.dg/visibility-11.c: Likewise.
1649         * gcc.dg/tls/opt-9.c: Likewise.
1650         * gcc.dg/tls/opt-10.c: Likewise.
1651         * gcc.dg/tls/pic-1.c: Likewise.
1652         * gcc.dg/tls/struct-1.c: Likewise.
1653         * gcc.target/i386/20000807-1.c: Likewise.
1654         * gcc.target/i386/20000904-1.c: Likewise.
1655         * gcc.target/i386/20011119-1.c: Likewise.
1656         * gcc.target/i386/990213-2.c: Likewise.
1657         * gcc.target/i386/990214-1.c: Likewise.
1658         * gcc.target/i386/compress-float-387-pic.c: Likewise.
1659         * gcc.target/i386/compress-float-sse-pic.c: Likewise.
1660         * gcc.target/i386/pic-1.c: Likewise.
1661         * gcc.target/i386/pr21518.c: Likewise.
1662         * gcc.target/i386/pr23098.c: Likewise.
1663         * gcc.target/i386/pr23943.c: Likewise.
1664
1665 2007-03-11  Mark Mitchell  <mark@codesourcery.com>
1666
1667         PR c++/31038
1668         * g++.dg/template/complit2.C: New test.
1669
1670         PR c++/30328
1671         * g++.dg/ext/bitfield1.C: New test.
1672
1673 2007-03-11  Paul Thomas  <pault@gcc.gnu.org>
1674
1675         PR fortran/30883
1676         * gfortran.dg/interface_11.f90: New test.
1677
1678 2007-03-11  Richard Guenther  <rguenther@suse.de>
1679
1680         PR tree-optimization/31115
1681         * gcc.dg/torture/pr31115.c: New testcase.
1682
1683 2007-03-11  Ira Rosen  <irar@il.ibm.com>
1684
1685         PR tree-optimization/29925
1686         * gcc.dg/vect/fast-math-vect-pr29925.c: New test.
1687
1688 2007-03-10  Mark Mitchell  <mark@codesourcery.com>
1689
1690         PR c++/30274
1691         * g++.dg/expr/bitfield3.C: New test.
1692         * g++.dg/expr/bitfield4.C: Likewise.
1693         * g++.dg/expr/bitfield5.C: Likewise.
1694         * g++.dg/expr/bitfield6.C: Likewise.
1695
1696         PR c++/30924
1697         * g++.dg/template/array18.C: New test.
1698
1699 2007-03-10  Dirk Mueller  <dmueller@suse.de>
1700
1701         PR c++/17946
1702         * gcc.dg/Wlogical-op-1.c: Remove duplicated part.
1703         * g++.dg/warn/Wlogical-op-1.C: Remove duplicated part.
1704
1705 2007-03-09  Douglas Gregor  <doug.gregor@gmail.com>
1706
1707         PR c++/20599
1708         * g++.dg/cpp0x/variadic-bind.C: New.
1709         * g++.dg/cpp0x/variadic-function.C: New.
1710         * g++.dg/cpp0x/variadic-mem_fn.C: New.
1711         * g++.dg/cpp0x/variadic-tuple.C: New.
1712         * g++.dg/cpp0x/variadic1.C: New.
1713         * g++.dg/cpp0x/variadic2.C: New.
1714         * g++.dg/cpp0x/variadic3.C: New.
1715         * g++.dg/cpp0x/variadic4.C: New.
1716         * g++.dg/cpp0x/variadic5.C: New.
1717         * g++.dg/cpp0x/variadic6.C: New.
1718         * g++.dg/cpp0x/variadic7.C: New.
1719         * g++.dg/cpp0x/variadic8.C: New.
1720         * g++.dg/cpp0x/variadic9.C: New.
1721         * g++.dg/cpp0x/variadic10.C: New.
1722         * g++.dg/cpp0x/variadic11.C: New.
1723         * g++.dg/cpp0x/variadic12.C: New.
1724         * g++.dg/cpp0x/variadic13.C: New.
1725         * g++.dg/cpp0x/variadic14.C: New.
1726         * g++.dg/cpp0x/variadic15.C: New.
1727         * g++.dg/cpp0x/variadic16.C: New.
1728         * g++.dg/cpp0x/variadic17.C: New.
1729         * g++.dg/cpp0x/variadic18.C: New.
1730         * g++.dg/cpp0x/variadic19.C: New.
1731         * g++.dg/cpp0x/variadic20.C: New.
1732         * g++.dg/cpp0x/variadic21.C: New.
1733         * g++.dg/cpp0x/variadic22.C: New.
1734         * g++.dg/cpp0x/variadic23.C: New.
1735         * g++.dg/cpp0x/variadic24.C: New.
1736         * g++.dg/cpp0x/variadic25.C: New.
1737         * g++.dg/cpp0x/variadic26.C: New.
1738         * g++.dg/cpp0x/variadic27.C: New.
1739         * g++.dg/cpp0x/variadic28.C: New.
1740         * g++.dg/cpp0x/variadic29.C: New.
1741         * g++.dg/cpp0x/variadic30.C: New.
1742         * g++.dg/cpp0x/variadic31.C: New.
1743         * g++.dg/cpp0x/variadic32.C: New.
1744         * g++.dg/cpp0x/variadic33.C: New.
1745         * g++.dg/cpp0x/variadic34.C: New.
1746         * g++.dg/cpp0x/variadic35.C: New.
1747         * g++.dg/cpp0x/variadic36.C: New.
1748         * g++.dg/cpp0x/variadic37.C: New.
1749         * g++.dg/cpp0x/variadic38.C: New.
1750         * g++.dg/cpp0x/variadic39.C: New.
1751         * g++.dg/cpp0x/variadic40.C: New.
1752         * g++.dg/cpp0x/variadic41.C: New.
1753         * g++.dg/cpp0x/variadic42.C: New.
1754         * g++.dg/cpp0x/variadic43.C: New.
1755         * g++.dg/cpp0x/variadic44.C: New.
1756         * g++.dg/cpp0x/variadic45.C: New.
1757         * g++.dg/cpp0x/variadic46.C: New.
1758         * g++.dg/cpp0x/variadic47.C: New.
1759         * g++.dg/cpp0x/variadic48.C: New.
1760         * g++.dg/cpp0x/variadic49.C: New.
1761         * g++.dg/cpp0x/variadic50.C: New.
1762         * g++.dg/cpp0x/variadic51.C: New.
1763         * g++.dg/cpp0x/variadic52.C: New.
1764         * g++.dg/cpp0x/variadic53.C: New.
1765         * g++.dg/cpp0x/variadic54.C: New.
1766         * g++.dg/cpp0x/variadic55.C: New.
1767         * g++.dg/cpp0x/variadic56.C: New.
1768         * g++.dg/cpp0x/variadic57.C: New.
1769         * g++.dg/cpp0x/variadic58.C: New.
1770         * g++.dg/cpp0x/variadic59.C: New.
1771         * g++.dg/cpp0x/variadic60.C : New.
1772         * g++.dg/cpp0x/variadic61.C : New.
1773         * g++.dg/cpp0x/variadic62.C : New.
1774         * g++.dg/cpp0x/variadic63.C : New.
1775         * g++.dg/cpp0x/variadic64.C : New.
1776         * g++.dg/cpp0x/variadic65.C : New.
1777         * g++.dg/cpp0x/variadic66.C : New.
1778         * g++.dg/cpp0x/variadic67.C : New.
1779         * g++.dg/cpp0x/variadic68.C : New.
1780         * g++.dg/cpp0x/variadic69.C : New.
1781         * g++.dg/cpp0x/variadic70.C : New.
1782         * g++.dg/cpp0x/variadic71.C : New.
1783         * g++.dg/cpp0x/variadic72.C : New.
1784         * g++.dg/cpp0x/variadic73.C : New.
1785         * g++.dg/cpp0x/variadic74.C : New.
1786         * g++.dg/cpp0x/variadic75.C : New.
1787         * g++.dg/cpp0x/variadic-ex1.C : New.
1788         * g++.dg/cpp0x/variadic-ex2.C : New.
1789         * g++.dg/cpp0x/variadic-ex3.C : New.
1790         * g++.dg/cpp0x/variadic-ex4.C : New.
1791         * g++.dg/cpp0x/variadic-ex5.C : New.
1792         * g++.dg/cpp0x/variadic-ex6.C : New.
1793         * g++.dg/cpp0x/variadic-ex7.C : New.
1794         * g++.dg/cpp0x/variadic-ex8.C : New.
1795         * g++.dg/cpp0x/variadic-ex9.C : New.
1796         * g++.dg/cpp0x/variadic-ex10.C : New.
1797         * g++.dg/cpp0x/variadic-ex11.C : New.
1798         * g++.dg/cpp0x/variadic-ex12.C : New.
1799         * g++.dg/cpp0x/variadic-ex13.C : New.
1800         * g++.dg/cpp0x/variadic-ex14.C : New.
1801
1802 2007-03-09  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1803
1804         PR libgfortran/31099
1805         * gfortran.dg/unformatted_recl.f90: New test.
1806
1807 2007-03-09  Roger Sayle  <roger@eyesopen.com>
1808
1809         * gcc.dg/fold-eqcmplx-1.c: New test case.
1810
1811 2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
1812
1813         PR rtl-optimization/30643
1814         * gcc.dg/pr30643.c: New.
1815
1816 2007-03-09  Chao-ying Fu  <fu@mips.com>
1817
1818         * gcc.target/mips/mips32-dspr2-type.c: New test.
1819         * gcc.target/mips/mips32-dspr2.c: New test.
1820         * gcc.target/mips/dspr2-MULT.c: New test.
1821         * gcc.target/mips/dspr2-MULTU.c: New test.
1822         * gcc.target/mips/mips32-dsp-run.c: New test to check execution.
1823         * gcc.target/mips/mips32-dsp.c: Change v4i8 typedef to use signed char.
1824         Adjust some formats.
1825
1826 2007-03-09  Dirk Mueller  <dmueller@suse.de>
1827
1828         PR c++/17946
1829         * gcc.dg/Wlogical-op-1.c: New.
1830         * g++.dg/warn/Wlogical-op-1.C: New.
1831
1832 2007-03-09  Richard Guenther  <rguenther@suse.de>
1833
1834         PR tree-optimization/30904
1835         PR middle-end/31058
1836         * gcc.dg/pr30904.c: Remove xfail.
1837
1838 2007-03-08  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1839
1840         PR C/31072
1841         * gcc.c-torture/execute/pr31072.c: New test.
1842
1843 2007-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1844
1845         * gcc.dg/builtins-55.c: Test *lceil* and *lfloor*.
1846         * gcc.dg/torture/builtin-attr-1.c: Likewise.
1847         * gcc.dg/torture/builtin-convert-1.c: Likewise.  Also test *lrint* and *lround*.
1848         * gcc.dg/torture/builtin-convert-2.c: Test ceil->lceil and floor->lfloor.
1849         * gcc.dg/torture/builtin-convert-3.c: Test *lceil* and *lfloor*.
1850         * gcc.dg/torture/builtin-integral-1.c: Likewise.
1851         * gcc.dg/torture/builtin-minmax-1.c: Likewise.  Also test *lrint*
1852         and *lround*.  Correct macro names.
1853         * gcc.dg/torture/builtin-nonneg-1.c: Test *lceil* and *lfloor*.
1854         * gcc.dg/torture/builtin-rounding-1.c: Likewise.
1855
1856 2007-03-08  Ian Lance Taylor  <iant@google.com>
1857
1858         * gcc.dg/no-strict-overflow-5.c: New test.
1859         * gcc.dg/no-strict-overflow-6.c: New test.
1860         * gcc.dg/Wstrict-overflow-11.c: New test.
1861         * gcc.dg/Wstrict-overflow-12.c: New test.
1862         * gcc.dg/Wstrict-overflow-13.c: New test.
1863         * gcc.dg/Wstrict-overflow-14.c: New test.
1864         * gcc.dg/Wstrict-overflow-15.c: New test.
1865
1866 2007-03-08  Richard Sandiford  <richard@codesourcery.com>
1867
1868         * gcc.c-torture/execute/strcmp-1.x: New file.  XFAIL execution
1869         for VxWorks kernel mode.
1870         * gcc.c-torture/execute/strncmp-1.x: Likewise.
1871
1872 2007-03-08  Richard Sandiford  <richard@codesourcery.com>
1873
1874         * gcc.c-torture/execute/ieee/hugeval.x: XFAIL for VxWorks kernel
1875         mode.
1876
1877 2007-03-08  Richard Sandiford  <richard@codesourcery.com>
1878
1879         * gcc.c-torture/execute/builtins/memmove-lib.c: Include lib/bzero.c
1880         and lib/bfill.c on VxWorks targets.
1881         * gcc.c-torture/execute/builtins/memmove-2-lib.c: Likewise.
1882         * gcc.c-torture/execute/builtins/strchr-lib.c: Include lib/bzero.c,
1883         lib/bfill.c and lib/memmove.c on VxWorks targets.
1884         * gcc.c-torture/execute/builtins/strrchr-lib.c: Likewise.
1885         * gcc.c-torture/execute/builtins/memops-asm-lib.c: Include lib/bfill.c
1886         on VxWorks targets.
1887         * gcc.c-torture/execute/builtins/lib/bzero.c: New file.
1888         * gcc.c-torture/execute/builtins/lib/bfill.c: Likewise.
1889
1890 2007-03-08  Tobias Burnus  <burnus@net-b.de>
1891
1892         * gfortran.dg/use_5.f90: New test.
1893         * gfortran.dg/use_6.f90: Ditto.
1894         * gfortran.dg/use_7.f90: Ditto.
1895
1896 2007-03-08  Tobias Burnus  <burnus@net-b.de>
1897
1898         PR fortran/30973
1899         * gfortran.dg/use_4.f90: New test.
1900         * gfortran.dg/used_dummy_types_7.f90: Correct ambiguous symbol.
1901
1902 2007-03-08  Paul Thomas  <pault@gcc.gnu.org>
1903
1904         PR fortran/31011
1905         * gfortran.dg/parameter_array_section_2.f90: New test.
1906
1907 2007-03-08  Volker Reichelt  <reichelt@netcologne.de>
1908
1909         PR c++/30852
1910         * g++.dg/ext/offsetof1.C: Add cases with volatile.
1911
1912         PR c++/30534
1913         * g++.dg/template/arg5.C: New test.
1914
1915 2007-03-07  Joseph Myers  <joseph@codesourcery.com>
1916
1917         * g++.dg/eh/arm-iwmmxt-unwind.C: New test.
1918
1919 2007-03-07  Paolo Bonzini  <bonzini@gnu.org>
1920
1921         * gcc.dg/var-expand1.c: Add newline at end of file.
1922
1923 2007-03-07  Hans-Peter Nilsson  <hp@axis.com>
1924
1925         * g++.old-deja/g++.jason/template31.C: Include cstdlib.
1926
1927 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
1928
1929         * gcc.c-torture/compile/m68k-byte-addr.c: New test.
1930
1931 2007-03-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1932
1933         * gcc.dg/torture/builtin-convert-4.c: New test.
1934
1935 2007-03-05  Ian Lance Taylor  <iant@google.com>
1936
1937         * gcc.c-torture/compile/pr31034.c: New test.
1938
1939 2007-03-05  Ian Lance Taylor  <iant@google.com>
1940
1941         * gcc.dg/inline-18.c: New test.
1942         * gcc.dg/inline-19.c: New test.
1943         * gcc.dg/inline-20.c: New test.
1944         * gcc.dg/inline-21.c: New test.
1945
1946 2007-03-05  Richard Guenther  <rguenther@suse.de>
1947
1948         PR tree-optimization/14052
1949         * gcc.dg/tree-ssa/vrp33.c: New testcase.
1950
1951 2007-03-05  Richard Guenther  <rguenther@suse.de>
1952
1953         PR tree-optimization/23777
1954         * gcc.dg/tree-ssa/pr23777.c: New testcase.
1955
1956 2007-03-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1957
1958         PR other/30465
1959         * gcc.dg/multiple-overflow-warn-3.c: New.
1960         * g++.dg/warn/multiple-overflow-warn-3.C: New.
1961
1962 2007-03-04  Simon Martin  <simartin@users.sourceforge.net>
1963
1964         PR c++/30895
1965         * g++.dg/parse/template23.C: New test.
1966
1967 2007-03-04  Roger Sayle  <roger@eyesopen.com>
1968
1969         PR middle-end/30744
1970         * gcc.dg/pr30744-1.c: New test case.
1971
1972 2007-03-04  Tobias Burnus  <burnus@net-b.de>
1973
1974         * gfortran.dg/c_by_val.c: Use _Complex instead of a struct.
1975
1976 2007-03-04 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1977
1978         PR target/30406
1979         * gfortran.dg/logical_3.f90: New test.
1980
1981 2007-03-04  Thomas Koenig  <Thomas.Koenig@online.de>
1982
1983         PR libfortran/30981
1984         * gfortran.dg/integer_exponentiation_1.f90:  New test.
1985
1986 2007-03-04  Nathan Sidwell  <nathan@codesourcery.com>
1987
1988         * gcc.target/m68k/m68k.exp: New.
1989         * gcc.target/m68k/crash1.c: New.
1990
1991 2007-03-03  Tobias Burnus  <burnus@net-b.de>
1992
1993         * gfortran.dg/c_by_val.c: Use int64_t instead of long
1994         to be more compatible with integer(kind=8).
1995
1996 2007-03-03  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1997
1998         PR libfortran/31001
1999         * gfortran.dg/zero_sized_3.f90: New test.
2000
2001 2007-03-03  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2002
2003         PR c++/15787
2004         * g++.dg/parse/else.C: New.
2005         * g++.dg/parse/else-2.C: New.
2006
2007 2007-03-03  Paul Thomas  <pault@gcc.gnu.org>
2008             Tobias Burnus  <burnus@net-b.de>
2009
2010         PR fortran/30882
2011         * gfortran.dg/size_dim.f90: New test.
2012
2013 2007-03-02  Paul Thomas  <pault@gcc.gnu.org>
2014             Tobias Burnus  <burnus@net-b.de>
2015
2016         PR fortran/30873
2017         * gfortran.dg/entry_9.f90: New test.
2018
2019 2007-03-02  Simon Martin  <simartin@users.sourceforge.net>
2020
2021         PR c++/28253
2022         * g++.dg/inherit/covariant16.C: New test.
2023
2024 2007-03-02  Geoffrey Keating  <geoffk@apple.com>
2025
2026         * g++.dg/other/darwin-minversion-1.C: New.
2027
2028 2007-03-02  Diego Novillo  <dnovillo@redhat.com>
2029
2030         * gcc.dg/tree-ssa/20070302-1.c: New test.
2031
2032 2007-03-02  Joseph Myers  <joseph@codesourcery.com>
2033
2034         * gcc.target/powerpc/spe-unwind-1.c, g++.dg/eh/simd-5.C: New
2035         tests.
2036
2037 2007-03-01  Zdenek Dvorak  <dvorakz@suse.cz>
2038
2039         * gcc.dg/tree-ssa/prefetch-4.c: New test.
2040
2041 2007-03-01  Simon Baldwin <simonb@google.com>
2042
2043         PR c++/23689
2044         * warn/ignored_typedef.C: New.
2045         * init/ctor8.C: Added dg-warning to consume ignored typedef
2046         warning.
2047         * template/typedef2.C: Ditto.  Moved dg-error onto its own line
2048         and added an explicit line number.
2049
2050 2007-02-28  Richard Guenther  <rguenther@suse.de>
2051
2052         PR middle-end/30364
2053         * gcc.dg/torture/pr30364-1.c: New testcase.
2054         * gcc.dg/torture/pr30364-2.c: Likewise.
2055         * gcc.dg/torture/pr30364-3.c: Likewise.
2056
2057 2007-02-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2058
2059         * gcc.dg/torture/builtin-frexp-1.c: On mips*-*-irix6* and
2060         powerpc*, use -funsafe-math-optimizations.
2061         * gcc.dg/torture/builtin-logb-1.c: Likewise.
2062         * gcc.dg/torture/builtin-modf-1.c: Likewise.
2063
2064 2007-02-28  Tobias Burnus  <burnus@net-b.de>
2065             Paul Thomas  <pault@gcc.gnu.org>
2066
2067         PR fortran/30888
2068         PR fortran/30887
2069         * c_by_val_1.f: Test %VAL() with non-default kind.
2070         * c_by_val.c: Ditto.
2071         * c_by_val_4.f: New test.
2072
2073 2007-02-28  Tobias Burnus  <burnus@net-b.de>
2074
2075         PR fortran/30968
2076         * gfortran.dg/continuation_7.f90: New test.
2077
2078 2007-02-28  Bernd Schmidt  <bernd.schmidt@analog.com>
2079
2080         * g++.dg/inherit/thunk7.C: New test.
2081         * lib/target-supports.exp (check_profiling_available): Not available
2082         for bfin-*-*.
2083
2084 2007-02-27  Uros Bizjak  <ubizjak@gmail.com>
2085
2086         PR target/30970
2087         * gcc.target/i386/gfortran.dg/pr30970.c: New test.
2088
2089 2007-02-27  Mark Mitchell  <mark@codesourcery.com>
2090
2091         * lib/target-supports.exp (check_effective_target_init_priority):
2092         Remove Solaris special case.
2093
2094 2007-02-26  Geoffrey Keating  <geoffk@apple.com>
2095
2096         * gcc.target/powerpc/stabs-attrib-vect-darwin.c: Allow
2097         for more builtin types.
2098
2099         * g++.dg/ext/visibility/class1.C: Port to Darwin.
2100         * g++.dg/ext/visibility/noPLT.C: Likewise.
2101
2102 2007-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2103
2104         * gcc.dg/torture/builtin-modf-1.c: Use -fno-finite-math-only on
2105         sh* targets.
2106
2107 2007-02-26  Thomas Koenig  <Thomas.Koenig@online.de>
2108
2109         PR fortran/30865
2110         * size_optional_dim_1.f90:  New test.
2111
2112 2007-02-25  Mark Mitchell  <mark@codesourcery.com>
2113
2114         * gcc.dg/vxworks/vxworks.exp: New file.
2115         * gcc.dg/vxworks/initpri1.c: Likewise.
2116         * gcc.dg/vxworks/initpri2.c: Likewise.
2117         * gcc.dg/initpri2.c: Add more tests.
2118         * g++.dg/special/initpri2.C: Likewise.
2119
2120         * gcc.dg/initpri1.c: New test.
2121         * gcc.dg/initpri2.c: Likewise.
2122         * g++.dg/special/initpri1.C: New test.
2123         * g++.dg/special/initpri2.C: Likewise.
2124         * g++.dg/special/conpr-1.C: Use init_priority effective target.
2125         * g++.dg/special/conpr-2.C: Likewise.
2126         * g++.dg/special/conpr-3.C: Likewise.
2127         * g++.dg/special/conpr-4.C: Likewise.
2128         * g++.dg/special/initp1.C: Likewise.
2129         * g++.dg/special/ecos.exp: Remove code to detect availability of
2130         constructor priorities.
2131         * lib/target-supports.exp (check_effective_target_init_priority):
2132         New function.
2133
2134 2007-02-24  Jan Hubicka  <jh@suse.cz>
2135
2136         * gcc.c-torture/execute/pr30778.c: New testcase.
2137
2138 2007-02-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2139
2140         PR libgfortran/30918
2141         * gfortran.dg/namelist_26.f90: New test.
2142
2143 2007-02-24  Richard Guenther  <rguenther@suse.de>
2144
2145         PR middle-end/30951
2146         * gcc.dg/pr30951.c: New testcase.
2147
2148 2007-02-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2149
2150         * gcc.dg/torture/builtin-modf-1.c: New test.
2151
2152 2007-02-23  Paolo Bonzini  <bonzini@gnu.org>
2153
2154         PR tree-optimization/30904
2155         * gcc.dg/pr30904.c: New test.
2156
2157 2007-02-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2158
2159         * gcc.test-framework/README: Correct command.
2160         * gcc.test-framework/dg-outexistsnot-exp-P.c: Replace -W with
2161         -Wunused-value.
2162         * gcc.test-framework/dg-outexists-exp-F.c: Likewise.
2163
2164 2007-02-23  Nathan Sidwell  <nathan@codesourcery.com>
2165
2166         * lib/target-supports.exp (check_effective_target_unwrapped): New.
2167
2168 2007-02-23  Mark Mitchell  <mark@codesourcery.com>
2169
2170         * lib/target-supports.exp (check_effective_target_newlib): New
2171         function.
2172
2173 2007-02-23  Paul Thomas <pault@gcc.gnu.org>
2174
2175         PR fortran/30660
2176         * gfortran.dg/alloc_comp_basics_4.f90: Add component with an
2177         allocatable component.
2178
2179
2180 2007-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2181
2182         * gcc.dg/torture/builtin-logb-1.c: New test.
2183         * gcc.dg/torture/builtin-math-2.c: Test logb/ilogb.
2184         * gcc.dg/torture/builtin-nonneg-1.c: Test significand.
2185         * gcc.dg/torture/builtin-frexp-1.c: Use -fno-finite-math-only on
2186         sh* targets.
2187
2188 2007-02-23  Richard Guenther  <rguenther@suse.de>
2189
2190         * g++.dg/warn/changes-meaning.C: New testcase.
2191
2192 2007-02-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2193
2194         PR libgfortran/30910
2195         * gfortran.dg/fmt_zero_precision.f90: Update test.
2196
2197 2007-02-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2198
2199         * gcc.dg/torture/builtin-frexp-1.c: New test.
2200
2201 2007-02-22  Mark Mitchell  <mark@codesourcery.com>
2202
2203         * g++.dg/opt/switch4.C: Pass -fshort-enums -w.
2204
2205 2007-02-22  Ian Lance Taylor  <iant@google.com>
2206
2207         PR debug/30898
2208         * g++.dg/debug/pr30898.C: New test.
2209
2210 2007-02-22  Ira Rosen  <irar@il.ibm.com>
2211
2212         * gcc.dg/vect/vect-106.c: New test.
2213
2214 2007-02-22  Dorit Nuzman  <dorit@il.ibm.com>
2215             Ira Rosen  <irar@il.ibm.com>
2216
2217         PR tree-optimization/30843
2218         * gcc.dg/vect/pr30843.c: New test.
2219
2220 2007-02-22  Dorit Nuzman  <dorit@il.ibm.com>
2221
2222         PR tree-optimization/30858
2223         * gcc.dg/vect/pr30858.c: New test.
2224
2225 2007-02-21  Mark Mitchell  <mark@codesourcery.com>
2226
2227         * lib/wrapper.exp (${tool}_maybe_build_wrapper): Allow the caller
2228         to set options for compiling testglue.
2229         * lib/g++.exp (g++_init): Compile testglue with -fexceptions.
2230         * lib/obj-c++.exp (obj-c++_init): Likewise.
2231
2232 2007-02-21  Eric Botcazou  <ebotcazou@adacore.com>
2233
2234         * gnat.dg/derived_aggregate.adb: New test.
2235
2236 2007-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2237
2238         * gcc.dg/torture/builtin-ldexp-1.c: Use -fno-finite-math-only on
2239         sh* targets.  Call the correct CKSGN macro.
2240
2241 2007-02-21  Jakub Jelinek  <jakub@redhat.com>
2242
2243         * gfortran.dg/gomp/omp_parse1.f90: New test.
2244         * gfortran.dg/gomp/omp_parse2.f: New test.
2245
2246 2007-02-20  Thomas Koenig  <Thomas.Koenig@online.de>
2247
2248         PR fortran/30869
2249         * gfortran.dg/do_pointer_1.f90:  New test.
2250
2251 2007-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2252
2253         * gcc.dg/torture/builtin-nonneg-1.c: Add checks for scalb, scalbn
2254         and scalbln.
2255
2256 2007-02-20  Geoffrey Keating  <geoffk@apple.com>
2257
2258         * gcc.dg/darwin-minversion-1.c: New.
2259         * gcc.dg/darwin-minversion-2.c: New.
2260
2261 2007-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2262
2263         * gcc.dg/builtins-34.c: Add scalb/scalbn/scalbln cases.
2264
2265 2007-02-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2266             DJ Delorie <dj@redhat.com>
2267
2268         PR other/30824
2269         * gcc.dg/Wfatal.c: New.
2270         * gcc.dg/Wfatal-2.c: New.
2271         * gcc.dg/Werror-1.c: Adjust expectations.
2272         * gcc.dg/Werror-5.c: Likewise.
2273         * gcc.dg/Werror-7.c: Likewise.
2274         * gcc.dg/Werror-10.c: Likewise.
2275         * gcc.dg/Werror-11.c: Likewise.
2276
2277 2007-02-20  Tobias Burnus  <burnus@net-b.de>
2278
2279         PR fortran/30522
2280         * gfortran.dg/volatile10.f90: New test.
2281
2282 2007-02-19  Thomas Koenig  <Thomas.Koenig@online.de>
2283
2284         PR libfortran/30533
2285         * gfortran.dg/intrinsic_intkinds_1.f90:  New test.
2286
2287 2007-02-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2288
2289         * gcc.dg/20031012-1.c: Replace -Walways-true with -Waddress.
2290         * gcc.dg/Walways-true-1.c: Likewise.
2291         * gcc.dg/weak/weak-3.c: Likewise.
2292         * gcc.dg/Werror-1.c: Likewise.
2293         * gcc.dg/Werror-3.c: Likewise.
2294         * gcc.dg/Werror-4.c: Likewise.
2295         * gcc.dg/Werror-5.c: Likewise.
2296         * gcc.dg/Werror-6.c: Likewise.
2297         * gcc.dg/Werror-7.c: Likewise.
2298         * gcc.dg/Werror-8.c: Likewise.
2299         * gcc.dg/Werror-10.c: Likewise.
2300         * gcc.dg/Werror-11.c: Likewise.
2301         * gcc.dg/Werror-12.c: Likewise.
2302         * g++.old-deja/g++.mike/warn8.C: Likewise.
2303         * g++.dg/warn/Walways-true-1.C: Likewise.
2304         * g++.dg/warn/Walways-true-2.C: Likewise.
2305         * g++.dg/warn/noeffect8.C: Warn only with -Waddress.
2306         * g++.dg/warn/Wstring-literal-comparison-1.C: Replace
2307         -Wstring-literal-comparison with -Waddress.
2308         * gcc.dg/Wstring-literal-comparison-4.c: Replace
2309         -Wno-string-literal-comparison with -Wno-address.
2310
2311 2007-02-19  Eric Botcazou  <ebotcazou@adacore.com>
2312
2313         * gnat.dg/self_aggregate_with_call.adb: New test.
2314
2315 2007-02-18  Dorit Nuzman  <dorit@il.ibm.com>
2316
2317         PR tree-optimization/30975
2318         * gcc.dg/vect/vect-iv-8.c: Fix to include an induction. Xfail.
2319         * gcc.dg/vect/vect-iv-8a.c: New (same as above, but signed).
2320         * gcc.dg/vect/pr30795.c: New.
2321
2322 2007-02-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2323
2324         PR fortran/30681
2325         * gfortran.dg/pr17229.f: Change "Obsolete" to "Obsolescent".
2326
2327 2007-02-18  Roger Sayle  <roger@eyesopen.com>
2328
2329         PR rtl-optimization/28173
2330         * gcc.target/i386/andor-1.c: New test case.
2331
2332 2007-02-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2333
2334         * gcc.dg/torture/builtin-ldexp-1.c: New.
2335         * gcc.dg/torture/builtin-math-2.c: Add ldexp/scalbn/scalbln cases.
2336
2337 2007-02-18  Roger Sayle  <roger@eyesopen.com>
2338
2339         * gfortran.dg/array_constructor_15.f90: New test case.
2340
2341 2007-02-18  Roger Sayle  <roger@eyesopen.com>
2342
2343         * gfortran.dg/forall_10.f90: New test case.
2344
2345 2007-02-18  Eric Botcazou  <ebotcazou@adacore.com>
2346
2347         * gnat.dg/tail_call_p.ads, tail_call_p.adb, tail_call.adb: New test.
2348
2349 2007-02-18  Eric Botcazou  <ebotcazou@adacore.com>
2350
2351         * gnat.dg/test_prio_p.adb: Compile with -gnatws.
2352         * lib/gnat.exp (gnat_target_compile): Pass -f to the driver.
2353
2354 2007-02-16  Uros Bizjak  <ubizjak@gmail.com>
2355
2356         * gcc.target/i386/builtin-bswap-1.c: Remove -march=nocona.
2357         * gcc.target/i386/builtin-bswap-3.c: Ditto.
2358         * gcc.target/i386/xchg-1.c: New test.
2359         * gcc.target/i386/xchg-2.c: New test.
2360
2361 2007-02-16  Richard Guenther  <rguenther@suse.de>
2362             Christian Bruel  <christian.bruel@st.com>
2363
2364         * gcc.dg/strict-overflow-5.c: New testcase.
2365
2366 2007-02-16  Tobias Burnus  <burnus@net-b.de>
2367
2368         PR fortran/30793
2369         * gfortran.dg/func_derived_4.f90: New test.
2370
2371 2007-02-15  Roger Sayle  <roger@eyesopen.com>
2372
2373         PR middle-end/30391
2374         * gfortran.dg/pr30391-1.f90: New test case.
2375
2376 2007-02-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2377
2378         PR middle-end/30433
2379         * gcc.c-torture/compile/pr30433.c: New testcase to check
2380         that complex constants comparisions are foldded.
2381
2382 2007-02-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2383
2384         PR C++/30158
2385         * g++.dg/ext/stmtexpr10.C: New testcase.
2386
2387 2007-02-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2388
2389         PR middle-end/30729
2390         * gcc.dg/Wunused-value-2.c: New testcase.
2391
2392 2007-02-15  Ian Lance Taylor  <iant@google.com>
2393
2394         * g++.dg/eh/subreg-1.C: New test.
2395
2396 2007-02-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2397
2398         PR c/26494
2399         * gcc.dg/Wimplicit-function-declaration-c89.c: New.
2400         * gcc.dg/Wimplicit-function-declaration-c89-default.c: New.
2401         * gcc.dg/Wimplicit-function-declaration-c89-pedantic.c: New.
2402         * gcc.dg/Wimplicit-function-declaration-c99.c: New.
2403         * gcc.dg/Wimplicit-function-declaration-c99-pedantic.c: New.
2404         * gcc.dg/Werror-implicit-function-declaration.c: New.
2405
2406 2007-02-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2407
2408         PR c++/28943
2409         * g++.dg/warn/pr28943.C: New.
2410
2411 2007-02-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2412
2413         * gfortran.fortran-torture/execute/math.f90: Fix typo.
2414
2415 2007-02-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2416
2417         PR fortran/30779
2418         * gfortran.dg/error_recovery_3.f90: New test.
2419
2420 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
2421
2422         * g++.dg/tree-ssa/sra-1.C: New.
2423
2424 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
2425
2426         * g++.dg/tree-ssa/sra-1.C: New.
2427
2428 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
2429
2430         * g++.dg/ext/interface4.C, g++.dg/ext/interface4.h: New.
2431
2432 2007-02-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2433
2434         * g++.dg/tree-ssa/nothrow-1.C: Skip test if -fpic/-fPIC is used.
2435
2436 2007-02-14  Steven G. Kargl  <kargl@gcc.gnu.org>
2437
2438         PR fortran/30799
2439         * gfortran.dg/logical_2.f90: New test.
2440
2441 2007-02-14  Joseph Myers  <joseph@codesourcery.com>
2442
2443         * gcc.dg/torture/complex-alias-1.c: New test.
2444
2445 2007-02-14  Zdenek Dvorak  <dvorakz@suse.cz>
2446
2447         * gcc.dg/tree-prof/update-tailcall.c: Use -fdump-tree-tailc
2448         instead of -fdump-tree-tailcall.
2449
2450 2007-02-14  Brooks Moses  <brooks.moses@codesourcery.com>
2451
2452         * gfortran.dg/interface_10.f90: Fix comment typo.
2453
2454 2007-02-14  Dorit Nuzman  <dorit@il.ibm.com>
2455
2456         PR tree-optimization/30771
2457         * gcc.dg/vect/pr30771.c: New test.
2458
2459 2007-02-13  Ian Lance Taylor  <iant@google.com>
2460
2461         * gcc.dg/Wstrict-overflow-1.c: New test.
2462         * gcc.dg/Wstrict-overflow-2.c: New test.
2463         * gcc.dg/Wstrict-overflow-3.c: New test.
2464         * gcc.dg/Wstrict-overflow-4.c: New test.
2465         * gcc.dg/Wstrict-overflow-5.c: New test.
2466         * gcc.dg/Wstrict-overflow-6.c: New test.
2467         * gcc.dg/Wstrict-overflow-7.c: New test.
2468         * gcc.dg/Wstrict-overflow-8.c: New test.
2469         * gcc.dg/Wstrict-overflow-9.c: New test.
2470         * gcc.dg/Wstrict-overflow-10.c: New test.
2471
2472 2007-02-13  Roger Sayle  <roger@eyesopen.com>
2473
2474         * gcc.target/ia64/builtin-bswap-2.c: New test case.
2475
2476 2007-02-13  Richard Henderson  <rth@redhat.com>
2477
2478         * gcc.c-torture/execute/ieee/pr29302-1.c: Moved from...
2479         * gcc.c-torture/execute/pr29302-1.c: ... here.
2480
2481 2007-02-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2482
2483         PR c/29521
2484         * gcc.dg/c90-return-1.c: Update output.
2485         * gcc.dg/c99-return-1.c: Likewise.
2486
2487 2007-02-13  Paul Thomas  <pault@gcc.gnu.org>
2488
2489         PR fortran/30554
2490         * gfortran.dg/used_dummy_types_7.f90: New test..
2491
2492 2007-02-12  Uros Bizjak  <ubizjak@gmail.com>
2493
2494         * gcc.target/i386/parity-1.c: New test.
2495         * gcc.target/i386/parity-2.c: New test.
2496
2497 2007-02-12  Roger Sayle  <roger@eyesopen.com>
2498
2499         * gcc.target/i386/builtin-bswap-3.c: New test case.
2500
2501 2007-02-12  Dorit Nuzman  <dorit@il.ibm.com>
2502
2503         PR tree-optimization/29145
2504         * gcc.dg/vect/vect-74.c: Xfail the test - cannot be vectorized until
2505         alias analysis is improved to take better advantage of restrict
2506         qualified pointers.
2507         * gcc.dg/vect/vect-80.c: Likewise.
2508         * gcc.dg/vect/pr29145.c: New.
2509
2510 2007-02-11  H.J. Lu  <hongjiu.lu@intel.com>
2511
2512         * gcc.target/i386/sse4a-extract.c: Add "LL" to 64bit constants.
2513         * gcc.target/i386/sse4a-insert.c: Likewise.
2514
2515 2007-02-11  Roger Sayle  <roger@eyesopen.com>
2516
2517         * gcc.target/ia64/builtin-popcount-1.c: New test case.
2518         * gcc.target/ia64/builtin-popcount-2.c: Likewise.
2519
2520 2007-02-11  Tobias Schlüter  <tobi@gcc.gnu.org>
2521
2522         PR fortran/30478
2523         * gfortran.dg/enum_4.f90: Update error message checks.
2524
2525 2007-02-11  Paul Thomas  <pault@gcc.gnu.org>
2526
2527         PR fortran/30554
2528         * gfortran.dg/used_dummy_types_6.f90: Add the "privatized"
2529         versions of the modules.
2530
2531         PR fortran/30617
2532         * gfortran.dg/intrinsic_actual_2.f90: Make this legal fortran
2533         by getting rid of recursive I/O and providing functions with
2534         results.
2535
2536         PR fortran/30319
2537         * gfortran.dg/char_array_constructor_2.f90
2538
2539 2007-02-11  Mark Mitchell  <mark@codesourcery.com>
2540
2541         PR c++/26988
2542         * g++.dg/template/spec34.C: New test
2543
2544 2007-02-11  Uros Bizjak  <ubizjak@gmail.com>
2545
2546         * gcc.dg/vect/vect-intfloat-conversion-1.c: Loop gets vectorized
2547         on i?86 and x86_64.
2548         * gcc.dg/vect/vect-intfloat-conversion-2.c: Ditto.
2549         * gcc.dg/vect/vect-floatint-conversion-1.c: New.
2550         * gcc.dg/vect/vect-93.c: Another loop gets vectorized
2551         on i?86 and x86_64.
2552         * gcc.dg/vect/vect-113.c: Ditto.
2553
2554 2007-02-06  Mark Mitchell  <mark@codesourcery.com>
2555
2556         PR c++/29487
2557         * g++.dg/eh/weak1-C: New test.
2558         * g++.dg/eh/weak1-a.cc: Likewise.
2559         * g++.dg/eh/comdat1.C: Likewise.
2560
2561 2007-02-11  Tehila Meyzels <tehila@il.ibm.com>
2562             Dorit Nuzman  <dorit@il.ibm.com>
2563
2564         * gcc.dg/vect/vect-intfloat-conversion-1.c:  New test.
2565         * gcc.dg/vect/vect-floatint-conversion-1.c:  New test.
2566         * gcc.dg/vect/vect-93.c: Another loop gets vectorized on powerpc.
2567         * gcc.dg/vect/vect-113.c: Likewise.
2568
2569         * gcc.dg/vect/vect-iv-11.c: A loop gets vectorized.
2570
2571 2007-02-10  Richard Henderson  <rth@redhat.com>
2572
2573         * lib/target-supports.exp (check_effective_target_tls): Redefine
2574         to mean non-emulated tls.
2575         * gcc.dg/tls/alias-1.c: Remove tls requirement.
2576         * gcc.dg/tls/asm-1.c, gcc.dg/tls/debug-1.c, gcc.dg/tls/diag-1.c,
2577         gcc.dg/tls/diag-2.c, gcc.dg/tls/diag-3.c, gcc.dg/tls/diag-4.c,
2578         gcc.dg/tls/diag-5.c, gcc.dg/tls/init-1.c, gcc.dg/tls/nonpic-1.c,
2579         gcc.dg/tls/opt-10.c, gcc.dg/tls/opt-5.c, gcc.dg/tls/opt-6.c,
2580         gcc.dg/tls/opt-8.c, gcc.dg/tls/opt-9.c, gcc.dg/tls/pic-1.c,
2581         gcc.dg/tls/struct-1.c, gcc.dg/tls/trivial.c: Likewise.
2582
2583 2007-02-10  Zdenek Dvorak  <dvorakz@suse.cz>
2584
2585         * gcc.dg/tree-ssa/loop-25.c: Verify the result in the profile pass.
2586
2587 2006-02-09  Brooks Moses  <brooks.moses@codesourcery.com>
2588
2589         * gfortran.dg/secnds.f: Replace time tolerance with a
2590         before-and-after bracket.
2591         * gfortran.dg/secnds-1.f: Likewise.
2592
2593 2007-02-09  Tobias Burnus  <burnus@net-b.de>
2594
2595         PR fortran/30512
2596         * gfortran.dg/maxlocval_1.f90: New test.
2597
2598 2007-02-09  Roger Sayle  <roger@eyesopen.com>
2599
2600         * gcc.target/ia64/builtin_bswap-1.c: New test case.
2601
2602 2007-02-09  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2603
2604         PR fortran/30720
2605         * gfortran.dg/array_function_1.f90: New test.
2606
2607 2007-02-09  Richard Sandiford  <richard@codesourcery.com>
2608
2609         * lib/target-supports.exp (check_effective_target_lax_strtofp)
2610         (check_effective_target_dummy_wcsftime): New functions.
2611
2612 2007-02-09  Richard Sandiford  <richard@codesourcery.com>
2613
2614         * gcc.c-torture/execute/20030125-1.x: Return 1 for uClibc targets.
2615         * lib/target-supports.exp (check_effective_target_uclibc): New
2616         function.
2617
2618 2007-02-09  Richard Sandiford  <richard@codesourcery.com>
2619
2620         * gcc.c-torture/execute/builtins/lib/chk.c: Include <sys/types.h>.
2621         (vsnprintf): Don't define for uClibc targets.
2622
2623 2007-02-09  Richard Sandiford  <richard@codesourcery.com>
2624
2625         * gcc.c-torture/execute/builtins/memops-asm-lib.c: Do the copy or
2626         set before checking whether it was allowed.
2627         * gcc.c-torture/execute/builtins/lib/memset.c: Do the memset
2628         before checking inside_main.
2629
2630 2007-02-09  Richard Sandiford  <richard@codesourcery.com>
2631
2632         * gcc.dg/compat/struct-layout-1.h (v16sf): Define to v4sf on
2633         uClinux targets.
2634         (u16sf): Likewise u4sf.
2635         * g++.dg/compat/struct-layout-1.h: Likewise.
2636
2637 2007-02-09  Richard Sandiford  <richard@codesourcery.com>
2638
2639         * lib/target-supports.exp (check_effective_target_coldfire_fpu): New
2640         procedure.
2641         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.x: XFAIL on
2642         m68k targets if check_effective_target_coldfire_fpu returns true.
2643
2644 2007-02-09  Zdenek Dvorak  <dvorakz@suse.cz>
2645         Richard Guenther  <rguenther@suse.de>
2646
2647         PR middle-end/23361
2648         * gcc.dg/fold-compare-3.c: New testcase.
2649         * gcc.dg/tree-ssa/loop-24.c: Likewise.
2650
2651 2007-02-09  Uros Bizjak  <ubizjak@gmail.com>
2652
2653         * gcc.dg/pr26570.c: Clean up coverage files.
2654         * gcc.dg/pr30172-1.c: Clean up gimple tree dump.
2655         * gcc.dg/lower-subreg-1.c: Clean up subreg rtl dump file.
2656         * gcc.dg/tree-ssa/tailrecursion-1.c: Clean up all tailr dump files.
2657         * gcc.dg/tree-ssa/tailrecursion-2.c: Ditto.
2658         * gcc.dg/tree-ssa/tailrecursion-3.c: Ditto.
2659         * gcc.dg/tree-ssa/tailrecursion-4.c: Ditto.
2660         * gcc.dg/tree-ssa/pr21658.c: Clean up all ccp dump files.
2661         * gcc.dg/tree-ssa/pr21829.c: Clean up all phicprop dump files.
2662         * gcc.dg/tree-ssa/pr15349.c: Clean up all mergephi dump files.
2663         * gcc.dg/tree-ssa/pr25501.c: Ditto.
2664         * gcc.dg/fold-compare-2.c: Clean up vrp dump files.
2665         * gcc.dg/vect/vect-recip.c: Clean up vect dump file.
2666         * gcc.dg/vect/pr28952.c: Ditto.
2667         * gcc.dg/vect/pr27151.c: Ditto.
2668         * gcc.dg/gomp/macro-3.c: Clean up omplower dump file.
2669         * g++.dg/gomp/macro-3.C: Ditto.
2670
2671 2007-02-08  Uros Bizjak  <ubizjak@gmail.com>
2672
2673         * gcc.dg/vect/vect-strided-same-dr.c (main): Fix terminate condition
2674         of the loop.
2675
2676 2007-02-08  Roger Sayle  <roger@eyesopen.com>
2677
2678         * gcc.target/i386/builtin-bswap-2.c: New test case.
2679
2680 2007-02-08  Roger Sayle  <roger@eyesopen.com>
2681
2682         * gfortran.dg/forall_8.f90: New test case.
2683         * gfortran.dg/forall_9.f90: Likewise.
2684
2685 2007-02-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2686
2687         * gcc.dg/builtins-20.c: Add some -~ complex cases.
2688
2689 2007-02-07  Hans-Peter Nilsson  <hp@axis.com>
2690
2691         * lib/target-supports.exp (check_effective_target_simulator): New.
2692
2693 2007-02-06  Zdenek Dvorak <dvorakz@suse.cz>
2694
2695         * gcc.dg/tree-ssa/loop-25.c: New test.
2696
2697 2007-02-06  Richard Henderson  <rth@redhat.com>
2698
2699         * gcc.target/i386/cvt-1.c: Don't expect xmm registers.
2700
2701 2007-02-06  Roger Sayle  <roger@eyesopen.com>
2702
2703         * gcc.target/powerpc/popcount-1.c: New test case.
2704         * gcc.target/powerpc/parity-1.c: Likewise.
2705
2706 2007-02-06  Richard Guenther  <rguenther@suse.de>
2707
2708         PR middle-end/27302
2709         * gcc.dg/torture/pr27302-2.c: New testcase.
2710
2711 2007-02-06  Dorit Nuzman  <dorit@il.ibm.com>
2712
2713         * gcc.dg/vect/vect.exp: Add support for -fno-tree-scev-cprop tests.
2714         * gcc.dg/vect/vect-iv-1.c: New test.
2715         * gcc.dg/vect/vect-iv-2.c: New test.
2716         * gcc.dg/vect/vect-iv-3.c: New test.
2717         * gcc.dg/vect/vect-iv-4.c: New test.
2718         * gcc.dg/vect/vect-iv-5.c: New test.
2719         * gcc.dg/vect/vect-iv-6.c: New test.
2720         * gcc.dg/vect/vect-iv-7.c: New test.
2721         * gcc.dg/vect/vect-iv-8.c: New test.
2722         * gcc.dg/vect/vect-iv-9.c: New test.
2723         * gcc.dg/vect/vect-iv-10.c: New test.
2724         * gcc.dg/vect/vect-iv-11.c: New test.
2725         * gcc.dg/vect/no-tree-scev-cprop-vect-iv-1.c: New test.
2726         * gcc.dg/vect/no-tree-scev-cprop-vect-iv-2.c: New test.
2727         * gcc.dg/vect/vect-14.c: Now vectorizable.
2728         * gcc.dg/vect/pr21591.c: Additional loop vectorized (initilization loop).
2729         * gcc.dg/vect/vect-27.c: Likewise.
2730         * gcc.dg/vect/vect-29.c Likewise.
2731         * gcc.dg/vect/vect-dv-2.c: Likewise.
2732         * gcc.dg/vect/vect-reduc-dot-u16a.c: Likewise.
2733         * gcc.dg/vect/vect-reduc-dot-u16b.c: Likewise.
2734         * gcc.dg/vect/vect-widen-mult-u16.c: Likewise.
2735
2736 2007-02-06  Ira Rosen  <irar@il.ibm.com>
2737
2738         * gcc.dg/vect/fast-math-vect-pow-2.c: New test.
2739
2740 2007-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2741
2742         * gcc.dg/builtins-20.c: Add more cases.
2743
2744 2007-02-05  Alexandre Oliva  <aoliva@redhat.com>
2745
2746         PR debug/30189
2747         * gcc.dg/pr30189.c: New test.
2748
2749 2007-02-05  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2750
2751         * gcc.dg/i386-cpuid.h: Test whether SSE4A is supported
2752         for running tests.
2753         * gcc.target/i386/sse4a-extract.c: New test.
2754         * gcc.target/i386/sse4a-insert.c: New test.
2755         * gcc.target/i386/sse4a-montsd.c: New test.
2756         * gcc.target/i386/sse4a-montss.c: New test.
2757
2758 2007-02-05  Richard Guenther  <rguenther@suse.de>
2759
2760         * gcc.target/i386/vectorize3.c: New testcase.
2761
2762 2007-02-05  Hans-Peter Nilsson  <hp@axis.com>
2763
2764         PR target/30665
2765         * gcc.dg/torture/pr30665-1.c, gcc.dg/torture/pr30665-2.c: New tests.
2766
2767 2007-02-04  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2768
2769         PR fortran/30611
2770         * gfortran.dg/repeat_1.f90: New test.
2771
2772 2007-02-04  Steven G. Kargl <kargl@gcc.gnu.org>
2773
2774         PR fortran/30605
2775         * gfortran.dg/spread_shape_1.f90: Remove tabs.
2776         * gfortran.dg/derived_init_2.f90: Ditto.
2777         * gfortran.dg/elemental_subroutine_3.f90: Ditto.
2778         * gfortran.dg/array_initializer_1.f90: Ditto.
2779         * gfortran.dg/do_2.f90: Ditto.
2780         * gfortran.dg/proc_assign_1.f90: Ditto.
2781
2782 2007-02-04  Richard Guenther  <rguenther@suse.de>
2783
2784         PR middle-end/30636
2785         * g++.dg/warn/pr30636.C: New testcase.
2786         * g++.dg/tree-ssa/tmmti-2.C: XFAIL parts.
2787
2788 2007-02-03  Uros Bizjak  <ubizjak@gmail.com>
2789
2790         PR middle-end/30667
2791         * gfortran.dg/pr30667.f: New test.
2792
2793 2007-02-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2794
2795         * gcc.dg/builtins-54.c: Add more cases.
2796
2797 2007-02-03  Paul Thomas  <pault@gcc.gnu.org>
2798
2799         PR fortran/30514
2800         * gfortran.dg/zero_sized_2.f90: New test.
2801
2802         PR fortran/30660
2803         * gfortran.dg/alloc_comp_basics_4.f90: New test.
2804
2805         PR fortran/29820
2806         * gfortran.dg/actual_array_interface_1.f90: Copy source to empty
2807         file.
2808
2809 2007-02-02  Steven G. Kargl  <kargl@gcc.gnu.org>
2810
2811         PR fortran/30683
2812         * gfortran.dg/interface_10.f90: New test.
2813
2814 2007-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2815
2816         * gcc.dg/builtins-20.c: Add more cases.
2817
2818 2007-02-02  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
2819
2820         PR target/29682
2821         * gcc-target/ia64/pr29682.c: New test.
2822
2823 2007-02-02  Paul Thomas  <pault@gcc.gnu.org>
2824
2825         PR fortran/30284
2826         * gfortran.dg/arrayio_11.f90.f90: New test.
2827
2828         PR fortran/30626
2829         * gfortran.dg/arrayio_12.f90.f90: New test.
2830
2831 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
2832
2833         PR c++/30536
2834         * g++.dg/tls/diag-5.C: New test.
2835
2836         PR middle-end/30473
2837         * gcc.dg/pr30473.c: New test.
2838         * gcc.c-torture/execute/20070201-1.c: New test.
2839
2840 2007-02-01  Roger Sayle  <roger@eyesopen.com>
2841
2842         * gfortran.dg/dependency_20.f90: New test case.
2843
2844 2007-01-31  Ian Lance Taylor  <iant@google.com>
2845
2846         * gcc.dg/lower-subreg-1.c (test): New test.
2847
2848 2007-01-30  Geoffrey Keating  <geoffk@apple.com>
2849
2850         * g++.dg/eh/simd-4.C (main): Also catch SIGSEGV.
2851
2852 2007-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2853
2854         * gcc.dg/torture/builtin-math-2.c: Add sqrt cases.
2855         * gcc.dg/torture/builtin-math-3.c: Likewise.
2856
2857 2007-01-31  Dirk Mueller  <dmueller@suse.de>
2858
2859         gcc.dg/Wparentheses-2.c: Update and add new tests.
2860
2861 2007-01-31  Ira Rosen  <irar@il.ibm.com>
2862
2863         * gcc.dg/vect/vect-37.c: Restore the original behaivior - xfail to
2864         vectorize.
2865
2866 2007-01-31  Uros Bizjak  <ubizjak@gmail.com>
2867
2868         * gcc.dg/builtins-63.c: New test.
2869
2870 2007-01-31  Tobias Burnus  <burnus@net-b.de>
2871
2872         PR fortran/27588
2873         * gfortran.dg/char_bounds_check_fail_1.f90: Add test.
2874
2875 2007-01-31  Tobias Burnus  <burnus@net-b.de>
2876
2877         PR fortran/30520
2878         * gfortran.dg/volatile8.f90: New argument conformance test.
2879         * gfortran.dg/volatile9.f90: New scope test.
2880
2881 2007-01-30  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2882
2883         PR c++/24745
2884         * g++.dg/warn/null4.C: New.
2885
2886 2001-01-30  Roger Sayle  <roger@eyesopen.com>
2887             Uros Bizjak  <ubizjak@gmail.com>
2888
2889         * gcc.dg/large-size-array-3.c: Correct typo.
2890
2891 2007-01-30  Richard Guenther  <rguenther@suse.de>
2892
2893         PR middle-end/27657
2894         * g++.dg/debug/pr27657.C: New testcase.
2895
2896 2007-01-30  Richard Guenther  <rguenther@suse.de>
2897
2898         PR middle-end/30313
2899         * gcc.dg/torture/pr30313.c: New testcase.
2900
2901 2007-01-29  Janis Johnson  <janis187@us.ibm.com>
2902
2903         * gcc.dg/dfp/dfp-except.h: New file.
2904         * gcc.dg/dfp/fe-check.h: New file.
2905         * gcc.dg/dfp/fe-binop.c: New test.
2906         * gcc.dg/dfp/fe-convert-1.c: New test.
2907         * gcc.dg/dfp/fe-convert-2.c: New test.
2908         * gcc.dg/dfp/fe-convert-3.c: New test.
2909
2910         * gcc.dg/dfp/dec-eval-method.c: Replace decfloat.h with float.h.
2911         * gcc.dg/dfp/decfloat-constants.c: Ditto.
2912         * gcc.dg/dfp/convert-dfp.c: Ditto.
2913         * gcc.dg/dfp/convert-int-saturate.c: Ditto.
2914
2915 2007-01-29  Josh Conner  <jconner@apple.com>
2916
2917         * gcc.target/powerpc/altivec-24.c: New test.
2918
2919 2007-01-29  Simon Martin  <simartin@users.sourceforge.net>
2920
2921         PR c++/28266
2922         * g++.dg/parse/defarg12.C: New test.
2923
2924 2007-01-29  Paul Thomas  <pault@gcc.gnu.org>
2925
2926         PR fortran/30554
2927         * gfortran.dg/used_dummy_types_6.f90: New test.
2928
2929 2007-01-28  Jan Hubicka  <jh@suse.cz>
2930
2931         * gcc.dg/tree-prof/val-prof-6.c: New test.
2932
2933 2007-01-28  Roger Sayle  <roger@eyesopen.com>
2934
2935         * gcc.dg/large-size-array-3.c: Correct test case (portability).
2936
2937 2007-01-28  Andrew Pinski  <pinskia@gmail.com>
2938
2939         PR C++/28988
2940         * g++.dg/expr/dtor4.C: New test.
2941
2942 2007-01-28  Zdenek Dvorak <dvorakz@suse.cz>
2943
2944         * gcc.dg/tree-ssa/loop-23.c: New test.
2945
2946 2007-01-28  Thomas Koenig  <Thomas.Koenig@online.de>
2947
2948         PR libfortran/30389
2949         * gfortran.dg/achar_2.f90:  New test.
2950         * gfortran.dg/achar_3.f90:  New test.
2951
2952 2007-01-27  Ian Lance Taylor  <iant@google.com>
2953
2954         * gcc.dg/strict-overflow-1.c: New test.
2955         * gcc.dg/no-strict-overflow-1.c: New test.
2956         * gcc.dg/strict-overflow-2.c: New test.
2957         * gcc.dg/no-strict-overflow-2.c: New test.
2958         * gcc.dg/strict-overflow-3.c: New test.
2959         * gcc.dg/no-strict-overflow-3.c: New test.
2960         * gcc.dg/strict-overflow-4.c: New test.
2961         * gcc.dg/no-strict-overflow-4.c: New test.
2962         * gcc.dg/fold-mod-1.c: Add -fstrict-overflow option.
2963         * gcc.dg/pr15784-1.c: Likewise.
2964         * gcc.dg/pr20922-1.c: Likewise.
2965         * gcc.dg/pr20922-3.c: Likewise.
2966         * gcc.dg/pr20922-4.c: Likewise.
2967         * gcc.dg/pr20922-6.c: Likewise.
2968         * gcc.dg/compare-4.c: Likewise.
2969         * gcc.dg/torture/pr26898-1.c: Likewise.
2970         * gcc.dg/tree-ssa/divide-1.c: Likewise.
2971         * gcc.dg/tree-ssa/divide-2.c: Likewise.
2972         * gcc.dg/tree-ssa/divide-3.c: Likewise.
2973         * gcc.dg/tree-ssa/divide-4.c: Likewise.
2974         * gcc.dg/tree-ssa/pr14490-1.c: Likewise.
2975         * gcc.dg/tree-ssa/pr14490-3.c: Likewise.
2976         * gcc.dg/tree-ssa/pr21082.c: Likewise.
2977         * gcc.dg/tree-ssa/pr26899.c: Likewise.
2978         * g++.dg/tree-ssa/pr21082.C: Likewise.
2979
2980 2007-01-27  Roger Sayle  <roger@eyesopen.com>
2981
2982         * gcc-dg/large-size-array-3.c: New test case.
2983
2984 2007-01-27  Roger Sayle  <roger@eyesopen.com>
2985
2986         * gfortran.dg/forall_7.f90: New test case.
2987
2988 2007-01-27  Paul Thomas  <pault@gcc.gnu.org>
2989
2990         PR fortran/30407
2991         * gfortran.dg/where_operator_assign_1.f90: New test.
2992         * gfortran.dg/where_operator_assign_2.f90: New test.
2993         * gfortran.dg/where_operator_assign_3.f90: New test.
2994
2995 2007-01-26  Joseph Myers  <joseph@codesourcery.com>
2996
2997         * lib/target-supports.exp
2998         (check_effective_target_powerpc_altivec): New.
2999         (check_effective_target_vect_cmdline_needed): Use it.
3000
3001 2007-01-26  Steven G. Kargl  <kargl@gcc.gnu.org>
3002
3003         PR fortran/30278
3004         * gfortran.dg/backslash_3.f: New test.
3005
3006 2007-01-26  Richard Guenther  <rguenther@suse.de>
3007
3008         * gcc.dg/tree-ssa/pr23382.c: Fix typo.
3009
3010 2007-01-26  Tobias Burnus  <burnus@net-b.de>
3011
3012         * gfortran.dg/gomp/gomp.exp: Support .f03 extension.
3013         * gfortran.dg/vect/vect.exp: Ditto.
3014         * gfortran.dg/dg.exp: Ditto.
3015         * gfortran.fortran-torture/execute/execute.exp: Ditto.
3016         * gfortran.fortran-torture/compile/compile.exp: Ditto.
3017
3018 2007-01-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3019
3020         * gcc.dg/builtins-20.c: Add more cases.
3021         * gcc.dg/torture/builtin-symmetric-1.c: Likewise.
3022
3023 2007-01-25  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3024
3025         PR fortran/30437
3026         * gcc.dg/Wall.c: New.
3027         * gcc.dg/Wno-all.c: New.
3028         * gfortran.dg/Wall.f90: New.
3029         * gfortran.dg/Wno-all.f90: New.
3030
3031 2007-01-24  Geoffrey Keating  <geoffk@apple.com>
3032
3033         * gcc.target/powerpc/darwin-ehreturn-1.c: New.
3034         * g++.dg/eh/simd-2.C: Also run on Darwin.
3035         * g++.dg/eh/simd-3.C: New.
3036         * g++.dg/eh/simd-4.C: New.
3037
3038 2007-01-25  Richard Guenther  <rguenther@suse.de>
3039
3040         * gcc.dg/tree-prof/tree-prof.exp: Define _PROFILE_GENERATE
3041         and _PROFILE_USE.
3042         * gcc.dg/tree-prof/wcoverage-mismatch.c: New testcase.
3043
3044 2007-01-25  Razya Ladelsky  <razya@il.ibm.com>
3045
3046         * gcc.dg/ipa/ipa-1.c: Update scan tree dump.
3047         * gcc.dg/ipa/ipa-2.c: Update scan tree dump.
3048         * gcc.dg/ipa/ipa-3.c: Update scan tree dump.
3049         * gcc.dg/ipa/ipa-4.c: Update scan tree dump.
3050         * gcc.dg/ipa/ipa-5.c: Update scan tree dump.
3051         * gcc.dg/ipa/ipa-6.c: Update scan tree dump.
3052         * gcc.dg/ipa/ipa-7.c: New testcase.
3053
3054 2007-01-24  Douglas Gregor  <dgregor@osl.iu.edu>
3055
3056         * g++.dg/cpp0x/warn_cxx0x.C: New.
3057
3058 2007-01-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3059
3060         * gcc.dg/builtins-20.c: Test builtin carg.
3061
3062 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
3063
3064         PR middle-end/27416
3065         * gcc.dg/gomp/pr27416.c: New test.
3066
3067         PR middle-end/30494
3068         * gcc.dg/gomp/pr30494.c: New test.
3069         * g++.dg/gomp/pr30494.C: New test.
3070
3071         PR middle-end/30421
3072         * gcc.dg/gomp/pr30421.c: New test.
3073
3074 2007-01-24  Steve Ellcey  <sje@cup.hp.com>
3075
3076         * gcc.target/ia64/versionid-1.c: New test.
3077         * gcc.target/ia64/versionid-2.c: New test.
3078
3079 2007-01-24  Richard Guenther  <rguenther@suse.de>
3080
3081         PR testsuite/30181
3082         * gcc.dg/builtins-57.c: Change to a link-time testcase
3083         to support non-C99 targets.
3084
3085 2007-01-24  Jan Hubicka  <jh@suse.cz>
3086
3087         * gcc.dg/tree-ssa/pr23382.c: Avoid DCE from eliminating dead variable.
3088
3089 2007-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>
3090
3091         * gcc.c-torture/compile/sizeof-macros-1.c: New testcase.
3092
3093 2007-01-23  Andrew Pinski  <pinskia@gmail.com>
3094
3095         PR objc/27438
3096         * objc.dg/const-str-12.m: New test.
3097
3098 2007-01-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3099
3100         PR fortran/30532
3101         * gfortran.dg/ctrl-z.f90:  New test.
3102
3103 2007-01-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3104
3105         PR fortran/30481
3106         * gfortran.dg/namelist_assumed_char.f90:  New test.
3107
3108 2007-01-23  Simon Martin  <simartin@users.sourceforge.net>
3109
3110         PR c++/27492
3111         * g++.dg/inherit/covariant15.C: New test.
3112
3113 2007-01-23  Ian Lance Taylor  <iant@google.com>
3114
3115         * g++.dg/warn/Wparentheses-24.C: New test.
3116
3117 2007-01-23  Richard Guenther  <rguenther@suse.de>
3118
3119         PR testsuite/30560
3120         * ada/acats/run_acats: Do not call gnatmake or gnatchop
3121         with full path.
3122
3123 2007-01-22  Richard Guenther  <rguenther@suse.de>
3124
3125         PR tree-optimization/30038
3126         * gcc.dg/builtins-62.c: New testcase.
3127
3128 2007-01-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3129
3130         * gcc.c-torture/compile/20070121.c: New test.
3131
3132 2007-01-21  Thomas Koenig  <Thomas.Koenig@online.de>
3133
3134         PR libfortran/30525
3135         * gfortran.dg/char_comparison_1.f:  New test.
3136
3137 2007-01-21  Ira Rosen  <irar@il.ibm.com>
3138
3139         * gcc.dg/vect/vect-strided-same-dr.c: New test.
3140
3141 2007-01-20  Andrew Pinski  <pinskia@gmail.com>
3142
3143         PR objc/30479
3144         * objc.dg/pch: New directory.
3145         * objc.dg/pch/pch.exp: New file.
3146         * objc.dg/pch/interface-1.m: New test.
3147         * objc.dg/pch/interface-1.hs: New include file.
3148         * lib/objc.exp (objc_target_compile): Add
3149         "-x objective-c-header" in front of the sources if this is
3150         a precompiled header being compiled.
3151
3152 2007-01-20  Roger Sayle  <roger@eyesopen.com>
3153
3154         * gfortran.dg/array_memcpy_3.f90: New test case.
3155         * gfortran.dg/vect/vect-5.f90: Update vectorized loop count.
3156
3157 2007-01-20  Roger Sayle  <roger@eyesopen.com>
3158             Brooks Moses  <brooks.moses@codesourcery.com>
3159             Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3160
3161         * gfortran.dg/intrinsic_sign_1.f90: New test case.
3162         * gfortran.dg/intrinsic_sign_2.f90: Likewise.
3163
3164 2007-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3165
3166         * gcc.dg/torture/builtin-math-3.c: Test fdim.
3167
3168 2007-01-19  Mike Stump  <mrs@apple.com>
3169
3170         * gcc.dg/darwin-ld-6.c: Remove, tests a linker flag that is going
3171         away.
3172
3173 2007-01-19  Roger Sayle  <roger@eyesopen.com>
3174
3175         * gcc.dg/pr30172-1.c: Specify the -fno-signed-zeros command line
3176         option instead of -funsafe-math-optimizations.
3177
3178 2007-01-19  Tomas Bily  <tbily@suse.cz>
3179
3180         gcc.dg/tree-prof/indir-call-prof.c: New.
3181         g++.dg/dg.exp: Add tree-prof subdirectory.
3182         g++.dg/tree-prof/indir-call-prof.C: New.
3183         g++.dg/tree-prof/tree-prof.exp: New.
3184
3185 2007-01-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3186
3187         PR c++/17947
3188         * g++.dg/warn/deprecated.C: Update warning output.
3189         * g++.dg/warn/deprecated-2.C: Likewise.
3190         * g++.dg/warn/deprecated-3.C: New.
3191
3192 2007-01-19  Nathan Sidwell  <nathan@codesourcery.com>
3193
3194         * gcc.c-torture/execute/nestfunc-7.c: New.
3195
3196 2007-01-18  Hui-May Chang  <hm.chang@apple.com>
3197
3198         * gcc.c-torture/compile/pr27528.c: Add -fno-pic option.
3199
3200 2007-01-18  Nathan Sidwell  <nathan@codesourcery.com>
3201
3202         * gcc.dg/m68k-pic-1.c: New.
3203
3204 2007-01-18  Roger Sayle  <roger@eyesopen.com>
3205
3206         * gfortran.dg/array_memcpy_4.f90: New test case.
3207
3208 2007-01-18  Josh Conner  <jconner@apple.com>
3209
3210         PR target/30485
3211         * gcc.dg/vect/vect.exp: Add support for no-trapping-math tests.
3212         * gcc.dg/vect/no-trapping-math-1: New.
3213         * gcc.dg/vect/no-trapping-math-2: New.
3214
3215 2007-01-18  Uros Bizjak  <ubizjak@gmail.com>
3216
3217         * gcc.target/i386/387-8.c: Update comment about optimizing
3218         inherent load of 1.0 of fptan instruction.
3219
3220 2007-01-18  Dirk Mueller  <dmueller@suse.de>
3221             Richard Guenther <rguenther@suse.de>
3222
3223         PR diagnostic/8268
3224         * gcc.dg/Warray-bounds.c: New testcase.
3225         * gcc.dg/Warray-bounds-2.c: New testcase.
3226         * g++.dg/warn/Warray-bounds.C: New testcase.
3227         * g++.dg/warn/Warray-bounds-2.C: New testcase.
3228
3229 2007-01-17  Paul Thomas  <pault@gcc.gnu.org>
3230
3231         PR fortran/30476
3232         * gfortran.dg/generic_12.f90: New test.
3233
3234 2007-01-17  Dorit Nuzman  <dorit@il.ibm.com>
3235
3236         * gcc.target/i386/vectorize1.c: Add cleanup-tree-dump.
3237         * gcc.dg/tree-ssa/ssa-dse-9.c: Add cleanup-tree-dump.
3238
3239 2007-01-16  Janis Johnson  <janis187@us.ibm.com>
3240
3241         * gcc.dg/dfp/compare-special.h: New file.
3242         * gcc.dg/dfp/compare-special-32.c: New test.
3243         * gcc.dg/dfp/compare-special-64.c: New test.
3244         * gcc.dg/dfp/compare-special-128.c: New test.
3245
3246 2007-01-16  Roger Sayle  <roger@eyesopen.com>
3247             Paul Thomas  <pault@gcc.gnu.org>
3248             Steven G. Kargl  <kargl@gcc.gnu.org>
3249
3250         PR fortran/30404
3251         * gfortran.dg/forall_6.f90: New test case.
3252         * gfortran.dg/dependency_8.f90: Update test to find "temp" array.
3253         * gfortran.dg/dependency_13.f90: Likewise.
3254
3255 2007-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3256
3257         PR testsuite/12325
3258         * gcc.dg/torture/builtin-attr-1.c: Handle warnings from
3259         targets that don't support Inf.
3260
3261 2007-01-15  Dale Johannesen  <dalej@apple.com>
3262
3263         * gcc.dg/tree-ssa/loop-3.c:  Disable with -fpic or -fPIC.
3264
3265 2007-01-15  Thomas Koenig  <Thomas.Koenig@online.de>
3266
3267         * gfortran.dg/string_0xfe_0xff_1.f90:  Use char instead
3268         of achar for 0xff to avoid the "Extended ASCII not
3269         implemented" error message.
3270
3271 2007-01-15  Paul Thomas  <pault@gcc.gnu.org>
3272
3273         PR fortran/28172
3274         * gfortran.dg/altreturn_4.f90: New test.
3275
3276         PR fortran/29389
3277         * gfortran.dg/stfunc_4.f90: New test.
3278
3279         PR fortran/29712
3280         * gfortran.dg/bound_2.f90: Reinstate commented out line.
3281         * gfortran.dg/initialization_1.f90: Change warning.
3282
3283         PR fortran/30283
3284         * gfortran.dg/specification_type_resolution_2.f90: New test.
3285
3286 2007-01-14  Jan Hubicka  <jh@suse.cz>
3287
3288         * gcc.dg/tree-prof/stringop-1.c: Update pattern for memcpy folding.
3289         * gcc.dg/tree-ssa/vrp11.c: Fix thinkos in my last patch.
3290         * gcc.dg/always_inline3.c: Update for pre-inline tail recursion
3291         elimination.
3292
3293 2007-01-14  Paul Thomas  <pault@gcc.gnu.org>
3294
3295         PR fortran/30410
3296         * gfortran.dg/external_procedures_2.f90: New test.
3297
3298 2007-01-14  Uros Bizjak  <ubizjak@gmail.com>
3299
3300         PR target/30413
3301         * gcc.target/i386/pr30413.c: New test.
3302
3303 2007-01-14  Thomas Koenig  <Thomas.Koenig@online.de>
3304
3305         PR fortran/30452
3306         * gfortran.dg/string_0xfe_0xff_1.f90:  New test.
3307
3308 2007-01-13  Zdenek Dvorak <dvorakz@suse.cz>
3309
3310         * gcc.dg/20070112-1.c: New test.
3311
3312 2007-01-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3313
3314         PR libgfortran/30435
3315         * gfortran.dg/list_read_6.f90: New test.
3316
3317 2007-01-12  Olga Golovanevsky  <olga@il.ibm.com>
3318
3319         * gcc.dg/torture/pr24750-1.c:  Add prototype of free.
3320
3321 2007-01-12  Tom Tromey  <tromey@redhat.com>
3322
3323         PR preprocessor/28227:
3324         * gcc.dg/cpp/pr28227.c: New file.
3325
3326 2007-01-11  Zdenek Dvorak <dvorakz@suse.cz>
3327
3328         * gcc.dg/tree-ssa/loop-22.c: New test.
3329
3330 2007-01-11  Zdenek Dvorak <dvorakz@suse.cz>
3331
3332         PR tree-optimization/29516
3333         * gcc.dg/tree-ssa/loop-20.c: New test.
3334
3335 2007-01-11  Thomas Koenig  <Thomas.Koenig@online.de>
3336
3337         PR libfortran/30415
3338         * minmaxloc_integer_kinds_1.f90:  New test.
3339
3340 2007-01-11  Simon Martin  <simartin@users.sourceforge.net>
3341
3342         PR c++/29573
3343         * g++.dg/template/sizeof-template-argument.C: New test.
3344
3345 2007-01-11  Jan Hubicka  <jh@suse.cz>
3346
3347         * gcc.dg/tree-ssa/tailrecursion-4.c: Update dump file.
3348         * gcc.dg/tree-ssa/tailrecursion-1.c: Update dump file.
3349         * gcc.dg/tree-ssa/tailrecursion-2.c: Update dump file.
3350         * gcc.dg/tree-ssa/tailrecursion-3.c: Update dump file.
3351         * gcc.dg/tree-ssa/pr21658.c: Likewise.
3352         * gcc.dg/tree-ssa/pr15349.c: Likewise.
3353         * gcc.dg/tree-ssa/pr25501.c: Likewise.
3354         * gcc.dg/tree-ssa/vrp11.c: Make more complex so it still test
3355         transformation in question.
3356         * gcc.dg/tree-ssa/vrp05.c: Likewise.
3357         * gcc.dg/tree-ssa/pr20701.c: Likewise.
3358         * gcc.dg/always_inline3.c: Likewise.
3359
3360 2007-01-10  Mark Mitchell  <mark@codesourcery.com>
3361
3362         PR c++/28999
3363         * g++.dg/template/typename11.C: New test.
3364
3365 2007-01-10  Robert Kennedy <jimbob@google.com>
3366
3367         * gcc.dg/fold-compare-2.c: New test case for fold_comparison.
3368
3369 2007-01-09  Brooks Moses  <brooks.moses@codesourcery.com>
3370
3371         * gfortran.dg/chkbits.f90: Added IBCLR tests; test calls
3372         for different integer kinds.
3373         * gfortran.dg/ishft.f90: Renamed to ishft_1.f90...
3374         * gfortran.dg/ishft_1.f90: ...Renamed from ishft.f90.
3375         * gfortran.dg/ishft_2.f90: New test.
3376         * gfortran.dg/ishft_3.f90: New test.
3377
3378 2007-01-09  Brooks Moses  <brooks.moses@codesourcery.com>
3379
3380         * gfortran.dg/altreturn_2.f90: Removed executable bit.
3381
3382 2007-01-09  Zdenek Dvorak <dvorakz@suse.cz>
3383
3384         PR tree-optimization/30322
3385         * gcc.dg/tree-ssa/loop-21.c: New test.
3386
3387 2007-01-08  Geoffrey Keating  <geoffk@apple.com>
3388
3389         * g++.dg/rtti/darwin-builtin-linkage.C: New.
3390
3391 2007-01-08  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3392
3393         * gcc.target/spu/intrinsics-1.c: Remove xfail.
3394
3395 2007-01-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3396
3397         * g++.dg/warn/overflow-warn-1.C: Fix testcase.
3398         * g++.dg/warn/overflow-warn-3.C: Likewise.
3399         * g++.dg/warn/overflow-warn-4.C: Likewise.
3400         * g++.dg/warn/overflow-warn-5.C: Likewise.
3401         * g++.dg/warn/overflow-warn-6.C: Likewise.
3402         * g++.dg/warn/Woverflow-1.C: Likewise.
3403         * g++.dg/warn/Woverflow-2.C: Likewise.
3404         * g++.dg/warn/Woverflow-3.C: Likewise.
3405         * g++.dg/warn/multiple-overflow-warn-2.C: Likewise.
3406
3407 2007-01-08  Roger Sayle  <roger@eyesopen.com>
3408
3409         * gfortran.dg/array_constructor_14.f90: New test case.
3410         * gfortran.dg/vect/vect-5.f90: Update test for improved alignment.
3411
3412 2007-01-08  Richard Guenther  <rguenther@suse.de>
3413
3414         PR tree-optimization/23603
3415         * gcc.dg/tree-ssa/vrp31.c: New testcase.
3416         * gcc.dg/tree-ssa/vrp32.c: Likewise.
3417
3418 2007-01-08  Mark Shinwell  <shinwell@codesourcery.com>
3419
3420         * gcc.target/i386/20020531-1.c: Use "char" not "unsigned char"
3421         in __v8qi typedef.
3422         * gcc.target/powerpc/altivec-vec-merge.c (foo): Add casts.
3423         * gcc.dg/simd-1.c: Update dg-error directives to reflect new
3424         compiler behaviour.
3425         * gcc.dg/simd-5.c: Likewise.
3426         * gcc.dg/simd-6.c: Likewise.
3427         * g++.dg/conversion/simd1.C: Likewise.
3428         * g++.dg/conversion/simd3.C: Likewise.
3429         * g++.dg/ext/attribute-test-2.C (data): Add "vs" member.
3430         (main): Use it.
3431
3432 2007-01-08  Mark Shinwell  <shinwell@codesourcery.com>
3433
3434         PR tree-optimization/29877
3435         * gcc.dg/pr16194.c: Skip test entirely if we don't know the
3436         name of a hard register for the target concerned.  Adjust dg-error
3437         directives to cope with new behaviour of TER.
3438
3439 2007-01-07  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3440
3441         PR c++/28986
3442         * g++.dg/conversion/nullptr1.C: Added overflow warning.
3443         * g++.dg/warn/overflow-warn-1.C: New.
3444         * g++.dg/warn/overflow-warn-3.C: New.
3445         * g++.dg/warn/overflow-warn-4.C: New.
3446         * g++.dg/warn/overflow-warn-5.C: New.
3447         * g++.dg/warn/overflow-warn-6.C: New.
3448         * g++.dg/warn/Woverflow-1.C: New.
3449         * g++.dg/warn/Woverflow-2.C: New.
3450         * g++.dg/warn/Woverflow-3.C: New.
3451         * g++.dg/warn/multiple-overflow-warn-2.C: New.
3452
3453 2007-01-07  Bernhard Fischer  <aldot@gcc.gnu.org>
3454
3455         PR fortran/27698
3456         * gfortran.dg/invalid_name.f90: New test.
3457         * gfortran.dg/do_iterator.f90: Adjust pattern for expected error.
3458         * gfortran.dg/gomp/pr29759.f90: Ditto.
3459
3460 2007-01-06  Steven G. Kargl  <kargl@gcc.gnu.org>
3461
3462         * gfortran.dg/present_1.f90:  Update error message.
3463
3464 2007-01-06  Lee Millward  <lee.millward@codesourcery.com>
3465
3466         PR c++/19439
3467         * g++.dg/template/duplicate1.C: New test
3468         * g++.dg/template/memfriend6.C: Adjust error markers.
3469
3470 2007-01-05  Andrew Pinski  <Andrew_Pinski@playstation.sony.com>
3471
3472         PR tree-opt/30385
3473         * gcc.dg/torture/inline-1.c: New test.
3474
3475 2007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3476
3477         PR c/19978
3478         * gcc.dg/multiple-overflow-warn-1.c: New.
3479         * gcc.dg/multiple-overflow-warn-2.c: New.
3480         * gcc.dg/overflow-warn-6.c: New.
3481         * g++.dg/warn/multiple-overflow-warn-1.C: New.
3482
3483 2007-01-05  Roger Sayle  <roger@eyesopen.com>
3484
3485         * gfortran.dg/array_memcpy_1.f90: New test case.
3486         * gfortran.dg/array_memcpy_2.f90: Likewise.
3487
3488 2007-01-05  Richard Guenther  <rguenther@suse.de>
3489
3490         PR middle-end/27826
3491         * g++.dg/opt/pr27826.C: New testcase.
3492
3493 2007-01-05  Ian Lance Taylor  <iant@google.com>
3494
3495         * gcc.dg/Walways-true-1.c: New test.
3496         * gcc.dg/Walways-true-2.c: New test.
3497         * g++.dg/warn/Walways-true-1.C: New test.
3498         * g++.dg/warn/Walways-true-2.C: New test.
3499
3500 2007-01-05  Jakub Jelinek  <jakub@redhat.com>
3501
3502         PR c/30360
3503         * gcc.dg/pr30360.c: New test.
3504
3505 2007-01-05  Paul Thomas  <pault@gcc.gnu.org>
3506
3507         PR fortran/23232
3508         * gfortran.dg/data_implied_do_1.f90: New test.
3509
3510         PR fortran/27996
3511         PR fortran/27998
3512         * gfortran.dg/char_length_1.f90: New test.
3513
3514 2007-01-05  Richard Guenther  <rguenther@suse.de>
3515
3516         PR middle-end/28116
3517         * g++.dg/opt/pr28116.C: New testcase.
3518
3519 2007-01-05  Tobias Burnus  <burnus@net-b.de>
3520
3521         PR fortran/29624
3522         * gfortran.dg/alloc_alloc_expr_1.f90: Add check for
3523           invalid deallocate.
3524         * gfortran.dg/allocatable_dummy_2.f90: Update dg-error.
3525         * gfortran.dg/protected_4.f90: Add pointer intent check.
3526         * gfortran.dg/protected_6.f90: Add pointer intent check.
3527         * gfortran.dg/pointer_intent_1.f90: New test.
3528         * gfortran.dg/pointer_intent_2.f90: New test.
3529         * gfortran.dg/pointer_intent_3.f90: New test.
3530
3531 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
3532
3533         PR 30235
3534         * gfortran.dg/altreturn_2.f90: new test.
3535
3536 2007-01-04  Tom Tromey  <tromey@redhat.com>
3537
3538         PR preprocessor/28165:
3539         * gcc.dg/cpp/pr28165.c: New file.
3540
3541 2007-01-03  Josh Conner  <jconner@apple.com>
3542
3543         PR middle-end/29683
3544         * gcc.dg/pr29683.c: New.
3545
3546 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
3547
3548         PR c++/28217
3549         * g++.dg/pch/template-1.C: New test.
3550         * g++.dg/pch/template-1.Hs: New file.
3551
3552 2007-01-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3553
3554         PR middle-end/30353