OSDN Git Service

2007-07-08 Tobias Burnus <burnus@net-b.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2007-03-08  Tobias Burnus  <burnus@net-b.de>
2
3         * gfortran.dg/use_5.f90: New test.
4         * gfortran.dg/use_6.f90: Ditto.
5         * gfortran.dg/use_7.f90: Ditto.
6
7 2007-03-08  Tobias Burnus  <burnus@net-b.de>
8
9         PR fortran/30973
10         * gfortran.dg/use_4.f90: New test.
11         * gfortran.dg/used_dummy_types_7.f90: Correct ambiguous symbol.
12
13 2007-03-08  Paul Thomas  <pault@gcc.gnu.org>
14
15         PR fortran/31011
16         * gfortran.dg/parameter_array_section_2.f90: New test.
17
18 2007-03-08  Volker Reichelt  <reichelt@netcologne.de>
19
20         PR c++/30852
21         * g++.dg/ext/offsetof1.C: Add cases with volatile.
22
23         PR c++/30534
24         * g++.dg/template/arg5.C: New test.
25
26 2007-03-07  Joseph Myers  <joseph@codesourcery.com>
27
28         * g++.dg/eh/arm-iwmmxt-unwind.C: New test.
29
30 2007-03-07  Paolo Bonzini  <bonzini@gnu.org>
31
32         * gcc.dg/var-expand1.c: Add newline at end of file.
33
34 2007-03-07  Hans-Peter Nilsson  <hp@axis.com>
35
36         * g++.old-deja/g++.jason/template31.C: Include cstdlib.
37
38 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
39
40         * gcc.c-torture/compile/m68k-byte-addr.c: New test.
41
42 2007-03-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
43
44         * gcc.dg/torture/builtin-convert-4.c: New test.
45
46 2007-03-05  Ian Lance Taylor  <iant@google.com>
47
48         * gcc.c-torture/compile/pr31034.c: New test.
49
50 2007-03-05  Ian Lance Taylor  <iant@google.com>
51
52         * gcc.dg/inline-18.c: New test.
53         * gcc.dg/inline-19.c: New test.
54         * gcc.dg/inline-20.c: New test.
55         * gcc.dg/inline-21.c: New test.
56
57 2007-03-05  Richard Guenther  <rguenther@suse.de>
58
59         PR tree-optimization/14052
60         * gcc.dg/tree-ssa/vrp33.c: New testcase.
61
62 2007-03-05  Richard Guenther  <rguenther@suse.de>
63
64         PR tree-optimization/23777
65         * gcc.dg/tree-ssa/pr23777.c: New testcase.
66
67 2007-03-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
68
69         PR other/30465
70         * gcc.dg/multiple-overflow-warn-3.c: New.
71         * g++.dg/warn/multiple-overflow-warn-3.C: New.
72         
73 2007-03-04  Simon Martin  <simartin@users.sourceforge.net>
74
75         PR c++/30895
76         * g++.dg/parse/template23.C: New test.
77
78 2007-03-04  Roger Sayle  <roger@eyesopen.com>
79
80         PR middle-end/30744
81         * gcc.dg/pr30744-1.c: New test case.
82
83 2007-03-04  Tobias Burnus  <burnus@net-b.de>
84
85         * gfortran.dg/c_by_val.c: Use _Complex instead of a struct.
86
87 2007-03-04 Francois-Xavier Coudert <coudert@clipper.ens.fr>
88
89         PR target/30406
90         * gfortran.dg/logical_3.f90: New test.
91
92 2007-03-04  Thomas Koenig  <Thomas.Koenig@online.de>
93
94         PR libfortran/30981
95         * gfortran.dg/integer_exponentiation_1.f90:  New test.
96
97 2007-03-04  Nathan Sidwell  <nathan@codesourcery.com>
98
99         * gcc.target/m68k/m68k.exp: New.
100         * gcc.target/m68k/crash1.c: New.
101
102 2007-03-03  Tobias Burnus  <burnus@net-b.de>
103
104         * gfortran.dg/c_by_val.c: Use int64_t instead of long
105         to be more compatible with integer(kind=8).
106
107 2007-03-03  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
108
109         PR libfortran/31001
110         * gfortran.dg/zero_sized_3.f90: New test.
111
112 2007-03-03  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
113
114         PR c++/15787
115         * g++.dg/parse/else.C: New.
116         * g++.dg/parse/else-2.C: New.
117         
118 2007-03-03  Paul Thomas  <pault@gcc.gnu.org>
119             Tobias Burnus  <burnus@net-b.de>
120
121         PR fortran/30882
122         * gfortran.dg/size_dim.f90: New test.
123
124 2007-03-02  Paul Thomas  <pault@gcc.gnu.org>
125             Tobias Burnus  <burnus@net-b.de>
126
127         PR fortran/30873
128         * gfortran.dg/entry_9.f90: New test.
129
130 2007-03-02  Simon Martin  <simartin@users.sourceforge.net>
131
132         PR c++/28253
133         * g++.dg/inherit/covariant16.C: New test.
134
135 2007-03-02  Geoffrey Keating  <geoffk@apple.com>
136
137         * g++.dg/other/darwin-minversion-1.C: New.
138
139 2007-03-02  Diego Novillo  <dnovillo@redhat.com>
140
141         * gcc.dg/tree-ssa/20070302-1.c: New test.
142
143 2007-03-02  Joseph Myers  <joseph@codesourcery.com>
144
145         * gcc.target/powerpc/spe-unwind-1.c, g++.dg/eh/simd-5.C: New
146         tests.
147
148 2007-03-01  Zdenek Dvorak  <dvorakz@suse.cz>
149
150         * gcc.dg/tree-ssa/prefetch-4.c: New test.
151
152 2007-03-01  Simon Baldwin <simonb@google.com>
153
154         PR c++/23689
155         * warn/ignored_typedef.C: New.
156         * init/ctor8.C: Added dg-warning to consume ignored typedef
157         warning. 
158         * template/typedef2.C: Ditto.  Moved dg-error onto its own line
159         and added an explicit line number.
160
161 2007-02-28  Richard Guenther  <rguenther@suse.de>
162
163         PR middle-end/30364
164         * gcc.dg/torture/pr30364-1.c: New testcase.
165         * gcc.dg/torture/pr30364-2.c: Likewise.
166         * gcc.dg/torture/pr30364-3.c: Likewise.
167
168 2007-02-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
169
170         * gcc.dg/torture/builtin-frexp-1.c: On mips*-*-irix6* and
171         powerpc*, use -funsafe-math-optimizations.
172         * gcc.dg/torture/builtin-logb-1.c: Likewise.
173         * gcc.dg/torture/builtin-modf-1.c: Likewise.
174
175 2007-02-28  Tobias Burnus  <burnus@net-b.de>
176             Paul Thomas  <pault@gcc.gnu.org>
177
178         PR fortran/30888
179         PR fortran/30887
180         * c_by_val_1.f: Test %VAL() with non-default kind.
181         * c_by_val.c: Ditto.
182         * c_by_val_4.f: New test.
183
184 2007-02-28  Tobias Burnus  <burnus@net-b.de>
185
186         PR fortran/30968
187         * gfortran.dg/continuation_7.f90: New test.
188
189 2007-02-28  Bernd Schmidt  <bernd.schmidt@analog.com>
190
191         * g++.dg/inherit/thunk7.C: New test.
192         * lib/target-supports.exp (check_profiling_available): Not available
193         for bfin-*-*.
194
195 2007-02-27  Uros Bizjak  <ubizjak@gmail.com>
196
197         PR target/30970
198         * gcc.target/i386/gfortran.dg/pr30970.c: New test. 
199
200 2007-02-27  Mark Mitchell  <mark@codesourcery.com>
201
202         * lib/target-supports.exp (check_effective_target_init_priority):
203         Remove Solaris special case.
204
205 2007-02-26  Geoffrey Keating  <geoffk@apple.com>
206
207         * gcc.target/powerpc/stabs-attrib-vect-darwin.c: Allow
208         for more builtin types.
209
210         * g++.dg/ext/visibility/class1.C: Port to Darwin.
211         * g++.dg/ext/visibility/noPLT.C: Likewise.
212
213 2007-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
214
215         * gcc.dg/torture/builtin-modf-1.c: Use -fno-finite-math-only on
216         sh* targets.
217
218 2007-02-26  Thomas Koenig  <Thomas.Koenig@online.de>
219
220         PR fortran/30865
221         * size_optional_dim_1.f90:  New test.
222
223 2007-02-25  Mark Mitchell  <mark@codesourcery.com>
224
225         * gcc.dg/vxworks/vxworks.exp: New file.
226         * gcc.dg/vxworks/initpri1.c: Likewise.
227         * gcc.dg/vxworks/initpri2.c: Likewise.
228         * gcc.dg/initpri2.c: Add more tests.
229         * g++.dg/special/initpri2.C: Likewise.
230
231         * gcc.dg/initpri1.c: New test.
232         * gcc.dg/initpri2.c: Likewise.
233         * g++.dg/special/initpri1.C: New test.
234         * g++.dg/special/initpri2.C: Likewise.
235         * g++.dg/special/conpr-1.C: Use init_priority effective target.
236         * g++.dg/special/conpr-2.C: Likewise.
237         * g++.dg/special/conpr-3.C: Likewise.
238         * g++.dg/special/conpr-4.C: Likewise.
239         * g++.dg/special/initp1.C: Likewise.
240         * g++.dg/special/ecos.exp: Remove code to detect availability of
241         constructor priorities.
242         * lib/target-supports.exp (check_effective_target_init_priority):
243         New function.
244
245 2007-02-24  Jan Hubicka  <jh@suse.cz>
246
247         * gcc.c-torture/execute/pr30778.c: New testcase.
248
249 2007-02-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
250
251         PR libgfortran/30918
252         * gfortran.dg/namelist_26.f90: New test.
253
254 2007-02-24  Richard Guenther  <rguenther@suse.de>
255
256         PR middle-end/30951
257         * gcc.dg/pr30951.c: New testcase.
258
259 2007-02-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
260
261         * gcc.dg/torture/builtin-modf-1.c: New test.
262
263 2007-02-23  Paolo Bonzini  <bonzini@gnu.org>
264
265         PR tree-optimization/30904
266         * gcc.dg/pr30904.c: New test.
267
268 2007-02-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
269
270         * gcc.test-framework/README: Correct command.
271         * gcc.test-framework/dg-outexistsnot-exp-P.c: Replace -W with
272         -Wunused-value.
273         * gcc.test-framework/dg-outexists-exp-F.c: Likewise.
274         
275 2007-02-23  Nathan Sidwell  <nathan@codesourcery.com>
276
277         * lib/target-supports.exp (check_effective_target_unwrapped): New.
278
279 2007-02-23  Mark Mitchell  <mark@codesourcery.com>
280
281         * lib/target-supports.exp (check_effective_target_newlib): New
282         function.
283
284 2007-02-23  Paul Thomas <pault@gcc.gnu.org>
285
286         PR fortran/30660
287         * gfortran.dg/alloc_comp_basics_4.f90: Add component with an
288         allocatable component.
289
290
291 2007-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
292
293         * gcc.dg/torture/builtin-logb-1.c: New test.
294         * gcc.dg/torture/builtin-math-2.c: Test logb/ilogb.
295         * gcc.dg/torture/builtin-nonneg-1.c: Test significand.
296         * gcc.dg/torture/builtin-frexp-1.c: Use -fno-finite-math-only on
297         sh* targets.
298         
299 2007-02-23  Richard Guenther  <rguenther@suse.de>
300
301         * g++.dg/warn/changes-meaning.C: New testcase.
302
303 2007-02-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
304
305         PR libgfortran/30910    
306         * gfortran.dg/fmt_zero_precision.f90: Update test.
307
308 2007-02-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
309
310         * gcc.dg/torture/builtin-frexp-1.c: New test.
311
312 2007-02-22  Mark Mitchell  <mark@codesourcery.com>
313
314         * g++.dg/opt/switch4.C: Pass -fshort-enums -w.
315
316 2007-02-22  Ian Lance Taylor  <iant@google.com>
317
318         PR debug/30898
319         * g++.dg/debug/pr30898.C: New test.
320
321 2007-02-22  Ira Rosen  <irar@il.ibm.com>
322
323         * gcc.dg/vect/vect-106.c: New test.
324
325 2007-02-22  Dorit Nuzman  <dorit@il.ibm.com>
326             Ira Rosen  <irar@il.ibm.com> 
327
328         PR tree-optimization/30843
329         * gcc.dg/vect/pr30843.c: New test.
330
331 2007-02-22  Dorit Nuzman  <dorit@il.ibm.com>
332
333         PR tree-optimization/30858
334         * gcc.dg/vect/pr30858.c: New test.
335
336 2007-02-21  Mark Mitchell  <mark@codesourcery.com>
337
338         * lib/wrapper.exp (${tool}_maybe_build_wrapper): Allow the caller
339         to set options for compiling testglue.
340         * lib/g++.exp (g++_init): Compile testglue with -fexceptions.
341         * lib/obj-c++.exp (obj-c++_init): Likewise.
342
343 2007-02-21  Eric Botcazou  <ebotcazou@adacore.com>
344
345         * gnat.dg/derived_aggregate.adb: New test.
346
347 2007-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
348
349         * gcc.dg/torture/builtin-ldexp-1.c: Use -fno-finite-math-only on
350         sh* targets.  Call the correct CKSGN macro.
351
352 2007-02-21  Jakub Jelinek  <jakub@redhat.com>
353
354         * gfortran.dg/gomp/omp_parse1.f90: New test.
355         * gfortran.dg/gomp/omp_parse2.f: New test.
356
357 2007-02-20  Thomas Koenig  <Thomas.Koenig@online.de>
358
359         PR fortran/30869
360         * gfortran.dg/do_pointer_1.f90:  New test.
361
362 2007-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
363
364         * gcc.dg/torture/builtin-nonneg-1.c: Add checks for scalb, scalbn
365         and scalbln.
366
367 2007-02-20  Geoffrey Keating  <geoffk@apple.com>
368
369         * gcc.dg/darwin-minversion-1.c: New.
370         * gcc.dg/darwin-minversion-2.c: New.
371
372 2007-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
373
374         * gcc.dg/builtins-34.c: Add scalb/scalbn/scalbln cases.
375
376 2007-02-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
377             DJ Delorie <dj@redhat.com>
378
379         PR other/30824
380         * gcc.dg/Wfatal.c: New.
381         * gcc.dg/Wfatal-2.c: New.
382         * gcc.dg/Werror-1.c: Adjust expectations.
383         * gcc.dg/Werror-5.c: Likewise.
384         * gcc.dg/Werror-7.c: Likewise.
385         * gcc.dg/Werror-10.c: Likewise.
386         * gcc.dg/Werror-11.c: Likewise.
387
388 2007-02-20  Tobias Burnus  <burnus@net-b.de>
389
390         PR fortran/30522
391         * gfortran.dg/volatile10.f90: New test.
392
393 2007-02-19  Thomas Koenig  <Thomas.Koenig@online.de>
394
395         PR libfortran/30533
396         * gfortran.dg/intrinsic_intkinds_1.f90:  New test.
397
398 2007-02-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
399
400         * gcc.dg/20031012-1.c: Replace -Walways-true with -Waddress.
401         * gcc.dg/Walways-true-1.c: Likewise.
402         * gcc.dg/weak/weak-3.c: Likewise.
403         * gcc.dg/Werror-1.c: Likewise.
404         * gcc.dg/Werror-3.c: Likewise.
405         * gcc.dg/Werror-4.c: Likewise.
406         * gcc.dg/Werror-5.c: Likewise.
407         * gcc.dg/Werror-6.c: Likewise.
408         * gcc.dg/Werror-7.c: Likewise.
409         * gcc.dg/Werror-8.c: Likewise.
410         * gcc.dg/Werror-10.c: Likewise.
411         * gcc.dg/Werror-11.c: Likewise.
412         * gcc.dg/Werror-12.c: Likewise.
413         * g++.old-deja/g++.mike/warn8.C: Likewise.
414         * g++.dg/warn/Walways-true-1.C: Likewise.
415         * g++.dg/warn/Walways-true-2.C: Likewise.
416         * g++.dg/warn/noeffect8.C: Warn only with -Waddress.
417         * g++.dg/warn/Wstring-literal-comparison-1.C: Replace
418         -Wstring-literal-comparison with -Waddress.
419         * gcc.dg/Wstring-literal-comparison-4.c: Replace
420         -Wno-string-literal-comparison with -Wno-address.
421         
422 2007-02-19  Eric Botcazou  <ebotcazou@adacore.com>
423
424         * gnat.dg/self_aggregate_with_call.adb: New test.
425
426 2007-02-18  Dorit Nuzman  <dorit@il.ibm.com>
427
428         PR tree-optimization/30975
429         * gcc.dg/vect/vect-iv-8.c: Fix to include an induction. Xfail.
430         * gcc.dg/vect/vect-iv-8a.c: New (same as above, but signed).
431         * gcc.dg/vect/pr30795.c: New.
432
433 2007-02-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
434
435         PR fortran/30681
436         * gfortran.dg/pr17229.f: Change "Obsolete" to "Obsolescent".
437
438 2007-02-18  Roger Sayle  <roger@eyesopen.com>
439
440         PR rtl-optimization/28173
441         * gcc.target/i386/andor-1.c: New test case.
442
443 2007-02-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
444
445         * gcc.dg/torture/builtin-ldexp-1.c: New.
446         * gcc.dg/torture/builtin-math-2.c: Add ldexp/scalbn/scalbln cases.
447
448 2007-02-18  Roger Sayle  <roger@eyesopen.com>
449
450         * gfortran.dg/array_constructor_15.f90: New test case.
451
452 2007-02-18  Roger Sayle  <roger@eyesopen.com>
453
454         * gfortran.dg/forall_10.f90: New test case.
455
456 2007-02-18  Eric Botcazou  <ebotcazou@adacore.com>
457
458         * gnat.dg/tail_call_p.ads, tail_call_p.adb, tail_call.adb: New test.
459
460 2007-02-18  Eric Botcazou  <ebotcazou@adacore.com>
461
462         * gnat.dg/test_prio_p.adb: Compile with -gnatws.
463         * lib/gnat.exp (gnat_target_compile): Pass -f to the driver.
464
465 2007-02-16  Uros Bizjak  <ubizjak@gmail.com>
466
467         * gcc.target/i386/builtin-bswap-1.c: Remove -march=nocona.
468         * gcc.target/i386/builtin-bswap-3.c: Ditto.
469         * gcc.target/i386/xchg-1.c: New test.
470         * gcc.target/i386/xchg-2.c: New test. 
471
472 2007-02-16  Richard Guenther  <rguenther@suse.de>
473             Christian Bruel  <christian.bruel@st.com>
474
475         * gcc.dg/strict-overflow-5.c: New testcase.
476
477 2007-02-16  Tobias Burnus  <burnus@net-b.de>
478
479         PR fortran/30793
480         * gfortran.dg/func_derived_4.f90: New test.
481
482 2007-02-15  Roger Sayle  <roger@eyesopen.com>
483
484         PR middle-end/30391
485         * gfortran.dg/pr30391-1.f90: New test case.
486
487 2007-02-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
488
489         PR middle-end/30433
490         * gcc.c-torture/compile/pr30433.c: New testcase to check
491         that complex constants comparisions are foldded.
492
493 2007-02-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
494
495         PR C++/30158
496         * g++.dg/ext/stmtexpr10.C: New testcase.
497
498 2007-02-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
499
500         PR middle-end/30729
501         * gcc.dg/Wunused-value-2.c: New testcase.
502
503 2007-02-15  Ian Lance Taylor  <iant@google.com>
504
505         * g++.dg/eh/subreg-1.C: New test.
506
507 2007-02-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
508
509         PR c/26494
510         * gcc.dg/Wimplicit-function-declaration-c89.c: New.
511         * gcc.dg/Wimplicit-function-declaration-c89-default.c: New.
512         * gcc.dg/Wimplicit-function-declaration-c89-pedantic.c: New.
513         * gcc.dg/Wimplicit-function-declaration-c99.c: New.
514         * gcc.dg/Wimplicit-function-declaration-c99-pedantic.c: New.
515         * gcc.dg/Werror-implicit-function-declaration.c: New.
516
517 2007-02-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
518
519         PR c++/28943
520         * g++.dg/warn/pr28943.C: New.
521
522 2007-02-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
523
524         * gfortran.fortran-torture/execute/math.f90: Fix typo.
525
526 2007-02-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
527
528         PR fortran/30779
529         * gfortran.dg/error_recovery_3.f90: New test.
530
531 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
532
533         * g++.dg/tree-ssa/sra-1.C: New.
534
535 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
536
537         * g++.dg/tree-ssa/sra-1.C: New.
538
539 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
540
541         * g++.dg/ext/interface4.C, g++.dg/ext/interface4.h: New.
542
543 2007-02-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
544
545         * g++.dg/tree-ssa/nothrow-1.C: Skip test if -fpic/-fPIC is used.
546
547 2007-02-14  Steven G. Kargl  <kargl@gcc.gnu.org>
548
549         PR fortran/30799
550         * gfortran.dg/logical_2.f90: New test.
551
552 2007-02-14  Joseph Myers  <joseph@codesourcery.com>
553
554         * gcc.dg/torture/complex-alias-1.c: New test.
555
556 2007-02-14  Zdenek Dvorak  <dvorakz@suse.cz>
557
558         * gcc.dg/tree-prof/update-tailcall.c: Use -fdump-tree-tailc
559         instead of -fdump-tree-tailcall.
560
561 2007-02-14  Brooks Moses  <brooks.moses@codesourcery.com>
562
563         * gfortran.dg/interface_10.f90: Fix comment typo.
564
565 2007-02-14  Dorit Nuzman  <dorit@il.ibm.com>
566
567         PR tree-optimization/30771
568         * gcc.dg/vect/pr30771.c: New test.
569
570 2007-02-13  Ian Lance Taylor  <iant@google.com>
571
572         * gcc.dg/Wstrict-overflow-1.c: New test.
573         * gcc.dg/Wstrict-overflow-2.c: New test.
574         * gcc.dg/Wstrict-overflow-3.c: New test.
575         * gcc.dg/Wstrict-overflow-4.c: New test.
576         * gcc.dg/Wstrict-overflow-5.c: New test.
577         * gcc.dg/Wstrict-overflow-6.c: New test.
578         * gcc.dg/Wstrict-overflow-7.c: New test.
579         * gcc.dg/Wstrict-overflow-8.c: New test.
580         * gcc.dg/Wstrict-overflow-9.c: New test.
581         * gcc.dg/Wstrict-overflow-10.c: New test.
582
583 2007-02-13  Roger Sayle  <roger@eyesopen.com>
584
585         * gcc.target/ia64/builtin-bswap-2.c: New test case.
586
587 2007-02-13  Richard Henderson  <rth@redhat.com>
588
589         * gcc.c-torture/execute/ieee/pr29302-1.c: Moved from...
590         * gcc.c-torture/execute/pr29302-1.c: ... here.
591
592 2007-02-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
593
594         PR c/29521
595         * gcc.dg/c90-return-1.c: Update output.
596         * gcc.dg/c99-return-1.c: Likewise.
597         
598 2007-02-13  Paul Thomas  <pault@gcc.gnu.org>
599
600         PR fortran/30554
601         * gfortran.dg/used_dummy_types_7.f90: New test..
602
603 2007-02-12  Uros Bizjak  <ubizjak@gmail.com>
604
605         * gcc.target/i386/parity-1.c: New test.
606         * gcc.target/i386/parity-2.c: New test.
607
608 2007-02-12  Roger Sayle  <roger@eyesopen.com>
609
610         * gcc.target/i386/builtin-bswap-3.c: New test case.
611
612 2007-02-12  Dorit Nuzman  <dorit@il.ibm.com>
613
614         PR tree-optimization/29145
615         * gcc.dg/vect/vect-74.c: Xfail the test - cannot be vectorized until
616         alias analysis is improved to take better advantage of restrict
617         qualified pointers.
618         * gcc.dg/vect/vect-80.c: Likewise.
619         * gcc.dg/vect/pr29145.c: New.
620
621 2007-02-11  H.J. Lu  <hongjiu.lu@intel.com>
622
623         * gcc.target/i386/sse4a-extract.c: Add "LL" to 64bit constants.
624         * gcc.target/i386/sse4a-insert.c: Likewise.
625
626 2007-02-11  Roger Sayle  <roger@eyesopen.com>
627
628         * gcc.target/ia64/builtin-popcount-1.c: New test case.
629         * gcc.target/ia64/builtin-popcount-2.c: Likewise.
630
631 2007-02-11  Tobias Schlüter  <tobi@gcc.gnu.org>
632
633         PR fortran/30478
634         * gfortran.dg/enum_4.f90: Update error message checks.
635
636 2007-02-11  Paul Thomas  <pault@gcc.gnu.org>
637
638         PR fortran/30554
639         * gfortran.dg/used_dummy_types_6.f90: Add the "privatized"
640         versions of the modules.
641
642         PR fortran/30617
643         * gfortran.dg/intrinsic_actual_2.f90: Make this legal fortran
644         by getting rid of recursive I/O and providing functions with
645         results.
646
647         PR fortran/30319
648         * gfortran.dg/char_array_constructor_2.f90
649
650 2007-02-11  Mark Mitchell  <mark@codesourcery.com>
651
652         PR c++/26988
653         * g++.dg/template/spec34.C: New test
654
655 2007-02-11  Uros Bizjak  <ubizjak@gmail.com>
656
657         * gcc.dg/vect/vect-intfloat-conversion-1.c: Loop gets vectorized
658         on i?86 and x86_64.
659         * gcc.dg/vect/vect-intfloat-conversion-2.c: Ditto.
660         * gcc.dg/vect/vect-floatint-conversion-1.c: New.
661         * gcc.dg/vect/vect-93.c: Another loop gets vectorized
662         on i?86 and x86_64.
663         * gcc.dg/vect/vect-113.c: Ditto.
664
665 2007-02-06  Mark Mitchell  <mark@codesourcery.com>
666
667         PR c++/29487
668         * g++.dg/eh/weak1-C: New test.
669         * g++.dg/eh/weak1-a.cc: Likewise.
670         * g++.dg/eh/comdat1.C: Likewise.
671
672 2007-02-11  Tehila Meyzels <tehila@il.ibm.com>
673             Dorit Nuzman  <dorit@il.ibm.com>
674
675         * gcc.dg/vect/vect-intfloat-conversion-1.c:  New test.
676         * gcc.dg/vect/vect-intfloat-conversion-1.c:  New test.
677         * gcc.dg/vect/vect-93.c: Another loop gets vectorized on powerpc.
678         * gcc.dg/vect/vect-113.c: Likewise.
679
680         * gcc.dg/vect/vect-iv-11.c: A loop gets vectorized.
681
682 2007-02-10  Richard Henderson  <rth@redhat.com>
683
684         * lib/target-supports.exp (check_effective_target_tls): Redefine
685         to mean non-emulated tls.
686         * gcc.dg/tls/alias-1.c: Remove tls requirement.
687         * gcc.dg/tls/asm-1.c, gcc.dg/tls/debug-1.c, gcc.dg/tls/diag-1.c,
688         gcc.dg/tls/diag-2.c, gcc.dg/tls/diag-3.c, gcc.dg/tls/diag-4.c,
689         gcc.dg/tls/diag-5.c, gcc.dg/tls/init-1.c, gcc.dg/tls/nonpic-1.c,
690         gcc.dg/tls/opt-10.c, gcc.dg/tls/opt-5.c, gcc.dg/tls/opt-6.c,
691         gcc.dg/tls/opt-8.c, gcc.dg/tls/opt-9.c, gcc.dg/tls/pic-1.c,
692         gcc.dg/tls/struct-1.c, gcc.dg/tls/trivial.c: Likewise.
693
694 2007-02-10  Zdenek Dvorak  <dvorakz@suse.cz>
695
696         * gcc.dg/tree-ssa/loop-25.c: Verify the result in the profile pass.
697
698 2006-02-09  Brooks Moses  <brooks.moses@codesourcery.com>
699
700         * gfortran.dg/secnds.f: Replace time tolerance with a
701         before-and-after bracket.
702         * gfortran.dg/secnds-1.f: Likewise.
703
704 2007-02-09  Tobias Burnus  <burnus@net-b.de>
705
706         PR fortran/30512
707         * gfortran.dg/maxlocval_1.f90: New test.
708
709 2007-02-09  Roger Sayle  <roger@eyesopen.com>
710
711         * gcc.target/ia64/builtin_bswap-1.c: New test case.
712
713 2007-02-09  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
714
715         PR fortran/30720
716         * gfortran.dg/array_function_1.f90: New test.
717
718 2007-02-09  Richard Sandiford  <richard@codesourcery.com>
719
720         * lib/target-supports.exp (check_effective_target_lax_strtofp)
721         (check_effective_target_dummy_wcsftime): New functions.
722
723 2007-02-09  Richard Sandiford  <richard@codesourcery.com>
724
725         * gcc.c-torture/execute/20030125-1.x: Return 1 for uClibc targets.
726         * lib/target-supports.exp (check_effective_target_uclibc): New
727         function.
728
729 2007-02-09  Richard Sandiford  <richard@codesourcery.com>
730
731         * gcc.c-torture/execute/builtins/lib/chk.c: Include <sys/types.h>.
732         (vsnprintf): Don't define for uClibc targets.
733
734 2007-02-09  Richard Sandiford  <richard@codesourcery.com>
735
736         * gcc.c-torture/execute/builtins/memops-asm-lib.c: Do the copy or
737         set before checking whether it was allowed.
738         * gcc.c-torture/execute/builtins/lib/memset.c: Do the memset
739         before checking inside_main.
740
741 2007-02-09  Richard Sandiford  <richard@codesourcery.com>
742
743         * gcc.dg/compat/struct-layout-1.h (v16sf): Define to v4sf on
744         uClinux targets.
745         (u16sf): Likewise u4sf.
746         * g++.dg/compat/struct-layout-1.h: Likewise.
747
748 2007-02-09  Richard Sandiford  <richard@codesourcery.com>
749
750         * lib/target-supports.exp (check_effective_target_coldfire_fpu): New
751         procedure.
752         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.x: XFAIL on
753         m68k targets if check_effective_target_coldfire_fpu returns true.
754
755 2007-02-09  Zdenek Dvorak  <dvorakz@suse.cz>
756         Richard Guenther  <rguenther@suse.de>
757
758         PR middle-end/23361
759         * gcc.dg/fold-compare-3.c: New testcase.
760         * gcc.dg/tree-ssa/loop-24.c: Likewise.
761
762 2007-02-09  Uros Bizjak  <ubizjak@gmail.com>
763
764         * gcc.dg/pr26570.c: Clean up coverage files.
765         * gcc.dg/pr30172-1.c: Clean up gimple tree dump.
766         * gcc.dg/lower-subreg-1.c: Clean up subreg rtl dump file.
767         * gcc.dg/tree-ssa/tailrecursion-1.c: Clean up all tailr dump files.
768         * gcc.dg/tree-ssa/tailrecursion-2.c: Ditto.
769         * gcc.dg/tree-ssa/tailrecursion-3.c: Ditto.
770         * gcc.dg/tree-ssa/tailrecursion-4.c: Ditto.
771         * gcc.dg/tree-ssa/pr21658.c: Clean up all ccp dump files.
772         * gcc.dg/tree-ssa/pr21829.c: Clean up all phicprop dump files.
773         * gcc.dg/tree-ssa/pr15349.c: Clean up all mergephi dump files.
774         * gcc.dg/tree-ssa/pr25501.c: Ditto.
775         * gcc.dg/fold-compare-2.c: Clean up vrp dump files.
776         * gcc.dg/vect/vect-recip.c: Clean up vect dump file.
777         * gcc.dg/vect/pr28952.c: Ditto.
778         * gcc.dg/vect/pr27151.c: Ditto.
779         * gcc.dg/gomp/macro-3.c: Clean up omplower dump file.
780         * g++.dg/gomp/macro-3.C: Ditto.
781
782 2007-02-08  Uros Bizjak  <ubizjak@gmail.com>
783
784         * gcc.dg/vect/vect-strided-same-dr.c (main): Fix terminate condition
785         of the loop.
786
787 2007-02-08  Roger Sayle  <roger@eyesopen.com>
788
789         * gcc.target/i386/builtin-bswap-2.c: New test case.
790
791 2007-02-08  Roger Sayle  <roger@eyesopen.com>
792
793         * gfortran.dg/forall_8.f90: New test case.
794         * gfortran.dg/forall_9.f90: Likewise.
795
796 2007-02-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
797
798         * gcc.dg/builtins-20.c: Add some -~ complex cases.
799
800 2007-02-07  Hans-Peter Nilsson  <hp@axis.com>
801
802         * lib/target-supports.exp (check_effective_target_simulator): New. 
803
804 2007-02-06  Zdenek Dvorak <dvorakz@suse.cz>
805
806         * gcc.dg/tree-ssa/loop-25.c: New test.
807
808 2007-02-06  Richard Henderson  <rth@redhat.com>
809
810         * gcc.target/i386/cvt-1.c: Don't expect xmm registers.
811
812 2007-02-06  Roger Sayle  <roger@eyesopen.com>
813
814         * gcc.target/powerpc/popcount-1.c: New test case.
815         * gcc.target/powerpc/parity-1.c: Likewise.
816
817 2007-02-06  Richard Guenther  <rguenther@suse.de>
818
819         PR middle-end/27302
820         * gcc.dg/torture/pr27302-2.c: New testcase.
821
822 2007-02-06  Dorit Nuzman  <dorit@il.ibm.com>
823
824         * gcc.dg/vect/vect.exp: Add support for -fno-tree-scev-cprop tests.
825         * gcc.dg/vect/vect-iv-1.c: New test.
826         * gcc.dg/vect/vect-iv-2.c: New test.
827         * gcc.dg/vect/vect-iv-3.c: New test.
828         * gcc.dg/vect/vect-iv-4.c: New test.
829         * gcc.dg/vect/vect-iv-5.c: New test.
830         * gcc.dg/vect/vect-iv-6.c: New test.
831         * gcc.dg/vect/vect-iv-7.c: New test.
832         * gcc.dg/vect/vect-iv-8.c: New test.
833         * gcc.dg/vect/vect-iv-9.c: New test.
834         * gcc.dg/vect/vect-iv-10.c: New test.
835         * gcc.dg/vect/vect-iv-11.c: New test.
836         * gcc.dg/vect/no-tree-scev-cprop-vect-iv-1.c: New test.
837         * gcc.dg/vect/no-tree-scev-cprop-vect-iv-2.c: New test.
838         * gcc.dg/vect/vect-14.c: Now vectorizable.
839         * gcc.dg/vect/pr21591.c: Additional loop vectorized (initilization loop).
840         * gcc.dg/vect/vect-27.c: Likewise.
841         * gcc.dg/vect/vect-29.c Likewise.
842         * gcc.dg/vect/vect-dv-2.c: Likewise.
843         * gcc.dg/vect/vect-reduc-dot-u16a.c: Likewise.
844         * gcc.dg/vect/vect-reduc-dot-u16b.c: Likewise.
845         * gcc.dg/vect/vect-widen-mult-u16.c: Likewise.
846
847 2007-02-06  Ira Rosen  <irar@il.ibm.com> 
848
849         * gcc.dg/vect/fast-math-vect-pow-2.c: New test.
850
851 2007-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
852
853         * gcc.dg/builtins-20.c: Add more cases.
854
855 2007-02-05  Alexandre Oliva  <aoliva@redhat.com>
856
857         PR debug/30189
858         * gcc.dg/pr30189.c: New test.
859
860 2007-02-05  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
861
862         * gcc.dg/i386-cpuid.h: Test whether SSE4A is supported
863         for running tests.
864         * gcc.target/i386/sse4a-extract.c: New test.
865         * gcc.target/i386/sse4a-insert.c: New test.
866         * gcc.target/i386/sse4a-montsd.c: New test.
867         * gcc.target/i386/sse4a-montss.c: New test.
868
869 2007-02-05  Richard Guenther  <rguenther@suse.de>
870
871         * gcc.target/i386/vectorize3.c: New testcase.
872
873 2007-02-05  Hans-Peter Nilsson  <hp@axis.com>
874
875         PR target/30665
876         * gcc.dg/torture/pr30665-1.c, gcc.dg/torture/pr30665-2.c: New tests.
877
878 2007-02-04  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
879
880         PR fortran/30611
881         * gfortran.dg/repeat_1.f90: New test.
882
883 2007-02-04  Steven G. Kargl <kargl@gcc.gnu.org>
884
885         PR fortran/30605
886         * gfortran.dg/spread_shape_1.f90: Remove tabs.
887         * gfortran.dg/derived_init_2.f90: Ditto.
888         * gfortran.dg/elemental_subroutine_3.f90: Ditto.
889         * gfortran.dg/array_initializer_1.f90: Ditto.
890         * gfortran.dg/do_2.f90: Ditto.
891         * gfortran.dg/proc_assign_1.f90: Ditto.
892
893 2007-02-04  Richard Guenther  <rguenther@suse.de>
894
895         PR middle-end/30636
896         * g++.dg/warn/pr30636.C: New testcase.
897         * g++.dg/tree-ssa/tmmti-2.C: XFAIL parts.
898
899 2007-02-03  Uros Bizjak  <ubizjak@gmail.com>
900
901         PR middle-end/30667
902         * gfortran.dg/pr30667.f: New test.
903
904 2007-02-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
905
906         * gcc.dg/builtins-54.c: Add more cases.
907
908 2007-02-03  Paul Thomas  <pault@gcc.gnu.org>
909
910         PR fortran/30514
911         * gfortran.dg/zero_sized_2.f90: New test.
912
913         PR fortran/30660
914         * gfortran.dg/alloc_comp_basics_4.f90: New test.
915
916         PR fortran/29820
917         * gfortran.dg/actual_array_interface_1.f90: Copy source to empty
918         file.
919
920 2007-02-02  Steven G. Kargl  <kargl@gcc.gnu.org>
921
922         PR fortran/30683
923         * gfortran.dg/interface_10.f90: New test.
924
925 2007-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
926
927         * gcc.dg/builtins-20.c: Add more cases.
928
929 2007-02-02  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
930
931         PR target/29682
932         * gcc-target/ia64/pr29682.c: New test.
933
934 2007-02-02  Paul Thomas  <pault@gcc.gnu.org>
935
936         PR fortran/30284
937         * gfortran.dg/arrayio_11.f90.f90: New test.
938
939         PR fortran/30626
940         * gfortran.dg/arrayio_12.f90.f90: New test.
941
942 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
943
944         PR c++/30536
945         * g++.dg/tls/diag-5.C: New test.
946
947         PR middle-end/30473
948         * gcc.dg/pr30473.c: New test.
949         * gcc.c-torture/execute/20070201-1.c: New test.
950
951 2007-02-01  Roger Sayle  <roger@eyesopen.com>
952
953         * gfortran.dg/dependency_20.f90: New test case.
954
955 2007-01-31  Ian Lance Taylor  <iant@google.com>
956
957         * gcc.dg/lower-subreg-1.c (test): New test.
958
959 2007-01-30  Geoffrey Keating  <geoffk@apple.com>
960
961         * g++.dg/eh/simd-4.C (main): Also catch SIGSEGV.
962
963 2007-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
964
965         * gcc.dg/torture/builtin-math-2.c: Add sqrt cases.
966         * gcc.dg/torture/builtin-math-3.c: Likewise.
967
968 2007-01-31  Dirk Mueller  <dmueller@suse.de>
969
970         gcc.dg/Wparentheses-2.c: Update and add new tests.
971
972 2007-01-31  Ira Rosen  <irar@il.ibm.com> 
973
974         * gcc.dg/vect/vect-37.c: Restore the original behaivior - xfail to
975         vectorize.
976
977 2007-01-31  Uros Bizjak  <ubizjak@gmail.com>
978
979         * gcc.dg/builtins-63.c: New test.
980
981 2007-01-31  Tobias Burnus  <burnus@net-b.de>
982
983         PR fortran/27588
984         * gfortran.dg/char_bounds_check_fail_1.f90: Add test.
985
986 2007-01-31  Tobias Burnus  <burnus@net-b.de>
987
988         PR fortran/30520
989         * gfortran.dg/volatile8.f90: New argument conformance test.
990         * gfortran.dg/volatile9.f90: New scope test.
991
992 2007-01-30  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
993
994         PR c++/24745
995         * g++.dg/warn/null4.C: New.
996
997 2001-01-30  Roger Sayle  <roger@eyesopen.com>
998             Uros Bizjak  <ubizjak@gmail.com>
999
1000         * gcc.dg/large-size-array-3.c: Correct typo.
1001
1002 2007-01-30  Richard Guenther  <rguenther@suse.de>
1003
1004         PR middle-end/27657
1005         * g++.dg/debug/pr27657.C: New testcase.
1006
1007 2007-01-30  Richard Guenther  <rguenther@suse.de>
1008
1009         PR middle-end/30313
1010         * gcc.dg/torture/pr30313.c: New testcase.
1011
1012 2007-01-29  Janis Johnson  <janis187@us.ibm.com>
1013
1014         * gcc.dg/dfp/dfp-except.h: New file.
1015         * gcc.dg/dfp/fe-check.h: New file.
1016         * gcc.dg/dfp/fe-binop.c: New test.
1017         * gcc.dg/dfp/fe-convert-1.c: New test.
1018         * gcc.dg/dfp/fe-convert-2.c: New test.
1019         * gcc.dg/dfp/fe-convert-3.c: New test.
1020
1021         * gcc.dg/dfp/dec-eval-method.c: Replace decfloat.h with float.h.
1022         * gcc.dg/dfp/decfloat-constants.c: Ditto.
1023         * gcc.dg/dfp/convert-dfp.c: Ditto.
1024         * gcc.dg/dfp/convert-int-saturate.c: Ditto.
1025
1026 2007-01-29  Josh Conner  <jconner@apple.com>
1027
1028         * gcc.target/powerpc/altivec-24.c: New test.
1029
1030 2007-01-29  Simon Martin  <simartin@users.sourceforge.net>
1031
1032         PR c++/28266
1033         * g++.dg/parse/defarg12.C: New test.
1034
1035 2007-01-29  Paul Thomas  <pault@gcc.gnu.org>
1036
1037         PR fortran/30554
1038         * gfortran.dg/used_dummy_types_6.f90: New test.
1039
1040 2007-01-28  Jan Hubicka  <jh@suse.cz>
1041
1042         * gcc.dg/tree-prof/val-prof-6.c: New test.
1043
1044 2007-01-28  Roger Sayle  <roger@eyesopen.com>
1045
1046         * gcc.dg/large-size-array-3.c: Correct test case (portability).
1047
1048 2007-01-28  Andrew Pinski  <pinskia@gmail.com>
1049
1050         PR C++/28988
1051         * g++.dg/expr/dtor4.C: New test.
1052
1053 2007-01-28  Zdenek Dvorak <dvorakz@suse.cz>
1054
1055         * gcc.dg/tree-ssa/loop-23.c: New test.
1056
1057 2007-01-28  Thomas Koenig  <Thomas.Koenig@online.de>
1058
1059         PR libfortran/30389
1060         * gfortran.dg/achar_2.f90:  New test.
1061         * gfortran.dg/achar_3.f90:  New test.
1062
1063 2007-01-27  Ian Lance Taylor  <iant@google.com>
1064
1065         * gcc.dg/strict-overflow-1.c: New test.
1066         * gcc.dg/no-strict-overflow-1.c: New test.
1067         * gcc.dg/strict-overflow-2.c: New test.
1068         * gcc.dg/no-strict-overflow-2.c: New test.
1069         * gcc.dg/strict-overflow-3.c: New test.
1070         * gcc.dg/no-strict-overflow-3.c: New test.
1071         * gcc.dg/strict-overflow-4.c: New test.
1072         * gcc.dg/no-strict-overflow-4.c: New test.
1073         * gcc.dg/fold-mod-1.c: Add -fstrict-overflow option.
1074         * gcc.dg/pr15784-1.c: Likewise.
1075         * gcc.dg/pr20922-1.c: Likewise.
1076         * gcc.dg/pr20922-3.c: Likewise.
1077         * gcc.dg/pr20922-4.c: Likewise.
1078         * gcc.dg/pr20922-6.c: Likewise.
1079         * gcc.dg/compare-4.c: Likewise.
1080         * gcc.dg/torture/pr26898-1.c: Likewise.
1081         * gcc.dg/tree-ssa/divide-1.c: Likewise.
1082         * gcc.dg/tree-ssa/divide-2.c: Likewise.
1083         * gcc.dg/tree-ssa/divide-3.c: Likewise.
1084         * gcc.dg/tree-ssa/divide-4.c: Likewise.
1085         * gcc.dg/tree-ssa/pr14490-1.c: Likewise.
1086         * gcc.dg/tree-ssa/pr14490-3.c: Likewise.
1087         * gcc.dg/tree-ssa/pr21082.c: Likewise.
1088         * gcc.dg/tree-ssa/pr26899.c: Likewise.
1089         * g++.dg/tree-ssa/pr21082.C: Likewise.
1090
1091 2007-01-27  Roger Sayle  <roger@eyesopen.com>
1092
1093         * gcc-dg/large-size-array-3.c: New test case.
1094
1095 2007-01-27  Roger Sayle  <roger@eyesopen.com>
1096
1097         * gfortran.dg/forall_7.f90: New test case.
1098
1099 2007-01-27  Paul Thomas  <pault@gcc.gnu.org>
1100
1101         PR fortran/30407
1102         * gfortran.dg/where_operator_assign_1.f90: New test.
1103         * gfortran.dg/where_operator_assign_2.f90: New test.
1104         * gfortran.dg/where_operator_assign_3.f90: New test.
1105
1106 2007-01-26  Joseph Myers  <joseph@codesourcery.com>
1107
1108         * lib/target-supports.exp
1109         (check_effective_target_powerpc_altivec): New.
1110         (check_effective_target_vect_cmdline_needed): Use it.
1111
1112 2007-01-26  Steven G. Kargl  <kargl@gcc.gnu.org>
1113
1114         PR fortran/30278
1115         * gfortran.dg/backslash_3.f: New test.
1116
1117 2007-01-26  Richard Guenther  <rguenther@suse.de>
1118
1119         * gcc.dg/tree-ssa/pr23382.c: Fix typo.
1120
1121 2007-01-26  Tobias Burnus  <burnus@net-b.de>
1122
1123         * gfortran.dg/gomp/gomp.exp: Support .f03 extension.
1124         * gfortran.dg/vect/vect.exp: Ditto.
1125         * gfortran.dg/dg.exp: Ditto.
1126         * gfortran.fortran-torture/execute/execute.exp: Ditto.
1127         * gfortran.fortran-torture/compile/compile.exp: Ditto.
1128
1129 2007-01-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1130
1131         * gcc.dg/builtins-20.c: Add more cases.
1132         * gcc.dg/torture/builtin-symmetric-1.c: Likewise.
1133
1134 2007-01-25  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1135
1136         PR fortran/30437
1137         * gcc.dg/Wall.c: New.
1138         * gcc.dg/Wno-all.c: New.
1139         * gfortran.dg/Wall.f90: New.
1140         * gfortran.dg/Wno-all.f90: New.
1141         
1142 2007-01-24  Geoffrey Keating  <geoffk@apple.com>
1143
1144         * gcc.target/powerpc/darwin-ehreturn-1.c: New.
1145         * g++.dg/eh/simd-2.C: Also run on Darwin.
1146         * g++.dg/eh/simd-3.C: New.
1147         * g++.dg/eh/simd-4.C: New.
1148
1149 2007-01-25  Richard Guenther  <rguenther@suse.de>
1150
1151         * gcc.dg/tree-prof/tree-prof.exp: Define _PROFILE_GENERATE
1152         and _PROFILE_USE.
1153         * gcc.dg/tree-prof/wcoverage-mismatch.c: New testcase.
1154
1155 2007-01-25  Razya Ladelsky  <razya@il.ibm.com>
1156
1157         * gcc.dg/ipa/ipa-1.c: Update scan tree dump.
1158         * gcc.dg/ipa/ipa-2.c: Update scan tree dump.
1159         * gcc.dg/ipa/ipa-3.c: Update scan tree dump.
1160         * gcc.dg/ipa/ipa-4.c: Update scan tree dump.
1161         * gcc.dg/ipa/ipa-5.c: Update scan tree dump.
1162         * gcc.dg/ipa/ipa-6.c: Update scan tree dump.
1163         * gcc.dg/ipa/ipa-7.c: New testcase.
1164
1165 2007-01-24  Douglas Gregor  <dgregor@osl.iu.edu>
1166
1167         * g++.dg/cpp0x/warn_cxx0x.C: New.
1168
1169 2007-01-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1170
1171         * gcc.dg/builtins-20.c: Test builtin carg.
1172
1173 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
1174
1175         PR middle-end/27416
1176         * gcc.dg/gomp/pr27416.c: New test.
1177
1178         PR middle-end/30494
1179         * gcc.dg/gomp/pr30494.c: New test.
1180         * g++.dg/gomp/pr30494.C: New test.
1181
1182         PR middle-end/30421
1183         * gcc.dg/gomp/pr30421.c: New test.
1184
1185 2007-01-24  Steve Ellcey  <sje@cup.hp.com>
1186
1187         * gcc.target/ia64/versionid-1.c: New test.
1188         * gcc.target/ia64/versionid-2.c: New test.
1189
1190 2007-01-24  Richard Guenther  <rguenther@suse.de>
1191
1192         PR testsuite/30181
1193         * gcc.dg/builtins-57.c: Change to a link-time testcase
1194         to support non-C99 targets.
1195
1196 2007-01-24  Jan Hubicka  <jh@suse.cz>
1197
1198         * gcc.dg/tree-ssa/pr23382.c: Avoid DCE from eliminating dead variable.
1199
1200 2007-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>
1201
1202         * gcc.c-torture/compile/sizeof-macros-1.c: New testcase.
1203
1204 2007-01-23  Andrew Pinski  <pinskia@gmail.com>
1205
1206         PR objc/27438
1207         * objc.dg/const-str-12.m: New test.
1208
1209 2007-01-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1210
1211         PR fortran/30532
1212         * gfortran.dg/ctrl-z.f90:  New test.
1213         
1214 2007-01-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1215
1216         PR fortran/30481
1217         * gfortran.dg/namelist_assumed_char.f90:  New test.
1218
1219 2007-01-23  Simon Martin  <simartin@users.sourceforge.net>
1220
1221         PR c++/27492
1222         * g++.dg/inherit/covariant15.C: New test.
1223
1224 2007-01-23  Ian Lance Taylor  <iant@google.com>
1225
1226         * g++.dg/warn/Wparentheses-24.C: New test.
1227
1228 2007-01-23  Richard Guenther  <rguenther@suse.de>
1229
1230         PR testsuite/30560
1231         * ada/acats/run_acats: Do not call gnatmake or gnatchop
1232         with full path.
1233
1234 2007-01-22  Richard Guenther  <rguenther@suse.de>
1235
1236         PR tree-optimization/30038
1237         * gcc.dg/builtins-62.c: New testcase.
1238
1239 2007-01-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1240
1241         * gcc.c-torture/compile/20070121.c: New test.
1242
1243 2007-01-21  Thomas Koenig  <Thomas.Koenig@online.de>
1244
1245         PR libfortran/30525
1246         * gfortran.dg/char_comparison_1.f:  New test.
1247
1248 2007-01-21  Ira Rosen  <irar@il.ibm.com> 
1249
1250         * gcc.dg/vect/vect-strided-same-dr.c: New test. 
1251
1252 2007-01-20  Andrew Pinski  <pinskia@gmail.com>
1253
1254         PR objc/30479
1255         * objc.dg/pch: New directory.
1256         * objc.dg/pch/pch.exp: New file.
1257         * objc.dg/pch/interface-1.m: New test.
1258         * objc.dg/pch/interface-1.hs: New include file.
1259         * lib/objc.exp (objc_target_compile): Add
1260         "-x objective-c-header" in front of the sources if this is
1261         a precompiled header being compiled.
1262
1263 2007-01-20  Roger Sayle  <roger@eyesopen.com>
1264
1265         * gfortran.dg/array_memcpy_3.f90: New test case.
1266         * gfortran.dg/vect/vect-5.f90: Update vectorized loop count.
1267
1268 2007-01-20  Roger Sayle  <roger@eyesopen.com>
1269             Brooks Moses  <brooks.moses@codesourcery.com>
1270             Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1271
1272         * gfortran.dg/intrinsic_sign_1.f90: New test case.
1273         * gfortran.dg/intrinsic_sign_2.f90: Likewise.
1274
1275 2007-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1276
1277         * gcc.dg/torture/builtin-math-3.c: Test fdim.
1278
1279 2007-01-19  Mike Stump  <mrs@apple.com>
1280
1281         * gcc.dg/darwin-ld-6.c: Remove, tests a linker flag that is going
1282         away.
1283
1284 2007-01-19  Roger Sayle  <roger@eyesopen.com>
1285
1286         * gcc.dg/pr30172-1.c: Specify the -fno-signed-zeros command line
1287         option instead of -funsafe-math-optimizations.
1288
1289 2007-01-19  Tomas Bily  <tbily@suse.cz>
1290
1291         gcc.dg/tree-prof/indir-call-prof.c: New.
1292         g++.dg/dg.exp: Add tree-prof subdirectory.
1293         g++.dg/tree-prof/indir-call-prof.C: New.
1294         g++.dg/tree-prof/tree-prof.exp: New.
1295
1296 2007-01-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1297
1298         PR c++/17947
1299         * g++.dg/warn/deprecated.C: Update warning output.
1300         * g++.dg/warn/deprecated-2.C: Likewise.
1301         * g++.dg/warn/deprecated-3.C: New.
1302         
1303 2007-01-19  Nathan Sidwell  <nathan@codesourcery.com>
1304
1305         * gcc.c-torture/execute/nestfunc-7.c: New.
1306
1307 2007-01-18  Hui-May Chang  <hm.chang@apple.com>
1308
1309         * gcc.c-torture/compile/pr27528.c: Add -fno-pic option.
1310
1311 2007-01-18  Nathan Sidwell  <nathan@codesourcery.com>
1312
1313         * gcc.dg/m68k-pic-1.c: New.
1314
1315 2007-01-18  Roger Sayle  <roger@eyesopen.com>
1316
1317         * gfortran.dg/array_memcpy_4.f90: New test case.
1318
1319 2007-01-18  Josh Conner  <jconner@apple.com>
1320
1321         PR target/30485
1322         * gcc.dg/vect/vect.exp: Add support for no-trapping-math tests.
1323         * gcc.dg/vect/no-trapping-math-1: New.
1324         * gcc.dg/vect/no-trapping-math-2: New.
1325
1326 2007-01-18  Uros Bizjak  <ubizjak@gmail.com>
1327
1328         * gcc.target/i386/387-8.c: Update comment about optimizing
1329         inherent load of 1.0 of fptan instruction.
1330
1331 2007-01-18  Dirk Mueller  <dmueller@suse.de>
1332             Richard Guenther <rguenther@suse.de>
1333
1334         PR diagnostic/8268
1335         * gcc.dg/Warray-bounds.c: New testcase.
1336         * gcc.dg/Warray-bounds-2.c: New testcase.
1337         * g++.dg/warn/Warray-bounds.C: New testcase.
1338         * g++.dg/warn/Warray-bounds-2.C: New testcase.
1339
1340 2007-01-17  Paul Thomas  <pault@gcc.gnu.org>
1341
1342         PR fortran/30476
1343         * gfortran.dg/generic_12.f90: New test.
1344
1345 2007-01-17  Dorit Nuzman  <dorit@il.ibm.com>
1346
1347         * gcc.target/i386/vectorize1.c: Add cleanup-tree-dump.
1348         * gcc.dg/tree-ssa/ssa-dse-9.c: Add cleanup-tree-dump.
1349
1350 2007-01-16  Janis Johnson  <janis187@us.ibm.com>
1351
1352         * gcc.dg/dfp/compare-special.h: New file.
1353         * gcc.dg/dfp/compare-special-32.c: New test.
1354         * gcc.dg/dfp/compare-special-64.c: New test.
1355         * gcc.dg/dfp/compare-special-128.c: New test.
1356
1357 2007-01-16  Roger Sayle  <roger@eyesopen.com>
1358             Paul Thomas  <pault@gcc.gnu.org>
1359             Steven G. Kargl  <kargl@gcc.gnu.org>
1360
1361         PR fortran/30404
1362         * gfortran.dg/forall_6.f90: New test case.
1363         * gfortran.dg/dependency_8.f90: Update test to find "temp" array.
1364         * gfortran.dg/dependency_13.f90: Likewise.
1365
1366 2007-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1367
1368         PR testsuite/12325
1369         * gcc.dg/torture/builtin-attr-1.c: Handle warnings from
1370         targets that don't support Inf.
1371
1372 2007-01-15  Dale Johannesen  <dalej@apple.com>
1373
1374         * gcc.dg/tree-ssa/loop-3.c:  Disable with -fpic or -fPIC.
1375
1376 2007-01-15  Thomas Koenig  <Thomas.Koenig@online.de>
1377
1378         * gfortran.dg/string_0xfe_0xff_1.f90:  Use char instead
1379         of achar for 0xff to avoid the "Extended ASCII not
1380         implemented" error message.
1381
1382 2007-01-15  Paul Thomas  <pault@gcc.gnu.org>
1383
1384         PR fortran/28172
1385         * gfortran.dg/altreturn_4.f90: New test.
1386
1387         PR fortran/29389
1388         * gfortran.dg/stfunc_4.f90: New test.
1389
1390         PR fortran/29712
1391         * gfortran.dg/bound_2.f90: Reinstate commented out line.
1392         * gfortran.dg/initialization_1.f90: Change warning.
1393
1394         PR fortran/30283
1395         * gfortran.dg/specification_type_resolution_2.f90: New test.
1396
1397 2007-01-14  Jan Hubicka  <jh@suse.cz>
1398
1399         * gcc.dg/tree-prof/stringop-1.c: Update pattern for memcpy folding.
1400         * gcc.dg/tree-ssa/vrp11.c: Fix thinkos in my last patch.
1401         * gcc.dg/always_inline3.c: Update for pre-inline tail recursion
1402         elimination.
1403
1404 2007-01-14  Paul Thomas  <pault@gcc.gnu.org>
1405
1406         PR fortran/30410
1407         * gfortran.dg/external_procedures_2.f90: New test.
1408
1409 2007-01-14  Uros Bizjak  <ubizjak@gmail.com>
1410
1411         PR target/30413
1412         * gcc.target/i386/pr30413.c: New test.
1413
1414 2007-01-14  Thomas Koenig  <Thomas.Koenig@online.de>
1415
1416         PR fortran/30452
1417         * gfortran.dg/string_0xfe_0xff_1.f90:  New test.
1418
1419 2007-01-13  Zdenek Dvorak <dvorakz@suse.cz>
1420
1421         * gcc.dg/20070112-1.c: New test.
1422
1423 2007-01-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1424
1425         PR libgfortran/30435
1426         * gfortran.dg/list_read_6.f90: New test.
1427
1428 2007-01-12  Olga Golovanevsky  <olga@il.ibm.com>
1429
1430         * gcc.dg/torture/pr24750-1.c:  Add prototype of free.
1431
1432 2007-01-12  Tom Tromey  <tromey@redhat.com>
1433
1434         PR preprocessor/28227:
1435         * gcc.dg/cpp/pr28227.c: New file.
1436
1437 2007-01-11  Zdenek Dvorak <dvorakz@suse.cz>
1438
1439         * gcc.dg/tree-ssa/loop-22.c: New test.
1440
1441 2007-01-11  Zdenek Dvorak <dvorakz@suse.cz>
1442
1443         PR tree-optimization/29516
1444         * gcc.dg/tree-ssa/loop-20.c: New test.
1445
1446 2007-01-11  Thomas Koenig  <Thomas.Koenig@online.de>
1447
1448         PR libfortran/30415
1449         * minmaxloc_integer_kinds_1.f90:  New test.
1450
1451 2007-01-11  Simon Martin  <simartin@users.sourceforge.net>
1452
1453         PR c++/29573
1454         * g++.dg/template/sizeof-template-argument.C: New test.
1455
1456 2007-01-11  Jan Hubicka  <jh@suse.cz>
1457
1458         * gcc.dg/tree-ssa/tailrecursion-4.c: Update dump file.
1459         * gcc.dg/tree-ssa/tailrecursion-1.c: Update dump file.
1460         * gcc.dg/tree-ssa/tailrecursion-2.c: Update dump file.
1461         * gcc.dg/tree-ssa/tailrecursion-3.c: Update dump file.
1462         * gcc.dg/tree-ssa/pr21658.c: Likewise.
1463         * gcc.dg/tree-ssa/pr15349.c: Likewise.
1464         * gcc.dg/tree-ssa/pr25501.c: Likewise.
1465         * gcc.dg/tree-ssa/vrp11.c: Make more complex so it still test
1466         transformation in question.
1467         * gcc.dg/tree-ssa/vrp05.c: Likewise.
1468         * gcc.dg/tree-ssa/pr20701.c: Likewise.
1469         * gcc.dg/always_inline3.c: Likewise.
1470
1471 2007-01-10  Mark Mitchell  <mark@codesourcery.com>
1472
1473         PR c++/28999
1474         * g++.dg/template/typename11.C: New test.
1475
1476 2007-01-10  Robert Kennedy <jimbob@google.com>
1477
1478         * gcc.dg/fold-compare-2.c: New test case for fold_comparison.
1479
1480 2007-01-09  Brooks Moses  <brooks.moses@codesourcery.com>
1481
1482         * gfortran.dg/chkbits.f90: Added IBCLR tests; test calls
1483         for different integer kinds.
1484         * gfortran.dg/ishft.f90: Renamed to ishft_1.f90...
1485         * gfortran.dg/ishft_1.f90: ...Renamed from ishft.f90.
1486         * gfortran.dg/ishft_2.f90: New test.
1487         * gfortran.dg/ishft_3.f90: New test.
1488
1489 2007-01-09  Brooks Moses  <brooks.moses@codesourcery.com>
1490
1491         * gfortran.dg/altreturn_2.f90: Removed executable bit.
1492
1493 2007-01-09  Zdenek Dvorak <dvorakz@suse.cz>
1494
1495         PR tree-optimization/30322
1496         * gcc.dg/tree-ssa/loop-21.c: New test.
1497
1498 2007-01-08  Geoffrey Keating  <geoffk@apple.com>
1499
1500         * g++.dg/rtti/darwin-builtin-linkage.C: New.
1501
1502 2007-01-08  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1503
1504         * gcc.target/spu/intrinsics-1.c: Remove xfail.
1505
1506 2007-01-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1507
1508         * g++.dg/warn/overflow-warn-1.C: Fix testcase.
1509         * g++.dg/warn/overflow-warn-3.C: Likewise.
1510         * g++.dg/warn/overflow-warn-4.C: Likewise.
1511         * g++.dg/warn/overflow-warn-5.C: Likewise.
1512         * g++.dg/warn/overflow-warn-6.C: Likewise.
1513         * g++.dg/warn/Woverflow-1.C: Likewise.
1514         * g++.dg/warn/Woverflow-2.C: Likewise.
1515         * g++.dg/warn/Woverflow-3.C: Likewise.
1516         * g++.dg/warn/multiple-overflow-warn-2.C: Likewise.
1517
1518 2007-01-08  Roger Sayle  <roger@eyesopen.com>
1519
1520         * gfortran.dg/array_constructor_14.f90: New test case.
1521         * gfortran.dg/vect/vect-5.f90: Update test for improved alignment.
1522
1523 2007-01-08  Richard Guenther  <rguenther@suse.de>
1524
1525         PR tree-optimization/23603
1526         * gcc.dg/tree-ssa/vrp31.c: New testcase.
1527         * gcc.dg/tree-ssa/vrp32.c: Likewise.
1528
1529 2007-01-08  Mark Shinwell  <shinwell@codesourcery.com>
1530
1531         * gcc.target/i386/20020531-1.c: Use "char" not "unsigned char"
1532         in __v8qi typedef.
1533         * gcc.target/powerpc/altivec-vec-merge.c (foo): Add casts.
1534         * gcc.dg/simd-1.c: Update dg-error directives to reflect new
1535         compiler behaviour.
1536         * gcc.dg/simd-5.c: Likewise.
1537         * gcc.dg/simd-6.c: Likewise.
1538         * g++.dg/conversion/simd1.C: Likewise.
1539         * g++.dg/conversion/simd3.C: Likewise.
1540         * g++.dg/ext/attribute-test-2.C (data): Add "vs" member.
1541         (main): Use it.
1542
1543 2007-01-08  Mark Shinwell  <shinwell@codesourcery.com>
1544
1545         PR tree-optimization/29877
1546         * gcc.dg/pr16194.c: Skip test entirely if we don't know the
1547         name of a hard register for the target concerned.  Adjust dg-error
1548         directives to cope with new behaviour of TER.
1549
1550 2007-01-07  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1551
1552         PR c++/28986
1553         * g++.dg/conversion/nullptr1.C: Added overflow warning.
1554         * g++.dg/warn/overflow-warn-1.C: New.
1555         * g++.dg/warn/overflow-warn-3.C: New.
1556         * g++.dg/warn/overflow-warn-4.C: New.
1557         * g++.dg/warn/overflow-warn-5.C: New.
1558         * g++.dg/warn/overflow-warn-6.C: New.
1559         * g++.dg/warn/Woverflow-1.C: New.
1560         * g++.dg/warn/Woverflow-2.C: New.
1561         * g++.dg/warn/Woverflow-3.C: New.
1562         * g++.dg/warn/multiple-overflow-warn-2.C: New.
1563         
1564 2007-01-07  Bernhard Fischer  <aldot@gcc.gnu.org>
1565
1566         PR fortran/27698
1567         * gfortran.dg/invalid_name.f90: New test.
1568         * gfortran.dg/do_iterator.f90: Adjust pattern for expected error.
1569         * gfortran.dg/gomp/pr29759.f90: Ditto.
1570
1571 2007-01-06  Steven G. Kargl  <kargl@gcc.gnu.org>
1572
1573         * gfortran.dg/present_1.f90:  Update error message.
1574
1575 2007-01-06  Lee Millward  <lee.millward@codesourcery.com>
1576
1577         PR c++/19439
1578         * g++.dg/template/duplicate1.C: New test
1579         * g++.dg/template/memfriend6.C: Adjust error markers.
1580         
1581 2007-01-05  Andrew Pinski  <Andrew_Pinski@playstation.sony.com>
1582
1583         PR tree-opt/30385
1584         * gcc.dg/torture/inline-1.c: New test.
1585
1586 2007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1587
1588         PR c/19978
1589         * gcc.dg/multiple-overflow-warn-1.c: New.
1590         * gcc.dg/multiple-overflow-warn-2.c: New.
1591         * gcc.dg/overflow-warn-6.c: New.
1592         * g++.dg/warn/multiple-overflow-warn-1.C: New.
1593         
1594 2007-01-05  Roger Sayle  <roger@eyesopen.com>
1595
1596         * gfortran.dg/array_memcpy_1.f90: New test case.
1597         * gfortran.dg/array_memcpy_2.f90: Likewise.
1598
1599 2007-01-05  Richard Guenther  <rguenther@suse.de>
1600
1601         PR middle-end/27826
1602         * g++.dg/opt/pr27826.C: New testcase.
1603
1604 2007-01-05  Ian Lance Taylor  <iant@google.com>
1605
1606         * gcc.dg/Walways-true-1.c: New test.
1607         * gcc.dg/Walways-true-2.c: New test.
1608         * g++.dg/warn/Walways-true-1.C: New test.
1609         * g++.dg/warn/Walways-true-2.C: New test.
1610
1611 2007-01-05  Jakub Jelinek  <jakub@redhat.com>
1612
1613         PR c/30360
1614         * gcc.dg/pr30360.c: New test.
1615
1616 2007-01-05  Paul Thomas  <pault@gcc.gnu.org>
1617
1618         PR fortran/23232
1619         * gfortran.dg/data_implied_do_1.f90: New test.
1620
1621         PR fortran/27996
1622         PR fortran/27998
1623         * gfortran.dg/char_length_1.f90: New test.
1624
1625 2007-01-05  Richard Guenther  <rguenther@suse.de>
1626
1627         PR middle-end/28116
1628         * g++.dg/opt/pr28116.C: New testcase.
1629
1630 2007-01-05  Tobias Burnus  <burnus@net-b.de>
1631
1632         PR fortran/29624
1633         * gfortran.dg/alloc_alloc_expr_1.f90: Add check for
1634           invalid deallocate.
1635         * gfortran.dg/allocatable_dummy_2.f90: Update dg-error.
1636         * gfortran.dg/protected_4.f90: Add pointer intent check.
1637         * gfortran.dg/protected_6.f90: Add pointer intent check.
1638         * gfortran.dg/pointer_intent_1.f90: New test.
1639         * gfortran.dg/pointer_intent_2.f90: New test.
1640         * gfortran.dg/pointer_intent_3.f90: New test.
1641
1642 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
1643
1644         PR 30235
1645         * gfortran.dg/altreturn_2.f90: new test.
1646
1647 2007-01-04  Tom Tromey  <tromey@redhat.com>
1648
1649         PR preprocessor/28165:
1650         * gcc.dg/cpp/pr28165.c: New file.
1651
1652 2007-01-03  Josh Conner  <jconner@apple.com>
1653
1654         PR middle-end/29683
1655         * gcc.dg/pr29683.c: New.
1656
1657 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
1658
1659         PR c++/28217
1660         * g++.dg/pch/template-1.C: New test.
1661         * g++.dg/pch/template-1.Hs: New file.
1662
1663 2007-01-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1664
1665         PR middle-end/30353
1666         * gcc.c-torture/compile/complex-4.c: New test.
1667
1668 2007-01-03  Joseph Myers  <joseph@codesourcery.com>
1669
1670         * g++.dg/vect/vect.exp: Skip PowerPC targets not supporting
1671         -maltivec.
1672         * gcc.target/powerpc/altivec-20.c: Use powerpc_altivec_ok.
1673
1674 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
1675
1676         PR middle-end/30286
1677         * gcc.dg/pr30286.c: New test.
1678
1679         PR c++/29535
1680         * g++.dg/template/crash66.C: New test.
1681
1682         PR c++/29054
1683         * g++.dg/template/friend49.C: New test.
1684
1685 2007-01-03  Steven G. Kargl  <kargls@comcast.net>
1686
1687         * gfortran.dg/ibits.f90: New test.
1688
1689 2007-01-03  Zdenek Dvorak <dvorakz@suse.cz>
1690
1691         * gcc.dg/tree-ssa/update-unroll-1.c: New test.
1692         * gcc.dg/tree-ssa/update-unswitch-1.c: New test.
1693
1694 2007-01-02  Jan Hubicka  <jh@suse.cz>
1695
1696         * gcc.dg/pr16194.c: We now output error on all three functions, not just
1697         first one.
1698
1699 2007-01-02  Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1700
1701         PR c/19977
1702         * gcc/testsuite/gcc.dg/overflow-warn-3.c: Remove XFAIL.
1703         * gcc/testsuite/gcc.dg/overflow-warn-4.c: Remove XFAIL.
1704
1705 2006-01-02  Ian Lance Taylor  <iant@google.com>
1706
1707         * g++.dg/warn/Wparentheses-22.C: New test.
1708         * g++.dg/warn/Wparentheses-23.C: New test.
1709
1710 2007-01-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1711
1712         PR middle-end/7651
1713         * gcc.dg/declspec-3.c: Replace -W with -Wold-style-declaration.
1714         * gcc.dg/declspec-3-Wextra.c: New.
1715         * gcc.dg/declspec-3-no.c: New
1716
1717 2007-01-02  Paul Thomas  <pault@gcc.gnu.org>
1718
1719         PR fortran/20896
1720         * gfortran.dg/interface_10.f90: Remove.
1721
1722 2007-01-01  Roger Sayle  <roger@eyesopen.com>
1723
1724         * gcc.dg/fold-eqxor-4.c: New test case.
1725
1726 2007-01-02  Joseph Myers  <joseph@codesourcery.com>
1727
1728         PR middle-end/30311
1729         * gcc.c-torture/compile/pr30311.c: New test.
1730
1731 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
1732
1733         PR middle-end/30253
1734         * gcc.c-torture/compile/statement-expression-1.c: New test.
1735
1736 2007-01-01  Andreas Schwab  <schwab@suse.de>
1737
1738         PR target/29166
1739         * g++.dg/eh/pr29166.C: New test.
1740
1741 2007-01-01  Joseph Myers  <joseph@codesourcery.com>
1742
1743         * lib/target-supports.exp (check_effective_target_powerpc_spe):
1744         New.
1745         (check_effective_target_vect_cmdline_needed): Use it.
1746
1747 2006-12-31  Richard Guenther  <rguenther@suse.de>
1748
1749         PR middle-end/30137
1750         * testsuite/gcc.dg/pr30137-1.c: New testcase.
1751         * testsuite/gcc.dg/pr30137-2.c: Likewise.
1752
1753 2006-12-31  Roger Sayle  <roger@eyesopen.com>
1754
1755         PR middle-end/30322
1756         * gcc.dg/fold-plusnot-1.c: New test case.
1757
1758 2006-12-31  Simon Martin  <simartin@users.sourceforge.net>
1759
1760         PR c++/29731
1761         * g++.dg/parse/template22.C: New test.
1762
1763 2006-12-31  Richard Guenther  <rguenther@suse.de>
1764
1765         PR middle-end/30338
1766         * gcc.c-torture/compile/pr30338.c: New testcase.
1767
1768 2006-12-31  Paul Thomas  <pault@gcc.gnu.org>
1769
1770         PR fortran/27900
1771         * gfortran.dg/intrinsic_actual_4.f90: New test.
1772
1773         PR fortran/24325
1774         * gfortran.dg/func_decl_3.f90: New test.
1775
1776 2006-12-31  Paul Thomas  <pault@gcc.gnu.org>
1777
1778         PR fortran/23060
1779         * gfortran.dg/c_by_val.c: Called by c_by_val_1.f.
1780         * gfortran.dg/c_by_val_1.f: New test.
1781         * gfortran.dg/c_by_val_2.f: New test.
1782         * gfortran.dg/c_by_val_3.f: New test.
1783
1784 2006-12-30  Thomas Koenig  <Thomas.Koenig@online.de>
1785
1786         PR libfortran/30321
1787         * gfortran.dg/sum_zero_array_1.f90:  New test.
1788
1789 2006-12-29  Jakub Jelinek  <jakub@redhat.com>
1790
1791         PR preprocessor/29612
1792         * gcc.dg/cpp/pr29612-1.c: New test.
1793         * gcc.dg/cpp/pr29612-2.c: New test.
1794
1795 2006-12-28  Paul Thomas  <pault@gcc.gnu.org>
1796
1797         PR fortran/30034
1798         * gfortran.dg/pure_formal_proc_1.f90: New test.
1799
1800         PR fortran/30237
1801         * gfortran.dg/intrinsic_actual_3.f90: New test.
1802
1803 2006-12-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1804
1805         PR fortran/30014
1806         * gfortran.dg/io_constraints_1.f90: Update test.
1807         * gfortran.dg/io_constraints_2.f90: Update test.
1808         * gfortran.dg/inquire_iolength.f90: New test.
1809
1810 2006-12-27  Paul Thomas  <pault@gcc.gnu.org>
1811
1812         PR fortran/20896
1813         * gfortran.dg/interface_10.f90: New test.
1814         * gfortran.dg/dummy_procedure_1.f90: Add error for call s1(z),
1815         since z is already, locally a variable.
1816
1817         PR fortran/25135
1818         * gfortran.dg/generic_11.f90: New test.
1819         * gfortran.dg/interface_7.f90: Remove name clash between module
1820         name and procedure 'x' referenced in the interface.
1821
1822 2006-12-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1823
1824         PR middle-end/7651
1825         * gcc.dg/Wmissing-parameter-type.c: New.
1826         * gcc.dg/Wmissing-parameter-type-Wextra.c: New.
1827         * gcc.dg/Wmissing-parameter-type-no.c: New.
1828         
1829 2006-12-22  Paul Thomas  <pault@gcc.gnu.org>
1830
1831         PR fortran/25818
1832         * gfortran.dg/entry_array_specs_2.f: New test.
1833
1834         PR fortran/30084
1835         * gfortran.dg/nested_modules_6.f90: New test.
1836
1837 2006-12-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1838
1839         PR middle-end/7651
1840         * gcc.dg/attr-returns_twice-1.c: Replace Wextra with Wclobbered.
1841         * gcc.dg/setjmp-1.c: Add explicit Wclobbered.
1842
1843 2006-12-21  Andrew Pinski  <pinskia@gmail.com>
1844
1845         PR C++/30168
1846         * g++.dg/opt/complex6.C: New test.
1847
1848 2006-12-22  Ben Elliston  <bje@au.ibm.com>
1849
1850         * lib/gcc-dg.exp (gcc-dg-prune): Return "::unsupported::memory
1851         full" if the linker on spu-*-* warns about exceeding local store.
1852
1853         And revert this patch:
1854         * lib/gcc-defs.exp (${tool}_check_compile): xfail test cases that
1855         fail to link due to relocation overflows on spu-*-*.
1856
1857 2006-12-21  Paul Thomas  <pault@gcc.gnu.org>
1858
1859         PR fortran/30273
1860         * gfortran.dg/dependency_19.f90: New test.
1861
1862 2006-12-21  Paul Thomas  <pault@gcc.gnu.org>
1863
1864         PR fortran/30202
1865         * gfortran.dg/alloc_comp_basics_3.f90: New test.
1866
1867 2006-12-21  Jakub Jelinek  <jakub@redhat.com>
1868
1869         PR middle-end/30262
1870         * gcc.c-torture/execute/20061220-1.c: New test.
1871
1872         PR middle-end/30263
1873         * gcc.dg/gomp/asm-1.c: New test.
1874
1875         PR target/30230
1876         * g++.dg/eh/ia64-2.C: New test.
1877
1878 2006-12-21  Nathan Sidwell  <nathan@codesourcery.com>
1879
1880         PR target/28966
1881         PR target/29248
1882         * gcc.dg/rs6000-leaf.c: New.
1883
1884 2006-12-20  Tobias Schlüter  <tobias.schlueter@physik.uni-muenchen.de>
1885
1886         PR fortran/25392
1887         * gfortran.dg/f2c_8.f90: New test.
1888
1889 2006-12-20  Bill Wendling  <wendling@apple.com>
1890
1891         * gcc.dg/asm-b.c: Check for __ppc64__.
1892
1893 2006-12-20  Paul Thomas  <pault@gcc.gnu.org>
1894
1895         PR fortran/30190
1896         * gfortran.dg/bounds_check_5.f90: New test.
1897
1898 2006-12-20  Andrew Pinski  <pinskia@gmail.com>
1899
1900         PR middle-end/30143
1901         * gcc.dg/gomp/complex-1.c: New testcase.
1902
1903 2006-12-20  Roger Sayle  <roger@eyesopen.com>
1904
1905         * gfortran.dg/array_memset_1.f90: New test case.
1906
1907 2006-12-20  Dorit Nuzman  <dorit@il.ibm.com>
1908
1909         * lib/target-supports.exp: Add spu to
1910         check_effective_target_vect_widen_mult_hi_to_si.
1911
1912 2006-12-20  Paul Thomas  <pault@gcc.gnu.org>
1913
1914         PR fortran/29992
1915         * gfortran.dg/generic_9.f90: New test.
1916
1917         PR fortran/30081
1918         * gfortran.dg/generic_10.f90: New test.
1919
1920 2006-12-19  Andrew Pinski  <pinskia@gmail.com>
1921
1922         PR tree-opt/30045
1923         * gcc.dg/pr30045.c: New test.
1924
1925 2006-12-20  Ben Elliston  <bje@au.ibm.com>
1926
1927         * gcc.dg/20020312-2.c: Add a case for __SPU__.
1928
1929 2006-12-19  Eric Christopher  <echristo@apple.com>
1930
1931         PR target/29302
1932         * gcc.c-torture/execute/pr29302-1.c: New.
1933
1934 2006-12-19  Tobias Burnus  <burnus@net-b.de>
1935
1936         PR fortran/39238
1937         * gfortran.dg/associated_1.f90: Add test for associated(NULL,NULL).
1938
1939 2006-12-19  Paul Thomas <pault@gcc.gnu.org>
1940
1941         PR fortran/30236
1942         * gfortran.dg/altreturn_3.f90: New test.
1943
1944         * gfortran.dg/char_result_12.f90: Fix comment typos.
1945
1946 2006-12-19  Ben Elliston  <bje@au.ibm.com>
1947
1948         * gcc.dg/cpp/trad/include.c: #include stdlib.h instead of stdio.h,
1949         as newlib's stdio.h uses non-traditional cpp constructs.
1950
1951 2006-12-18  Brooks Moses  <brooks.moses@codesourcery.com>
1952
1953         * gfortran.dg/advance.f90: Renamed to advance_1.f90
1954         * gfortran.dg/append-1.f90: Renamed to append_1.f90
1955         * gfortran.dg/array-1.f90: Renamed to array_1.f90
1956         * gfortran.dg/assign_4.f90: Renamed to assign_8.f90
1957         * gfortran.dg/backspace.f: Renamed to backspace_1.f
1958         * gfortran.dg/backspace.f90: Renamed to backspace_7.f90
1959         * gfortran.dg/default_initialization.f: Renamed to default_initialization_1.f
1960         * gfortran.dg/dollar_edit_descriptor-1.f: Renamed to dollar_edit_descriptor_1.f
1961         * gfortran.dg/dollar_edit_descriptor-2.f: Renamed to dollar_edit_descriptor_2.f
1962         * gfortran.dg/dollar_edit_descriptor-3.f: Renamed to dollar_edit_descriptor_3.f
1963         * gfortran.dg/logint-1.f: Renamed to logint_1.f
1964         * gfortran.dg/logint-2.f: Renamed to logint_2.f
1965         * gfortran.dg/logint-3.f: Renamed to logint_3.f
1966         * gfortran.dg/advance_1.f90: Renamed from advance.f90
1967         * gfortran.dg/append_1.f90: Renamed from append-1.f90
1968         * gfortran.dg/array_1.f90: Renamed from array-1.f90
1969         * gfortran.dg/assign_8.f90: Renamed from assign_4.f90
1970         * gfortran.dg/backspace_1.f: Renamed from backspace.f
1971         * gfortran.dg/backspace_7.f90: Renamed from backspace.f90
1972         * gfortran.dg/default_initialization_1.f: Renamed from default_initialization.f
1973         * gfortran.dg/dollar_edit_descriptor_1.f: Renamed from dollar_edit_descriptor-1.f
1974         * gfortran.dg/dollar_edit_descriptor_2.f: Renamed from dollar_edit_descriptor-2.f
1975         * gfortran.dg/dollar_edit_descriptor_3.f: Renamed from dollar_edit_descriptor-3.f
1976         * gfortran.dg/logint_1.f: Renamed from logint-1.f
1977         * gfortran.dg/logint_2.f: Renamed from logint-2.f
1978         * gfortran.dg/logint_3.f: Renamed from logint-3.f
1979
1980 2006-12-18  Bill Wendling  <wendling@apple.com>
1981
1982         * g++.old-deja/g++.mike/p11144.C: Renamed id to ID because
1983         id is an OjbC keyword.
1984
1985 2006-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1986
1987         * gcc.dg/torture/builtin-pow-mpfr-1.c: New test.
1988
1989 2006-12-18  Brooks Moses  <brooks.moses@codesourcery.com>
1990
1991         * gfortran.dg/advance_3.f90: Add dg-do compile directive.
1992
1993 2006-12-18  Ian Lance Taylor  <iant@google.com>
1994
1995         * g++.dg/warn/Wmissing-declarations-1.C: New test.
1996
1997 2006-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
1998
1999         * gcc.c-torture/compile/pr27528.c: Use empty templates.
2000
2001 2006-12-17  Steven G. Kargl  <kargl@gcc.gnu.org>
2002
2003         PR fortran/30207
2004         * gfortran.fortran-torture/execute/where21.f90: New test.
2005
2006 2006-12-17  Tobias Burnus  <burnus@net-b.de>
2007
2008         * gfortran.dg/associated_2.f90: Add test for associated(NULL,NULL).
2009
2010 2006-12-16  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2011
2012         PR middle-end/7651
2013         * gcc.dg/20001116-1.c: Replace -Wextra with -Wempty-body.
2014         * gcc.dg/if-empty-1.c: Likewise.
2015         * gcc.dg/pr23165.c: Likewise.
2016         * g++.dg/warn/empty-body.C: Likewise.
2017
2018 2006-12-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2019
2020         PR libfortran/30005
2021         * gfortran.dg/open_errors.f90: New test.
2022
2023 2006-12-15  H.J. Lu  <hongjiu.lu@intel.com>
2024
2025         * gcc.dg/i386-cpuid.h (bit_SSSE3): New.
2026
2027         * gcc.target/i386/ssse3-pabsb.c: New file.
2028         * gcc.target/i386/ssse3-pabsd.c: Likewise.
2029         * gcc.target/i386/ssse3-pabsw.c: Likewise.
2030         * gcc.target/i386/ssse3-palignr.c: Likewise.
2031         * gcc.target/i386/ssse3-phaddd.c: Likewise.
2032         * gcc.target/i386/ssse3-phaddsw.c: Likewise.
2033         * gcc.target/i386/ssse3-phaddw.c: Likewise.
2034         * gcc.target/i386/ssse3-phsubd.c: Likewise.
2035         * gcc.target/i386/ssse3-phsubsw.c: Likewise.
2036         * gcc.target/i386/ssse3-phsubw.c: Likewise.
2037         * gcc.target/i386/ssse3-pmaddubsw.c: Likewise.
2038         * gcc.target/i386/ssse3-pmulhrsw.c: Likewise.
2039         * gcc.target/i386/ssse3-pshufb.c: Likewise.
2040         * gcc.target/i386/ssse3-psignb.c: Likewise.
2041         * gcc.target/i386/ssse3-psignd.c: Likewise.
2042         * gcc.target/i386/ssse3-psignw.c: Likewise.
2043         * gcc.target/i386/ssse3-vals.h: Likewise.
2044
2045 2006-12-15  Janis Johnson  <janis187@us.ibm.com>
2046
2047         * lib/gfortran-dg.exp: Don't include fortran-torture.exp.
2048         * lib/fortran-torture.exp: Include target-supports.exp.
2049
2050 2006-12-15  Jakub Jelinek  <jakub@redhat.com>
2051
2052         PR target/30185
2053         * gcc.c-torture/execute/pr30185.c: New test.
2054
2055 2006-12-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2056
2057         PR testsuite/30179
2058         PR testsuite/30180
2059         * gcc.dg/builtin-bswap-1.c: Require stdint_types.
2060         * gcc.dg/builtin-bswap-2.c: Likewise.
2061         * gcc.dg/builtin-bswap-3.c: Likewise.
2062         * gcc.dg/builtin-bswap-4.c: Likewise.
2063         * lib/target-supports.exp (check_effective_target_stdint_types): New.
2064         * cc.c-torture/execute/mode-dependent-address.x: New file.
2065
2066 2006-12-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2067
2068         PR libfortran/30145
2069         * gfortran.dg/write_zero_array: New test.
2070
2071 2006-12-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2072
2073         PR fortran/30200
2074         * gfortran.dg/write_fmt_trim.f90: New test.
2075
2076 2006-12-14  Diego Novillo  <dnovillo@redhat.com>
2077
2078         PR 30194
2079         * gcc.dg/pr19633-1.c: Increase threshold for partitioning
2080         temporarily.
2081
2082 2006-12-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2083
2084         * lib/target-supports.exp (check_weak_available): Use istarget
2085         "hppa*-*-hpux10*" instead of regexp.
2086         (check_cxa_atexit_available): Likewise.
2087
2088 2006-12-14  Richard Guenther  <rguenther@suse.de>
2089
2090         PR tree-optimization/30197
2091         * gcc.c-torture/execute/complex-1.c: Fix function name.
2092         * gcc.dg/builtins-61.c: New testcase.
2093
2094 2006-12-14  Richard Guenther  <rguenther@suse.de>
2095
2096         PR middle-end/30172
2097         * gcc.dg/pr30172-1.c: New testcase.
2098
2099 2006-12-14  Richard Guenther  <rguenther@suse.de>
2100
2101         PR tree-optimization/30198
2102         * gcc.dg/builtins-60.c: New testcase.
2103
2104 2006-12-14  Dorit Nuzman  <dorit@il.ibm.com>
2105
2106         * lib/target-supports.exp (vect_no_align): Remove spu.
2107
2108 2006-12-13  Ian Lance Taylor  <iant@google.com>
2109
2110         PR c++/19564
2111         PR c++/19756
2112         * g++.dg/warn/Wparentheses-5.C: New test.
2113         * g++.dg/warn/Wparentheses-6.C: New test.
2114         * g++.dg/warn/Wparentheses-7.C: New test.
2115         * g++.dg/warn/Wparentheses-8.C: New test.
2116         * g++.dg/warn/Wparentheses-9.C: New test.
2117         * g++.dg/warn/Wparentheses-10.C: New test.
2118         * g++.dg/warn/Wparentheses-11.C: New test.
2119         * g++.dg/warn/Wparentheses-12.C: New test.
2120         * g++.dg/warn/Wparentheses-13.C: New test.
2121         * g++.dg/warn/Wparentheses-14.C: New test.
2122         * g++.dg/warn/Wparentheses-15.C: New test.
2123         * g++.dg/warn/Wparentheses-16.C: New test.
2124         * g++.dg/warn/Wparentheses-17.C: New test.
2125         * g++.dg/warn/Wparentheses-18.C: New test.
2126         * g++.dg/warn/Wparentheses-19.C: New test.
2127         * g++.dg/warn/Wparentheses-20.C: New test.
2128         * g++.dg/warn/Wparentheses-21.C: New test.
2129
2130 2006-12-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2131
2132         PR testsuite/30157
2133         * lib/target-supports.exp (check_cxa_atexit_available): Return false
2134         for target "hppa.*hpux10".
2135
2136 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
2137
2138         * g++.dg/debug/vartrack1.C: New test.
2139
2140         * g++.dg/opt/ifcvt1.C: New test.
2141
2142         * gcc.dg/tls/opt-13.c: New test.
2143
2144         * gcc.dg/20060425-2.c: New test.
2145
2146         * g++.dg/opt/pr15054-2.C: New test.
2147
2148         * gcc.c-torture/execute/20060420-1.c: New test.
2149
2150         * gcc.c-torture/execute/20060412-1.c: New test.
2151
2152         * objc/compile/20060406-1.m: New test.
2153
2154 2006-12-08  Alexandre Oliva  <aoliva@redhat.com>
2155
2156         * g++.dg/template/array17.C: New test.
2157
2158 2006-02-25  Alexandre Oliva  <aoliva@redhat.com>
2159
2160         * gcc.target/powerpc/altivec-23.c: New test.
2161
2162 2006-12-13  Lee Millward  <lee.millward@codesourcery.com>
2163
2164         PR c++27316
2165         * g++.dg/inherit/error3.C: New test.
2166
2167         PR c++/28740
2168         * g++.dg/inherit/error4.C: New test.
2169
2170 2006-12-13  Richard Guenther  <rguenther@suse.de>
2171
2172         PR tree-optimization/17687
2173         * gcc.dg/builtins-59.c: New testcase.
2174
2175 2006-12-13  Ben Elliston  <bje@au.ibm.com>
2176
2177         * gcc.target/spu/Wmain.c: New test.
2178
2179 2006-12-12  Josh Conner  <jconner@apple.com>
2180
2181         * g++.dg/abi/thunk3.C: Use .weak_definition on darwin.
2182         * g++.dg/abi/thunk4.C: Likewise.
2183         * g++.dg/abi/rtti3.C: Likewise.
2184
2185 2006-12-12  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
2186
2187         * gcc.target/spu/cpat-1.c: New test.
2188         * gcc.target/spu/cpat-2.c: New test.
2189         * gcc.target/spu/cpat-3.c: New test.
2190         * gcc.target/spu/cpat-4.c: New test.
2191
2192 2006-12-12  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2193
2194         PR tree-opt/28436
2195         * gcc.c-torture/compile/vector-1.c: New test.
2196         * gcc.c-torture/compile/vector-2.c: New test.
2197         * gcc.c-torture/compile/vector-3.c: New test.
2198
2199 2006-12-12  Tobias Schlüter  <tobias.schlueter@physik.uni-muenchen.de>
2200
2201         * lib/fortran-torture.exp: Update copyright years.  Remove
2202         obsolete comment.  Test -ftree-vectorize where it makes sense.
2203         * lib/gfortran-dg.exp: Update copyright years.  Use settings
2204         from fortran-torture.exp.
2205         * gfortran.dg/char_transpose_1.f90,
2206         gfortran.dg/char_spread_1.f90, gfortran.dg/g77/dnrm2.f,
2207         gfortran.dg/dependent_decls_1.f90: Fixout-of-bound errors.
2208         * gfortran.dg/enum_10.f90, gfortran.dg/mixed_io_1.f90:  Add
2209         '-w' to dg-options.
2210
2211 2006-12-12  Richard Sandiford  <richard@codesourcery.com>
2212
2213         * lib/gcc-dg.exp (${tool}_load): Fix invocation of
2214         saved_${tool}_load.
2215
2216 2006-12-12  Ira Rosen  <irar@il.ibm.com>
2217
2218         * gcc.dg/vect/vect-strided-store-u32-i2.c: New test.
2219         * gcc.dg/vect/vect-strided-store-a-u8-i2.c: New test.
2220         * gcc.dg/vect/vect-strided-store-u16-i4.c: New test.
2221         * gcc.dg/vect/vect-strided-u8-i8-gap4.c: Add a case of stores with
2222         gaps.
2223
2224 2006-12-12  Richard Guenther  <rguenther@suse.de>
2225
2226         PR middle-end/30147
2227         * gfortran.fortran-torture/compile/pr30147.f90: New testcase.
2228
2229 2006-12-11  Aldy Hernandez  <aldyh@redhat.com>
2230             Diego Novillo  <dnovillo@redhat.com>
2231
2232         * gcc.dg/tree-ssa/20040517-1.c: Adapt pattern to
2233         VDEF/VUSE changes.
2234         * gcc.dg/tree-ssa/pr26421.c: Likewise
2235         * gcc.dg/tree-ssa/inline_asm-1.c: Likewise.
2236         * gcc.dg/tree-ssa/pr23382.c: Likewise.
2237         * gcc.dg/tree-ssa/inline_asm-2.c: Likewise.
2238         * gcc.dg/tree-ssa/pr28410.c: Likewise.
2239         * gcc.dg/tree-ssa/20031015-1.c: Likewise.
2240         * gcc.dg/tree-ssa/20040302-1.c: Likewise.
2241         * gcc.dg/tree-ssa/vrp07.c: Likewise.
2242         * gcc.dg/tree-ssa/vrp08.c: Likewise.
2243         * gcc.dg/tree-ssa/alias-12.c: Likewise.
2244
2245 2006-12-11  Jan Hubicka  <jh@suse.cz>
2246
2247         * gcc.dg/tree-prof/stringop-1.c: New test.
2248         * gcc.dg/tree-prof/stringop-2.c: New test.
2249
2250 2006-12-11  Uros Bizjak  <ubizjak@gmail.com>
2251
2252         PR target/30120
2253         * gcc.target/i386/pr30120.c: New test.
2254
2255         Revert:
2256         2006-11-15  Uros Bizjak  <ubizjak@gmail.com>
2257
2258         * gcc.target/i386/x87regparm-1.c: New test.
2259         * gcc.target/i386/x87regparm-2.c: New test.
2260         * gcc.target/i386/x87regparm-3.c: New test.
2261         * gcc.target/i386/x87regparm-4.c: New test.
2262
2263 2006-12-10  Zdenek Dvorak <dvorakz@suse.cz>
2264
2265         * gcc.dg/tree-ssa/loop-17.c: Update outcome.
2266
2267 2006-12-10  Tobias Burnus  <burnus@net-b.de>
2268
2269         PR fortran/23994
2270         * gfortran.dg/protected_1.f90: New test.
2271         * gfortran.dg/protected_2.f90: New test.
2272         * gfortran.dg/protected_3.f90: New test.
2273         * gfortran.dg/protected_4.f90: New test.
2274         * gfortran.dg/protected_5.f90: New test.
2275         * gfortran.dg/protected_6.f90: New test.
2276
2277 2006-12-09  Paul Thomas  <pault@gcc.gnu.org>
2278             Tobias Burnus  <burnus@gcc.gnu.org>
2279
2280         PR fortran/29975
2281         PR fortran/30068
2282         * gfortran.dg/interface_4.f90: Test adding procedure to generic
2283         interface.
2284         * gfortran.dg/interface_5.f90: Test warning for not-referenced-to
2285         ambiguous interfaces.
2286         * gfortran.dg/interface_6.f90: Test invalid, ambiguous interface.
2287         * gfortran.dg/interface_7.f90: Test invalid, ambiguous interface.
2288         * gfortran.dg/interface_8.f90: Test warning for not-referenced-to
2289         ambiguous interfaces.
2290         * gfortran.dg/interface_1.f90: Change dg-error into a dg-warning.
2291         * gfortran.dg/array_initializer_2.f90: Add initializer array
2292         constructor test.
2293
2294         PR fortran/30096
2295         * gfortran.dg/interface_9.f90: Test that host interfaces are
2296         not checked for ambiguity with the local version.
2297
2298 2006-12-09  Paul Thomas  <pault@gcc.gnu.org>
2299
2300         PR fortran/29464
2301         * gfortran.dg/module_interface_2.f90: New test.
2302
2303 2006-12-09  Paul Thomas  <pault@gcc.gnu.org>
2304
2305         PR fortran/29941
2306         * gfortran.dg/assumed_len.f90: New test.
2307
2308 2006-12-09  Richard Guenther  <rguenther@suse.de>
2309
2310         * g++.dg/warn/implicit-typename1.C: Qualify types.
2311         * g++.dg/parse/crash12.C: Likewise.
2312         * g++.dg/tree-ssa/pr22444.C: Likewise.
2313
2314 2006-12-09  Tobias Burnus  <burnus@net-b.de>
2315
2316         * gfortran.dg/array_2.f90: Added sqrt test.
2317
2318 2006-12-08  Uros Bizjak  <ubizjak@gmail.com>
2319
2320         * gcc.target/i386/x87regparm-1.c: XFAIL.
2321         * gcc.target/i386/x87regparm-2.c: XFAIL.
2322         * gcc.target/i386/x87regparm-3.c: XFAIL.
2323         * gcc.target/i386/x87regparm-4.c: XFAIL.
2324
2325 2006-12-08  Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2326
2327         * lib/target-supports.exp
2328         (check_effective_target_large_long_double): New.
2329         * gcc.dg/Wconversion-real.c : Use it.
2330         * gcc.dg/Wconversion-integer.c : Fix for targets where char is
2331         unsigned.
2332
2333 2006-12-08  Mark Shinwell  <shinwell@codesourcery.com>
2334
2335         * gcc.c-torture/execute/mode-dependent-address.c: New test.
2336
2337 2006-12-08  Tobias Burnus  <burnus@net-b.de>
2338
2339         PR fortran/27546
2340         * gfortran.dg/import4.f90: New test for IMPORT in modules.
2341
2342 2006-12-07  Mark Mitchell  <mark@codesourcery.com>
2343
2344         PR c++/29732
2345         * g++.dg/template/crash65.C: New test.
2346         * g++.dg/template/spec16.C: Tweak error markers.
2347
2348 2006-12-07  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2349
2350         * gcc.target/spu: New directory.
2351         * gcc.target/spu/spu.exp: New file.
2352         * gcc.target/spu/intrinsics-1.c: New test.
2353
2354 2006-12-07  Lee Millward  <lee.millward@codesourcery.com>
2355
2356         PR c++/29980
2357         * g++.dg/ext/attrib27.C: New test.
2358         * g++.dg/parse/struct-as-enum1.C: Adjust error markers.
2359         * g++.dg/parse/typedef5.C: Likewise.
2360
2361 2006-12-07  Mike Stump  <mrs@apple.com>
2362
2363         * treelang/compile/var_defs.tree: Adjust.
2364
2365 2006-12-06  Mark Mitchell  <mark@codesourcery.com>
2366
2367         PR c++/29730
2368         * g++.dg/template/crash64.C: New test.
2369         * g++.dg/parse/crash27.C: Adjust error markers.
2370
2371 2006-12-06  Thomas Koenig  <Thomas.Koenig@online.de>
2372
2373         PR libfortran/30009
2374         PR libfortran/30056
2375         * gfortran.dg/read_eof_4.f90:  Add tests.
2376         * gfortran.dg/readwrite_unf_direct_eor_1.f90:  New test.
2377         * gfortran.dg/unf_read_corrupted_1.f90: New test.
2378
2379 2006-12-05  Mark Mitchell  <mark@codesourcery.com>
2380
2381         PR c++/29729
2382         * g++.dg/template/crash63.C: New test.
2383
2384         PR c++/29728
2385         * g++.dg/template/crash62.C: New test.
2386
2387 2006-12-05  Paul Thomas  <pault@gcc.gnu.org>
2388
2389         PR fortran/30003
2390         * gfortran.dg/allocatable_function_1.f90: Increase the number
2391         of expected calls of free to 10; the lhs section reference is
2392         now evaluated so there is another call to bar.  Change the
2393         comment appropriately.
2394         * gfortran.dg/array_section_1.f90: New test.
2395
2396 2006-12-05  Paul Thomas  <pault@gcc.gnu.org>
2397
2398         PR fortran/29912
2399         * gfortran.dg/char_result_12.f90: New test.
2400
2401 2006-12-05  Richard Guenther  <rguenther@suse.de>
2402
2403         * gcc.dg/vect/vect.exp: Add support for -fno-math-errno tests.
2404         * gcc.dg/vect/vect-pow-2.c: Rename to ...
2405         * gcc.dg/vect/no-math-errno-vect-pow-1.c: ... this.  Require
2406         vect_double, xfail for spu*-*-*.
2407
2408 2006-12-04  Tobias Burnus  <burnus@net-b.de>
2409
2410         PR fortran/29962
2411         * initialization_4.f90: Test noninteger exponents (-std=f95).
2412         * initialization_5.f90: New test for noninteger exponents
2413           with -std=f2003.
2414
2415 2006-12-04  Paul Thomas  <pault@gcc.gnu.org>
2416
2417         PR fortran/29821
2418         * gfortran.dg/parameter_array_section_1.f90: New test.
2419
2420 2006-12-04  Mark Mitchell  <mark@codesourcery.com>
2421
2422         PR c++/29733
2423         * g++.dg/template/crash61.C: New test.
2424
2425         PR c++/29632
2426         * g++.dg/template/error23.C: New test.
2427
2428 2006-12-04  Uros Bizjak  <ubizjak@gmail.com>
2429
2430         * gcc.target/i386/sse-18.c: Pass if CPU has no SSE2 support.
2431
2432 2006-12-04  Paul Thomas  <pault@gcc.gnu.org>
2433
2434         PR fortran/29916
2435         * gfortran.dg/host_dummy_index_1.f90: Added additional test.
2436
2437 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
2438
2439         PR middle-end/29965
2440         * gcc.dg/gomp/pr29965-1.c: New test.
2441         * gcc.dg/gomp/pr29965-2.c: New test.
2442         * gcc.dg/gomp/pr29965-3.c: New test.
2443         * gcc.dg/gomp/pr29965-4.c: New test.
2444         * gcc.dg/gomp/pr29965-5.c: New test.
2445         * gcc.dg/gomp/pr29965-6.c: New test.
2446         * g++.dg/gomp/pr29965-1.C: New test.
2447         * g++.dg/gomp/pr29965-2.C: New test.
2448         * g++.dg/gomp/pr29965-3.C: New test.
2449         * g++.dg/gomp/pr29965-4.C: New test.
2450         * g++.dg/gomp/pr29965-5.C: New test.
2451         * g++.dg/gomp/pr29965-6.C: New test.
2452         * g++.dg/gomp/pr29965-7.C: New test.
2453         * g++.dg/gomp/pr29965-8.C: New test.
2454         * g++.dg/gomp/pr29965-9.C: New test.
2455         * g++.dg/gomp/pr29965-10.C: New test.
2456
2457 2006-12-04  Eric Botcazou  <ebotcazou@adacore.com>
2458
2459         * gnat.dg/pointer_variable_bounds.adb: New test.
2460         * gnat.dg/pointer_variable_bounds.ads: Likewise.
2461         * gnat.dg/pointer_variable_bounds_q.ads: Likewise.
2462
2463 2006-12-03  Eric Christopher  <echristo@apple.com>
2464
2465         * gcc.target/i386/stack-prot-kernel.c: Skip for x86_64-*-darwin.
2466
2467 2006-12-03  Richard Henderson  <rth@redhat.com>
2468             Andrew Pinski  <pinskia@gmail.com>
2469
2470         PR C++/14329
2471         * g++.dg/warn/unit-1.C: New test.
2472
2473 2006-12-03  Uros Bizjak  <ubizjak@gmail.com>
2474
2475         * gcc.dg/visibility-11.c: Compile with -mstringop-strategy=libcall.
2476
2477 2006-12-03  Dorit Nuzman  <dorit@il.ibm.com>
2478
2479         * g++.dg/vect/vect.exp: Enable tests to run on spu.
2480         * gcc.dg/vect/vect.exp: Enable tests to run on spu.
2481         * gcc.dg/vect/no-section-anchors-vect-69.c: Reduce array size.
2482         * gcc.dg/vect/vect-70.c: Reduce array size.
2483         * gcc.dg/vect/fast-math-vect-reduc-7.c: Xfail for
2484         vect_no_compaer_double targets.
2485         * lib/target-supports.exp: Add spu to vect_no_align, no_vect_int_max,
2486         vect_float, vect_double, and vect_int.
2487
2488 2006-12-03  Dorit Nuzman <dorit@il.ibm.com>
2489
2490         * gcc.dg/vect/pr16105.c: Remove xfail on vect_no_align targets. Add
2491         test for loop versioning on vect_no_align targets.
2492         * gcc.dg/vect/pr20122.c: Likewise.
2493         * gcc.dg/vect/vect-105.c: Likewise.
2494         * gcc.dg/vect/vect-42.c: Likewise.
2495         * gcc.dg/vect/vect-43.c: Likewise.
2496         * gcc.dg/vect/vect-74.c: Likewise.
2497         * gcc.dg/vect/vect-75.c: Likewise.
2498         * gcc.dg/vect/vect-multitypes-3.c: Likewise.
2499         * gcc.dg/vect/vect-multitypes-6.c: Likewise.
2500         * gcc.dg/vect/vect-8.c: Remove xfail on vect_no_align targets.
2501         * gcc.dg/vect/vect-30.c: Remove xfail on vect_no_align targets.
2502
2503 2006-12-03  Paul Thomas  <pault@gcc.gnu.org>
2504
2505         PR fortran/29642
2506         * gfortran.dg/value_1.f90 : New test.
2507         * gfortran.dg/value_2.f90 : New test.
2508         * gfortran.dg/value_3.f90 : New test.
2509         * gfortran.dg/value_4.f90 : New test.
2510         * gfortran.dg/value_4.c : Called from value_4.f90.
2511
2512 2006-12-02  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2513
2514         PR C++/30033
2515         *  g++.dg/cpp0x/static_assert4.C: New testcase.
2516
2517 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2518
2519         * gcc.dg/torture/builtin-sin-mpfr-1.c: Update MPFR comment.
2520
2521 2006-12-02  Lee Millward  <lee.millward@codesourcery.com>
2522
2523         PR c/27953
2524         * gcc.dg/pr27953.c: New test.
2525
2526 2006-12-01  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2527
2528         PR c++/30022
2529         * g++.dg/ext/vector5.C: New test.
2530
2531         PR c++/30021
2532         * g++.dg/other/main1.C: New test.
2533
2534 2006-12-01  Thomas Koenig  <Thomas.Koenig@online.de>
2535
2536         PR libfortran/29568
2537         * gfortran.dg/convert_implied_open.f90:  Change to
2538         new default record length.
2539         * gfortran.dg/unf_short_record_1.f90:  Adapt to
2540         new error message.
2541         * gfortran.dg/unformatted_subrecords_1.f90:  New test.
2542
2543 2006-12-01  Andrew MacLeod  <amacleod@redhat.com>
2544
2545         * gcc.dg/max-1.c: Remove reference to -fno-tree-lrs option.
2546
2547 2006-12-01  Ryan Mansfield  <rmansfield@qnx.com>
2548
2549         PR c++/29066
2550         * g++.dg/expr/pr29066.c: New.
2551
2552 2006-12-01  H.J. Lu  <hongjiu.lu@intel.com>
2553             Zdenek Dvorak <dvorakz@suse.cz>
2554
2555         PR tree-optimization/29921
2556         * gcc.dg/pr29921-2.c: New test.
2557
2558 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
2559
2560         * gcc.dg/i386-cpuid.h (bit_SSE3): New.
2561         (i386_get_cpuid): New function.
2562         (i386_cpuid_ecx): Likewise.
2563         (i386_cpuid_edx): Likewise.
2564         (i386_cpuid): Updated to call i386_cpuid_edx.
2565
2566         * gcc.target/i386/sse3-addsubpd.c: New file.
2567         * gcc.target/i386/sse3-addsubps.c: Likewise.
2568         * gcc.target/i386/sse3-haddpd.c: Likewise.
2569         * gcc.target/i386/sse3-haddps.c: Likewise.
2570         * gcc.target/i386/sse3-hsubpd.c: Likewise.
2571         * gcc.target/i386/sse3-hsubps.c: Likewise.
2572         * gcc.target/i386/sse3-lddqu.c: Likewise.
2573         * gcc.target/i386/sse3-movddup.c: Likewise.
2574         * gcc.target/i386/sse3-movshdup.c: Likewise.
2575         * gcc.target/i386/sse3-movsldup.c: Likewise.
2576
2577 2006-12-01  Dirk Mueller  <dmueller@suse.de>
2578
2579         * g++.dg/warn/Wreturn-type-4.C: New testcase.
2580
2581 2006-11-30  Janis Johnson  <janis187@us.ibm.com>
2582
2583         * gcc.dg/dfp/convert-int-max.c: New test.
2584         * gcc.dg/dfp/convert-int-max-fold.c: New test.
2585
2586 2006-11-30  Richard Guenther  <rguenther@suse.de>
2587
2588         * gcc.dg/vect/vect-pow-1.c: Rename ...
2589         * gcc.dg/vect/fast-math-vect-pow-1.c: ... to this.  Use
2590         floats instead of doubles, check successful vectorization.
2591
2592 2006-11-29  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2593
2594         PR target/29945
2595         * gcc.c-torture/compile/pr29945.c: New testcase.
2596
2597 2006-11-30  Joseph Myers  <joseph@codesourcery.com>
2598
2599         * gcc.dg/vect/vect.exp: Skip PowerPC targets not supporting
2600         -maltivec.
2601
2602 2006-11-29  Eric Christopher  <echristo@apple.com>
2603
2604         * gcc.dg/tree-ssa/prefetch-3.c: Allow x86_64, but require ilp32.
2605
2606 2006-11-29  Janis Johnson  <janis187@us.ibm.com>
2607
2608         * gcc.dg/dfp/convert-int.c: Remove dg-do compile, fix comment.
2609
2610         * gcc.dg/dfp/convert-bfp.c: Skip long double conversions.
2611
2612 2006-11-29  Lee Millward  <lee.millward@codesourcery.com>
2613
2614         PR c++/29022
2615         * g++.dg/inherit/virtual2.C: New test.
2616         * g++.dg/inherit/virtual3.C: Likewise.
2617         * g++.old-deja/g++.bugs/900121_05.C: Adjust error markers.
2618         * g++.dg/inherit/error2.C: Likewise.
2619         * g++.dg/template/instantiate1.C: Likewise.
2620
2621 2006-11-28  Andrew Pinski  <pinskia@gmail.com>
2622
2623         PR tree-opt/29984
2624         * gcc.dg/tree-ssa/reassoc-12.c: New test.
2625
2626 2006-11-28  Jan Hubicka  <jh@suse.cz>
2627
2628         * gcc.dg/memcpy-1.c: New test.
2629
2630 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
2631
2632         PR c++/29735
2633         * g++.dg/warn/main-3.C: New test.
2634
2635 2006-11-28  Jan Hubicka  <jh@suse.cz>
2636
2637         * gcc.dg/winline-1.c: New test.
2638
2639 2006-11-28  Nathan Sidwell  <nathan@codesourcery.com>
2640
2641         * gcc.dg/pack-test-1.c: Use __alignof__ to determine natural
2642         alignments.
2643
2644 2006-11-28  Paul Thomas  <pault@gcc.gnu.org>
2645
2646         PR fortran/29976
2647         * gfortran.dg/missing_optional_dummy_3.f90
2648
2649 2006-11-28  Paul Thomas  <pault@gcc.gnu.org>
2650
2651         PR fortran/20880
2652         * gfortran.dg/interface_3.f90: Modify errors.
2653
2654 2006-11-28  Ben Elliston  <bje@au.ibm.com>
2655
2656         * lib/gcc-defs.exp (${tool}_check_compile): xfail test cases that
2657         fail to link due to relocation overflows on spu-*-*.
2658
2659 2006-11-27  Michael Matz  <matz@suse.de>
2660             Andreas Krebbel  <krebbel1@de.ibm.com>
2661
2662         PR target/29319
2663         * gcc.dg/20061127-1.c: New testcase.
2664
2665 2006-11-27  Uros Bizjak  <ubizjak@gmail.com>
2666
2667         * gcc.dg/20061124-1.c: Add exit() function prototype.
2668
2669 2006-11-27  Jan Hubicka  <jh@suse.cz>
2670
2671         * gcc.target/i386/memcpy-1.c: Adjust size.
2672         * testsuite/gcc.dg/visibility-11.c: Likewise.
2673
2674 2006-11-27  Richard Guenther  <rguenther@suse.de>
2675
2676         PR middle-end/25620
2677         * gcc.target/i386/pow-1.c: New testcase.
2678         * gcc.dg/builtins-58.c: Likewise.
2679
2680 2006-11-26  Mark Mitchell  <mark@codesourcery.com>
2681
2682         PR c++/29886
2683         * g++.dg/expr/cast8.C: New test.
2684
2685 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2686
2687         * gcc.dg/torture/builtin-minmax-1.c: Test NaN in fmin/fmax.
2688         Don't ever inline the testcase.
2689
2690 2006-11-25  Andrew Pinski  <pinskia@gmail.com>
2691
2692         PR fortran/29982
2693         * gfortran.fortran-torture/compile/parameter_3.f90: New
2694         testcase.
2695
2696 2006-11-25  Andrew Pinski  <pinskia@gmail.com>
2697
2698         PR fortran/29951
2699         * gfortran.fortran-torture/execute/transfer2.f90: New test.
2700
2701 2006-11-25  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2702
2703         * gfortran.fortran-torture/execute/specifics.f90: Remove test
2704         for CHAR.
2705
2706 2006-11-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2707
2708         PR libgfortran/29936
2709         * gfortran.dg/write_check3.f90: New test.
2710
2711 2006-11-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2712
2713         * gcc.dg/20061124-1.c: Add "exit(0);" to the end of main.
2714
2715 2006-11-24  Paul Thomas  <pault@gcc.gnu.org>
2716
2717         PR fortran/20880
2718         * gfortran.dg/interface_3.f90: New test.
2719
2720         PR fortran/29387
2721         * gfortran.dg/generic_8.f90: New test.
2722
2723 2006-11-24  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2724
2725         * gfortran.dg/specifics_1.f90: Remove check for CHAR.
2726         * gfortran.dg/specifics_2.f90: Remove check for CHAR.
2727         * gfortran.dg/specifics_3.f90: Remove.
2728
2729 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
2730
2731         PR c/29955
2732         * gcc.dg/gomp/pr29955.c: New test.
2733
2734         PR c/29736
2735         * gcc.dg/pr29736.c: New test.
2736
2737 2006-11-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2738
2739         PR tree-opt/29964
2740         * gcc.dg/pure-1.c: New test.
2741
2742 2006-11-24  Joseph Myers  <joseph@codesourcery.com>
2743
2744         * g++.dg/eh/simd-2.C: Use -O -w in general for PowerPC.
2745         * gcc.dg/debug/dwarf2/const-2.c: Use powerpc_altivec_ok.
2746
2747 2006-11-24  Andreas Krebbel  <krebbel1@de.ibm.com>
2748
2749         * gcc.dg/20061124-1.c: New testcase.
2750
2751 2006-11-23  Eric Christopher  <echristo@apple.com>
2752
2753         * gcc.dg/inline-16.c: Use __SIZE_TYPE__.
2754
2755 2006-11-24  Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2756
2757         PR c/2707
2758         PR c++/26167
2759         * gcc.dg/Wconversion-integer.c: New. Supersedes
2760         Wconversion-negative-constants.c
2761         * gcc.dg/Wconversion-real.c: New.
2762         * gcc.dg/Wconversion-real-integer.c: New.
2763         * gcc.dg/Wconversion-negative-constants.c: Deleted.
2764         * g++.dg/warn/Wconversion1.C: Modified.
2765
2766 2006-11-23  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2767
2768         * gfortran.dg/overload_1.f90: New test.
2769
2770 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2771
2772         PR c/9072
2773         * gcc.dg/builtin-protos-1.c: Replace Wconversion by
2774         Wtraditional-conversion.
2775         * gcc.dg/overflow-warn-2.c: Likewise.
2776         * gcc.dg/Wconversion.c: Likewise. Renamed as
2777         Wtraditional-conversion.c .
2778         * gcc.dg/Wconversion-2.c: Likewise. Renamed as
2779         Wtraditional-conversion-2.c .
2780         * gcc.dg/dfp/Wconversion-2.c: Likewise. Renamed as
2781         Wtraditional-conversion-2.c
2782         * gcc.dg/Wconversion-negative-constants.c: New.
2783
2784 2006-11-23  Andrew Pinski  <pinskia@gmail.com>
2785
2786         * gcc.dg/tree-ssa/dump-1.c: New test.
2787
2788 2006-11-23  David Ung <davidu@mips.com>
2789
2790         * gcc.target/mips/mips.exp (dg-mips-options): Handle parsing of
2791         -mfp64, allowable when ISA >= 33 and float is enabled.
2792         * gcc.target/mips/mips32r2-mxhc1.c: New test for checking the use
2793         of mthc1 and mfhc1 patterns.
2794
2795 2006-11-23  Zdenek Dvorak <dvorakz@suse.cz>
2796
2797         PR tree-optimization/29921
2798         * gcc.dg/pr29921.c: New test.
2799
2800 2006-11-22  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2801
2802         PR fortran/29441
2803         * gfortran.dg/initialization_4.f90: New test.
2804
2805 2006-11-22  Ira Rosen  <irar@il.ibm.com>
2806
2807         * gcc.dg/vect/vect-1.c: Additional loop is now vectorizable on
2808         platforms that have interleaving support.
2809         * gcc.dg/vect/vect-107.c, gcc.dg/vect/vect-98.c: Likewise.
2810         * gcc.dg/vect/vect-strided-a-u16-i2.c,
2811         gcc.dg/vect/vect-strided-a-u16-i4.c, gcc.dg/vect/vect-strided-u16-i2.c,
2812         gcc.dg/vect/vect-strided-u16-i4.c, gcc.dg/vect/vect-strided-u32-i4.c,
2813         gcc.dg/vect/vect-strided-u32-i8.c, gcc.dg/vect/vect-strided-u8-i2.c,
2814         gcc.dg/vect/vect-strided-u8-i2-gap.c,
2815         gcc.dg/vect/vect-strided-u8-i8.c,
2816         gcc.dg/vect/vect-strided-u8-i8-gap2.c,
2817         gcc.dg/vect/vect-strided-u8-i8-gap4.c,
2818         gcc.dg/vect/vect-strided-u8-i8-gap7.c,
2819         gcc.dg/vect/vect-strided-float.c,
2820         gcc.dg/vect/vect-strided-a-mult.c,
2821         gcc.dg/vect/vect-strided-mult-char-ls.c,
2822         gcc.dg/vect/vect-strided-a-u16-mult.c,
2823         gcc.dg/vect/vect-strided-a-u32-mult.c,
2824         gcc.dg/vect/vect-strided-a-u8-i2-gap.c,
2825         gcc.dg/vect/vect-strided-a-u8-i8-gap2.c,
2826         gcc.dg/vect/vect-strided-a-u8-i8-gap7.c,
2827         gcc.dg/vect/vect-strided-mult.c,
2828         gcc.dg/vect/vect-strided-u32-mult.c: New testcases.
2829         * lib/target-supports.exp (vect_extract_even_odd, vect_interleave): New.
2830
2831 2006-11-22 Paul Thomas  <pault@gcc.gnu.org>
2832
2833         PR fortran/25087
2834         * gfortran.dg/auto_char_len_4.f90: New test.
2835
2836 2006-11-22 Paul Thomas  <pault@gcc.gnu.org>
2837
2838         PR fortran/29652
2839         * gfortran.dg/generic_7.f90: New test.
2840         * gfortran.dg/defined_operators_1.f90: Add new error.
2841
2842 2006-11-22  Zdenek Dvorak <dvorakz@suse.cz>
2843
2844         PR tree-optimization/29902
2845         * g++.dg/tree-ssa/pr29902.C: New test.
2846
2847 2006-11-21 Paul Thomas  <pault@gcc.gnu.org>
2848
2849         PR fortran/29820
2850         * gfortran.dg/used_types_13.f90: New test.
2851
2852 2006-11-21  Janis Johnson  <janis187@us.ibm.com>
2853
2854         * gcc.dg/dfp/snan.c: Delete.
2855
2856 2006-11-21  Douglas Gregor  <doug.gregor@gmail.com>
2857
2858         * g++.dg/cpp0x/static_assert1.C: New.
2859         * g++.dg/cpp0x/static_assert2.C: New.
2860         * g++.dg/cpp0x/static_assert3.C: New.
2861
2862 2006-11-21  Richard Guenther  <rguenther@suse.de>
2863
2864         * gcc.dg/vect/vect-pow-1.c: New testcase.
2865         * gcc.dg/vect/vect-pow-2.c: Likewise.
2866
2867 2006-11-21  Jakub Jelinek  <jakub@redhat.com>
2868
2869         PR c++/29570
2870         * g++.dg/template/static29.C: New test.
2871
2872         PR c++/29734
2873         * g++.dg/conversion/simd4.C: New test.
2874
2875 2006-11-20  Simon Martin  <simartin@users.sourceforge.net>
2876
2877         PR c++/29475
2878         * g++.dg/template/access19.C: New test.
2879         * g++.old-deja/g++.other/access11.C: Adjusted the line where the
2880         error is reported.
2881
2882 2006-11-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2883
2884         PR tree-opt/25500
2885         * gcc.dg/tree-ssa/sra-4.c: New testcase.
2886
2887 2006-11-20  Tobias Burnus  <burnus@net-b.de>
2888
2889         PR fortran/27546
2890         * gfortran.dg/import.f90: Extended test.
2891         * gfortran.dg/import2.f90: Extended test.
2892
2893 2006-11-20  Tobias Burnus  <burnus@net-b.de>
2894
2895         * gfortran.dg/volatile3.f90: Add conflict test.
2896
2897 2006-11-20  Bernhard Fischer  <aldot@gcc.gnu.org>
2898
2899         PR fortran/24783
2900         * gfortran.dg/implicit_10.f90: New test.
2901
2902 2006-11-19  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2903
2904         PR c++/8586
2905         * g++.dg/warn/Wall-write-strings.C: New.
2906
2907 2006-11-19  Erik Edelmann  <eedelman@gcc.gnu.org>
2908
2909         * gfortran.dg/alloc_comp_constraint_5.f90: New.
2910         * gfortran.dg/alloc_comp_assign_2.f90: Removed invalid code.
2911
2912 2006-11-19  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2913
2914         * gfortran.dg/use_3.f90: Remove error message.
2915         * gfortran.dg/iso_fortran_env_1.f90: New test.
2916         * gfortran.dg/iso_fortran_env_2.f90: New test.
2917         * gfortran.dg/iso_fortran_env_3.f90: New test.
2918         * gfortran.dg/iso_fortran_env_4.f90: New test.
2919
2920 2006-11-19  Dorit Nuzman  <dorit@il.ibm.com>
2921
2922         * gcc.dg/vect/vect-27.c: Fix initialization.
2923
2924 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2925
2926         * gcc.dg/builtins-20.c: Add fmin/fmax cases.
2927         * gcc.dg/torture/builtin-minmax-1.c: New.
2928
2929         * gcc.dg/builtins-20.c: Add cases for copysign.
2930
2931 2006-11-18  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2932
2933         PR fortran/24285
2934         * gfortran.dg/dollar_edit_descriptor-3.f: New test.
2935
2936 2006-11-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2937         * gfortran.dg/use_1.f90: New test.
2938         * gfortran.dg/use_1.f90: New test.
2939         * gfortran.dg/use_1.f90: New test.
2940
2941 2006-11-17  Zdenek Dvorak <dvorakz@suse.cz>
2942
2943         PR tree-optimization/29801
2944         * gcc.dg/pr29801.c: New test.
2945
2946 2006-11-17  Jakub Jelinek  <jakub@redhat.com>
2947
2948         PR middle-end/29584
2949         * gcc.dg/torture/pr29584.c: New test.
2950
2951 2006-11-17  Joseph Myers  <joseph@codesourcery.com>
2952
2953         * gcc.dg/tree-ssa/stdarg-2.c, gcc.dg/tree-ssa/stdarg-4.c:
2954         Condition PowerPC tests for saving FPRs on powerpc_fprs.
2955         * gcc.target/powerpc/compress-float-ppc.c,
2956         gcc.target/powerpc/compress-float-ppc-pic.c: Only test if
2957         powerpc_fprs.
2958         * gcc.target/powerpc/rs6000-power2-2.c: Only test if powerpc_fprs;
2959         do not pass -mhard-float.
2960
2961 2006-11-16  Eric Botcazou  <ebotcazou@adacore.com>
2962
2963         * gnat.dg/volatile_aggregate.adb: New test.
2964
2965 2006-11-16  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2966
2967         PR fortran/29391
2968         PR fortran/29489
2969         * gcc/testsuite/gfortran.dg/bound_2.f90: Add more checks.
2970         * gcc/testsuite/gfortran.dg/bound_3.f90: New test.
2971
2972 2006-11-16  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
2973
2974         PR target/29201
2975         * gcc.c-torture/compile/pr29201.c: New test for ia64 target.
2976
2977 2006-11-15  Steven G. Kargl  <kargl@gcc.gnu.org>
2978
2979         * gfortran.dg/import3.f90: Fix error message.
2980
2981 2006-11-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2982
2983         PR tree-opt/29788
2984         * gfortran.fortran-torture/compile/inline_1.f90:
2985         New testcase.
2986
2987 2006-11-15  Uros Bizjak  <ubizjak@gmail.com>
2988
2989         * gcc.target/i386/x87regparm-1.c: New test.
2990         * gcc.target/i386/x87regparm-2.c: New test.
2991         * gcc.target/i386/x87regparm-3.c: New test.
2992         * gcc.target/i386/x87regparm-4.c: New test.
2993
2994 2006-11-15  Tobias Burnus  <burnus@net-b.de>
2995
2996         PR fortran/27546
2997         * gfortran.dg/import.f90: New test.
2998         * gfortran.dg/import2.f90: New test.
2999         * gfortran.dg/import3.f90: New test.
3000
3001 2006-11-15  Tobias Burnus  <burnus@net-b.de>
3002
3003         PR fortran/27588
3004         * gfortran.dg/char_bounds_check_fail_1.f90: New test.
3005
3006 2006-11-15  Tobias Burnus  <burnus@net-b.de>
3007
3008         PR fortran/29806
3009         * gfortran.dg/contains.f90: New test.
3010         * gfortran.dg/derived_function_interface_1.f90: Add a dg-warning.
3011
3012 2006-11-15  Jakub Jelinek  <jakub@redhat.com>
3013
3014         PR tree-optimization/29581
3015         * gcc.dg/pr29581-1.c: New test.
3016         * gcc.dg/pr29581-2.c: New test.
3017         * gcc.dg/pr29581-3.c: New test.
3018         * gcc.dg/pr29581-4.c: New test.
3019         * gfortran.dg/pr29581.f90: New test.
3020
3021 2006-11-14  Brooks Moses  <brooks.moses@codesourcery.com>
3022
3023         PR fortran/29702
3024         * lib/gfortran-dg.exp (gfortran-dg-test): Ignore column
3025         numbers in error message headers.
3026
3027 2006-11-14  Richard Guenther  <rguenther@suse.de>
3028
3029         * gcc.target/i386/math-torture/math-torture.exp: Restrict
3030         to i?86 and x86_64 targets.
3031
3032 2006-11-14  Caroline Tice  <ctice@apple.com>
3033
3034         * gcc.dg/pubtypes-1.c: New file/testcase.
3035         * gcc.dg/pubtypes-2.c: New file/testcase.
3036         * gcc.dg/pubtypes-3.c: New file/testcase.
3037         * gcc.dg/pubtypes-4.c: New file/testcase.
3038         * g++.dg/pubtypes.C: New file/testcase.
3039
3040 2006-11-14  Mark Mitchell  <mark@codesourcery.com>
3041
3042         PR c++/29106
3043         * g++.dg/init/self1.C: New test.
3044
3045 2006-11-14  Tobias Burnus  <burnus@net-b.de>
3046
3047         PR fortran/29657
3048         * gfortran.dg/conflicts.f90: Add.
3049
3050 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
3051
3052         PR rtl-optimization/29798
3053
3054         * gcc.c-torture/execute/pr29798.c: New.
3055
3056 2006-11-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3057
3058         * gcc.dg/builtins-20.c: Add more cases.
3059
3060 2006-11-13  Jakub Jelinek  <jakub@redhat.com>
3061
3062         PR fortran/29759
3063         * gfortran.dg/gomp/pr29759.f90: New test.
3064
3065 2006-11-13  Mark Mitchell  <mark@codesourcery.com>
3066
3067         PR c++/29518
3068         * g++.dg/template/static28.C: New test.
3069
3070 2006-11-13  Carlos O'Donell  <carlos@codesourcery.com>
3071
3072         * lib/c-torture.exp: Use target-libpath.exp.
3073         * lib/target-libpath.exp (set_ld_library_path_env_vars): If present,
3074         set GCC_EXEC_PREFIX env var from global variable of same name.
3075
3076 2006-11-12  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3077
3078         PR fortran/26994
3079         * gfortran.fortran-torture/compile/transfer-1.f90:
3080         New testcase.
3081
3082 2006-11-12  H.J. Lu  <hongjiu.lu@intel.com>
3083             Zdenek Dvorak <dvorakz@suse.cz>
3084
3085         PR tree-optimization/29680
3086         * gcc.dg/alias-11.c: New test.
3087
3088 2006-11-12  Jason Merrill  <jason@redhat.com>
3089             Andrew Pinski <pinskia@physics.uc.edu>
3090
3091         PR middle-end/28915
3092         * gcc.target/i386/vectorize1.c: New.
3093
3094 2006-11-12  Roger Sayle  <roger@eyesopen.com>
3095
3096         PR rtl-optimization/29797
3097         * gcc.c-torture/execute/pr29797-1.c: New test case.
3098
3099 2006-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3100
3101         * gcc.dg/torture/builtin-symmetric-1.c: Add more cases.
3102
3103 2006-11-12  Zdenek Dvorak <dvorakz@suse.cz>
3104
3105         * gcc.dg/tree-ssa/prefetch-3.c: New test.
3106
3107 2006-11-12  Roger Sayle  <roger@eyesopen.com>
3108
3109         PR tree-optimization/13827
3110         * gcc.dg/fold-eqand-1.c: New test case.
3111
3112 2006-11-11  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3113
3114         PR rtl-opt/28812
3115         * gcc.c-torture/execute/mayalias-3.c: New test.
3116
3117 2006-11-11  Richard Sandiford  <richard@codesourcery.com>
3118
3119         PR middle-end/27528
3120         * gcc.c-torture/compile/pr27528.c: New test.
3121         * gcc.dg/pr27528.c: Likewise.
3122
3123 2006-11-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3124
3125         * gcc.dg/builtins-20.c: Add more cases for stripping sign ops.
3126
3127         * gcc.dg/torture/builtin-symmetric-1.c: New test.
3128
3129 2006-11-10 Paul Thomas <pault@gcc.gnu.org>
3130
3131         PR fortran/29758
3132         * gfortran.dg/reshape_source_size_1.f90: New test.
3133
3134 2006-11-10 Paul Thomas <pault@gcc.gnu.org>
3135
3136         PR fortran/29315
3137         * gfortran.dg/aliasing_dummy_4.f90: New test.
3138
3139 2006-11-10  Uros Bizjak  <ubizjak@gmail.com>
3140
3141         PR target/29777
3142         * lib/target-supports.exp (vect_widen_mult_hi_to_si): Add i?86-*-*
3143         and x86_64-*-* targets.
3144
3145 2006-11-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3146
3147         * gcc.dg/torture/builtin-math-2.c: Test builtin fma.
3148         * gcc.dg/torture/builtin-math-3.c (CKSGN_F, CKSGN, CKSGN_L):
3149         New macros. Use them in exact tests.
3150         (TESTIT3): New macro.
3151         Add tests for fmin, fmax and fma.
3152
3153 2006-11-09 Paul Thomas <pault@gcc.gnu.org>
3154
3155         PR fortran/29431
3156         * gfortran.dg/array_constructor_13.f90: New test.
3157
3158 2006-11-09 Paul Thomas <pault@gcc.gnu.org>
3159
3160         PR fortran/29744
3161         * gfortran.dg/used_types_12.f90: New test.
3162
3163 2006-11-09  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
3164
3165         PR middle-end/29726
3166         * gcc.dg/fold-eqandshift-1.c (test5): Uncomment function.
3167         (test6): Ditto.
3168         (dg-final): Add scan-tree-dump-times patterns for test5 and test6.
3169         * gcc.dg/fold-eqandshift-3.c: New test case.
3170
3171 2006-11-09 Paul Thomas <pault@gcc.gnu.org>
3172
3173         PR fortran/29699
3174         * gfortran.dg/alloc_comp_auto_array_1.f90: New test.
3175
3176         PR fortran/21370
3177         * gfortran.dg/change_symbol_attributes_1.f90: New test.
3178
3179 2006-11-09  Andreas Krebbel  <krebbel1@de.ibm.com>
3180
3181         * gcc.dg/20061109-1.c: New testcase.
3182
3183 2006-11-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3184
3185         * gcc.dg/builtins-20.c: Use fabs, not __builtin_fabs.
3186
3187 2006-11-09  Tobias Burnus  <burnus@net-b.de>
3188
3189         * gfortran.dg/io_constraints_3.f90: Fixed by using -fmax-errors.
3190         * gfortran.dg/gomp/reduction1.f90: Fixed by using -fmax-errors.
3191
3192 2006-11-08  Zdenek Dvorak <dvorakz@suse.cz>
3193
3194         * gcc.dg/tree-ssa/ssa-ccp-14.c: New test.
3195         * gcc.dg/tree-ssa/ssa-ccp-15.c: New test.
3196
3197 2006-11-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3198
3199         * gcc.dg/torture/builtin-math-3.c: Add more sincos tests.
3200
3201 2006-11-08  Dorit Nuzman  <dorit@il.ibm.com>
3202
3203         * gcc.dg/vect/vect-1.c: Loop with multiple types removed (appears in
3204         vect-9.c).
3205         * gcc.dg/vect/vect-106.c: Removed (duplicate of vect-9.c).
3206         * gcc.dg/vect/vect-9.c: Now vectorizable.
3207         * gcc.dg/vect/vect-reduc-dot-s16a.c: Now vectorizable also on targets
3208         that support vect_widen_mult.
3209         * gcc.dg/vect/vect-reduc-dot-u16.c: Removed (split into two new tests).
3210         * gcc.dg/vect/vect-reduc-dot-u16a.c: New test (split from
3211         vect-reduc-dot-u16.c).
3212         * gcc.dg/vect/vect-reduc-dot-u16b.c: New test (split from
3213         vect-reduc-dot-u16.c).
3214         * gcc.dg/vect/vect-reduc-dot-s8.c: Removed (split into three new tests).
3215         * gcc.dg/vect/vect-reduc-dot-s8a.c: New test (split from
3216         vect-reduc-dot-s8.c).
3217         * gcc.dg/vect/vect-reduc-dot-s8b.c: New test (split from
3218         vect-reduc-dot-s8.c).
3219         * gcc.dg/vect/vect-reduc-dot-s8c.c: New test (split from
3220         vect-reduc-dot-s8.c).
3221         * gcc.dg/vect/vect-reduc-dot-u8.c: Removed (split into two new tests).
3222         * gcc.dg/vect/vect-reduc-dot-u8a.c: New test (split from
3223         vect-reduc-dot-u8.c).
3224         * gcc.dg/vect/vect-reduc-dot-u8b.c: New test (split from
3225         vect-reduc-dot-u8.c).
3226         * gcc.dg/vect/vect-widen-mult-sum.c: New test.
3227         * gcc.dg/vect/vect-multitypes-9.c: New test.
3228         * gcc.dg/vect/vect-multitypes-10.c: New test.
3229         * gcc.dg/vect/vect-widen-mult-s16.c: New test.
3230         * gcc.dg/vect/vect-widen-mult-u16.c: New test.
3231         * gcc.dg/vect/vect-widen-mult-u8.c: New test.
3232         * gcc.dg/vect/vect-widen-mult-s8.c: New test.
3233         * gcc.dg/vect/wrapv-vect-reduc-dot-s8.c: Removed.
3234         * gcc.dg/vect/wrapv-vect-reduc-dot-s8b.c: New reduced version of
3235         wrapv-vect-reduc-dot-s8.c.
3236         * lib/target-support.exp (check_effective_target_vect_unpack): New.
3237         (check_effective_target_vect_widen_sum_hi_to_si): Now also includes
3238         targets that support vec_unpack.
3239         (check_effective_target_vect_widen_sum_qi_to_hi): Likewise.
3240         (check_effective_target_vect_widen_mult_qi_to_hi): New.
3241         (check_effective_target_vect_widen_mult_hi_to_si): New.
3242         (check_effective_target_vect_widen_sum): Removed.
3243
3244         2006-11-08  Dorit Nuzman  <dorit@il.ibm.com>
3245
3246         * gcc.dg/vect/vect-multitypes-8.c: New test.
3247         * lib/target-supports.exp (check_effective_target_vect_pack_mod): New.
3248
3249         2006-11-08 Dorit Nuzman  <dorit@il.ibm.com>
3250
3251         * gcc.dg/vect/vect-multitypes-7.c: New test.
3252
3253         2006-11-08  Dorit Nuzman  <dorit@il.ibm.com>
3254
3255         * gcc.dg/vect/vect-multitypes-4.c: New test.
3256         * gcc.dg/vect/vect-multitypes-5.c: New test.
3257         * gcc.dg/vect/vect-multitypes-6.c: New test.
3258
3259         2006-11-08  Dorit Nuzman  <dorit@il.ibm.com>
3260
3261         * gcc.dg/vect/vect-multitypes-1.c: New test.
3262         * gcc.dg/vect/vect-multitypes-2.c: New test.
3263         * gcc.dg/vect/vect-multitypes-3.c: New test.
3264
3265 2006-11-07  Eric Christopher  <echristo@apple.com>
3266
3267         * gcc.target/i386/builtin-bswap-1.c: Rewrite for 64-bit.
3268         Test using scan-assembler-not.
3269
3270 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
3271
3272         * gcc.dg/inline-17.c: New test.
3273
3274 2006-11-07  Steve Ellcey  <sje@cup.hp.com>
3275
3276         PR other/25028
3277         * gcc.dg/torture/fp-int-convert-float128-timode.c:  Do not XFAIL
3278         on HP-UX.
3279
3280 2006-11-07 Paul Thomas <pault@gcc.gnu.org>
3281
3282         PR fortran/29539
3283         * gfortran.dg/gfortran.dg/blockdata_3.f90: New test.
3284
3285         PR fortran/29634
3286         * gfortran.dg/gfortran.dg/derived_function_interface_1.f90: New
3287         test.
3288
3289 2006-11-07  Tobias Burnus  <burnus@net-b.de>
3290
3291         PR fortran/29601
3292         * gfortran.dg/volatile.f90: Add.
3293         * gfortran.dg/volatile2.f90: Add.
3294         * gfortran.dg/volatile3.f90: Add.
3295         * gfortran.dg/volatile4.f90: Add.
3296         * gfortran.dg/volatile5.f90: Add.
3297         * gfortran.dg/volatile6.f90: Add.
3298         * gfortran.dg/volatile7.f90: Add.
3299
3300 2006-11-06  Tobias Burnus  <burnus@net-b.de>
3301
3302         * gfortran.dg/io_constraints_2.f90: Adjust pattern
3303           for matching error messages.
3304         * gfortran.dg/specifics_3.f90: Adjust pattern
3305           for matching error messages.
3306
3307 2006-11-06  Janis Johnson  <janis187@us.ibm.com>
3308             Bernhard Fischer  <aldot@gcc.gnu.org>
3309
3310         * lib/gcc-dg.exp (output-exists): New proc.
3311         (output-exists-not): New proc.
3312         * gcc.test-framework/test-framework.awk: Support new directives.
3313         * gcc.test-framework/dg-outexistsnot-exp-F.c: New test.
3314         * gcc.test-framework/dg-outexistsnot-exp-P.c: New test.
3315         * gcc.test-framework/dg-outexists-exp-F.c: New test.
3316         * gcc.test-framework/dg-outexists-exp-XP.c: New test.
3317         * gcc.test-framework/dg-outexistsnot-exp-XF.c: New test.
3318         * gcc.test-framework/dg-outexists-exp-P.c: New test.
3319
3320 2006-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
3321
3322         PR fortran/29630
3323         PR fortran/29679
3324         * gfortran.dg/initialization_2.f90: Test PRs 29630 and 29679 too.
3325         * gfortran.dg/initialization_3.f90: New.
3326
3327 2006-11-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3328
3329         PR libgfortran/25545
3330         * gfortran.dg/dollar_edit_descriptor-2.f: New test.
3331
3332 2006-11-05  Jakub Jelinek  <jakub@redhat.com>
3333
3334         PR middle-end/29695
3335         * gcc.c-torture/execute/pr29695-1.c: New test.
3336         * gcc.c-torture/execute/pr29695-2.c: New test.
3337
3338 2006-11-05  Paul Thomas  <pault@gcc.gnu.org>
3339
3340         PR fortran/29565
3341         * gfortran.dg/gfortran.dg/aliasing_dummy_3.f90: New test.
3342
3343 2006-11-04  Brooks Moses  <brooks.moses@codesourcery.com>
3344
3345         * lib/gfortran-dg.exp (gfortran-dg-test): Adjust pattern
3346         for matching error messages.
3347
3348 2006-11-04  Uros Bizjak  <ubizjak@gmail.com>
3349
3350         PR target/26915
3351         * gcc.target/i386/387-12.c: New test.
3352
3353 2006-11-04  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3354
3355         PR libfortran/29713
3356         * gfortran.dg/pr29713.f90: New test.
3357
3358 2006-11-03  J"orn Rennecke  <joern.rennecke@st.com>
3359
3360         * testsuite/gcc.c-torture/execute/arith-rand-ll.c:
3361         Also test for bogus rest sign.
3362
3363 2006-11-03  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3364
3365         PR libfortran/27895
3366         * gfortran.dg/zero_sized_1.f90: Uncomment checks for RESHAPE.
3367
3368 2006-11-02  Brooks Moses  <brooks.moses@codesourcery.com>
3369
3370         * lib/gfortran-dg.exp (gfortran-dg-test): Remove expected "In file"
3371         from error messages.
3372
3373 2006-11-02  Mike Stump  <mrs@apple.com>
3374
3375         * obj-c++.dg/const-str-9.mm: Don't run on 64-bit.
3376
3377         * g++.old-deja/g++.abi/align.C: Enable for darwin.
3378
3379 2006-11-02  Eric Botcazou  <ebotcazou@adacore.com>
3380
3381         * g++.dg/eh/gcsec1.C: New test.
3382
3383 2006-11-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3384
3385         * gcc.dg/torture/builtin-math-3.c: Fix semicolons.
3386         (TESTIT_2P, TESTIT_2P_R): New macros.  Test sincos.
3387
3388 2006-11-01  Adam Nemet  <anemet@caviumnetworks.com>
3389
3390         * gcc.dg/fold-mod-1.c: Match the leading 0x for the
3391         hexadecimal value.
3392         * gcc.dg/tree-prof/val-prof-2.c: Likewise.
3393         * gcc.dg/pr14796-2.c: Likewise.
3394
3395 2006-11-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
3396
3397         * gcc.c-torture/execute/20061101-1.c: New test.
3398
3399 2006-11-01  Richard Guenther  <rguenther@suse.de>
3400
3401         * testsuite/gcc.target/i386/fpprec-1.c: New testcase.
3402
3403 2006-11-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3404
3405         * gcc.dg/torture/builtin-attr-1.c: Don't test gamma/lgamma.
3406         * gcc.dg/torture/builtin-convert-1.c: Don't test lgamma.
3407
3408 2006-10-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
3409
3410         * gcc.c-torture/execute/20061031-1.c: New test.
3411
3412 2006-10-31  Geoffrey Keating  <geoffk@apple.com>
3413
3414         PR 23067
3415         * gcc.target/powerpc/darwin-abi-3.c: Remove XFAIL.
3416         * gcc.target/powerpc/darwin-abi-6.c: Remove XFAIL.
3417         * gcc.target/powerpc/darwin-abi-7.c: Remove XFAIL.
3418         * gcc.target/powerpc/darwin-abi-8.c: Remove XFAIL.
3419         * gcc.target/powerpc/darwin-abi-9.c: Remove XFAIL.
3420         * gcc.target/powerpc/darwin-abi-10.c: Remove XFAIL.
3421         * gcc.target/powerpc/darwin-abi-11.c: Remove XFAIL.
3422
3423 2006-10-31  Eric Christopher  <echristo@apple.com>
3424             Falk Hueffner  <falk@debian.org>
3425
3426         * gcc.dg/builtin-bswap-1.c: New.
3427         * gcc.dg/builtin-bswap-2.c: New.
3428         * gcc.dg/builtin-bswap-3.c: New.
3429         * gcc.dg/builtin-bswap-4.c: New.
3430         * gcc.dg/builtin-bswap-5.c: New.
3431         * gcc.target/i386/builtin-bswap-1.c: New.
3432
3433 2006-10-31  Geoffrey Keating  <geoffk@apple.com>
3434
3435         * gcc.dg/inline-16.c: New.
3436
3437         PR 16622
3438         * gcc.dg/inline-10.c (main): Don't declare 'main' inline without
3439         defining it.
3440         * gcc.dg/inline-13.c: New.
3441         * gcc.dg/inline-14.c: New.
3442         * gcc.dg/inline-15.c: New.
3443
3444         PR 11377
3445         * gcc.dg/inline6.c: New.
3446         * gcc.dg/inline7.c: New.
3447
3448 2006-10-31  Roger Sayle  <roger@eyesopen.com>
3449
3450         PR middle-end/23470
3451         * gcc.dg/pr23470-1.c: New test case.
3452
3453 2006-11-01  Bernhard Fischer  <aldot@gcc.gnu.org>
3454
3455         PR fortran/29537
3456         * gfortran.dg/blockdata_1.f90: Add warning about blank common in block
3457         data.
3458         * gfortran.dg/blockdata_2.f90: New testcase.
3459
3460 2006-10-31  Thomas Koenig  <Thomas.Koenig@online.de>
3461
3462         PR libfortran/29627
3463         * gfortran.dg/unf_short_record_1.f90:  New test.
3464
3465 2006-10-31  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3466
3467         PR fortran/29067
3468         * gfortran.dg/pr29067.f: New test.
3469
3470 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
3471             Richard Sandiford  <richard@codesourcery.com>
3472
3473         * lib/target-supports.exp (get_compiler_messages): Append options
3474         as a single list element.
3475         (check_effective_target_arm_vfp_ok): New.
3476         * gcc.dg/arm-vfp1.c: Use arm_vfp_ok.
3477
3478 2006-10-31  Paul Thomas  <pault@gcc.gnu.org>
3479
3480         PR fortran/29387
3481         * gfortran.dg/intrinsic_actual_2.f90: New test.
3482
3483         PR fortran/29490
3484         * gfortran.dg/actual_array_interface_1.f90: New test.
3485
3486         PR fortran/29641
3487         * gfortran.dg/used_types_11.f90: New test.
3488
3489 2006-10-30  Dirk Mueller  <dmueller@suse.de>
3490
3491         * g++.old-deja/g++.pt/eichin01a.C (main): Fix prototype.
3492         * g++.old-deja/g++.pt/eichin01b.C (main): Same.
3493         * g++.old-deja/g++.pt/eichin01.C (main): Same.
3494         * g++.old-deja/g++.mike/net25.C (main): Same.
3495         * g++.dg/lookup/exception1.C (main): Same.
3496         * g++.dg/parse/parens2.C (main): Same.
3497
3498 2006-10-30  Roger Sayle  <roger@eyesopen.com>
3499
3500         * gcc.target/i386/pr27827.c: Explicitly specify -mfpmath=387.
3501
3502 2006-10-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3503
3504         * gcc.dg/torture/builtin-math-2.c: Add tgamma tests.
3505         * gcc.dg/torture/builtin-math-3.c: Likewise.
3506
3507 2006-10-30  Tobias Burnus  <burnus@net-b.de>
3508
3509         PR fortran/29452
3510         * gfortran.dg/write_check.f90: Check run-time keyword checking.
3511         * gfortran.dg/write_check2.f90: Check compile-time keyword checking.
3512
3513 2006-10-30  Andrew Pinski  <pinskia@gmail.com>
3514
3515         PR Fortran/29410
3516         * gfortran.fortran-torture/execute/transfer1.f90: New test.
3517
3518 2006-10-30  Joseph Myers  <joseph@codesourcery.com>
3519
3520         * lib/target-supports.exp (check_function_available): Declare
3521         function before calling.
3522
3523 2006-10-30  Jakub Jelinek  <jakub@redhat.com>
3524
3525         PR tree-optimization/29637
3526         * gcc.dg/pr29637.c: New test.
3527
3528 2006-10-29  Roger Sayle  <roger@eyesopen.com>
3529
3530         * gcc.dg/fold-compare-1.c: Update to reflect recent changes in
3531         tree canonicalization.
3532
3533 2006-10-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3534
3535         * gcc.dg/builtins-20.c: Add more hypot tests.
3536
3537 2006-10-29  Roger Sayle  <roger@eyesopen.com>
3538
3539         * gcc.dg/fold-compare-1.c: New test case.
3540
3541 2006-10-29  Dirk Mueller  <dmueller@suse.de>
3542
3543         PR c++/16307
3544         * g++.dg/warn/Wchar-subscripts-2.C: New testcase.
3545
3546 2006-10-29  Roger Sayle  <roger@eyesopen.com>
3547
3548         PR tree-optimization/15458
3549         * gcc.dg/fold-xornot-1.c: New test case.
3550
3551 2006-10-29  Richard Guenther  <rguenther@suse.de>
3552
3553         * gcc.target/i386/math-torture/trunc.c: New testcase.
3554
3555 2006-10-29  Richard Guenther  <rguenther@suse.de>
3556
3557         * gcc.target/i386/math-torture/round.c: New testcase.
3558
3559 2006-10-29  Richard Guenther  <rguenther@suse.de>
3560
3561         * gcc.target/i386/math-torture/ceil.c: New testcase.
3562         * gcc.target/i386/math-torture/floor.c: Likewise.
3563
3564 2006-10-29  Richard Guenther  <rguenther@suse.de>
3565
3566         * gcc.target/i386/math-torture/rint.c: New testcase.
3567         * gcc.target/i386/math-torture/nearbyint.c: Likewise.
3568
3569 2006-10-29  Richard Guenther  <rguenther@suse.de>
3570