OSDN Git Service

2004-10-28 Andrew Pinski <pinskia@physics.uc.edu>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2004-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
2
3         * gcc.dg/visibility-[1-9a].c: Change to use scan-hidden instead of
4         scan-assembler.
5         * lib/scanasm.exp (hidden-scan-for): New proc.
6         (scan-hidden): Use hidden-scan-for instead of constructing the scan
7         string.
8         (scan-not-hidden): Likewise.
9         * lib/target-supports.exp (check_visibility_available): mach-o is
10         support too.
11
12 2004-10-28  Mark Mitchell  <mark@codesourcery.com>
13
14         PR c++/17132
15         * g++.dg/template/memclass3.C: New test.
16
17 2004-10-28  Adam Nemet  <anemet@lnxw.com>
18
19         PR middle-end/18160  
20         * gcc.dg/register-var-1.c: New test.
21         * gcc.dg/register-var-2.c: New test.
22         * gcc.dg/asm-7.c: Taking the address of a register variable is an
23         error now.
24
25 2004-10-28  Dorit Naishlos <dorit@il.ibm.com>
26
27         PR other/18172
28         * gcc.dg/vect/vect-20.c: Use 'signed char' instaed of 'char'. Remove 
29         unused variables.
30         * gcc.dg/vect/vect-22.c: Likewise.
31
32 2004-10-28  Jakub Jelinek  <jakub@redhat.com>
33
34         * gcc.dg/i386-rotate-1.c: New test.
35
36 2004-10-27  Mark Mitchell  <mark@codesourcery.com>
37
38         * g++.dg/init/ref12.C: Add "run" marker.
39
40         PR c++/17435
41         * g++.dg/init/ref12.C: New test.
42
43         PR c++/18140
44         * g++.dg/template/shift1.C: New test.
45         * g++.dg/template/error10.C: Adjust error markers.
46
47 2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
48
49         PR tree-opt/17529
50         * gcc.c-torture/compile/pr17529.c: Remove the xfail.
51
52 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
53
54         * gcc.dg/weak/typeof-2.c: Needs aliases as well as weak.
55         * gcc.dg/weak/weak-3.c: Likewise.
56         * gcc.dg/weak/weak-5.c: Likewise.
57         * gcc.dg/weak/weak-9.c: Likewise.
58         * lib/file-format.exp (gcc_target_object_format): Darwin has Mach-O.
59         * lib/target-supports.exp (check_weak_available): Mach-O does weak.
60
61         * gcc.dg/darwin-weakimport-1.c: New.
62
63 2004-10-28  Ben Elliston  <bje@au.ibm.com>
64
65         * gcc.dg/tree-ssa/sra-1.c: Pass --param sra-max-structure-size.
66
67 2004-10-27  Nathan Sidwell  <nathan@codesourcery.com>
68
69         * gcc.dg/cpp/direct2.c: Cope with different bison 'parse' or
70         'syntax' error messages.
71         * gcc.dg/cpp/direct2s.c: Likewise.
72
73 2004-10-26  Geoffrey Keating  <geoffk@apple.com>
74
75         * gcc.c-torture/compile/20041026-1.c: New.
76
77 2004-10-26  Mark Mitchell  <mark@codesourcery.com>
78
79         PR c++/18093
80         * g++.dg/lookup/ns2.C: New test.
81
82         PR c++/18020
83         * g++.dg/template/enum4.C: New test.
84
85         PR c++/18161
86         * g++.dg/template/expr1.C: New test.
87
88 2004-10-26  Ben Elliston  <bje@au.ibm.com>
89
90         * gcc.dg/tree-ssa/20030922-2.c: Now passing, so remove xfail.
91
92 2004-10-26  Joseph S. Myers  <jsm@polyomino.org.uk>
93
94         * gcc.dg/decl-nospec-1.c, gcc.dg/decl-nospec-2.c,
95         gcc.dg/decl-nospec-3.c: New tests.
96
97 2004-10-26  Ziemowit Laski  <zlaski@apple.com>
98
99         * objc.dg/super-class-3.m: New test.
100
101 2004-10-26  Nathan Sidwell  <nathan@codesourcery.com>
102
103         * gcc.dg/cpp/direct2.c: Adjust expected errors, robustify parser
104         resyncing.
105         * gcc.dg/cpp/direct2s.c: Likewise.
106
107 2004-10-25  Geoffrey Keating  <geoffk@apple.com>
108
109         * objc.dg/image-info.m: Update for changes to section selection.
110
111 2004-10-25  David Ayers  <d.ayers@inode.at>
112             Ziemowit Laski  <zlaski@apple.com>
113
114         * objc.dg/call-super-2.m: Add messages to 'Class <Proto>'; update
115         diagnostics when messaging 'id <Proto>'.
116         * objc.dg/class-protocol-1.m: New test.
117         * objc.dg/desig-init-1.m: Add message to an invalid receiver using
118         a non-existent method signature.
119         * objc.dg/method-5.m, objc.dg/method-6.m, objc.dg/proto-hier-1.m:
120         Update diagnostics when messaging with non-existent method signature.
121         * objc.dg/proto-hier-2.m: Adjust wording of diagnostic.
122         * objc.dg/proto-lossage-1.m, objc.dg/proto-lossage-4.m: Messages to
123         invalid receivers are now resolved as if messaging 'id'; remove
124         extraneous diagnostics.
125
126 2004-10-25  Joseph S. Myers  <jsm@polyomino.org.uk>
127
128         PR c/16667
129         * gcc.dg/init-desig-obs-1.c, gcc.dg/init-desig-obs-2.c,
130         gcc.dg/init-desig-obs-3.c: New tests.
131
132 2004-10-25  Jakub Jelinek  <jakub@redhat.com>
133
134         * gcc.dg/debug/20041023-1.c: New test.
135
136 2004-10-25  Andrew Pinski  <pinskia@physics.uc.edu>
137
138         PR middle-end/17407
139         * gcc.c-torture/compile/pr17407.c: New test.
140
141         PR c++/18121
142         * g++.dg/template/array8.C: New test.
143
144 2004-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
145
146         PR other/18138
147         * lib/g++.exp: Accept more than one multilib libgcc.
148         * lib/gcc-dg.exp: Likewise.
149         * lib/objc.exp: Likewise.
150         * lib/treelang.exp: Likewise.
151         * lib/gfortran.exp: Likewise.
152
153 2004-10-24  Ben Elliston  <bje@au.ibm.com>
154
155         * gcc.dg/c90-const-expr-3.c: Reference the ISO C standard.
156
157 2004-10-24  Geoffrey Keating  <geoffk@geoffk.org>
158
159         * gcc.dg/c90-const-expr-3.c: xfail all the ASSERT_NOT_NPC tests.
160         * gcc.dg/c99-const-expr-3.c: Likewise.
161
162 2004-10-23  Andrew Pinski  <pinskia@physics.uc.edu>.
163
164         * gcc.dg/tree-ssa/loop-1.c: Add -static for *-*-darwin*.
165
166 2004-10-23  Ben Elliston  <bje@au.ibm.com>
167
168         * gcc.c-torture/execute/loop-2e.x: Remove.
169
170 2004-10-22  Nathan Sidwell  <nathan@codesourcery.com>
171
172         PR c++/18095
173         * g++.dg/parse/crash18.C: New.
174         * g++.dg/parse/crash19.C: New.
175
176 2004-10-22  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
177
178         * g++.dg/ext/dllimport1.C: Move dg-warnings.
179         * g++.dg/ext/dllimport2.C: Same.
180         * g++.dg/ext/dllimport8.C: Same.
181
182 2004-10-21  Mark Mitchell  <mark@codesourcery.com>
183
184         PR c++/10841
185         * g++.dg/conversion/cast1.C: New test.
186         * g++.dg/overload/pmf1.C: Adjust error marker.
187
188 2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
189
190         PR objc/17923
191         * objc.dg/const-str-7.m: New test.
192
193 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
194
195         * g++.dg/template/memfriend11.C: Fix comment typo.
196         * g++.dg/template/memfriend14.C: Likewise.
197
198 2004-10-20  Richard Henderson  <rth@redhat.com>
199
200         * gcc.dg/cleanup-10.c, gcc.dg/cleanup-11.c, gcc.dg/cleanup-8.c,
201         gcc.dg/cleanup-9.c: Use -fnon-call-exceptions, not
202         -fasynchronous-unwind-tables.
203
204 2004-10-20  Richard Henderson  <rth@redhat.com>
205
206         * gcc.c-torture/unsorted/call386.c (foo): Fix return type.
207         (main): Return success.
208         * gcc.c-torture/unsorted/subcc.c (foo, bar): Fix return types.
209         (main): Return success.
210
211 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
212
213         PR c++/13495
214         * g++.dg/template/memfriend9.C: New test.
215         * g++.dg/template/memfriend10.C: Likewise.
216         * g++.dg/template/memfriend11.C: Likewise.
217         * g++.dg/template/memfriend12.C: Likewise.
218         * g++.dg/template/memfriend13.C: Likewise.
219         * g++.dg/template/memfriend14.C: Likewise.
220         * g++.dg/template/memfriend15.C: Likewise.
221         * g++.dg/template/memfriend16.C: Likewise.
222         * g++.dg/template/memfriend17.C: Likewise.
223         * g++.old-deja/g++.pt/friend44.C: Remove bogus error.
224
225 2004-10-20  Nathan Sidwell  <nathan@codesourcery.com>
226
227         * g++.dg/conversion/dr195.C: New.
228         * g++.old-deja/g++.mike/p10148.C: Remove ill-formed cast.
229
230 2004-10-20  Ben Elliston  <bje@au.ibm.com>
231             Devang Patel  <dpatel@apple.com>
232
233         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use integer arithmetic instead
234         of floating point arithmetic, which could trap.
235
236 2004-10-19  Mark Mitchell  <mark@codesourcery.com>
237
238         PR c++/14035
239         * g++.dg/conversion/reinterpret1.C: Adjust error markers.
240         * g++.dg/conversion/const2.C: New test.
241         * g++.dg/expr/reinterpret2.C: New test.
242         * g++.dg/expr/reinterpret3.C: New test.
243         * g++.dg/expr/cast2.C: New test.
244         * g++.dg/expr/copy1.C: New test.
245         * g++.dg/other/conversion1.C: Change error message.
246         * g++.dg/parse/comma1.C: Use __extension__ to allow casts from
247         function pointers to void *.
248         * g++.old-deja/g++.mike/p10148.C: Likewise.
249
250 2004-10-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
251
252         * gcc.dg/smod-1.c: Pass -mtune=i486 only on x86.
253
254 2004-10-19  Paolo Bonzini  <bonzini@gnu.org>
255
256         PR c++/18047
257
258         * g++.dg/parse/expr3.C: New test.
259
260 2004-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
261
262         * gcc.dg/smod-1.c: New test.
263
264 2004-10-18  Ziemowit Laski  <zlaski@apple.com>
265
266         * objc.dg/method-14.m: New test.
267
268 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
269
270         * gcc.c-torture/compile/pr17529.c: Fix test for non x86.
271         Also xfail as the patch was reverted.
272
273 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
274
275         PR middle-end/16973
276         * gcc.dg/pr16973.c: New test.
277
278 2004-10-18  Diego Novillo  <dnovillo@redhat.com>
279
280         PR tree-optimization/17656
281         * testsuite/gcc.c-torture/compile/pr17656.c: New test.
282
283 2004-10-18  Nathan Sidwell  <nathan@codesourcery.com>
284
285         * g++.dg/eh/shadow1.C: New.
286
287 2004-10-18  Jakub Jelinek  <jakub@redhat.com>
288
289         * gcc.c-torture/compile/20041018-1.c: New test.
290
291 2004-10-18  Ben Elliston  <bje@au.ibm.com>
292
293         * gcc.dg/ppc-sdata-1.c: Update to consider the possibility of the
294         compiler referring to register 0 when accessing sdata.  The linker
295         now patches things up.
296
297 2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
298
299         PR c/17529
300         * gcc.c-torture/compile/pr17529.c: New test.
301
302 2004-10-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
303
304         PR c++/17743
305         * g++.dg/ext/attrib17.C: New test.
306
307 2004-10-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
308
309         * gcc.dg/bf-spl1.c: Use 'float' as the base type for FP types.
310
311 2004-10-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
312
313         PR c++/10479
314         * g++.dg/ext/attrib16.C: New test.
315
316 2004-10-15  Mark Mitchell  <mark@codesourcery.com>
317
318         PR c++/17042
319         * g++.dg/init/dso_handle1.C: New test.
320
321         PR c++/14667
322         * g++.dg/parse/typedef6.C: New test.
323
324         PR c++/17916
325         * g++.dg/parse/pragma1.C: New test.
326
327 2004-10-15  Aldy Hernandez  <aldyh@redhat.com>
328
329         * gcc.c-torture/execute/ieee/ieee.exp: Disable on powerpc-*-*spe.
330
331 2004-10-15  Steve Ellcey  <sje@cup.hp.com>
332
333         * gcc.dg/compat/struct-layout-1_generate.c (switchfiles):  Use
334         -fno-common when on HPPA HP-UX platforms.
335
336 2004-10-15  Jakub Jelinek  <jakub@redhat.com>
337
338         PR other/16820
339         * gcc.dg/compat/struct-layout-1.h: Don't include complex.h nor
340         stdint.h.
341         * gcc.dg/compat/struct-layout-1_x1.h (TX): Cast to long instead of
342         uintptr_t.
343
344 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
345
346         PR c++/16301
347         * g++.dg/lookup/strong-using-4.C: New test.
348
349 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
350
351         PR middle-end/16567
352         * gcc.c-torture/compile/nested-1.c: New test.
353
354 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
355
356         * testsuite/gcc.dg/vect/vect-44.c: xfail on i?86-*-*, x86_64-*-*,
357         and mipsisa64*-*-* (until support for misaligned loads is added).
358         * testsuite/gcc.dg/vect/vect-50.c: Likewise.
359         * testsuite/gcc.dg/vect/vect-52.c: Likewise.
360         * testsuite/gcc.dg/vect/vect-54.c: Likewise.
361         * testsuite/gcc.dg/vect/vect-58.c: Likewise.
362         * testsuite/gcc.dg/vect/vect-60.c: Likewise.
363         * testsuite/gcc.dg/vect/vect-80.c: Likewise.
364
365 2004-10-14  Mark Mitchell  <mark@codesourcery.com>
366
367         PR c++/17976
368         * g++.dg/init/dtor3.C: New test.
369
370 2004-10-15  Ben Elliston  <bje@au.ibm.com>
371
372         * gcc.dg/ppc-stackalign-1.c: Set dg-options to {}.
373
374 2004-10-14  Geoffrey Keating  <geoffk@apple.com>
375
376         * gcc.dg/darwin-misaligned.c: Don't supply -force_cpusubtype_ALL.
377         * gcc.dg/macho-lo-sum.c: Likewise.
378
379 2004-10-14  Joseph S. Myers  <joseph@codesourcery.com>
380
381         * gcc.dg/ppc-spe64-1.c: New test.
382
383 2004-10-14  Devang Patel  <dpatel@apple.com>
384
385         PR 17635
386         * gcc.dg/pr17635.c : New test.
387         
388 2004-10-14  Olga Golovanevsky  <olga@il.ibm.com>
389
390         * testsuite/gcc.dg/vect/vect-28.c: Remove xfail.
391         * testsuite/gcc.dg/vect/vect-30.c: Remove xfail.
392         * testsuite/gcc.dg/vect/vect-31.c: Vectorize 4 loops instead of 2.
393         * testsuite/gcc.dg/vect/vect-33.c: Remove xfail.
394         * testsuite/gcc.dg/vect/vect-44.c: Remove xfail.
395         * testsuite/gcc.dg/vect/vect-46.c: Remove xfail.
396         * testsuite/gcc.dg/vect/vect-50.c: Remove xfail.
397         * testsuite/gcc.dg/vect/vect-52.c: Remove xfail.
398         * testsuite/gcc.dg/vect/vect-54.c: Remove xfail.
399         * testsuite/gcc.dg/vect/vect-58.c: Remove xfail.
400         * testsuite/gcc.dg/vect/vect-60.c: Remove xfail.
401         * testsuite/gcc.dg/vect/vect-64.c: Vectorize 3 loops instead of 1.
402         * testsuite/gcc.dg/vect/vect-66.c: Vectorize 3 loops instead of 2.
403         * testsuite/gcc.dg/vect/vect-68.c: Vectorize 4 loops instead of 2.
404         * testsuite/gcc.dg/vect/vect-69.c: Vectorize 4 loops instead of 2.
405         * testsuite/gcc.dg/vect/vect-8.c: Remove xfail.
406         * testsuite/gcc.dg/vect/vect-80.c: Remove xfail.
407         * testsuite/gcc.dg/vect/vect-none.c: Vectorize 1 loops instead of 0.
408
409 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
410
411         * gcc.dg/vect/vect-82.c: New testcase.  
412         * gcc.dg/vect/vect-82_64.c: New testcase.       
413         * gcc.dg/vect/vect-83.c: New testcase.  
414         * gcc.dg/vect/vect-83_64.c: New testcase.       
415
416 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
417
418         * gcc.dg/cpp/error-1.c: New test.
419
420 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
421
422         * gcc.dg/c99-tag-3.c, gcc.dg/declspec-14.c: New tests.
423
424 2004-10-14  Hans-Peter Nilsson  <hp@axis.com>
425
426         PR target/17984
427         * gcc.dg/cris-peep2-xsrand2.c: New test.
428
429 2004-10-13  Andrew Pinski  <pinskia@physics.uc.edu>
430
431         PR c++/17661
432         * testsuite/g++.dg/expr/for2.C: New test.
433
434 2004-10-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
435
436         * g++.dg/inherit/thunk1.C: Run on the SPARC.
437
438 2004-10-13  Jakub Jelinek  <jakub@redhat.com>
439
440         PR tree-optimization/17724
441         * g++.dg/opt/pr17724-1.C: New test.
442         * g++.dg/opt/pr17724-2.C: New test.
443         * g++.dg/opt/pr17724-3.C: New test.
444         * g++.dg/opt/pr17724-4.C: New test.
445         * g++.dg/opt/pr17724-5.C: New test.
446         * g++.dg/opt/pr17724-6.C: New test.
447
448 2004-10-12  Joseph S. Myers  <jsm@polyomino.org.uk>
449
450         PR c/17301
451         * gcc.dg/pr17301-2.c: New test.
452
453 2004-10-11  Mark Mitchell  <mark@codesourcery.com>
454
455         PR c++/15876
456         * g++.dg/parse/error22.C: New test.
457
458         PR c++/17936
459         * g++.dg/template/spec18.C: New test.
460
461 2004-10-11  Steve Ellcey  <sje@cup.hp.com>
462
463         * testsuite/gcc.dg/ia64-asm-1.c: Add prototype for abort
464         * testsuite/gcc.dg/ia64-sync-1.c: Add prototype for abort and
465         memcpy. 
466         * testsuite/gcc.dg/ia64-sync-2.c: Ditto.
467         * testsuite/gcc.dg/ia64-sync-3.c: Ditto.
468
469 2004-10-11  Andrew Pinski  <pinskia@physics.uc.edu>
470
471         * g++.dg/eh/cleanup5.C: Add dg-options "".
472
473 2004-10-11  Roger Sayle  <roger@eyesopen.com>
474
475         PR middle-end/17657
476         * gcc.dg/switch-4.c: New test case.
477
478 2004-10-11  Richard Sandiford  <rsandifo@redhat.com>
479
480         * gcc.c-torture/execute/20041011-1.c: New test.
481
482 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
483
484         PR c++/17554
485         * g++.dg/init/for3.C: New test.
486
487         PR c++/17657
488         * g++.dg/opt/switch2.C: New test.
489
490         PR middle-end/17703
491         * g++.dg/warn/Wreturn-2.C: New test.
492
493 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
494
495         PR c++/17907
496         * g++.dg/eh/cleanup5.C: New test.
497
498 2004-10-10  Mark Mitchell  <mark@codesourcery.com>
499
500         PR c++/17393
501         * g++.dg/parse/error21.C: New test.
502
503 2004-10-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
504
505         * g++.dg/overload/pmf1.C: Adjust quoting marks.
506         * g++.dg/warn/incomplete1.C: Likewise.
507         * g++.dg/template/qualttp20.C: Likewise.
508
509 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
510
511         PR c/17881
512         * parm-incomplete-1.c: New test.
513
514 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
515
516         PR c++/17867
517         * g++.dg/parse/error19.C: New test.
518
519         PR c++/17670
520         * g++.dg/init/new11.C: New test.
521
522         PR c++/17821
523         * g++.dg/parse/error20.C: New test.
524
525         PR c++/17826
526         * g++.dg/template/crash24.C: New test.
527         
528 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
529
530         PR c/17301
531         * gcc.dg/pr17301-1.c: New test.
532
533 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
534
535         PR c/17189
536         * gcc.dg/anon-struct-5.c: New test.
537
538 2004-10-09  Joseph S. Myers  <jsm@polyomino.org.uk>
539
540         PR c/17844
541         * gcc.dg/pr17844-1.c: New test.
542
543 2004-10-09  Zdenek Dvorak  <dvorakz@suse.cz>
544
545         PR tree-optimization/17906
546         * gcc.c-torture/compile/pr17906.c: New.
547
548 2004-10-09  Stuart Hastings  <stuart@apple.com>
549             Roger Sayle  <roger@eyesopen.com>
550
551         PR rtl-optimization/17853
552         * gcc.dg/i386-mmx-5.c: New testcase.
553
554 2004-10-09  Andrew Pinski  <pinskia@physics.uc.edu>
555
556         * g++.dg/opt/pr17902.C: Fix typo in dg-do.
557
558 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
559
560         PR c++/17524
561         * g++.dg/template/static9.C: New test.
562
563         PR c++/17685
564         * g++.dg/parse/operator5.C: New test.
565
566 2004-10-09  Roger Sayle  <roger@eyesopen.com>
567
568         PR middle-end/17894
569         * gcc.c-torture/execute/divcmp-4.c: New test case.
570
571 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
572
573         PR tree-opt/17902
574         * g++.dg/opt/pr17902.C: New test.
575
576 2004-10-09  Jakub Jelinek  <jakub@redhat.com>
577
578         * gcc.dg/cpp/ident-1.c: Add dg-options "".
579
580 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
581
582         * gcc.dg/float-range-1.c, gcc.dg/float-range-2.c: New tests.
583
584 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
585
586         * gcc.dg/assign-warn-3.c: New test.
587
588 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
589
590         PR c/16999
591         * gcc.dg/cpp/ident-1.c: New test.
592
593 2004-10-08  Nathan Sidwell  <nathan@codesourcery.com>
594
595         * gcc.c-torture/compile/acc1.c: New.
596
597 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
598
599         * gcc.dg/darwin-longdouble.c: Include stdlib.h and string.h.
600         * gcc.dg/darwin-abi-2.c: Include stdlib.h.
601
602 2004-10-08  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
603
604         * gcc.dg/ultrasp11.c: New test.
605
606 2004-10-08  Michael Matz  <matz@suse.de>
607
608         * gcc.dg/doloop-2.c: New test.
609
610 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
611
612         * gcc.dg/assign-warn-1.c, gcc.dg/assign-warn-2.c: New tests.
613         * gcc.dg/warn-1.c, gcc.dg/noncompile/20020213-1.c,
614         objc.dg/method-9.m: Update expected diagnostics.
615
616 2004-10-07  Geoffrey Keating  <geoffk@apple.com>
617
618         * gcc.dg/ppc-fsel-3.c: New file.
619         * gcc.dg/ppc-fsel-1.c: Add -fno-trapping-math, update comment.
620
621 2004-10-07  Paul Brook  <paul@codesourcery.com>
622
623         * gfortran.dg/intrinsic_verify_1.f90: New test.
624
625 2004-10-07  Paul Brook  <paul@codesourcery.com>
626
627         * gfortran.dg/empty_format_1.f90: Remove stray commas.
628
629 2004-10-07  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
630
631         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90, 
632         gfortran.dg/ishft.f90: Add more tests. Add dg-warning in followup
633         commit.
634
635 2004-10-07  Andrew Pinski  <pinskia@physics.uc.edu>
636
637         * g++.dg/ext/asm6.C: Remove extraneous semicolon.
638
639 2004-10-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
640
641         PR c++/17115
642         * g++.dg/warn/Winline-4.C: New test.
643
644 2004-10-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
645
646         * gcc.c-torture/compile/20041007-1.c: New test.
647
648 2004-10-07  Paul Brook  <paul@codesourcery.com>
649
650         PR fortran/17678
651         * gfortran.dg/use_allocated_1.f90: New test.
652
653 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
654
655         PR middle-end/17849
656         * gfortran.fortran-torture/compile/nested.f90: New test
657
658 2004-10-06  Joseph S. Myers  <jsm@polyomino.org.uk>
659
660         * gcc.dg/Wconversion-2.c, gcc.dg/func-args-1.c: New tests.
661
662 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
663
664         PR c++/17368
665         * g++.dg/ext/asm6.C: New test.
666
667 2004-10-06  Kenneth Zadeck <zadeck@naturalbridge.com>
668
669         * gcc.dg/20011119-1.c : Added memory attribute to asm sequence.
670
671 2004-10-06  Paul Brook  <paul@codesourcery.com>
672
673         PR libfortran/17709
674         * gfortran.dg/empty_format_1.f90: New test.
675
676 2004-10-06  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
677
678         PR fortran/17568
679         * gfortran.dg/ishft.f90: New test.
680
681         PR fortran/17283
682         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Enable new
683         tests.
684
685 2004-10-06  Paul Brook  <paul@codesourcery.com>
686
687         * gfortran.dg/do_1.f90: New test.
688
689 2004-10-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
690
691         * gcc.c-torture/execute/builtins/lib/strcpy.c: Don't abort when
692         optimizing for size.
693
694 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
695
696         * gcc.dg/complex-2.c, gcc.dg/complex-2.h: New test.
697
698 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
699
700         * gcc.c-torture/compile/20041005-1.c: New test.
701
702 2004-10-05  Nathan Sidwell  <nathan@codesourcery.com>
703
704         PR c++/17829
705         * g++.dg/lookup/koenig4.C: New.
706
707 2004-10-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
708
709         * g++.dg/other/classkey1.C: Adjust quoting marks.
710         * g++.dg/parse/error15.C: Likewise.
711         * g++.dg/template/meminit2.C (int>): Likewise.
712
713 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
714
715         PR fortran/17283
716         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Add more tests.
717
718         PR fortran/17631
719         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90: New test.
720
721         PR fortran/17708
722         * gfortran.dg/pr17708.f90: New test.
723         
724 2004-10-04  Chao-ying Fu  <fu@mips.com>
725
726         * gcc.dg/vect/pr16105.c: Enable for mipsisa64*-*-*.
727         * gcc.dg/vect/vect-4.c: Ditto.
728         * gcc.dg/vect/vect-5.c: Ditto.
729         * gcc.dg/vect/vect-6.c: Ditto.
730         * gcc.dg/vect/vect-8.c: Ditto.
731         * gcc.dg/vect/vect-16.c: Ditto.
732         * gcc.dg/vect/vect-30.c: Ditto.
733         * gcc.dg/vect/vect-40.c: Ditto.
734         * gcc.dg/vect/vect-41.c: Ditto.
735         * gcc.dg/vect/vect-42.c: Ditto.
736         * gcc.dg/vect/vect-43.c: Ditto.
737         * gcc.dg/vect/vect-44.c: Ditto.
738         * gcc.dg/vect/vect-45.c: Ditto.
739         * gcc.dg/vect/vect-46.c: Ditto.
740         * gcc.dg/vect/vect-47.c: Ditto.
741         * gcc.dg/vect/vect-48.c: Ditto.
742         * gcc.dg/vect/vect-49.c: Ditto.
743         * gcc.dg/vect/vect-50.c: Ditto.
744         * gcc.dg/vect/vect-51.c: Ditto.
745         * gcc.dg/vect/vect-52.c: Ditto.
746         * gcc.dg/vect/vect-53.c: Ditto.
747         * gcc.dg/vect/vect-54.c: Ditto.
748         * gcc.dg/vect/vect-55.c: Ditto.
749         * gcc.dg/vect/vect-56.c: Ditto.
750         * gcc.dg/vect/vect-57.c: Ditto.
751         * gcc.dg/vect/vect-58.c: Ditto.
752         * gcc.dg/vect/vect-59.c: Ditto.
753         * gcc.dg/vect/vect-60.c: Ditto.
754         * gcc.dg/vect/vect-74.c: Ditto.
755         * gcc.dg/vect/vect-79.c: Ditto.
756         * gcc.dg/vect/vect-80.c: Ditto.
757
758 2004-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
759
760         * gcc.dg/unused-7.c: Use the correct option.
761
762 2004-10-04  Paul Brook  <paul@codesourcery.com>
763         Bud Davis  <bdavis9659@comcast.net>
764
765         PR fortran/17706
766         PR fortran/16434
767         * gfortran/pr17706.f90: New test.
768         * gfortran.dg/g77/f77-edit-s-out.f: Remove xfail.
769
770 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
771
772         * gfortran.dg/pr17612.f90: New test.
773
774 2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
775
776         * g++.dg/template/local1.C: Adjust quoting marks in
777         testing for diagnostics.
778         * g++.dg/tls/diag-2.C: Likewise.
779         * g++.dg/other/error8.C: Likewise.
780
781 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
782
783         PR c/17178
784         * gcc.dg/unused-4.c: Adjust to be correct.
785
786         PR c/17820
787         * gcc.dg/unused-7.c: New test.
788
789 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
790
791         PR c++/17797
792         * g++.dg/overload/template2.C: New test.
793
794 2004-10-03  Kazu Hirata  <kazu@cs.umass.edu>
795
796         PR tree-optimization/16632
797         * gcc.dg/tree-ssa/20041002-1.c: New.
798
799 2004-10-03  Paul Brook  <paul@codesourcery.com>
800
801         * gfortran.dg/pr17286.f90: Add dg-do line.  Explicitly test bug,
802         rather than relying on default formatting.
803
804 2004-10-02  Joseph S. Myers  <jsm@polyomino.org.uk>
805
806         * gcc.dg/20040920-1.c: Update expected message text.
807
808 2004-10-02  Ulrich Weigand  <uweigand@de.ibm.com>
809
810         * gcc.dg/tree-ssa/loop-1.c: Merge changed dg-options for s390-*-*.
811
812 2004-10-01  Zdenek Dvorak  <dvorakz@suse.cz>
813
814         * gcc.dg/tree-ssa/loop-1.c: Check that unrolling occurs already on
815         tree level.
816
817 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
818
819         * gcc.dg/tree-ssa/pr17343.c: Remove.
820
821 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
822
823         PR tree-opt/17343
824         * gcc.dg/tree-ssa/pr17343.c: New test.
825
826 2004-10-01  Jakub Jelinek  <jakub@redhat.com>
827
828         * gcc.dg/tree-ssa/stdarg-1.c: Removed.
829         * gcc.dg/tree-ssa/stdarg-2.c: Removed.
830         * gcc.dg/tree-ssa/stdarg-3.c: Removed.
831         * gcc.dg/tree-ssa/stdarg-4.c: Removed.
832         * gcc.dg/tree-ssa/stdarg-5.c: Removed.
833
834 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
835
836         * gcc.dg/lvalue-2.c: New test.
837
838 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
839
840         PR c/17730
841         * gcc.dg/pr17730-1.c: New test
842
843 2004-09-29  Joseph S. Myers  <jsm@polyomino.org.uk>
844
845         PR c/7425
846         * gcc.dg/deprecated-3.c, g++.dg/warn/deprecated-2.C: New tests.
847
848 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
849
850         * gcc.c-torture/execute/stdarg-1.c: New test.
851         * gcc.c-torture/execute/stdarg-2.c: New test.
852         * gcc.c-torture/execute/stdarg-3.c: New test.
853         * gcc.dg/tree-ssa/stdarg-1.c: New test.
854         * gcc.dg/tree-ssa/stdarg-2.c: New test.
855         * gcc.dg/tree-ssa/stdarg-3.c: New test.
856         * gcc.dg/tree-ssa/stdarg-4.c: New test.
857         * gcc.dg/tree-ssa/stdarg-5.c: New test.
858
859 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
860
861         PR tree-optimization/17697
862         * g++.dg/opt/pr17697-1.C: New test.
863         * g++.dg/opt/pr17697-2.C: New test.
864         * g++.dg/opt/pr17697-3.C: New test.
865
866 2004-09-28  Joseph S. Myers  <jsm@polyomino.org.uk>
867
868         PR c/16409
869         * gcc.dg/vla-init-2.c, gcc.dg/vla-init-3.c, gcc.dg/vla-init-4.c,
870         gcc.dg/vla-init-5.c: New tests.
871
872 2004-09-27  Joseph S. Myers  <jsm@polyomino.org.uk>
873
874         PR c/13804
875         * gcc.dg/pr13804-1.c: New test.
876
877 2004-09-27  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
878
879         PR fortran/16938
880         * gfortran.dg/pr16938.f90: New test.
881
882 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
883
884         * g++.dg/template/crash23.C: New test.
885
886 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
887
888         PR c++/17585
889         * g++.dg/template/static8.C: New test.
890
891 2004-09-27  Nathan Sidwell  <nathan@codesourcery.com>
892
893         PR c++/17681
894         * g++.dg/other/error9.C: New test.
895
896 2004-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
897
898         * gcc.dg/tree-ssa/loop-1.c: Use -msmall-exec on s390-*-* targets.
899
900 2004-09-26  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
901
902         PR fortran/15164
903         * gfortran.dg/pr15164.f90: New test. Fixed in followup commit.
904
905 2004-09-26  Roger Sayle  <roger@eyesopen.com>
906
907         PR middle-end/17112
908         * gcc.dg/pr17112-1.c: New test case.
909
910 2004-09-26  Joseph S. Myers  <jsm@polyomino.org.uk>
911
912         PR c/11459
913         * gcc.dg/pr11459-1.c: New test.
914
915 2004-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
916
917         * gcc.dg/tree-ssa/loop-2.c: Avoid matching new-line in regexp.
918         * gcc.dg/tree-ssa/loop-4.c: Likewise.
919
920 2004-09-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
921
922         * gfortran.dg/pr15324.f90: Make array bounds consistent.
923
924 2004-09-25  Jan Hubicka  <jh@suse.cz>
925
926         * compile/30040909-1.c: New test.
927         * compile/30040907-1.c: New test.
928
929 2004-09-25  Richard Sandiford  <rsandifo@redhat.com>
930
931         * gcc.c-torture/execute/va-arg-26.c: New test.
932
933 2004-09-24  Zack Weinberg  <zack@codesourcery.com>
934
935         * objc.dg/proto-lossage-4.m: Use long instead of int to avoid
936         extra diagnostics on targets with 64-bit pointers.
937         * objc.dg/selector-1.m: Adjust dg-warning regexp.
938
939 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
940
941         PR c/17188
942         * gcc.dg/nested-redef-1.c, gcc.dg/pr17188-1.c: New tests.
943         * gcc.dg/decl-3.c: Adjust expected message.
944
945 2004-09-24  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
946
947         PR fortran/17615
948         * gfortran.dg/pr17615.f90: New test.
949
950 2004-09-24  Andrew MacLeod  <amacleod@redhat.com>
951
952         PR tree-optimzation/17517
953         * g++.dg/tree-ssa/pr17517.C: New Test.
954
955 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
956
957         PR c++/16889
958         * g++.dg/lookup/ambig3.C: New.
959
960 2004-09-24  Andrew Pinski  <pinskia@physics.uc.edu>
961
962         PR tree-opt/17624
963         * g++.dg/opt/pr17624.C: New test.
964
965 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
966
967         PR c/6980
968         * gcc.dg/Wbad-function-cast-1.c: New test.
969
970 2004-09-23  Zack Weinberg  <zack@codesourcery.com>
971
972         * g++.dg/ext/complit1.C
973         * g++.dg/other/error2.C
974         * g++.dg/other/nontype-1.C
975         * g++.dg/parse/crash11.C
976         * g++.dg/parse/crash12.C
977         * g++.dg/parse/error15.C
978         * g++.dg/parse/error4.C
979         * g++.dg/parse/tmpl-outside1.C
980         * g++.dg/parse/too-many-tmpl-args1.C
981         * g++.dg/template/dependent-expr3.C
982         * g++.dg/template/error10.C
983         * g++.dg/template/instantiate1.C
984         * g++.dg/template/vtable2.C
985         * g++.dg/warn/Wshadow-1.C
986         * g++.dg/warn/weak1.C
987         * g++.old-deja/g++.brendan/crash16.C
988         * g++.old-deja/g++.brendan/crash18.C
989         * g++.old-deja/g++.brendan/crash48.C
990         * g++.old-deja/g++.brendan/crash49.C
991         * g++.old-deja/g++.brendan/crash55.C
992         * g++.old-deja/g++.brendan/crash56.C
993         * g++.old-deja/g++.brendan/crash8.C
994         * g++.old-deja/g++.brendan/enum11.C
995         * g++.old-deja/g++.brendan/enum8.C
996         * g++.old-deja/g++.brendan/enum9.C
997         * g++.old-deja/g++.brendan/friend3.C
998         * g++.old-deja/g++.brendan/misc14.C
999         * g++.old-deja/g++.bugs/900402_02.C
1000         * g++.old-deja/g++.bugs/900404_03.C
1001         * g++.old-deja/g++.bugs/900404_04.C
1002         * g++.old-deja/g++.bugs/900428_03.C
1003         * g++.old-deja/g++.jason/crash4.C
1004         * g++.old-deja/g++.jason/overload21.C
1005         * g++.old-deja/g++.jason/redecl1.C
1006         * g++.old-deja/g++.jason/report.C
1007         * g++.old-deja/g++.jason/rfg10.C
1008         * g++.old-deja/g++.jason/template30.C
1009         * g++.old-deja/g++.law/arm12.C
1010         * g++.old-deja/g++.law/ctors5.C
1011         * g++.old-deja/g++.law/cvt20.C
1012         * g++.old-deja/g++.law/init10.C
1013         * g++.old-deja/g++.law/init8.C
1014         * g++.old-deja/g++.law/visibility17.C
1015         * g++.old-deja/g++.law/visibility7.C
1016         * g++.old-deja/g++.mike/net8.C
1017         * g++.old-deja/g++.mike/p646.C
1018         * g++.old-deja/g++.mike/p700.C
1019         * g++.old-deja/g++.mike/p701.C
1020         * g++.old-deja/g++.mike/p811.C
1021         * g++.old-deja/g++.ns/template13.C
1022         * g++.old-deja/g++.other/array3.C
1023         * g++.old-deja/g++.other/crash25.C
1024         * g++.old-deja/g++.other/dtor3.C
1025         * g++.old-deja/g++.other/dtor4.C
1026         * g++.old-deja/g++.other/main1.C
1027         * g++.old-deja/g++.other/warn7.C
1028         * g++.old-deja/g++.pt/crash11.C
1029         * g++.old-deja/g++.pt/crash36.C
1030         * g++.old-deja/g++.pt/spec22.C
1031         * g++.old-deja/g++.pt/spec9.C
1032         * g++.old-deja/g++.pt/ttp52.C
1033         * g++.old-deja/g++.robertl/eb103.C
1034         * g++.old-deja/g++.robertl/eb121.C
1035         * g++.old-deja/g++.robertl/eb22.C
1036         * g++.old-deja/g++.robertl/eb8.C:
1037         Update locations and/or regexps of dg-error markers.
1038         Remove markers for some bogus messages that are no longer issued.
1039
1040 2004-09-23  Jakub Jelinek  <jakub@redhat.com>
1041
1042         * gcc.c-torture/execute/builtins/strcpy-2.c: New test.
1043         * gcc.c-torture/execute/builtins/strcpy-2-lib.c: New.
1044
1045 2004-09-23  Andrew Pinski  <pinskia@physics.uc.edu>
1046
1047         PR c++/17618
1048         * g++.dg/lookup/crash5.C: New test.
1049
1050 2004-09-23  Dorit Naishlos <dorit@il.ibm.com>
1051
1052         * gcc.dg/vect/vect-27.c: Now vectorized on altivec.
1053         * gcc.dg/vect/vect-29.c: Now vectorized on altivec.
1054         * gcc.dg/vect/vect-48.c: Now vectorized on altivec.
1055         * gcc.dg/vect/vect-56.c: Now vectorized on altivec.
1056         * gcc.dg/vect/vect-72.c: New test for altivec and sse2.
1057         * gcc.dg/vect/vect-77.c: Now vectorized on altivec.
1058
1059         * gcc.dg/vect/vect-27a.c: New test for altivec and mmx.
1060         * gcc.dg/vect/vect-29a.c: New test for altivec and mmx.
1061         * gcc.dg/vect/vect-48a.c: New test for altivec and mmx.
1062         * gcc.dg/vect/vect-56a.c: New test for altivec and mmx.
1063         * gcc.dg/vect/vect-72a.c: New test for altivec and mmx.
1064         * gcc.dg/vect/vect-77a.c: New test for altivec and mmx.
1065
1066         * gcc.dg/vect/vect-13.c: Change to run test instead of compile.
1067
1068         * gcc.dg/vect/vect-44.c: Check additional cases.
1069         * gcc.dg/vect/vect-48.c: Check additional cases.
1070
1071         * gcc.dg/vect/vect-26.c: Use sse2 instead of sse.
1072         * gcc.dg/vect/vect-27.c: Use sse2 instead of sse.
1073         * gcc.dg/vect/vect-28.c: Use sse2 instead of sse.
1074         * gcc.dg/vect/vect-29.c: Use sse2 instead of sse.
1075         * gcc.dg/vect/vect-4?.c: Use sse2 instead of sse.
1076         * gcc.dg/vect/vect-75.c: Use sse2 instead of sse.
1077         * gcc.dg/vect/vect-76.c: Use sse2 instead of sse.
1078         * gcc.dg/vect/vect-77.c: Use sse2 instead of sse.
1079         * gcc.dg/vect/vect-78.c: Use sse2 instead of sse.
1080
1081         * gcc.dg/vect/vect-5?.c: Use sse2 instead of sse. Add return 0.
1082         * gcc.dg/vect/vect-60.c: Use sse2 instead of sse. Add return 0.
1083         * gcc.dg/vect/vect-61.c: Use sse2 instead of sse. Add return 0.
1084
1085 2004-09-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1086
1087         * gcc.dg/tree-ssa/loop-6.c: New test.
1088
1089 2004-09-23  Nathan Sidwell  <nathan@codesourcery.com>
1090
1091         PR c++/17620
1092         * g++.dg/inherit/base2.C: New.
1093
1094 2004-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
1095
1096         * gcc.dg/20001012-1.c: Add prototypes for builtin functions.
1097         * gcc.dg/20001012-2.c: Likewise.
1098         * gcc.dg/20001013-1.c: Likewise.
1099         * gcc.dg/20001101-1.c: Likewise.
1100         * gcc.dg/20001102-1.c: Likewise.
1101         * gcc.dg/bf-spl1.c: Likewise.
1102         * gcc.dg/titype-1.c: Remove special-casing for SPARC.
1103         * gcc.dg/20040813-1.c: Add missing "." to the regexp.
1104
1105 2004-09-22  Diego Novillo  <dnovillo@redhat.com>
1106
1107         PR tree-optimization/16721
1108         * testsuite/gcc.dg/tree-ssa/pr16721.c: New test.
1109
1110 2004-09-23  Ulrich Weigand  <uweigand@de.ibm.com>
1111
1112         * gcc.dg/20030123-1.c: Add prototypes for builtin functions.
1113         * gcc.dg/20040305-1.c: Likewise.
1114
1115 2004-09-22  Joseph S. Myers  <jsm@polyomino.org.uk>
1116
1117         PR c/16566
1118         * gcc.c-torture/compile/pr16566-1.c,
1119         gcc.c-torture/compile/pr16566-2.c,
1120         gcc.c-torture/compile/pr16566-3.c: New tests.
1121
1122 2004-09-22  Kazu Hirata  <kazu@cs.umass.edu>
1123
1124         PR tree-optimization/17512
1125         * gcc.c-torture/compile/20040916-1.c.
1126
1127 2004-09-21  Mark Mitchell  <mark@codesourcery.com>
1128
1129         * gcc.dg/pragma-re-3.c: New test.
1130
1131 2004-09-17  Matt Austern  <austern@apple.com>
1132
1133         PR c++/15049
1134         * g++.dg/other/anon3.C: New.
1135
1136 2004-09-21  Roger Sayle  <roger@eyesopen.com>
1137
1138         PR c++/7503
1139         * g++.dg/opt/pr7503-1.C: New testcase for COND_EXPR lvalues.
1140         * g++.dg/opt/pr7503-2.C: New testcase for <? and >? lvalues.
1141         * g++.dg/opt/pr7503-3.C: New testcase for invalid <? lvalue errors.
1142         * g++.dg/opt/pr7503-4.C: New testcase for <?= and >?= assignments.
1143         * g++.dg/opt/pr7503-5.C: New testcase for side-effects with <?=.
1144
1145 2004-09-21  Bud Davis  <bdavis9659@comcast.net>
1146
1147         PR fortran/17286
1148         * gfortran.dg/pr17286.f90: New test.
1149
1150 2004-09-20  Mark Mitchell  <mark@codesourcery.com>
1151
1152         PR c++/17530
1153         * g++.dg/template/static7.C: New test.
1154
1155 2004-09-20  Andrew Pinski  <pinskia@physics.uc.edu>
1156
1157         PR tree-opt/17558
1158         * gcc.c-torture/compile/pr17558.c: New test.
1159
1160 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
1161
1162         * gcc.dg/compat/sdata-section.h (SDATA_SECTION): Don't use an attribute
1163         if SKIP_ATTRIBUTE is defined.
1164
1165 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1166
1167         PR fortran/15957
1168         * gfortran.dg/pr15957.f90: New test.
1169
1170 2004-09-20  Dorit Naishlos  <dorit@il.ibm.com>
1171
1172         * gcc.dg/vect/vect-74.c: Avoid floating point precision error
1173         in comparison.
1174         * gcc.dg/vect/vect-79.c: Likewise.
1175         * gcc.dg/vect/vect-80.c: Likewise.
1176
1177 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1178
1179         PR fortran/15750
1180         * gfortran.fortran-torture/execute/iolength_2.f90: New test.
1181
1182 2004-09-20  Ira Rosen  <irar@il.ibm.com>
1183
1184         * gcc.dg/vect/vect-13.c: Added xfail for non ppc platforms.
1185         * gcc.dg/vect/vect-74.c: Split into 3 tests (vect-79.c, vect-80.c).
1186         * gcc.dg/vect/vect-62.c: New testcase.
1187         * gcc.dg/vect/vect-63.c: New testcase.
1188         * gcc.dg/vect/vect-64.c: New testcase.
1189         * gcc.dg/vect/vect-65.c: New testcase.
1190         * gcc.dg/vect/vect-66.c: New testcase.
1191         * gcc.dg/vect/vect-67.c: New testcase.
1192         * gcc.dg/vect/vect-68.c: New testcase.
1193         * gcc.dg/vect/vect-69.c: New testcase.
1194         * gcc.dg/vect/vect-79.c: New testcase.
1195         * gcc.dg/vect/vect-80.c: New testcase.
1196
1197 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
1198
1199         * gcc.target/mips/asm-1.c: New test.
1200
1201 2004-09-19  Ira Rosen  <irar@il.ibm.com>
1202
1203         * gcc.dg/vect/vect-13.c: Now vectorized on ppc*.
1204         * gcc.dg/vect/vect-73.c: New testcase.
1205         * gcc.dg/vect/vect-74.c: New testcase.
1206         * gcc.dg/vect/vect-75.c: New testcase.
1207         * gcc.dg/vect/vect-76.c: New testcase.
1208         * gcc.dg/vect/vect-77.c: New testcase.
1209         * gcc.dg/vect/vect-78.c: New testcase
1210
1211 2004-09-18  Paul Brook  <paul@codesourcery.com>
1212
1213         * g++.old-deja/g++.pt/static11.C: XFAIL on arm*-*-eabi.
1214
1215 2004-09-18  Joseph S. Myers  <jsm@polyomino.org.uk>
1216
1217         PR c/17424
1218         * gcc.dg/pr17424-1.c: New test.
1219
1220 2004-09-18  Diego Novillo  <dnovillo@redhat.com>
1221
1222         * g++.dg/tree-ssa/pr17153.C: New test.
1223
1224 2004-09-16  Geoffrey Keating  <geoffk@apple.com>
1225
1226         PR pch/13361
1227         * testsuite/g++.dg/pch/wchar-1.C: New.
1228         * testsuite/g++.dg/pch/wchar-1.Hs: New.
1229
1230 2004-09-17  Kenneth Zadeck  <Kenneth.Zadeck@NaturalBridge.com>
1231
1232         * gcc.c-torture/execute/20040917-1.c: New test.
1233
1234 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1235
1236         PR tree-optimization/17319
1237         * gcc.dg/pr17319.c: New test.
1238
1239 2004-09-17  Devang Patel  <dpatel@apple.com>
1240
1241         * gcc.dg/20040813-1.c: New test.
1242
1243 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1244
1245         PR tree-optimization/17273
1246         * gcc.c-torture/compile/pr17273.c: New test.
1247
1248 2004-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
1249
1250         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c:
1251         Update expected messages.
1252         * gcc.dg/declspec-13.c: New test.
1253
1254 2004-09-17  David Edelsohn  <edelsohn@gnu.org>
1255
1256         * gcc.dg/darwin-longlong.c: XFAIL on AIX and SPE.
1257
1258 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1259
1260         * gcc.c-torture/execute/pr17252.c: Use post-increment to
1261         change what 'a' is pointing to.
1262
1263 2004-09-17  Mark Mitchell  <mark@codesourcery.com>
1264
1265         PR c++/16002
1266         * g++.dg/template/error18.C: New test.
1267
1268         PR c++/16029
1269         * g++.dg/warn/Wunused-8.C: New test.
1270
1271 2004-09-17  Steven Bosscher  <stevenb@suse.de>
1272
1273         PR tree-optimization/17513
1274         * gcc.dg/20040916-1.c: New test.
1275
1276 2004-09-16  Mark Mitchell  <mark@codesourcery.com>
1277
1278         PR c++/17501
1279         * g++.dg/template/typename7.C: New test.
1280
1281 2004-09-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1282
1283         * gcc.dg/tree-ssa/copy-headers.c: Update outcome.
1284
1285 2004-09-16  Frank Ch. Eigler  <fche@redhat.com>
1286
1287         * gcc.misc-tests/bprob.exp, g++.dg/bprob/bprob.exp: Iterate tests
1288         with -ftree-based-profiling also.
1289         * lib/profopt.exp: Support late-set profile_option/feedback_option.
1290
1291 2004-09-16  Victor Leikehman  <lei@il.ibm.com>
1292
1293         PR/15364
1294         * gfortran.dg/der_array_io_1.f90: New test.
1295         * gfortran.dg/der_array_io_2.f90: New test.
1296         * gfortran.dg/der_array_io_3.f90: New test.
1297
1298 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
1299
1300         * testsuite/g++.old-deja/g++.abi/cxa_vec.C: Adjust for ARM
1301         EABI.
1302
1303 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
1304
1305         * g++.dg/opt/switch1.C: New test.
1306
1307 2004-09-15  Joseph S. Myers  <jsm@polyomino.org.uk>
1308
1309         * g++.dg/ext/member-attr.C, g++.dg/warn/deprecated.C,
1310         gcc.dg/deprecated.c, gcc.dg/noreturn-1.c, gcc.dg/noreturn-4.c:
1311         Update expected messages.
1312
1313 2004-09-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1314
1315         PR fortran/16485
1316         * gfortran.dg/same_name_1.f90: New test.
1317
1318 2004-09-15  Diego Novillo  <dnovillo@redhat.com>
1319
1320         * gcc.c-torture/execute/pr17252.c: Fix thinko.  Don't
1321         dereference garbage pointers.
1322
1323 2004-09-15  Jakub Jelinek  <jakub@redhat.com>
1324
1325         * gcc.c-torture/execute/builtins/strlen-3.c: New test.
1326         * gcc.c-torture/execute/builtins/strlen-3-lib.c: New.
1327
1328         * gcc.c-torture/execute/builtins/memmove.c (main_test): Formatting.
1329         * gcc.c-torture/execute/builtins/memmove-2.c: New test.
1330         * gcc.c-torture/execute/builtins/memmove-2-lib.c: New.
1331
1332 2004-09-14  Mark Mitchell  <mark@codesourcery.com>
1333
1334         PR c++/17324
1335         * g++.dg/template/mangle1.C: New test.
1336
1337 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
1338
1339         PR tree-optimization/17252
1340         * gcc.c-torture/execute/pr17252.c: New test.
1341
1342 2004-09-14  Andrew Pinski  <apinski@apple.com>
1343
1344         * g++.dg/tree-ssa/pointer-reference-alias.C: New test.
1345
1346 2004-09-14  Roger Sayle  <roger@eyesopen.com>
1347
1348         PR rtl-optimization/9771
1349         * gcc.dg/pr9771-1.c: New test case.
1350
1351 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
1352
1353         PR tree-optimization/15262
1354         * gcc.c-torture/execute/pr15262-1.c: New test.
1355         * gcc.c-torture/execute/pr15262-2.c: New test.
1356
1357 2004-09-14  Joseph S. Myers  <jsm@polyomino.org.uk>
1358
1359         * gcc.dg/declspec-12.c: New test.
1360
1361 2004-09-14  Bud Davis  <bdavis9659@comcast.net>
1362
1363         * gfortran.dg/pr17090.f90: Add directives to test.
1364
1365 2004-09-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1366
1367         * gcc.c-torture/compile/20040914-1.c: New test.
1368
1369 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
1370
1371         PR c++/16162
1372         * g++.dg/template/decl2.C: New test.
1373
1374 2004-09-13  Bud Davis  <bdavis9659@comcast.net>
1375
1376         PR fortran/17090
1377         * gfortran.dg/pr17090.f90: New test.
1378
1379 2004-09-13  Dale Johannesen  <dalej@apple.com>
1380
1381         * gcc.c-torture/compile/pr17408.c:  New test case.
1382
1383 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
1384
1385         PR c++/16716
1386         * g++.dg/parse/crash17.C: New test.
1387
1388         PR c++/17327
1389         * g++.dg/template/enum3.C: New test.
1390
1391 2004-09-13  Hans-Peter Nilsson  <hp@bitrange.com>
1392
1393         * lib/gcc-defs.exp: Load wrapper.exp.
1394         * lib/g++.exp (g++_init): Call g++_maybe_build_wrapper instead of
1395         using local code.
1396         * lib/gcc.exp (gcc_init): Similar.
1397         * lib/gfortran.exp (gfortran_init): Similar.
1398         * lib/objc.exp (objc_init): Similar.
1399         * lib/treelang.exp (treelang_init): Similar.
1400         * lib/wrapper.exp: New file with build_wrapper call machinery in
1401         ${tool}_maybe_build_wrapper.
1402
1403 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
1404
1405         * gcc.dg/declspec-7.c: Don't expect diagnostic for duplicate
1406         "inline".
1407         * gcc.dg/declspec-11.c: Update expected messages.
1408         * gcc.dg/inline-6.c, gcc.dg/inline-7.c, gcc.dg/inline-8.c,
1409         gcc.dg/inline-9.c, gcc.dg/inline-10.c, gcc.dg/inline-11.c,
1410         gcc.dg/inline-12.c: New tests.
1411
1412 2004-09-13  Andrew MacLeod  <amacleod@redhat.com>
1413
1414         * g++.dg/tree-ssa/pr17400.C: New testcase.
1415
1416 2004-09-13  James E Wilson  <wilson@specifixinc.com>
1417
1418         * gcc.target/mips/sb1-1.c: New testcase.
1419
1420 2004-09-12  Hans-Peter Nilsson  <hp@bitrange.com>
1421
1422         * lib/g77-dg.exp: Remove unused file.
1423         * lib/mike-g77.exp: Ditto.
1424         * lib/g77.exp: Ditto.
1425
1426 2004-09-12  Richard Henderson  <rth@redhat.com>
1427
1428         * g++.old-deja/g++.other/sizeof3.C: Fix abort declaration.
1429
1430 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
1431
1432         * g++.dg/warn/Wswitch-1.C, g++.dg/warn/Wswitch-2.C,
1433         gcc.dg/Wswitch-2.c, gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
1434         gcc.dg/declspec-9.c, gcc.dg/declspec-10.c, gcc.dg/declspec-11.c,
1435         gcc.dg/m-un-2.c, gcc.dg/noreturn-1.c, gcc.dg/wtr-conversion-1.c:
1436         Update expected messages.
1437
1438 2004-09-13  Hans-Peter Nilsson  <hp@axis.com>
1439
1440         * gcc.dg/asmreg-1.c (__syscall_getdents64): Adjust signedness
1441         declaration/use mismatch for dirp parameter.
1442
1443 2004-09-12  Andrew Pinski  <apinski@apple.com>
1444
1445         * lib/objc.exp (objc_target_compile): Look for libobjc-gnu.a also when
1446         -fgnu-runtime is passed.
1447
1448 2004-09-12  Richard Henderson  <rth@redhat.com>
1449
1450         * lib/fortran-torture.exp (add-ieee-options): Replace ieee-options;
1451         do the uplevel thing and update additional_flags directly.
1452         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x,
1453         gfortran.fortran-torture/execute/intrinsic_nearest.x,
1454         gfortran.fortran-torture/execute/intrinsic_set_exponent.x,
1455         gfortran.fortran-torture/execute/nan_inf_fmt.x: Update to match.
1456
1457 2004-09-11  Steven Bosscher  <stevenb@suse.de>
1458
1459         * g++.dg/parse/break-in-for.C: Fix for -ansi -pedantic-errors.
1460
1461 2004-09-11  Roger Sayle  <roger@eyesopen.com>
1462
1463         PR middle-end/17411
1464         * g++.dg/opt/pr17411-1.C: New test case.
1465
1466 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
1467
1468         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
1469         gcc.dg/tls/diag-2.c: Update expected messages.
1470         * gcc.dg/991209-1.c: Specify compilation options.  Update expected
1471         messages.
1472         * gcc.dg/pr14289-2.c, gcc.dg/pr14289-3.c: Remove.
1473         * gcc.dg/declspec-7.c, gcc.dg/declspec-8.c, gcc.dg/declspec-9.c,
1474         gcc.dg/declspec-10.c, gcc.dg/declspec-11.c, gcc.dg/tls/diag-4.c,
1475         gcc.dg/tls/diag-5.c: New tests.
1476
1477 2004-09-11  Zack Weinberg  <zack@codesourcery.com>
1478
1479         * gcc.dg/20040910-1.c: Correct dg-error regexp.
1480
1481 2004-09-11  Steven Bosscher  <stevenb@suse.de>
1482
1483         * g++.dg/parse/break-in-for.C: New test.
1484
1485 2004-09-11  Jakub Jelinek  <jakub@redhat.com>
1486
1487         * gcc.dg/tree-ssa/20040911-1.c: New test.
1488
1489 2004-09-11  Andreas Jaeger  <aj@suse.de>
1490
1491         * gcc.c-torture/execute/991118-1.x: Delete, PR 16437 is fixed.
1492         * gcc.c-torture/execute/bf64-1.x: Remove XFAIL on x86-64.
1493
1494 2004-09-11  Richard Sandiford  <rsandifo@redhat.com>
1495
1496         * gcc.target/frv: New directory of FR-V-specific tests.
1497
1498 2004-09-10  James E Wilson  <wilson@specifixinc.com>
1499
1500         * gcc.dg/convert-vec-1.c: New test.
1501
1502 2004-09-10  Roger Sayle  <roger@eyesopen.com>
1503
1504         PR middle-end/17024
1505         * gcc.dg/pr17024-1.c: New test case.
1506
1507 2004-09-10  Eric Christopher  <echristo@redhat.com>
1508
1509         * gcc.dg/20040910-1.c: New test.
1510
1511 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
1512
1513         * gcc.dg/bitfld-9.c: New test.
1514
1515 2004-09-10  Richard Sandiford  <rsandifo@redhat.com>
1516
1517         * gcc.c-torture/execute/ieee/acc1.c: New test.
1518         * gcc.c-torture/execute/ieee/acc2.c: New test.
1519         * gcc.c-torture/execute/ieee/mzero6.c: New test.
1520
1521 2004-09-10  Joseph S. Myers  <jsm@polyomino.org.uk>
1522
1523         * gcc.dg/deprecated-2.c: New test.
1524
1525 2004-09-09  James E Wilson  <wilson@specifixinc.com>
1526
1527         * gcc.dg/init-vec-1.c: New test.
1528
1529 2004-09-09  Roger Sayle  <roger@eyesopen.com>
1530
1531         PR middle-end/17055
1532         * gcc.dg/pr17055-1.c: New test case.
1533
1534 2004-09-09  Hans-Peter Nilsson  <hp@axis.com>
1535
1536         PR target/17377
1537         * gcc.c-torture/execute/pr17377.c: New test.
1538
1539 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
1540
1541         PR c/8420
1542         * gcc.dg/anon-struct-4.c, gcc.dg/declspec-1.c,
1543         gcc.dg/declspec-2.c, gcc.dg/declspec-3.c, gcc.dg/declspec-4.c,
1544         gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
1545         gcc.dg/long-long-typespec-1.c: New tests.
1546         * gcc.dg/tls/diag-2.c: Update expected diagnostics
1547
1548 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
1549
1550         * gcc.dg/c90-static-1.c, gcc.dg/c99-static-1.c,
1551         gcc.dg/gnu99-static-1.c: New tests.
1552
1553 2004-09-08  Devang Patel  <dpatel@apple.com>
1554
1555         * gcc.dg/darwin-ld-20040828-1.c: New test.
1556         * gcc.dg/darwin-ld-20040828-2.c: New test.
1557         * gcc.dg/darwin-ld-20040828-3.c: New test.
1558
1559 2004-09-08  Ziemowit Laski  <zlaski@apple.com>
1560
1561         * objc.dg/bitfield-2.m: Make 'id' definition a typedef.
1562         * obj.dg/bitfield-4.m: Allow 'unsigned' in addition to 'unsigned int'
1563         in error message.
1564         * objc.dg/id-1.m: Attempt to define 'id' in an incompatible fashion.
1565         * objc.dg/method-6.m: Allow 'unsigned' in addition to 'unsigned int'
1566         in error message.
1567         * objc.dg/proto-qual-1.m: Protocol qualifiers now appear before the
1568         types they qualify.
1569         * objc.dg/type-size-2.m: Fix wording in comment.
1570         * objc.dg/va-meth-1.m: New test case.
1571
1572 2004-09-06  H.J. Lu  <hongjiu.lu@intel.com>
1573
1574         PR c/16633:
1575         * lib/gcc-dg.exp: Set up LD_LIBRARY_PATH, SHLIB_PATH,
1576         LD_LIBRARYN32_PATH, LD_LIBRARY64_PATH and DYLD_LIBRARY_PATH.
1577
1578 2004-09-06  Devang Patel  <dpatel@apple.com>
1579
1580         * gcc.dg/tree-ssa/ifc-20040816-1.c: Use -ftree-vectorize.
1581         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use -ftree-vectorize.
1582
1583 2004-09-06  Zack Weinberg  <zack@codesourcery.com>
1584
1585         * g++.old-deja/g++.other/enum2.C: Move dg-error markers to
1586         reflect changed line numbering of diagnostics.
1587
1588 2004-09-06  Paul Brook  <paul@codesourcery.com>
1589
1590         * gfortran.dg/edit_real_1.f90: Add new test.
1591
1592 2004-09-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1593
1594         * gcc.dg/tree-ssa/loop-2.c: New test.
1595         * gcc.dg/tree-ssa/loop-3.c: New test.
1596         * gcc.dg/tree-ssa/loop-4.c: New test.
1597         * gcc.dg/tree-ssa/loop-5.c: New test.
1598
1599 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1600
1601         * gcc.dg/format/sentinel-1.c: Update for parameter option.
1602
1603 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1604
1605         * gcc.dg/format/sentinel-1.c: New test.
1606
1607 2004-09-04  Uros Bizjak  <uros@kss-loka.si>
1608
1609         * testsuite/gcc.dg/builtins-46.c: New.
1610
1611 2004-09-03  Devang Patel  <dpatel@apple.com>
1612
1613         * gcc.dg/tree-ssa/ifc-20040816-1.c: New test.
1614         * gcc.dg/tree-ssa/ifc-20040816-2.c: New test.
1615
1616 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1617
1618         * g++.dg/abi/bitfield5.C: Use -mno-ms-bitfields.
1619         * g++.old-deja/g++.jason/thunk2.C: xfail for NetWare.
1620         * g++.old-deja/g++.law/profile1.C: xfail for NetWare.
1621         * g++.old-deja/g++.other/store-expr1.C: xfail for NetWare.
1622         * gcc.c-torture/compile/20001109-1.c: xfail for NetWare.
1623         * gcc.c-torture/compile/20001109-2.c: xfail for NetWare.
1624         * gcc.c-torture/execute/multi-ix.c: Use __builtin_bzero rather than
1625         the non-portable bzero.
1626         * gcc.dg/20010912-1.c: xfail for NetWare.
1627         * gcc.dg/20020426-2.c: xfail for NetWare.
1628         * gcc.dg/20021014-1.c: xfail for NetWare.
1629         * gcc.dg/20021018-1.c: xfail for NetWare.
1630         * gcc.dg/20030213-1.c: xfail for NetWare.
1631         * gcc.dg/20030225-1.c: xfail for NetWare.
1632         * gcc.dg/20030708-1.c: xfail for NetWare.
1633         * gcc.dg/builtins-config.h: Also exclude NetWare.
1634         * gcc.dg/format/format.h: Define restrict only if not already defined.
1635         * gcc.dg/nest.c: xfail for NetWare.
1636         * gcc.dg/special/gcsec-1.c: Don't pass -static for NetWare.
1637         * lib/target-supports.exp (check_visibility_available): Exclude
1638         NetWare.
1639
1640 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1641
1642         * gcc.dg/pack-test-2.c: Adjust to permit and check #pragma pack(push).
1643         * gcc.dg/c99-flex-array-4.c: Add -fpack-struct=8 to provide a
1644         deterministic starting point for the alignment of structure fields.
1645         * gcc.dg/Wpadded.c: Dito.
1646         * g++.dg/abi/vbase10.C: Dito.
1647
1648 2004-09-03  Devang Patel  <dpatel@apple.com>
1649
1650         * g++.dg/debug/pr15736.cc: New test.
1651
1652 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
1653
1654         * README.QMTEST: Fix out-of-date link.
1655
1656 2004-09-03  David Billinghurst <David.Billinghurst@riotinto.com>
1657
1658         PR fortran/16579
1659         * gfortran.fortran-torture/execute/intrinsic_i_char.f90:
1660         Delete.  Duplicate of gfortran.dg/g77/20010610.f
1661
1662 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
1663
1664         * g++.dg/abi/arm_rtti1.C: New test.
1665
1666 2004-09-02  Geoffrey Keating  <geoffk@apple.com>
1667
1668         * gcc.dg/ppc-vector-memcpy.c: New.
1669         * gcc.dg/ppc-vector-memset.c: New.
1670
1671 2004-09-02  Chao-ying Fu  <fu@mips.com>
1672
1673         * gcc.target/mips/mips-3d-1.c: New test.
1674         * gcc.target/mips/mips-3d-2.c: New test.
1675         * gcc.target/mips/mips-3d-3.c: New test.
1676         * gcc.target/mips/mips-3d-4.c: New test.
1677         * gcc.target/mips/mips-3d-5.c: New test.
1678         * gcc.target/mips/mips-3d-6.c: New test.
1679         * gcc.target/mips/mips-3d-7.c: New test.
1680         * gcc.target/mips/mips-3d-8.c: New test.
1681         * gcc.target/mips/mips-3d-9.c: New test.
1682         * gcc.target/mips/mips-ps-1.c: New test.
1683         * gcc.target/mips/mips-ps-2.c: New test.
1684         * gcc.target/mips/mips-ps-3.c: New test.
1685         * gcc.target/mips/mips-ps-4.c: New test.
1686         * gcc.target/mips/mips-ps-type.c: New test.
1687
1688 2004-09-02  Paul Brook  <paul@codesourcery.com>
1689
1690         * gfortran.dg/edit_real_1.f90: Add new tests.
1691
1692 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1693
1694         PR fortran/15327
1695         * gfortran.dg/merge_char_1.f90: New test.
1696
1697 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1698
1699         PR fortran/16404
1700         * gfortran.dg/der_io_1.f90: XFAIL illegal testcase.
1701
1702 2004-09-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1703
1704         PR c/1522
1705         * gcc.c-torture/compile/20040901-1.c: New test, from PR.
1706
1707 2004-09-01  Mark Mitchell  <mark@codesourcery.com>
1708
1709         * g++.dg/opt/loop1.C: Do not XFAIL.
1710
1711 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
1712
1713         * gcc.c-torture/execute/20040831-1.c: New test.
1714
1715 2004-09-01  David Billinghurst <David.Billinghurst@riotinto.com>
1716
1717         PR fortran/16579
1718         * gfortran.dg/g77/20010610.f: Now passes.
1719         Copy from g77.f-torture/execute. Add dg-run directive.
1720         * gfortran.dg/g77/README: Update
1721
1722 2004-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
1723
1724         * gcc.dg/rs6000-power2-1.c (t1, t2, t3, t4): Add volatile.
1725         * gcc.dg/rs6000-power2-2.c: Fix the scan-assembly for the store.
1726         (t1, t2, t3, t4): Add volatile.
1727
1728 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
1729
1730         * g++.dg/ext/visibility/arm1.C: New test.
1731
1732 2004-08-31  Geoffrey Keating  <geoffk@apple.com>
1733
1734         * gcc.dg/funcdef-storage-1.c: Add dg-options to suppress
1735         -pedantic-errors.
1736
1737 2004-09-01  Paul Brook  <paul@codesourcery.com>
1738
1739         * gfortran.dg/eof_2.f90: New test.
1740
1741 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1742
1743         PR fortran/16579
1744         * gfortran.fortran-torture/execute/intrinsic_i_char.f90: New test.
1745
1746 2004-08-31  Bud Davis  <bdavis9659@comcast.net>
1747
1748         PR libfortran/16805
1749         * gfortran.dg/list_read_2.f90: New test.
1750
1751 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
1752
1753         * g++.dg/abi/key1.C: New test.
1754
1755 2004-08-31  Richard Henderson  <rth@redhat.com>
1756
1757         * g++.dg/other/offsetof1.C: Include cstddef, use non-builtin
1758         form of offsetof.
1759         * g++.dg/other/offsetof5.C: Remove duplicate.
1760
1761 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1762
1763         PR fortran/17244
1764         * gfortran.dg/func_derived_1.f90: New test.
1765
1766 2004-08-31  Paul Brook  <paul@codesourcery.com>
1767
1768         * gfortran.dg/eof_1.f90: New test.
1769
1770 2004-08-31  Paul Brook  <paul@codesourcery.com>
1771
1772         * gfortran.dg/list_read_1.f90: New file.
1773
1774 2004-08-30  Mark Mitchell  <mark@codesourcery.com>
1775
1776         * g++.dg/opt/loop1.C: XFAIL.
1777
1778 2004-08-30  Geoffrey Keating  <geoffk@apple.com>
1779
1780         * gcc.dg/funcdef-storage-1.c: New.
1781         * gcc.c-torture/compile/920625-2.c: Don't use 'static' to declare
1782         an extern function in local scope.
1783         * gcc.c-torture/execute/20010605-1.c: Don't use 'static inline' to
1784         declare an 'auto inline' function in local scope.
1785         * gcc.dg/20011130-1.c: Likewise.
1786         * gcc.c-torture/execute/nest-stdar-1.c: Don't use 'static' to declare
1787         an 'auto' function in local scope.
1788         * gcc.dg/20021014-1.c: Likewise.
1789         * gcc.dg/20030331-2.c: Likewise.
1790
1791 2004-08-30  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1792
1793         * gfortran.dg/blockdata_1.f90: New test.
1794
1795 2004-08-30  Richard Henderson  <rth@redhat.com>
1796
1797         * g++.dg/other/offsetof1.C: Use __builtin_offsetof.
1798
1799 2004-08-30  Richard Henderson  <rth@redhat.com>
1800
1801         * lib/fortran-torture.exp (fortran-torture-execute): Honor
1802         additional_flags set by alternate driver.
1803         (ieee-options): New procedure.
1804         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x: New.
1805         * gfortran.fortran-torture/execute/intrinsic_nearest.x: New.
1806         * gfortran.fortran-torture/execute/intrinsic_set_exponent.x: New.
1807         * gfortran.fortran-torture/execute/nan_inf_fmt.x: New.
1808
1809 2004-08-30  Richard Henderson  <rth@redhat.com>
1810
1811         * lib/f-torture.exp: Remove.
1812
1813 2004-08-29  Mark Mitchell  <mark@codesourcery.com>
1814
1815         PR rtl-optimization/16590
1816         * g++.dg/opt/loop1.C: New test.
1817
1818 2004-08-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1819
1820         PR fortran/13910
1821         * gfortran.dg/oldstyle_1.f90: New test.
1822
1823 2004-08-29  Steven G. Kargl  <kargls@comcast.net>
1824         Paul Brook  <paul@codesourcery.com>
1825
1826         * gfortran.dg/g77/README: Update.
1827         * gfortran.dg/g77/erfc.f: Copy from g77.f-torture.
1828         * gfortran.dg/g77/intrinsic-unix-bessel.f: Ditto.
1829         * gfortran.dg/g77/intrinsic-unix-erf.f: Ditto.
1830
1831 2004-08-28  Paul Brook  <paul@codesourcery.com>
1832
1833         PR libfortran/17195
1834         * gfortran.dg/edit_real_1.f90: New test.
1835
1836 2004-08-27  Paul Brook  <paul@codesourcery.com>
1837
1838         * gfortran.dg/rewind_1.f90: New test.
1839
1840 2004-08-27  Bud Davis  <bdavis9659@comcast.net>
1841
1842         PR fortran/16597
1843         * gfortran.dg/pr16597.f90: New test.
1844
1845 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
1846
1847         PR c/13801
1848         * gcc.dg/redecl-3.c, gcc.dg/redecl-4.c, gcc.dg/redecl-6.c,
1849         gcc.dg/redecl-7.c, gcc.dg/redecl-8.c, gcc.dg/redecl-9.c,
1850         gcc.dg/redecl-10.c, gcc.dg/debug/redecl-1.c,
1851         gcc.dg/debug/redecl-2.c, gcc.dg/debug/redecl-3.c,
1852         gcc.dg/debug/redecl-4.c, gcc.dg/debug/redecl-5.c: New tests.
1853
1854 2004-08-26  Nick Clifton  <nickc@redhat.com>
1855
1856         * gcc.c-torture/compile/pr17119.c: New test.
1857
1858 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
1859
1860         * gcc.dg/c90-typespec-1.c, gcc.dg/c99-typespec-1.c: New tests.
1861
1862 2004-08-25  Richard Henderson  <rth@redhat.com>
1863
1864         * gfortran.fortran-torture/execute/intrinsic_sr_kind.f90: Disable
1865         the bits that expect kind=8 to be the largest real kind.
1866
1867 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
1868
1869         * objc.dg/const-str-3.m: Include <stdlib.h> and <memory.h>.
1870
1871 2004-08-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1872
1873         * gfortran.dg/assignment_1.f90: New test.
1874
1875 2004-08-25  Adam Nemet  <anemet@lnxw.com>
1876
1877         * g++.dg/template/repo3.C: New test.
1878
1879 2004-08-25  Roger Sayle  <roger@eyesopen.com>
1880
1881         PR middle-end/16693
1882         PR tree-optimization/16372
1883         * g++.dg/opt/pr16372-1.C: New test case.
1884         * g++.dg/opt/pr16693-1.C: New test case.
1885         * g++.dg/opt/pr16693-2.C: New test case.
1886
1887 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
1888
1889         * objc.dg/proto-lossage-4.m: New test.
1890
1891 2004-08-25  Mark Mitchell  <mark@codesourcery.com>
1892
1893         PR c++/17155
1894         * g++.dg/inherit/local2.C: New test.
1895
1896 2004-08-25  Paul Brook  <paul@codesourcery.com>
1897
1898         PR fortran/17144
1899         * gfortran.dg/string_ctor_1.f90: New test.
1900
1901 2004-08-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1902
1903         PR c++/14428
1904         * g++.dg/template/redecl2.C: New test.
1905
1906 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
1907
1908         PR fortran/17143
1909         * gfortran.dg/pr17143.f90: New test.
1910
1911 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
1912
1913         PR fortran/17164
1914         * gfortran.dg/pr17164.f90: New test.
1915
1916 2004-08-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1917
1918         * gcc.dg/tree-ssa/loop-1.c: New test.
1919
1920 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
1921
1922         * gcc.c-torture/compile/20040824-1.c: New test.
1923
1924 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
1925
1926         * gcc.c-torture/compile/iftrap-3.c: New test.
1927
1928 2004-08-24  Paul Brook  <paul@codesourcery.com>
1929
1930         * gfortran.dg/entry_2.f90: New test.
1931
1932 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
1933
1934         PR c++/16889
1935         * g++.dg/lookup/ambig[12].C: New.
1936
1937 2004-08-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1938
1939         PR c++/16706
1940         * g++.dg/template/crash21.C: New test.
1941         * g++.dg/template/crash22.C: Likewise.
1942
1943 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
1944
1945         PR c++/17149
1946         * g++.dg/template/access15.C: New.
1947
1948 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
1949
1950         PR c++/17163
1951         * g++.dg/template/repo2.C: New test.
1952
1953 2004-08-23  Roger Sayle  <roger@eyesopen.com>
1954
1955         PR rtl-optimization/17078
1956         * gcc.c-torture/execute/pr17078-1.c: New test case.
1957
1958 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
1959
1960         PR c/14492
1961         * gcc.dg/debug/crash1.c: New test.
1962
1963 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
1964
1965         PR c/16180
1966         * gcc.dg/loop-5.c: New test.
1967
1968 2004-08-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1969
1970         * gcc.c-torture/execute/20040823-1.c: New test.
1971
1972 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
1973
1974         * gcc.dg/special/mips-abi.exp: Expect gcc to pass the GNU ABI flags
1975         to the assembler.  Simplify test accordingly.
1976         (asm_abi_flags): Use GNU names.
1977         (check_mips_abi, default_abi): Use string matches against "-mabi=*"
1978         to check for ABI flags.
1979
1980 2004-08-22  Andrew Pinski  <apinski@apple.com>
1981
1982         * g++.dg/opt/pr14029.C: New test.
1983         * gcc.c-torture/execute/pr15262.c: New test.
1984
1985 2004-08-22  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1986
1987         * gfortran.dg/reduction.f90: Add checks with complex arguments.
1988
1989 2004-08-21  Bud Davis  <bdavis9659@comcast.net>
1990
1991         PR 16908
1992         * gfortran.dg/direct_io.f90: New test.
1993
1994 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
1995
1996         PR c++/17121
1997         * g++.dg/inherit/local2.C: New test.
1998
1999 2004-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
2000
2001         PR c++/17120
2002         * g++.dg/warn/Wparentheses-4.C: New test.
2003
2004 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
2005
2006         PR c++/17121
2007         * g++.dg/inherit/local2.C: New test.
2008
2009         * gcc.dg/darwin-longlong.c: Include <stdlib.h>.
2010         * gcc.dg/ppc-ldstruct.c: Likewise.
2011         * gcc.dg/ppc64-abi-2.c: Likewise.
2012
2013 2004-08-20  Jakub Jelinek  <jakub@redhat.com>
2014
2015         PR rtl-optimization/17099
2016         * gcc.c-torture/execute/20040820-1.c: New test.
2017
2018 2004-08-20  David Edelsohn  <edelsohn@gnu.org>
2019
2020         * gcc.dg/uninit-H.c: Add _POWER to powerpc case.
2021
2022 2004-08-20  Canqun Yang  <canqun@nudt.edu.cn>
2023
2024         PR fortran/17077
2025         * gfortran.dg/auto_array_1.f90: New test.
2026
2027 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2028
2029         PR fortran/17074
2030         * gfortran.dg/simpleif_1.f90: New test.
2031
2032 2004-08-19  Mark Mitchell  <mark@codesourcery.com>
2033
2034         * lib/target-supports.exp (check_profiling_available): Return
2035         false for arm*-*-symbianelf* and arm*-*-eabi*.
2036
2037         PR c++/15890
2038         * g++.dg/template/delete1.C: New test.
2039
2040 2004-08-19  Paul Brook  <paul@codesourcery.com>
2041
2042         PR fortran/14976
2043         PR fortran/16228
2044         * gfortran.dg/data_char_1.f90: New test.
2045
2046 2004-08-19  Erik Schnetter  <schnetter@aei.mpg.de>
2047
2048         PR fortran/16946
2049         * gfortran.dg/reduction.f90: New testcase.
2050
2051 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2052
2053         PR fortran/16520
2054         * gfortran.dg/g77/19990905-1.f: Don't expect excess errors.
2055
2056 2004-08-19  Joseph S. Myers  <jsm@polyomino.org.uk>
2057
2058         PR c++/17041
2059         * g++.dg/Wparentheses-3.C: New test.
2060
2061 2004-08-19  Dorit Naishlos  <dorit@il.ibm.com>
2062
2063         * gcc.dg/vect/vect-1.c: Remove xfail from i?86-*-* x86_64-*-* due
2064         to usage of PREFERRED_STACK_BOUNDARY in the vectorizer.
2065         * gcc.dg/vect/vect-2.c: Likewise.
2066         * gcc.dg/vect/vect-3.c: Likewise.
2067         * gcc.dg/vect/vect-4.c: Likewise.
2068         * gcc.dg/vect/vect-5.c: Likewise.
2069         * gcc.dg/vect/vect-6.c: Likewise.
2070         * gcc.dg/vect/vect-7.c: Likewise.
2071         * gcc.dg/vect/vect-25.c: Likewise.
2072         * gcc.dg/vect/vect-31.c: Likewise.
2073         * gcc.dg/vect/vect-32.c: Likewise.
2074         * gcc.dg/vect/vect-34.c: Likewise.
2075         * gcc.dg/vect/vect-36.c: Likewise.
2076         * gcc.dg/vect/vect-all.c: Likewise.
2077
2078 2004-08-18  Mark Mitchell  <mark@codesourcery.com>
2079
2080         PR c++/17068
2081         * g++.dg/template/operator4.C: New test.
2082
2083 2004-08-18  Richard Henderson  <rth@redhat.com>
2084
2085         * gcc.dg/20040206-1.c: XFAIL.
2086
2087 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
2088
2089         PR c++/16246
2090         * g++.dg/template/array7.C: New test.
2091
2092 2004-08-17  James E Wilson  <wilson@specifixinc.com>
2093
2094         * gcc.dg/mips-movcc-1.c: New test.
2095         * gcc.dg/mips-movcc-2.c: New test.
2096         * gcc.dg/mips-movcc-3.c: New test.
2097
2098         * gcc.dg/mips-nmadd-1.c: New test.
2099         * gcc.dg/mips-nmadd-2.c: New test.
2100
2101 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
2102
2103         PR c++/15871
2104         * g++.dg/opt/inline8.C: New test.
2105
2106         PR c++/16965
2107         * g++.dg/parse/error17.C: New test.
2108
2109 2004-08-17  Dorit Naishlos  <dorit@il.ibm.com>
2110
2111         * gcc.dg/vect: New directory for vectorizer tests.
2112         * gcc.dg/vect/tree-vect.h: New file.
2113         * gcc.dg/vect/vect.exp: New file.
2114         * gcc.dg/vect/pr16105.c.c: New test.
2115         * gcc.dg/vect/vect-1.c: New test.
2116         * gcc.dg/vect/vect-2.c: New test.
2117         * gcc.dg/vect/vect-3.c: New test.
2118         * gcc.dg/vect/vect-4.c: New test.
2119         * gcc.dg/vect/vect-5.c: New test.
2120         * gcc.dg/vect/vect-6.c: New test.
2121         * gcc.dg/vect/vect-7.c: New test.
2122         * gcc.dg/vect/vect-8.c: New test.
2123         * gcc.dg/vect/vect-9.c: New test.
2124         * gcc.dg/vect/vect-10.c: New test.
2125         * gcc.dg/vect/vect-11.c: New test.
2126         * gcc.dg/vect/vect-12.c: New test.
2127         * gcc.dg/vect/vect-13.c: New test.
2128         * gcc.dg/vect/vect-14.c: New test.
2129         * gcc.dg/vect/vect-15.c: New test.
2130         * gcc.dg/vect/vect-16.c: New test.
2131         * gcc.dg/vect/vect-17.c: New test.
2132         * gcc.dg/vect/vect-18.c: New test.
2133         * gcc.dg/vect/vect-19.c: New test.
2134         * gcc.dg/vect/vect-20.c: New test.
2135         * gcc.dg/vect/vect-21.c: New test.
2136         * gcc.dg/vect/vect-22.c: New test.
2137         * gcc.dg/vect/vect-23.c: New test.
2138         * gcc.dg/vect/vect-24.c: New test.
2139         * gcc.dg/vect/vect-25.c: New test.
2140         * gcc.dg/vect/vect-26.c: New test.
2141         * gcc.dg/vect/vect-27.c: New test.
2142         * gcc.dg/vect/vect-28.c: New test.
2143         * gcc.dg/vect/vect-29.c: New test.
2144         * gcc.dg/vect/vect-30.c: New test.
2145         * gcc.dg/vect/vect-31.c: New test.
2146         * gcc.dg/vect/vect-32.c: New test.
2147         * gcc.dg/vect/vect-33.c: New test.
2148         * gcc.dg/vect/vect-34.c: New test.
2149         * gcc.dg/vect/vect-35.c: New test.
2150         * gcc.dg/vect/vect-36.c: New test.
2151         * gcc.dg/vect/vect-37.c: New test.
2152         * gcc.dg/vect/vect-38.c: New test.
2153         * gcc.dg/vect/vect-40.c: New test.
2154         * gcc.dg/vect/vect-41.c: New test.
2155         * gcc.dg/vect/vect-42.c: New test.
2156         * gcc.dg/vect/vect-43.c: New test.
2157         * gcc.dg/vect/vect-44.c: New test.
2158         * gcc.dg/vect/vect-45.c: New test.
2159         * gcc.dg/vect/vect-46.c: New test.
2160         * gcc.dg/vect/vect-47.c: New test.
2161         * gcc.dg/vect/vect-48.c: New test.
2162         * gcc.dg/vect/vect-49.c: New test.
2163         * gcc.dg/vect/vect-50.c: New test.
2164         * gcc.dg/vect/vect-51.c: New test.
2165         * gcc.dg/vect/vect-52.c: New test.
2166         * gcc.dg/vect/vect-53.c: New test.
2167         * gcc.dg/vect/vect-54.c: New test.
2168         * gcc.dg/vect/vect-55.c: New test.
2169         * gcc.dg/vect/vect-56.c: New test.
2170         * gcc.dg/vect/vect-57.c: New test.
2171         * gcc.dg/vect/vect-58.c: New test.
2172         * gcc.dg/vect/vect-59.c: New test.
2173         * gcc.dg/vect/vect-60.c: New test.
2174         * gcc.dg/vect/vect-61.c: New test.
2175         * gcc.dg/vect/vect-all.c: New test.
2176         * gcc.dg/vect/vect-none.c: New test.
2177
2178 2004-08-17  Paul Brook  <paul@codesourcery.com>
2179
2180         PR fortran/13082
2181         * gfortran.dg/entry_1.f90: New test.
2182
2183 2004-08-17  Andrew Pinski  <apinski@apple.com>
2184
2185         * gcc.dg/darwin-20040812-1.c: Compile only on darwin.
2186
2187 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
2188
2189         * gcc.dg/pr17036-1.c: New test.
2190
2191 2004-08-16  Devang Patel  <dpatel@apple.com>
2192
2193         * gcc.dg/darwin-20040809-1.c: New test.
2194
2195 2004-08-16  Joseph S. Myers  <jsm@polyomino.org.uk>
2196
2197         * gcc.dg/funcdef-attr-1.c: New test.
2198
2199 2004-08-16  Janis Johnson  <janis187@us.ibm.com>
2200
2201         * gcc.dg/altivec-17.c: New test.
2202         * gcc.dg/altivec-18.c: New test.
2203
2204 2004-08-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2205
2206         PR c++/6749
2207         * g++.dg/template/vtable2.C: New test.
2208
2209 2004-08-14  Richard Henderson  <rth@redhat.com>
2210
2211         * gcc.dg/torture/builtin-attr-1.c: Fix scalbln prototype.
2212         * gcc.dg/pack-test-4.c (main): Return 0.
2213         * gcc.dg/setjmp-1.c: Remove XFAIL.
2214         * gcc.dg/tree-ssa/20040615-1.c: Pass during dom1.
2215
2216 2004-08-14  Richard Henderson  <rth@redhat.com>
2217
2218         * gcc.dg/980217-1.c: Add prototype for printf.
2219
2220 2004-08-13  Bud Davis  <bdavis9659@comcast.net>
2221
2222         * gfortran.dg/pr16935.f90: New test.
2223
2224 2004-08-13  Janis Johnson  <janis187@us.ibm.com>
2225
2226         * g++.dg/ext/altivec-2.C: Revert previous changes and don't execute.
2227
2228 2004-08-13  Paul Brook  <paul@codesourcery.com>
2229
2230         * gfortran.dg/der_io_1.f90: Remove stray comma.
2231
2232 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
2233
2234         * gcc.dg/vmx/cw-bug-2.c: Remove.
2235         * gcc.dg/vmx/vprint-1.c: Remove.
2236         * gcc.dg/vmx/vscan-1.c: Remove.
2237
2238 2004-08-12  Devang patel  <dpatel@apple.com>
2239
2240         * gcc.dg/darwin-20040809-2.c: New test.
2241
2242 2004-08-12  Janis Johnson  <janis1872us.ibm.com>
2243
2244         * g++.dg/ext/altivec-12.C: New test.
2245
2246         * g++.dg/ext/altivec-11.C: New test.
2247
2248 2004-08-12  Paul Brook  <paul@codesourcery.com>
2249
2250         * g++.dg/abi/arm_cxa_vec_1.C: New test.
2251
2252 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
2253
2254         * g++.dg/ext/altivec-2.C: Check for hardware support before
2255         executing any VMX instructions.
2256
2257         * gcc.dg/vmx/ops-long-2.c: Add dg-error directives.
2258
2259 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
2260
2261         PR c++/16276
2262         * g++.old-deja/g++.other/comdat4.C: New test.
2263         * g++.old-deja/g++.other/comdat4-aux.cc: New.
2264
2265 2004-08-12  Ben Elliston  <bje@au.ibm.com>
2266
2267         PR target/16286
2268         * gcc.dg/pr16286.c: New test.
2269
2270 2004-08-12 Jan Beulich <jbeulich@novell.com>
2271
2272         * g++.dg/ext/asm5.C: New.
2273
2274 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2275
2276         PR c++/16698
2277         * g++.dg/eh/crash1.C: New test.
2278
2279         PR c++/16717
2280         * g++.dg/ext/construct1.C: New test.
2281
2282 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2283
2284         PR c++/16853
2285         * g++.dg/init/ptrmem1.C: New test.
2286
2287         PR c++/16618
2288         * g++.dg/parse/offsetof5.C: New test.
2289
2290         PR c++/16870
2291         * g++.dg/template/overload3.C: New test.
2292
2293 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2294
2295         PR c++/16964
2296         * g++.dg/parse/error16.C: New test.
2297
2298         PR c++/16904
2299         * g++.dg/template/error14.C: New test.
2300
2301         PR c++/16929
2302         * g++.dg/template/error15.C: New test.
2303
2304 2004-08-11  Devang Patel  <dpatel@apple.com>
2305
2306         * gcc.dg/darwin-ld-20040809-1.c: New test.
2307         * gcc.dg/darwin-ld-20040809-2.c: New test.
2308
2309 2004-08-11  Steven G. Kargl  <kargls@comcast.net>
2310
2311         PR fortran/16917
2312         * gfortran.dg/dfloat_1.f90: New test.
2313
2314 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
2315
2316         * gcc.dg/testsuite/gcc.dg/arm-eabi1.c: New test.
2317         * gcc.dg/dll-2.c: Fix dg-require syntax.
2318         * gcc.misc-tests/arm-isr.c (abort): Declare.
2319         (exit): Likewise.
2320
2321 2004-08-10  Mark Mitchell  <mark@codesourcery.com>
2322
2323         PR c++/16971
2324         * g++.dg/parse/crash16.C: New test.
2325
2326 2004-08-10  Roger Sayle  <roger@eyesopen.com>
2327
2328         * gcc.dg/mips-rsqrt-1.c: New test case.
2329         * gcc.dg/mips-rsqrt-2.c: New test case.
2330         * gcc.dg/mips-rsqrt-3.c: New test case.
2331
2332 2004-08-10  Paul Brook  <paul@codesourcery.com>
2333
2334         * gfortran.dg/der_io_1.f90: New test.
2335
2336 2004-08-10  Paul Brook  <paul@codesourcery.com>
2337
2338         PR fortran/16919
2339         * gfortran.dg/der_array_1.f90: New test.
2340
2341 2004-08-09  David Edelsohn  <edelsohn@gnu.org>
2342
2343         * gcc.dg/cpp/assert4.c: _AIX asserts #system(unix).
2344
2345 2004-08-09  Paolo Bonzini  <bonzini@gnu.org>
2346
2347         * gcc.dg/wchar_t-2.c: Fix typo.
2348
2349 2004-08-09  Falk Hueffner  <falk@debian.org>
2350
2351         PR tree-optimization/12517
2352         * gcc.c-torture/compile/pr12517.c: New test.
2353
2354         PR tree-optimization/12578
2355         * gcc.c-torture/compile/pr12578.c: New test.
2356
2357         PR tree-optimization/12899
2358         * gcc.c-torture/compile/pr12899.c: New test.
2359
2360         PR rtl-optimization/14692
2361         * gcc.c-torture/compile/pr14692.c: New test.
2362
2363         PR tree-optimization/16461
2364         * gcc.c-torture/compile/pr16461.c: New test.
2365
2366 2004-08-06  Janne Blomqvist  <jblomqvi@cc.hut.fi>
2367
2368         * gfortran.dg/getenv_1.f90: New test.
2369
2370 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
2371
2372         * gcc.dg/symbian4.c: Expect a 2-byte wchar_t, not a 4-byte
2373         wchar_t.
2374         * gcc.dg/symbian5.c: Test -fno-short-wchar.
2375
2376 2004-08-06  Paul Brook  <paul@codesourcery.com>
2377
2378         * gfortran.dg/ret_array_1.f90: New test.
2379         * gfortran.dg/ret_pointer_1.f90: New test.
2380
2381 2004-08-06  Richard Sandiford  <rsandifo@redhat.com>
2382
2383         * gcc.dg/missing-field-init-[12].c: New tests.
2384         * g++.dg/warn/missing-field-init-[12].C: New tests.
2385
2386 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
2387
2388         * gcc.dg/enum2.c: New test.
2389         * gcc.dg/symbian3.c: Likewise.
2390         * gcc.dg/symbian4.c: Likewise.
2391         * gcc.dg/wchar_t-2.c: Likewise.
2392
2393 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
2394
2395         * g++.dg/ext/visibility/visibility-8.C: Add constructor and
2396         destructor tests.
2397
2398 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
2399
2400         * g++.dg/ext/visibility/assign1.C: Use scan-hidden and
2401         dg-require-visiblity.
2402         * g++.dg/ext/visibility/fvisibility-inlines-hidden.C: Likewise.
2403         * g++.dg/ext/visibility/fvisibility.C: Likewise.
2404         * g++.dg/ext/visibility/memfuncts.C: Likewise.
2405         * g++.dg/ext/visibility/new1.C: Likewise.
2406         * g++.dg/ext/visibility/pragma.C: Likewise.
2407         * g++.dg/ext/visibility/staticmemfuncts.C: Likewise.
2408         * g++.dg/ext/visibility/virtual.C: Likewise.
2409         * g++/dg/ext/visibility/visibility-1.C: Likewise.
2410         * g++/dg/ext/visibility/visibility-2.C: Likewise.
2411         * g++/dg/ext/visibility/visibility-3.C: Likewise.
2412         * g++/dg/ext/visibility/visibility-4.C: Likewise.
2413         * g++/dg/ext/visibility/visibility-5.C: Likewise.
2414         * g++/dg/ext/visibility/visibility-6.C: Likewise.
2415         * g++/dg/ext/visibility/visibility-7.C: Likewise.
2416         * g++/dg/ext/visibility/visibility-8.C: New test.
2417         * gcc.c-torture/compile/dll.x: Remove.
2418         * gcc.dg/dll-2.c: Use dg-require-dll
2419         * gcc.dg/visibility-10.c: New test.
2420         * lib/gcc-dg.exp (dg-require-dll): Add Symbian to list of targets
2421         supporting DLLs.
2422         * testsuite/lib/scanasm.exp (scan_hidden): New function.
2423         (scan_not_hidden): Likewise.
2424
2425 2004-08-05  David Edelsohn  <edelsohn@gnu.org>
2426
2427         * gcc.dg/sh4a-fprun.c: Fix dg-do typo.
2428
2429 2004-08-05  Richard Sandiford  <rsandifo@redhat.com>
2430
2431         * gcc.c-torture/execute/20040805-1.c: New test.
2432
2433 2004-08-04  Andrew Pinski  <pinskia@physics.uc.edu>
2434
2435         * gcc.dg/20020118-1.c: Declare abort.
2436         * gcc.dg/altivec_check.h: Likewise.
2437         * gcc.dg/iftrap-2.c: Likewise.
2438         * gcc.dg/pragma-darwin.c: Likewise.
2439         * gcc.dg/rs6000-ldouble-1.c: Declare abort and exit.
2440
2441 2004-08-04  Geoffrey Keating  <geoffk@apple.com>
2442
2443         * g++.dg/ext/altivec_check.h: Declare exit as extern "C".
2444
2445 2004-08-05  Joseph S. Myers  <jsm@polyomino.org.uk>
2446
2447         * gcc.c-torture/execute/builtins/abs-2.c,
2448         gcc.c-torture/execute/builtins/abs-3.c,
2449         gcc.c-torture/execute/builtins/lib/abs.c, gcc.dg/format/format.h,
2450         gcc.dg/torture/builtin-attr-1.c: Use predefined macros for
2451         intmax_t, uintmax_t and their limits.
2452         * gcc.dg/intmax_t-1.c: New test.
2453
2454 2004-08-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2455
2456         * g++.dg/tc1/dr147.C: Add reference to PR.
2457
2458 2004-08-03  Richard Sandiford  <rsandifo@redhat.com>
2459
2460         * gcc.dg/mips-args-[23].c: Declare abort() and exit().
2461         * gcc.dg/torture/mips-hilo-[12].c: Likewise.
2462
2463 2004-08-03  David Edelsohn  <edelsohn@gnu.org>
2464
2465         * gcc.dg/compat/struct-layout-1.exp: Fix error message typo.
2466
2467 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
2468
2469         * gcc.dg/redecl-5.c: New test.
2470         * gcc.dg/format/attr-6.c: Expect warning for implicit declaration
2471         of scanf.
2472
2473 2004-08-03  Roger Sayle  <roger@eyesopen.com>
2474
2475         PR middle-end/16790
2476         * gcc.c-torture/execute/pr16790-1.c: New test case.
2477
2478 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
2479
2480         * g++.dg/ext/visibility/assign1.C: New test.
2481         * g++.dg/ext/visibility/new1.C: Likewise.
2482
2483         * gcc.dg/symbian1.c: New test.
2484         * gcc.dg/symbian2.c: Likewise.
2485
2486 2004-08-03  H.J. Lu  <hongjiu.lu@intel.com>
2487
2488         PR target/16570
2489         * gcc.dg/i386-sse-9.c: New test.
2490
2491 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
2492
2493         * gcc.dg/array-7.c, gcc.dg/c99-tag-2.c: New tests.
2494
2495 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
2496
2497         * gcc.dg/20001023-1.c, gcc.dg/20001108-1.c, gcc.dg/20001117-1.c,
2498         gcc.dg/20010202-1.c, gcc.dg/20011008-2.c, gcc.dg/20011214-1.c,
2499         gcc.dg/20020201-1.c, gcc.dg/20020312-2.c, gcc.dg/20020426-2.c,
2500         gcc.dg/20030331-2.c, gcc.dg/20030612-1.c, gcc.dg/20030926-1.c,
2501         gcc.dg/20031216-1.c, gcc.dg/20031218-3.c, gcc.dg/20040305-2.c,
2502         gcc.dg/980226-1.c, gcc.dg/Wreturn-type2.c,
2503         gcc.dg/Wunreachable-6.c, gcc.dg/Wunreachable-7.c,
2504         gcc.dg/align-1.c, gcc.dg/builtin-prefetch-1.c,
2505         gcc.dg/builtins-17.c, gcc.dg/builtins-19.c, gcc.dg/builtins-2.c,
2506         gcc.dg/builtins-20.c, gcc.dg/builtins-21.c, gcc.dg/builtins-7.c,
2507         gcc.dg/builtins-8.c, gcc.dg/cpp/19930510-1.c,
2508         gcc.dg/cpp/charconst-3.c, gcc.dg/cpp/charconst-4.c,
2509         gcc.dg/cpp/mi6.c, gcc.dg/cpp/tr-paste.c, gcc.dg/cpp/trad/mi6.c,
2510         gcc.dg/cpp/trad/paste.c, gcc.dg/cpp/trad/strify.c,
2511         gcc.dg/fastmath-1.c, gcc.dg/fshort-wchar.c, gcc.dg/i386-387-7.c,
2512         gcc.dg/i386-387-8.c, gcc.dg/i386-asm-1.c, gcc.dg/i386-cadd.c,
2513         gcc.dg/i386-fpcvt-3.c, gcc.dg/i386-loop-3.c,
2514         gcc.dg/i386-memset-1.c, gcc.dg/loop-2.c, gcc.dg/nest.c,
2515         gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c,
2516         gcc.dg/noncompile/scope.c, gcc.dg/pack-test-4.c,
2517         gcc.dg/pack-test-5.c, gcc.dg/pch/inline-4.c, gcc.dg/postincr-1.c,
2518         gcc.dg/pr10392-1.c, gcc.dg/pragma-align.c,
2519         gcc.dg/profile-generate-1.c, gcc.dg/sibcall-1.c,
2520         gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c,
2521         gcc.dg/sibcall-5.c, gcc.dg/sibcall-6.c, gcc.dg/switch-warn-1.c,
2522         gcc.dg/switch-warn-2.c, gcc.dg/torture/builtin-attr-1.c,
2523         gcc.dg/torture/builtin-math-1.c, gcc.dg/torture/builtin-noret-2.c,
2524         gcc.dg/trampoline-1.c, gcc.dg/tree-ssa/20030703-1.c,
2525         gcc.dg/tree-ssa/20030703-2.c, gcc.dg/tree-ssa/20030708-1.c,
2526         gcc.dg/tree-ssa/20030709-3.c, gcc.dg/tree-ssa/20030710-1.c,
2527         gcc.dg/tree-ssa/20030711-1.c, gcc.dg/tree-ssa/20030729-1.c,
2528         gcc.dg/tree-ssa/20030730-1.c, gcc.dg/tree-ssa/20030730-2.c,
2529         gcc.dg/tree-ssa/20030731-1.c, gcc.dg/tree-ssa/20030807-11.c,
2530         gcc.dg/tree-ssa/20030807-2.c, gcc.dg/tree-ssa/20030807-5.c,
2531         gcc.dg/tree-ssa/20030807-7.c, gcc.dg/tree-ssa/20030808-1.c,
2532         gcc.dg/tree-ssa/20030814-1.c, gcc.dg/tree-ssa/20030814-2.c,
2533         gcc.dg/tree-ssa/20030814-3.c, gcc.dg/tree-ssa/20030814-4.c,
2534         gcc.dg/tree-ssa/20030814-5.c, gcc.dg/tree-ssa/20030814-6.c,
2535         gcc.dg/tree-ssa/20030814-7.c, gcc.dg/tree-ssa/20030815-1.c,
2536         gcc.dg/tree-ssa/20030907-1.c, gcc.dg/tree-ssa/20030917-3.c,
2537         gcc.dg/tree-ssa/20030922-1.c, gcc.dg/tree-ssa/20031113-1.c,
2538         gcc.dg/tree-ssa/20040121-1.c, gcc.dg/tree-ssa/20040319-1.c,
2539         gcc.dg/tree-ssa/20040324-1.c, gcc.dg/tree-ssa/20040326-1.c,
2540         gcc.dg/tree-ssa/20040326-2.c, gcc.dg/tree-ssa/20040517-1.c,
2541         gcc.dg/tree-ssa/ssa-ccp-10.c, gcc.dg/tree-ssa/ssa-pre-1.c,
2542         gcc.dg/tree-ssa/tailcall-1.c, gcc.dg/tree-ssa/tailrecursion-5.c,
2543         gcc.dg/ultrasp3.c, gcc.dg/winline-7.c, gcc.misc-tests/bprob-1.c,
2544         gcc.misc-tests/bprob-2.c, gcc.misc-tests/gcov-3.c,
2545         gcc.misc-tests/gcov-4.c, gcc.misc-tests/gcov-4b.c,
2546         gcc.misc-tests/gcov-6.c, gcc.misc-tests/gcov-7.c,
2547         gcc.misc-tests/i386-pf-3dnow-1.c,
2548         gcc.misc-tests/i386-pf-athlon-1.c,
2549         gcc.misc-tests/i386-pf-none-1.c, gcc.misc-tests/i386-pf-sse-1.c,
2550         objc.dg/nested-func-1.m, objc.dg/special/unclaimed-category-1.m:
2551         Declare built-in functions used.
2552         * gcc.dg/torture/builtin-attr-1.c (nexttoward): Use FPTEST2ARG2.
2553
2554 2004-08-02  Mark Mitchell  <mark@codesourcery.com>
2555
2556         PR c++/16707
2557         * g++.dg/lookup/using12.C: New test.
2558
2559         * g++.dg/init/null1.C: Fix PR number.
2560         * g++.dg/parse/namespace10.C: Likewise.
2561
2562 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
2563
2564         PR c++/16224
2565         * g++.dg/template/spec17.C: New test.
2566         * g++.old-deja/g++.ns/template13.C: Remove XFAIL.
2567         * g++.old-deja/g++.pt/lookup10.C: Add dg-error marker.
2568
2569 2004-08-02  David Billinghurst
2570
2571         PR fortran/16292
2572         * gfortran.dg/g77/cabs.f: xfail on mips-sgi-irix6*
2573
2574 2004-08-01  Zack Weinberg  <zack@codesourcery.com>
2575
2576         * gcc.dg/ia64-got-1.c: New test case.
2577
2578 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
2579
2580         PR c++/16489
2581         * g++.dg/init/null1.C: New test.
2582         * g++.dg/tc1/dr76.C: Adjust error marker.
2583
2584         PR c++/16529
2585         * g++.dg/parse/namespace10.C: New test.
2586
2587         PR c++/16810
2588         * g++.dg/inherit/ptrmem2.C: New test.
2589
2590 2004-08-02  Ben Elliston  <bje@au.ibm.com>
2591
2592         PR target/16155
2593         * gcc.dg/pr16155.c: New test.
2594
2595 2004-07-31  Joseph S. Myers  <jsm@polyomino.org.uk>
2596
2597         * gcc.dg/redecl-2.c: New test.
2598
2599 2004-07-30  Geoffrey Keating  <geoffk@apple.com>
2600
2601         * gcc.dg/darwin-longdouble.c: New file.
2602
2603 2004-07-30  Richard Henderson  <rth@redhat.com>
2604
2605         * gfortran.fortran-torture/execute/intrinsic_rrspacing.f90: Fix
2606         write to constant argument.
2607         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Likewise.
2608
2609 2004-07-30  Richard Henderson  <rth@redhat.com>
2610
2611         * gfortran.fortran-torture/execute/intrinsic_nearest.f90: Disable
2612         tests of nearest around zero.
2613
2614 2004-07-30  Andrew Pinski  <apinski@apple.com>
2615
2616         * gcc.c-torture/compile/20040730-1.c: New test.
2617
2618 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
2619
2620         * gcc.dg/vmx/vmx.exp: Explain why we skip tests for
2621         powerpc-eabispe.
2622
2623 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
2624
2625         * gcc.dg/vmx/vmx.exp: Disable tests for eabispe.
2626
2627 2004-07-30  Richard Sandiford  <rsandifo@redhat.com>
2628
2629         * lib/g++.exp (g++_link_flags): Check whether LD_LIBRARY_PATH already
2630         contains $ld_library_path.
2631         * lib/gfortran.exp (gfortran_link_flags): Likewise.
2632
2633 2004-07-29  Richard Henderson  <rth@redhat.com>
2634
2635         * g++.dg/template/sizeof8.C: Don't assume 32bit pointers.
2636
2637         * g++.dg/ext/stmtexpr2.C (alt1): Rename from expected.
2638         (alt2, which): New.
2639         (Check): Accept either alternative.
2640
2641 2004-07-29  Mark Mitchell  <mark@codesourcery.com>
2642
2643         * g++.dg/abi/inline1.C: New test.
2644         * g++.dg/abi/local1-a.cc: Likewise.
2645         * g++.dg/abi/local1.C: Likewise.
2646         * g++.dg/abi/mangle11.C: Tweak location of warnings.
2647         * g++.dg/abi/mangle12.C: Likewise.
2648         * g++.dg/abi/mangle17.C: Likewise.
2649         * g++.dg/abi/mangle20-2.C: Likewise.
2650         * g++.dg/opt/interface1.C: Likewise.
2651         * g++.dg/opt/interface1.h: Likewise.
2652         * g++.dg/opt/interface1-a.cc: New test.
2653         * g++.dg/parse/repo1.C: New test.
2654         * g++.dg/template/repo1.C: Likewise.
2655         * g++.dg/warn/Winline-1.C: Likewise.
2656         * lib/gcc-dg.exp (gcc-dg-test-1): Fix -frepo handling.
2657
2658 2004-07-29  Diego Novillo  <dnovillo@redhat.com>
2659
2660         * gcc.dg/tree-ssa/20040729-1.c: New test.
2661
2662 2004-07-27  Matt Austern <austern@apple.com>
2663
2664         * gcc.dg/darwin-bool-1.c: New test.
2665         * gcc.dg/darwin-bool-2.c: New test.
2666
2667 2004-07-28  Richard Henderson  <rth@redhat.com>
2668
2669         * gfortran.fortran-torture/execute/intrinsic_spacing.f90: Pass
2670         arguments in the correct type.  Don't write to constant arguments.
2671
2672 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
2673
2674         PR tree-optimization/16688
2675         PR tree-optimization/16689
2676         * g++.dg/tree-ssa/pr16688.C: New test.
2677
2678 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
2679
2680         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
2681         loads.  Not only in the comment, this time.
2682
2683 2004-07-28  Alexandre Oliva  <aoliva@redhat.com>
2684
2685         2003-07-06  Alexandre Oliva  <aoliva@redhat.com>
2686         * gcc.dg/sh4a-memmovua.c: Tweak regular expression.
2687         2003-07-01  Alexandre Oliva  <aoliva@redhat.com>
2688         * gcc.dg/sh4a-bitmovua.c: New.
2689         * gcc.dg/sh4a-cos.c: New.
2690         * gcc.dg/sh4a-cosf.c: New.
2691         * gcc.dg/sh4a-fprun.c: New.
2692         * gcc.dg/sh4a-fsrra.c: New.
2693         * gcc.dg/sh4a-memmovua.c: New.
2694         * gcc.dg/sh4a-sin.c: New.
2695         * gcc.dg/sh4a-sincos.c: New.
2696         * gcc.dg/sh4a-sincosf.c: New.
2697         * gcc.dg/sh4a-sinf.c: New.
2698
2699 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
2700
2701         * gcc.dg/tree-ssa/20030714-2.c: Adjust number of expected
2702         conditionals.
2703         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
2704         loads.
2705         * gcc.dg/tree-ssa/ssa-dom-cse-1.c: Expect optimization in
2706         DOM1.
2707
2708 2004-07-27  Andrew Pinski  <apinski@apple.com>
2709
2710         * g++.dg/rtti/tinfo1.C: Correct the xfail.
2711
2712 2004-07-27  Nitin Yewale <nitiny@kpitcummins.com>
2713
2714         * gcc.dg/pragma-isr.c: New test.
2715
2716 2004-07-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2717
2718         PR c++/14429
2719         * g++.dg/template/ttp11.C: New test.
2720
2721 2004-07-27  Diego Novillo  <dnovillo@redhat.com>
2722
2723         * gcc.c-torture/compile/20040727-1.c: New test.
2724
2725 2004-07-26  Eric Christopher  <echristo@redhat.com>
2726
2727         * gcc.c-torture/compile/20040726-2.c: New test.
2728
2729 2004-07-26  Andrew Pinski  <apinski@apple.com>
2730
2731         * g++.dg/rtti/tinfo1.C: Xfail.
2732
2733 2004-07-26  Richard Sandiford  <rsandifo@redhat.com>
2734
2735         * gcc.c-torture/compile/20040726-1.c: New test.
2736
2737 2004-07-26  Niall Douglas  <s_fsfeurope2@nedprod.com>
2738             Brian Ryner  <bryner@brianryner.com>
2739
2740         PR c++/9283
2741         PR c++/15000
2742         * gcc.dg/visibility-9.c, gcc.dg/visibility-a.c: New tests.
2743         * g++.dg/ext/visibility/: New directory.
2744         * g++.dg/ext/visibility-1.C, g++.dg/ext/visibility-2.C
2745         g++.dg/ext/visibility-3.C, g++.dg/ext/visibility-4.C,
2746         g++.dg/ext/visibility-5.C, g++.dg/ext/visibility-6.C,
2747         g++.dg/ext/visibility-7.C: Move to g++.dg/ext/visibility/.
2748         * g++.dg/ext/visibility/fvisibility.C,
2749         g++.dg/ext/visibility/fvisibility-inlines-hidden.C,
2750         g++.dg/ext/visibility/fvisibility-override1.C
2751         g++.dg/ext/visibility/fvisibility-override2.C
2752         g++.dg/ext/visibility/memfuncts.C
2753         g++.dg/ext/visibility/noPLT.C
2754         g++.dg/ext/visibility/pragma.C
2755         g++.dg/ext/visibility/pragma-override1.C
2756         g++.dg/ext/visibility/pragma-override2.C
2757         g++.dg/ext/visibility/staticmemfuncts.C
2758         g++.dg/ext/visibility/virtual.C: New tests.
2759
2760 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
2761
2762         PR c/15360
2763         * gcc.dg/pr15360-1.c: New test.
2764
2765 2004-07-25  Daniel Jacobowitz  <dan@debian.org>
2766
2767         * gcc.dg/pragma-align-2.c: New test.
2768         * gcc.dg/pragma-init-fini.c: New test.
2769         * gcc.dg/pragma-align.c: Change from compile to run.  Run on Solaris
2770         targets.
2771
2772 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
2773
2774         * gcc.dg/init-string-2.c: New test.
2775
2776 2004-07-24  Zack Weinberg  <zack@codesourcery.com>
2777
2778         PR 16684
2779         * gcc.dg/Wredundant-decls-1.c: New test case.
2780
2781 2004-07-24  Jakub Jelinek  <jakub@redhat.com>
2782
2783         * README.compat: Add RUN_ALL_COMPAT_TESTS documentation.
2784         * lib/compat.exp: Replace ^$tmpdir/? in testcase names with tmpdir-.
2785         * gcc.dg/compat/struct-layout-1.exp: New testsuite driver.
2786         * gcc.dg/compat/struct-layout-1_generate.c: New testcase generator.
2787         * gcc.dg/compat/generate-random.c: New file.
2788         * gcc.dg/compat/generate-random.h: Likewise.
2789         * gcc.dg/compat/generate-random_r.c: Likewise.
2790         * gcc.dg/compat/struct-layout-1.h: Likewise.
2791         * gcc.dg/compat/struct-layout-1_x1.h: Likewise.
2792         * gcc.dg/compat/struct-layout-1_x2.h: Likewise.
2793         * gcc.dg/compat/struct-layout-1_y1.h: Likewise.
2794         * gcc.dg/compat/struct-layout-1_y2.h: Likewise.
2795         * gcc.dg/compat/struct-layout-1_main.c: New test.
2796         * gcc.dg/compat/struct-layout-1_x.c: New file.
2797         * gcc.dg/compat/struct-layout-1_y.c: New file.
2798         * gcc.dg/compat/struct-layout-1_test.h: New file.
2799
2800 2004-07-23  Joseph S. Myers  <jsm@polyomino.org.uk>
2801
2802         * gcc.dg/comp-return-1.c: New test
2803
2804 2004-07-23  Janis Johnson  <janis187@us.ibm.com>
2805
2806         * gcc.dg/vmx/8-02a.c: Fix typo.
2807
2808         * gcc.dg/vmx/varargs-4.c: Remove a Darwin-specific check.
2809         * gcc.dg/darwin-abi-3.c: New test.
2810
2811         * gcc.dg/vmx/debug-1.c: Use int, not long, in union with vector.
2812         * gcc.dg/vmx/varargs-1.c: Use int, not long, in union with vector.
2813
2814         * gcc.dg/vmx/ops.c: Remove checks using pointers to long.
2815         * gcc.dg/vmx/ops-long-1.c: New test.
2816         * gcc.dg/vmx/ops-long-2.c: New test.
2817
2818 2004-07-23  Nathan Sidwell  <nathan@codesourcery.com>
2819
2820         * g++.dg/lookup/conv-[1234].C: New.
2821
2822 2004-07-22  Mark Mitchell  <mark@codesourcery.com>
2823
2824         * g++.dg/parse/attr2.C: Simplify.
2825
2826 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2827
2828         PR c/7284
2829         * gcc.c-torture/execute/pr7284-1.c: New test.
2830
2831 2004-07-22  Brian Booth  <bbooth@redhat.com>
2832
2833         * gcc.dg/tree-ssa/20040721-1.c: New test.
2834
2835 2004-07-22  Nathan Sidwell  <nathan@codesourcery.com>
2836
2837         * g++.dg/template/crash20.c: New.
2838
2839 2004-07-22  David Billinghurst (David.Billinghurst@riotinto.com)
2840
2841         * gfortran.dg/g77/970625-2.f Copy from g77.f-torture/execute.
2842         Add dg-run directive.  Declare variables as required.
2843         * gfortran.dg/g77/README: Update
2844
2845 2004-07-22  Hans-Peter Nilsson  <hp@axis.com>
2846
2847         * gcc.dg/cris-peep2-xsrand.c, gcc.dg/cris-peep2-andu1.c,
2848         gcc.dg/cris-peep2-andu2.c: New tests.
2849
2850 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2851
2852         PR c/15052
2853         * gcc.dg/noreturn-5.c: Test qualifiers on function type instead of
2854         on return type.
2855         * gcc.dg/qual-return-1.c: Use -Wreturn-type.  Update expected
2856         messages.
2857         * gcc.dg/qual-return-2.c: Update expected messages.
2858         * gcc.dg/qual-return-3.c, gcc.dg/qual-return-4.c: New tests.
2859
2860 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2861
2862         * gcc.dg/c99-init-3.c, gcc.dg/gnu99-init-2.c: New tests.
2863         * gcc.dg/noncompile/921102-1.c: Update expected error message.
2864
2865 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2866
2867         PR c/11250
2868         * gcc.dg/init-string-1.c: New test.
2869
2870 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
2871
2872         PR middle-end/15345
2873         PR c/16450
2874         * gcc.dg/torture/nested-fn-1.c: New test.
2875
2876 2004-07-20  H.J. Lu  <hongjiu.lu@intel.com>
2877
2878         PR target/16559
2879         * gcc.dg/ia64-fptr-1.c: New file.
2880
2881 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2882
2883         PR c++/14497
2884         * g++.dg/template/spec16.C: New test.
2885         * g++.old-deja/g++.robertl/eb118.C: Remove.
2886
2887 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2888
2889         PR c++/509
2890         * g++.dg/template/spec15.C: New test.
2891
2892 2004-07-21  David Billinghurst (David.Billinghurst@riotinto.com)
2893
2894         Copy cases from g77.f-torture/execute and add dg-run
2895         directive.  Other changes as noted.
2896         * gfortran.dg/g77/13037.f
2897         * gfortran.dg/g77/1832.f
2898         * gfortran.dg/g77/19981119-0.f
2899         * gfortran.dg/g77/19990313-0.f
2900         * gfortran.dg/g77/19990313-1.f
2901         * gfortran.dg/g77/19990313-2.f
2902         * gfortran.dg/g77/19990313-3.f
2903         * gfortran.dg/g77/19990419-1.f
2904         * gfortran.dg/g77/19990826-0.f
2905         * gfortran.dg/g77/19990826-2.f
2906         * gfortran.dg/g77/20000503-1.f
2907         * gfortran.dg/g77/20001111.f
2908         * gfortran.dg/g77/20010116.f
2909         * gfortran.dg/g77/20010426-1.f: Renamed from 20010426-1.f
2910         * gfortran.dg/g77/20010430.f
2911         * gfortran.dg/g77/6177.f
2912         * gfortran.dg/g77/947.f
2913         * gfortran.dg/g77/970816-3.f
2914         * gfortran.dg/g77/971102-1.f
2915         * gfortran.dg/g77/980520-1.f
2916         * gfortran.dg/g77/980628-0.f
2917         * gfortran.dg/g77/980628-1.f
2918         * gfortran.dg/g77/980628-10.f
2919         * gfortran.dg/g77/980628-2.f
2920         * gfortran.dg/g77/980628-3.f
2921         * gfortran.dg/g77/980628-7.f
2922         * gfortran.dg/g77/980628-8.f
2923         * gfortran.dg/g77/980628-9.f
2924         * gfortran.dg/g77/980701-0.f
2925         * gfortran.dg/g77/980701-1.f
2926         * gfortran.dg/g77/cabs.f
2927         * gfortran.dg/g77/claus.f
2928         * gfortran.dg/g77/complex_1.f
2929         * gfortran.dg/g77/cpp3.F: Renamed from cpp3.F
2930         * gfortran.dg/g77/dcomplex.f
2931         * gfortran.dg/g77/dnrm2.f: Add dg-warnings as required.
2932         * gfortran.dg/g77/f90-intrinsic-mathematical.f
2933         * gfortran.dg/g77/f90-intrinsic-numeric.f
2934         * gfortran.dg/g77/int8421.f
2935         * gfortran.dg/g77/labug1.f
2936         * gfortran.dg/g77/large_vec.f
2937         * gfortran.dg/g77/le.f
2938         * gfortran.dg/g77/short.f
2939         * gfortran.dg/g77/README: Update
2940
2941 2004-07-20  Mark Mitchell  <mark@codesourcery.com>
2942
2943         PR c++/16637
2944         * g++.dg/parse/lookup4.C: New test.
2945
2946 2004-07-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2947
2948         PR c++/16175
2949         * g++.dg/template/ttp10.C: New test.
2950
2951 2004-07-20  Joseph S. Myers  <jsm@polyomino.org.uk>
2952
2953         * gcc.dg/pr12625-1.c: New test.
2954
2955 2004-07-20  Steven Bosscher  <stevenb@suse.de>
2956
2957         * testsuite/gcc.dg/switch-warn-1.c: New test.
2958         * testsuite/gcc.dg/switch-warn-2.c: New test.
2959         * gcc.c-torture/compile/pr14730.c: Update.
2960
2961 2004-07-19  Kelley Cook  <kcook@gcc.gnu.org>
2962
2963         * g++.dg/lookup/java1.C, g++.dg/lookup/java2.C, g++.dg/other/crash-2.C,
2964         g++.dg/parse/casting-operator2.C, g++.dg/parse/dtor3.C,
2965         g++.dg/parse/typename6.C, g++.dg/template/dependent-expr4.C,
2966         g++.dg/template/nontype3.C: Remove trailing CR from tests.
2967
2968 2004-07-18  Mark Mitchell  <mark@codesourcery.com>
2969
2970         PR c++/16623
2971         * g++.dg/template/assign1.C: New test.
2972
2973 2004-07-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2974
2975         PR c++/12170
2976         * g++.dg/template/ttp9.C: New test.
2977
2978 2004-07-19  Daniel Jacobowitz  <dan@debian.org>
2979
2980         * gcc.dg/format/cmn-err-1.c: New test.
2981
2982 2004-07-19  Joseph S. Myers  <jsm@polyomino.org.uk>
2983
2984         * g++.dg/warn/Wparentheses-1.C, g++.dg/warn/Wparentheses-2.C,
2985         gcc.dg/Wparentheses-10.c: New tests.
2986         * gcc.dg/Wparentheses-5.c: Remove XFAILs.
2987
2988 2004-07-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2989
2990         PR fortran/16465
2991         * gfortran.dg/g77//ffixed-line-length-0.f,
2992         gfortran.dg/g77/ffixed-line-length-132.f,
2993         gfortran.dg/g77/ffixed-line-length-72.f,
2994         gfortran.dg/g77/ffixed-line-length-none.f: Copy from g77.dg.
2995         gfortran.dg/g77/README: Update.
2996
2997 2004-07-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2998
2999         PR c++/13092
3000         * g++.dg/template/non-dependent7.C: New test.
3001         * g++.dg/template/non-dependent8.C: Likewise.
3002         * g++.dg/template/non-dependent9.C: Likewise.
3003         * g++.dg/template/non-dependent10.C: Likewise.
3004
3005 2004-07-17  Mark Mitchell  <mark@codesourcery.com>
3006
3007         PR c++/16337
3008         * g++.dg/parse/attr2.C: New test.
3009
3010 2004-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>
3011
3012         * g77.dg: Removed.
3013         * g77.f-torture: Ditto.
3014
3015 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
3016
3017         * gcc.dg/Wparentheses-2.c, gcc.dg/Wparentheses-3.c,
3018         gcc.dg/Wparentheses-4.c, Wparentheses-5.c, Wparentheses-6.c,
3019         Wparentheses-7.c, Wparentheses-8.c, Wparentheses-9.c: New tests.
3020
3021 2004-07-16  Richard Henderson  <rth@redhat.com>
3022
3023         * gcc.c-torture/compile/20020210-1.c: Remove XFAIL.
3024
3025 2004-07-16  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3026
3027         * lib/fortran-torture.exp (fortran-torture): Don't test compile
3028         tests with full list of options.
3029         * lib/gfortran-dg.exp (gfortran-dg-runtest): Only test with all
3030         of TORTURE_OPTIONS if test contains 'dg-do run'.
3031
3032         PR fortran/16404
3033         * gfortran.dg/do_iterator.f90: New test.
3034
3035 2004-07-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3036
3037         PR rtl-optimization/16536
3038         * gcc.c-torture/execute/restrict-1.c: New test.
3039
3040 2004-07-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3041
3042         PR fortran/15324
3043         * gfortran.dg/pr15324.f90: New test.
3044
3045         PR fortran/15129
3046         * gfortran.dg/pr15129.f90: New test.
3047
3048         PR fortran/15140
3049         * gfortran.dg/pr15140.f90: New test.
3050
3051         PR fortran/13792
3052         * gfortran.fortran-torture/execute/bounds.f90: Add check for
3053         compile-time simplification.
3054
3055 2004-07-14  Mike Stump  <mrs@apple.com>
3056
3057         * gcc.dg/20020426-2.c: Improve type safety wrt unsignedness.
3058
3059 2004-07-14  James E Wilson  <wilson@specifixinc.com>
3060
3061         PR target/16325
3062         * gcc.dg/profile-generate-1.c: New.
3063
3064 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
3065
3066         * gcc.c-torture/execute/20040709-1.c: New test.
3067         * gcc.c-torture/execute/20040709-2.c: New test.
3068
3069 2004-07-14  Mike Stump  <mrs@apple.com>
3070
3071         * gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.
3072
3073 2004-07-14  Mike Stump  <mrs@apple.com>
3074
3075         * gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.
3076
3077 2004-07-13  Mark Mitchell  <mark@codesourcery.com>
3078
3079         PR c++/16518
3080         * g++.dg/parse/mutable1.C: New test.
3081
3082 2004-07-13  Diego Novillo  <dnovillo@redhat.com>
3083
3084         PR tree-optimization/16443
3085         * gcc.dg/tree-ssa/20040713-1.c: New test.
3086
3087 2004-07-15  Ulrich Weigand  <uweigand@de.ibm.com>
3088
3089         * g++.dg/lookup/new2.C: Use first operand of type __SIZE_TYPE__
3090         for operator new.
3091
3092 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
3093
3094         * gfortran.dg/g77/README: New file
3095         * gfortran.dg/g77/19981216-0.f:  Copy from
3096         g77.f-torture/noncompile.  Add "dg-do compile" and
3097         dg-error as required.
3098         * gfortran.dg/g77/19990218-1.f: Likewise
3099         * gfortran.dg/g77/19990905-1.f: Likewise
3100         * gfortran.dg/g77/9263.f: Likewise
3101         * gfortran.dg/g77/980615-0.f: Likewise
3102         * gfortran.dg/g77/980616-0.f: Likewise
3103         * gfortran.dg/g77/check0.f: Likewise
3104         * gfortran.dg/g77/select_no_compile.f: Likewise
3105
3106 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
3107
3108         Copy files from g77.f-torture/compile.
3109         Add "{ dg-do compile}".  Other changes as noted
3110         * gfortran.dg/g77/19990905-0.f: XFAIL PR 16511
3111         * gfortran.dg/g77/20010519-1.f: Add dg-warning as required
3112         * gfortran.dg/g77/20030115-1.f: Add dg-warning as required
3113         * gfortran.dg/g77/20030326-1.f: XFAIL PR 16511
3114         * gfortran.dg/g77/970125-0.f: Add dg-excess-errors.
3115         * gfortran.dg/g77/980519-2.f: Declare hd_S,hd_Z,hd_T
3116         * gfortran.dg/g77/990115-1.f: Declare RANK as INTEGER
3117         * gfortran.dg/g77/alpha1.f: Separate declaration and DATA
3118         statement to conform to standard.  Append alpha1.x for reference.
3119         * gfortran.dg/g77/xformat.f: Add dg-warning
3120
3121 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
3122
3123         * gfortran.dg/g77/cpp.F: Copy from g77.f-torture/compile.
3124         Add {dg-do compile} directive.
3125         * gfortran.dg/g77/cpp2.F: Likewise
3126
3127 2004-07-12  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3128
3129         PR c++/5402
3130         * g++.dg/lookup/name-clash1.C: New test.
3131
3132         PR c++/9777
3133         * g++.dg/lookup/name-clash2.C: New test.
3134
3135         PR c++/12102
3136         * g++.dg/lookup/name-clash3.C: New test.
3137
3138 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3139
3140         * g++.dg/lookup/new2.C: New test.
3141         * g++.old-deja/g++.ns/new1.C: Remove (ill-formed).
3142
3143 2004-07-12  David Billinghurst <David.Billinghurst@riotinto.com>
3144
3145         * gfortran.dg/g77/12002.f: Copy from g77.f-torture/compile.
3146         Add {dg-do compile} directive.
3147         * gfortran.dg/g77/13060.f: Likewise
3148         * gfortran.dg/g77/19990218-0.f: Likewise
3149         * gfortran.dg/g77/19990305-0.f: Likewise
3150         * gfortran.dg/g77/19990419-0.f: Likewise
3151         * gfortran.dg/g77/19990502-0.f: Likewise
3152         * gfortran.dg/g77/19990502-1.f: Likewise
3153         * gfortran.dg/g77/19990525-0.f: Likewise
3154         * gfortran.dg/g77/19990826-1.f: Likewise
3155         * gfortran.dg/g77/19990826-3.f: Likewise
3156         * gfortran.dg/g77/19990905-2.f: Likewise
3157         * gfortran.dg/g77/20000412-1.f: Likewise
3158         * gfortran.dg/g77/20000511-1.f: Likewise
3159         * gfortran.dg/g77/20000511-2.f: Likewise
3160         * gfortran.dg/g77/20000518.f: Likewise
3161         * gfortran.dg/g77/20000601-1.f: Likewise
3162         * gfortran.dg/g77/20000601-2.f: Likewise
3163         * gfortran.dg/g77/20000629-1.f: Likewise
3164         * gfortran.dg/g77/20000630-2.f: Likewise
3165         * gfortran.dg/g77/20010115.f: Likewise
3166         * gfortran.dg/g77/20010321-1.f: Likewise
3167         * gfortran.dg/g77/20010426.f: Likewise
3168         * gfortran.dg/g77/20020307-1.f: Likewise
3169         * gfortran.dg/g77/8485.f: Likewise
3170         * gfortran.dg/g77/960317-1.f: Likewise
3171         * gfortran.dg/g77/970915-0.f: Likewise
3172         * gfortran.dg/g77/980310-1.f: Likewise
3173         * gfortran.dg/g77/980310-2.f: Likewise
3174         * gfortran.dg/g77/980310-3.f: Likewise
3175         * gfortran.dg/g77/980310-4.f: Likewise
3176         * gfortran.dg/g77/980310-6.f: Likewise
3177         * gfortran.dg/g77/980310-7.f: Likewise
3178         * gfortran.dg/g77/980310-8.f: Likewise
3179         * gfortran.dg/g77/980419-2.f: Likewise
3180         * gfortran.dg/g77/980424-0.f: Likewise
3181         * gfortran.dg/g77/980427-0.f: Likewise
3182         * gfortran.dg/g77/980729-0.f: Likewise
3183         * gfortran.dg/g77/981117-1.f: Likewise
3184         * gfortran.dg/g77/toon_1.f: Likewise
3185
3186 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3187
3188         PR c++/2204
3189         * g++.dg/other/abstract2.C: New test.
3190
3191 2004-07-12  Paul Brook  <paul@codesourcery.com>
3192
3193         * gfortran.dg/pointer_init_1.f90: New test.
3194
3195 2004-07-11  Paul Brook  <paul@codesourcery.com>
3196
3197         PR fortran/15986
3198         * gfortran.dg/contained_1.f90: New test.
3199
3200 2004-07-11  Mark Mitchell  <mark@codesourcery.com>
3201
3202         * g++.dg/parse/defarg8.C: New test.
3203
3204 2004-07-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3205
3206         PR fortran/16433
3207         * gfortran.dg/pr16433.f: New test.
3208
3209         PR fortran/17574
3210         * gfortran.dg/pr15754.f90: New test.
3211
3212 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
3213
3214         PR tree-optimization/16437
3215         * gcc.c-torture/execute/bitfld-4.c: New test.
3216
3217 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3218
3219         * gfortran.fortran-torture/execute/common_2.f90: Add check for
3220         access to common var from module.
3221
3222 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3223
3224         PR fortran/16336
3225         * gfortran.fortran-torture/execute/common_2.f90: New test.
3226
3227 2004-07-10  Paul Brook  <paul@codesourcery.com>
3228
3229         * gfortran.fortran-torture/execute/der_init_5.f90: Enable more tests.
3230
3231 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3232
3233         PR fortran/15969
3234         * gfortran.fortran-torture/execute/der_init_5.f90: New test.
3235
3236 2004-07-10  David Billinghurst <David.Billinghurst@riotinto.com>
3237
3238         * gfortran.dg/g77/ffixed-form-1.f: Copy from g77.dg
3239         * gfortran.dg/g77/ffixed-form-2.f: Likewise
3240         * gfortran.dg/g77/ffree-form-1.f: Likewise
3241         * gfortran.dg/g77/ffree-form-2.f: Likewise
3242         * gfortran.dg/g77/ffree-form-3.f: Likewise
3243         * gfortran.dg/g77/fno-underscoring.f: Likewise
3244         * gfortran.dg/g77/funderscoring.f: Likewise
3245         * gfortran.dg/g77/pr9258.f: Likewise.  Add dg-warning lines.
3246
3247 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3248
3249         * gfortran.fortran-torture/execute/module_init_1.f90: Fix test.
3250
3251 2004-07-10 Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3252         Paul Brook  <paul@codesourcery.com>
3253
3254         PR fortran/13415
3255         * gfortran.dg/common_pointer_1.f90: New test.
3256
3257 2004-07-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3258
3259         * g++.dg/lookup/new1.C: Fix dg-excess-error syntax.
3260
3261 2004-07-09  James E Wilson  <wilson@specifixinc.com>
3262
3263         PR target/16364
3264         * gcc.c-torture/compile/20040709-1.c: New.
3265
3266 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3267
3268         PR fortran/14077
3269         * gfortran.fortran-torture/execute/module_init_1.f90: New test.
3270
3271 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3272
3273         PR fortran/13201
3274         * gfortran.dg/shape_1.f90: New test.
3275
3276 2004-07-09  Zack Weinberg  <zack@codesourcery.com>
3277             Andrew Pinski  <apinski@apple.com>
3278
3279         * gcc.dg/noncompile/init-4.c: Remove bogus dg-error marker.
3280
3281 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3282
3283         * gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated
3284         comment.
3285
3286 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3287         Paul Brook  <paul@codesourcery.com>
3288
3289         * gfortran.dg/dg.exp: Use revised wilcard for suffixes, also allow
3290         '.f95' and '.F95'.
3291
3292 2004-07-09  Diego Novillo  <dnovillo@redhat.com>
3293
3294         * gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name.
3295
3296 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3297
3298         * gfortran.dg/dg.exp: Don't use wildcard for suffixes, also check
3299         testcases with capital suffix.
3300
3301 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3302
3303         PR fortran/15481
3304         PR fortran/13372
3305         PR fortran/13575
3306         PR fortran/15978
3307         * gfortran.fortran-torture/compile/implicit_2.f90: New test.
3308
3309         * gfortran.dg/implicit_1.f90: New test.
3310
3311 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3312
3313         * lib/gfortran-dg.exp (gfortran-dg-test):  Adapt regular
3314         expression to match gfortran warning/error messages
3315         * gfortran.dg/g77/12632.f: Copy from g77.dg and fix
3316         dg-error text.
3317
3318 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3319
3320         * lib/fortran-torture.exp: Rename proc search_for to
3321         search_for_re.
3322
3323 2004-07-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
3324
3325         * gcc.c-torture/execute/simd-5.x: New file.
3326         XFAIL on SPARC 64-bit at -O0.
3327
3328 2004-07-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3329
3330         PR c++/8211
3331         PR c++/16165
3332         * g++.dg/warn/effc3.C: New test.
3333
3334 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3335
3336         * gfortran.dg/g77/f77-edit-i-in.f: Copy from g77.dg and
3337         change X to 1X in format.
3338         * gfortran.dg/g77/20010216-1.f:  Copy from g77.dg and
3339         add data statements to conform to standard.
3340
3341 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3342
3343         * gfortran.dg/g77/f77-edit-s-out.f: Copy from g77.dg. XFAIL
3344         * gfortran.dg/g77/f77-edit-t-in.f: Likewise
3345         * gfortran.dg/g77/f77-edit-x-out.f: Likewise
3346
3347 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3348
3349         * gfortran.dg/g77/7388.f: Copy from g77.dg
3350         * gfortran.dg/g77/f77-edit-i-out.f: Likewise
3351         * gfortran.dg/g77/f77-edit-apostrophe-out.f: Likewise
3352         * gfortran.dg/g77/f77-edit-slash-out.f: Likewise
3353         * gfortran.dg/g77/f77-edit-colon-out.f: Likewise
3354         * gfortran.dg/g77/f77-edit-t-out.f: Likewise
3355         * gfortran.dg/g77/f77-edit-h-out.f: Likewise
3356         * gfortran.dg/g77/strlen0.f: Likewise
3357
3358 2004-07-09   David Billinghurst <David.Billinghurst@riotinto.com>
3359
3360         * lib/gfortran-dg.exp: New file (adapted from lib/g77-dg.exp)
3361         * gfortran.dg/dg.exp: New file (adapted from g77.dg/dg.exp)
3362
3363 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3364
3365         * gcc.c-torture/execute/920428-2.x: Delete.
3366         * gcc.c-torture/execute/920501-7.x: Likewise.
3367
3368 2004-07-08  Jakub Jelinek  <jakub@redhat.com>
3369
3370         * gcc.mist-tests/i386-prefetch.exp (PREFETCH_SSE): Change all
3371         -march=i386 into -march=i686.  Add -march=i686 -mtune=x and
3372         -march=x for pentium3, pentium3m, pentium-m, pentium4m,
3373         prescott and c3-2.
3374         (PREFETCH_3DNOW): Add -march=c3.
3375
3376 2004-07-08  Diego Novillo  <dnovillo@redhat.com>
3377
3378         PR c/16437
3379         * gcc.c-torture/execute/991118-1.x: XFAIL for x86_64.
3380         * gcc.c-torture/execute/bf64-1.x: Likewise.
3381
3382 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3383
3384         * gcc.c-torture/compile/20040708-1.c: New test.
3385
3386 2004-07-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3387
3388         PR c++/16169
3389         * g++.dg/warn/effc2.C: New test.
3390
3391 2004-07-08  Joseph S. Myers  <jsm@polyomino.org.uk>
3392
3393         * gcc.c-torture/execute/bitfld-1.x: Remove.
3394         * gcc.c-torture/execute/bitfld-3.c: New test.
3395         * gcc.dg/bitfld-2.c: Remove XFAILs.
3396
3397 2004-07-07  H.J. Lu  <hongjiu.lu@intel.com>
3398
3399         PR c++/16276
3400         * g++.dg/rtti/tinfo1.C: New file.
3401
3402 2004-07-07  Eric Christopher  <echristo@redhat.com>
3403
3404         * gcc.c-torture/compile/20020210-1.c: xfail with optimization.
3405
3406 2004-07-07  Andrew Pinski  <apinski@apple.com>
3407
3408         * gcc.c-torture/execute/931004-12.x: Xfail on powerpc-*-darwin*.
3409
3410 2004-07-07  Mark Mitchell  <mark@codesourcery.com>
3411
3412         * g++.dg/init/call1.C: XFAIL.
3413
3414 2004-07-07  Alexandre Oliva  <aoliva@redhat.com>
3415
3416         * gcc.c-torture/execute/builtins/mempcpy-2.c: Rename movstr*,
3417         except for movstrict*, to movmem* and clrstr* to clrmem*.
3418
3419 2004-07-07  Richard Sandiford  <rsandifo@redhat.com>
3420
3421         * gcc.c-torture/execute/20040707-1.c: New test.
3422
3423 2004-07-06  Richard Sandiford  <rsandifo@redhat.com>
3424
3425         * gcc.c-torture/execute/20040706-1.c: New test.
3426
3427 2004-07-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3428
3429         PR c++/3671
3430         * g++.dg/template/spec14.C: New test.
3431
3432 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
3433
3434         * gcc.c-torture/execute/20040629-1.c (FIELDS1, FIELDS2): Define to
3435         nothing if not yet defined.  Use it in b, c and d type definitions.
3436         * gcc.c-torture/execute/20040705-1.c: New test.
3437         * gcc.c-torture/execute/20040705-2.c: New test.
3438
3439 2004-07-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3440
3441         PR c++/2518
3442         * g++.dg/lookup/new1.C: New test.
3443
3444 2004-07-05  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3445
3446         PR c++/11406
3447         * g++.dg/template/sizeof8.C: New test.
3448
3449 2004-07-05  Richard Sandiford  <rsandifo@redhat.com>
3450
3451         * gcc.c-torture/compile/20040705-1.c: New test.
3452
3453 2004-07-04  Bud Davis  <bdavis9659@comcast.net>
3454
3455         * gfortran.fortran-torture/execute/seq_io.f90: New test.
3456
3457 2004-07-04  Neil Booth  <neil@duron.akihabara.co.uk>
3458
3459         * gcc.dg/cpp/if-mop.c: Two new testcases.
3460         * gcc.dg/cpp/trad/comment-3.c: New.
3461
3462 2004-07-04  Paul Brook  <paul@codesourcery.com>
3463
3464         * gfortran.fortran-torture/compile/implicit_1.f90: New test.
3465
3466 2004-07-03  Scott Brumbaugh  <scottb.lists@verizon.net>
3467
3468         PR c++/3761
3469         * g++.dg/lookup/crash4.C: New test.
3470
3471 2004-07-02  Zack Weinberg  <zack@codesourcery.com>
3472
3473         * gcc.c-torture/execute/builtin-abs-1.c
3474         * gcc.c-torture/execute/builtin-abs-2.c
3475         * gcc.c-torture/execute/builtin-complex-1.c
3476         * gcc.c-torture/execute/builtins/string-1-lib.c
3477         * gcc.c-torture/execute/builtins/string-1.c
3478         * gcc.c-torture/execute/builtins/string-2-lib.c
3479         * gcc.c-torture/execute/builtins/string-2.c
3480         * gcc.c-torture/execute/builtins/string-3-lib.c
3481         * gcc.c-torture/execute/builtins/string-3.c
3482         * gcc.c-torture/execute/builtins/string-4-lib.c
3483         * gcc.c-torture/execute/builtins/string-4.c
3484         * gcc.c-torture/execute/builtins/string-5-lib.c
3485         * gcc.c-torture/execute/builtins/string-5.c
3486         * gcc.c-torture/execute/builtins/string-6-lib.c
3487         * gcc.c-torture/execute/builtins/string-6.c
3488         * gcc.c-torture/execute/builtins/string-7-lib.c
3489         * gcc.c-torture/execute/builtins/string-7.c
3490         * gcc.c-torture/execute/builtins/string-8-lib.c
3491         * gcc.c-torture/execute/builtins/string-8.c
3492         * gcc.c-torture/execute/builtins/string-9-lib.c
3493         * gcc.c-torture/execute/builtins/string-9.c
3494         * gcc.c-torture/execute/builtins/string-asm-1-lib.c
3495         * gcc.c-torture/execute/builtins/string-asm-1.c
3496         * gcc.c-torture/execute/builtins/string-asm-2-lib.c
3497         * gcc.c-torture/execute/builtins/string-asm-2.c
3498         * gcc.c-torture/execute/stdio-opt-1.c
3499         * gcc.c-torture/execute/stdio-opt-2.c
3500         * gcc.c-torture/execute/stdio-opt-3.c
3501         * gcc.c-torture/execute/string-opt-1.c
3502         * gcc.c-torture/execute/string-opt-10.c
3503         * gcc.c-torture/execute/string-opt-11.c
3504         * gcc.c-torture/execute/string-opt-12.c
3505         * gcc.c-torture/execute/string-opt-13.c
3506         * gcc.c-torture/execute/string-opt-14.c
3507         * gcc.c-torture/execute/string-opt-15.c
3508         * gcc.c-torture/execute/string-opt-16.c
3509         * gcc.c-torture/execute/string-opt-2.c
3510         * gcc.c-torture/execute/string-opt-6.c
3511         * gcc.c-torture/execute/string-opt-7.c
3512         * gcc.c-torture/execute/string-opt-8.c:
3513         Replace with ...
3514
3515         * gcc.c-torture/execute/builtins/abs-2.c
3516         * gcc.c-torture/execute/builtins/abs-3.c
3517         * gcc.c-torture/execute/builtins/complex-1.c
3518         * gcc.c-torture/execute/builtins/fprintf.c
3519         * gcc.c-torture/execute/builtins/fputs.c
3520         * gcc.c-torture/execute/builtins/memcmp.c
3521         * gcc.c-torture/execute/builtins/memmove.c
3522         * gcc.c-torture/execute/builtins/memops-asm.c
3523         * gcc.c-torture/execute/builtins/mempcpy-2.c
3524         * gcc.c-torture/execute/builtins/mempcpy.c
3525         * gcc.c-torture/execute/builtins/memset.c
3526         * gcc.c-torture/execute/builtins/printf.c
3527         * gcc.c-torture/execute/builtins/sprintf.c
3528         * gcc.c-torture/execute/builtins/strcat.c
3529         * gcc.c-torture/execute/builtins/strchr.c
3530         * gcc.c-torture/execute/builtins/strcmp.c
3531         * gcc.c-torture/execute/builtins/strcpy.c
3532         * gcc.c-torture/execute/builtins/strcspn.c
3533         * gcc.c-torture/execute/builtins/strlen-2.c
3534         * gcc.c-torture/execute/builtins/strlen.c
3535         * gcc.c-torture/execute/builtins/strncat.c
3536         * gcc.c-torture/execute/builtins/strncmp-2.c
3537         * gcc.c-torture/execute/builtins/strncmp.c
3538         * gcc.c-torture/execute/builtins/strncpy.c
3539         * gcc.c-torture/execute/builtins/strpbrk.c
3540         * gcc.c-torture/execute/builtins/strpcpy-2.c
3541         * gcc.c-torture/execute/builtins/strpcpy.c
3542         * gcc.c-torture/execute/builtins/strrchr.c
3543         * gcc.c-torture/execute/builtins/strspn.c
3544         * gcc.c-torture/execute/builtins/strstr-asm.c
3545         * gcc.c-torture/execute/builtins/strstr.c:
3546         ... these new files.
3547
3548         * gcc.c-torture/execute/builtins/abs-2-lib.c
3549         * gcc.c-torture/execute/builtins/abs-3-lib.c
3550         * gcc.c-torture/execute/builtins/complex-1-lib.c
3551         * gcc.c-torture/execute/builtins/fprintf-lib.c
3552         * gcc.c-torture/execute/builtins/fputs-lib.c
3553         * gcc.c-torture/execute/builtins/memcmp-lib.c
3554         * gcc.c-torture/execute/builtins/memmove-lib.c
3555         * gcc.c-torture/execute/builtins/memops-asm-lib.c
3556         * gcc.c-torture/execute/builtins/mempcpy-2-lib.c
3557         * gcc.c-torture/execute/builtins/mempcpy-lib.c
3558         * gcc.c-torture/execute/builtins/memset-lib.c
3559         * gcc.c-torture/execute/builtins/printf-lib.c
3560         * gcc.c-torture/execute/builtins/sprintf-lib.c
3561         * gcc.c-torture/execute/builtins/strcat-lib.c
3562         * gcc.c-torture/execute/builtins/strchr-lib.c
3563         * gcc.c-torture/execute/builtins/strcmp-lib.c
3564         * gcc.c-torture/execute/builtins/strcpy-lib.c
3565         * gcc.c-torture/execute/builtins/strcspn-lib.c
3566         * gcc.c-torture/execute/builtins/strlen-2-lib.c
3567         * gcc.c-torture/execute/builtins/strlen-lib.c
3568         * gcc.c-torture/execute/builtins/strncat-lib.c
3569         * gcc.c-torture/execute/builtins/strncmp-2-lib.c
3570         * gcc.c-torture/execute/builtins/strncmp-lib.c
3571         * gcc.c-torture/execute/builtins/strncpy-lib.c
3572         * gcc.c-torture/execute/builtins/strpbrk-lib.c
3573         * gcc.c-torture/execute/builtins/strpcpy-2-lib.c
3574         * gcc.c-torture/execute/builtins/strpcpy-lib.c
3575         * gcc.c-torture/execute/builtins/strrchr-lib.c
3576         * gcc.c-torture/execute/builtins/strspn-lib.c
3577         * gcc.c-torture/execute/builtins/strstr-asm-lib.c
3578         * gcc.c-torture/execute/builtins/strstr-lib.c
3579         * gcc.c-torture/execute/builtins/lib/abs.c
3580         * gcc.c-torture/execute/builtins/lib/fprintf.c
3581         * gcc.c-torture/execute/builtins/lib/memset.c
3582         * gcc.c-torture/execute/builtins/lib/printf.c
3583         * gcc.c-torture/execute/builtins/lib/sprintf.c
3584         * gcc.c-torture/execute/builtins/lib/strcpy.c
3585         * gcc.c-torture/execute/builtins/lib/strcspn.c
3586         * gcc.c-torture/execute/builtins/lib/strncat.c
3587         * gcc.c-torture/execute/builtins/lib/strncmp.c
3588         * gcc.c-torture/execute/builtins/lib/strncpy.c
3589         * gcc.c-torture/execute/builtins/lib/strpbrk.c
3590         * gcc.c-torture/execute/builtins/lib/strspn.c
3591         * gcc.c-torture/execute/builtins/lib/strstr.c:
3592         New files containing support routines.
3593
3594         * gcc.c-torture/execute/builtins/abs-1.c: Remove unnecessary
3595         declaration.
3596         * gcc.c-torture/execute/builtins/lib/main.c: Define link_error
3597         when not optimizing.
3598
3599 2004-07-02  Mark Mitchell  <mark@codesourcery.com>
3600
3601         PR c++/16240
3602         * g++.dg/abi/mangle22.C: New test.
3603         * g++.dg/abi/mangle23.C: Likewise.
3604
3605 2004-07-02  David Billinghurst  <David.Billinghurst@riotinto.com>
3606
3607         PR fortran/16290
3608         * gfortran.fortran-torture/execute/intrinsic_set_exponent.f90
3609         Allow for cases without denormalized floating point numbers.
3610
3611 2004-07-01  Joseph S. Myers  <jsm@polyomino.org.uk>
3612
3613         PR c/1027
3614         * gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
3615         gcc.dg/format/branch-1.c, gcc.dg/format/diag-1.c,
3616         gcc.dg/format/multattr-3.c, gcc.dg/format/xopen-1.c: Update
3617         expected warning text.
3618         * gcc.dg/format/diag-2.c: New test.
3619
3620 2004-07-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
3621
3622         * gcc.c-torture/compile/20040323-1.c: XFAIL on Solaris 2.
3623
3624 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
3625
3626         * gcc.dg/builtins-43.c: New.
3627         * gcc.dg/builtins-44.c: New.
3628         * gcc.dg/builtins-45.c: New.
3629
3630 2004-06-26  Geoffrey Keating  <geoffk@apple.com>
3631             Andreas Tobler  <a.tobler@schweiz.ch>
3632
3633         * gcc.dg/cleanup-10.c: Run on all Linux platforms and powerpc-darwin.
3634         Use SA_RESETHAND rather than SA_ONESHOT.  Trap SIGBUS as well
3635         as SIGSEGV.
3636         * gcc.dg/cleanup-11.c: Likewise.
3637         * gcc.dg/cleanup-8.c: Likewise.
3638         * gcc.dg/cleanup-9.c: Likewise.
3639         * gcc.dg/cleanup-5.c: Run on all platforms.
3640
3641 2004-06-30  Joseph S. Myers  <jsm@polyomino.org.uk>
3642
3643         * g++.dg/warn/nonnull1.C: New test.
3644
3645 2004-06-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
3646
3647         * gcc.dg/compat/compat-common.h: Wrap up CINT in
3648         an #ifndef SKIP_COMPLEX_INT/#endif pair.
3649         Special-case the Sun compiler wrt to <complex.h>.
3650
3651 2004-06-30  Nitin Yewale <nitiny@kpitcummins.com>
3652
3653         * gcc.dg/Wunreachable-8.C: New test.
3654
3655         * gcc.dg/h8300-ice2.c : New test.
3656
3657 2004-06-30  Tobias Schlueter  <tobias.shclueter@physik.uni-muenchen.de>
3658
3659         PR fortran/16161
3660         * gfortran.fortran-torture/compile/implicit.f90: Add test
3661         for implicit character.
3662
3663 2004-06-30  David Billinghurst <David.Billinghurst@riotinto.com>
3664
3665         PR fortran/16289
3666         * gfortran.fortran-torture/execute/intrinsic_nearest.f90
3667         Use tiny() intrinsic to find smallest non-negative real
3668
3669 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
3670
3671         * gcc.dg/compat/struct-by-value-22_main.c: New test.
3672         * gcc.dg/compat/struct-by-value-22_x.c: New.
3673         * gcc.dg/compat/struct-by-value-22_y.c: New.
3674
3675         * gcc.c-torture/execute/20040629-1.c: New test.
3676
3677 2004-06-29  Jakub Jelinek  <jakub@redhat.com>
3678
3679         * gcc.dg/compat/vector-defs.h: Use vector_size attribute
3680         only for GCC 3.5+, for GCC up to 3.4 mode(V*) attribute instead.
3681
3682         PR target/16195
3683         * gcc.dg/20040625-1.c: New test.
3684
3685 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3686
3687         * gfortran.fortran-torture/execute/parameter_2.f90: New test.
3688
3689 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3690
3691         PR fortran/15963
3692         * gfortran.fortran-torture/execute/initialization_1.f90: New test.
3693
3694 2004-06-29  Richard Henderson  <rth@redhat.com>
3695
3696         * gcc.dg/tree-ssa/20040430-1.c: Expect zero if's.
3697
3698 2004-06-29  Paul Brook  <paul@codesourcery.com>
3699
3700         * g++.old-deja/g++.abi/arraynew.C: Handle ARM EABI cookies.
3701         * g++.old-deja/g++.abi/cxa_vec.C: Allocate larger cookies for AEABI.
3702
3703 2004-06-29  Nathan Sidwell  <nathan@codesourcery.com>
3704
3705         PR c++/16260
3706         * g++.dg/parse/crash15.C: New.
3707
3708 2004-06-28  Andrew Pinski  <apinski@apple.com>
3709
3710         * gcc.dg/pr14963.c: Remove the dg-warning as it is dected
3711         by the error already.
3712
3713         * g++.dg/opt/ptrmem4.C: Change to compile only test.
3714
3715 2004-06-28  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
3716
3717         PR target/14041
3718         * gcc.dg/h8300-bss-align-1.c : New.
3719
3720 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
3721
3722         * PR c++/16174
3723         * g++.dg/template/ctor4.C: New.
3724
3725 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
3726
3727         PR c++/16205
3728         * g++.dg/warn/Wsequence-point-1.C: New test.
3729
3730 2004-06-27  Paul Brook  <paul@codesourcery.com>
3731
3732         * gfortran.fortran-torture/execute/specfics.f90: Use correct typing.
3733
3734 2004-06-27  Zack Weinberg  <zack@codesourcery.com>
3735
3736         * g++.old-deja/g++.mike/p7325.C: Remove.
3737
3738 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
3739
3740         PR c/14963
3741         * gcc.dg/pr14963.c: New test.
3742
3743 2004-06-27  Mark Mitchell  <mark@codesourcery.com>
3744
3745         PR c++/16193
3746         * g++.dg/parse/redef1.C: New test.
3747
3748 2004-06-27  Joseph S. Myers  <jsm@polyomino.org.uk>
3749
3750         * gcc.c-torture/compile/20021123-1.c: Remove duplicate of
3751         20021110.c.
3752         * gcc.c-torture/compile/20021123-4.c: Remove duplicate of
3753         20021119-1.c.
3754         * gcc.dg/vmx/5-05.c, gcc.dg/vmx/5-06.c, gcc.dg/vmx/5-07.c,
3755         gcc.dg/vmx/5-08.c: Remove duplicates of 5-01.c, 5-02.c, 5-03.c,
3756         5-04.c.
3757         * gcc.dg/builtins-42.c: Remove duplicate of builtins-41.c.
3758         * g++.dg/other/new1.C: Remove duplicate of g++.dg/init/new1.C.
3759         * g++.dg/init/elide3.C: Remove duplicate of elide2.C.
3760         * g++.old-deja/g++.law/enum8.C: Remove duplicate of
3761         g++.brendan/enum14.C.
3762         * g++.old-deja/g++.mike/ns8.C: Remove duplicate of ns6.C
3763         * g++.old-deja/g++.ns/alias5.C: Remove duplicate of alias1.C.
3764         * g++.old-deja/g++.other/virtual1.C: Remove duplicate of
3765         g++.mike/virt1.C.
3766         * g++.old-deja/g++.pt/memtemp27.C: Remove duplicate of
3767         memtemp24.C.
3768
3769 2004-06-27  Roger Sayle  <roger@eyesopen.com>
3770
3771         * gcc.dg/20040527-1.c: New test case.
3772
3773 2004-06-26  Bud Davis  <bdavis9659@comcast.net>
3774
3775         PR gfortran/pr16196
3776         * gfortran.fortran-torture/execute/open_replace.f90: New test case.
3777
3778 2004-06-25  Roger Sayle  <roger@eyesopen.com>
3779
3780         PR middle-end/15825
3781         * gcc.dg/pr15825-1.c: New test case.
3782
3783 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
3784
3785         * gcc.c-torture/execute/20040625-1.c: New test.
3786
3787 2004-06-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3788
3789         * gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.
3790
3791 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
3792
3793         * gcc.dg/torture/mips-div-1.c: New test.
3794
3795 2004-06-24  Jeff Law  <law@redhat.com>
3796
3797         * gcc.dg/tree-ssa/20040624-1.c: New test.
3798
3799 2004-06-24  Richard Sandiford  <rsandifo@redhat.com>
3800
3801         * gcc.c-torture/compile/20040624-1.c: New test.
3802
3803 2004-06-24  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3804
3805         * g++.dg/tree-ssa/tree-ssa.exp: Remove. dg.exp already handles
3806         this directory.
3807
3808 2004-06-23  Andrew Pinski  <apinski@apple.com>
3809
3810         PR middle-end/15988
3811         * g++.dg/opt/ptrmem4.C: New test.
3812
3813         * gcc.dg/c90-array-quals-2.c: New test.
3814
3815 2006-06-23  Nitin Yewale <NitinY@KPITCummins.com>
3816
3817         * gcc.dg/kpice1.c: New test.
3818
3819 2006-06-23  Andrew Pinski  <apinski@apple.com>
3820
3821         * gcc.dg/c90-array-quals.c: New test.
3822
3823 2006-06-22  Richard Henderson  <rth@redhat.com>
3824
3825         * gcc.dg/noreturn-1.c (foo5): Update function does return lineno.
3826
3827 2004-06-22  Loren James Rittle  <ljrittle@acm.org>
3828
3829         * gcc.dg/builtins-config.h: Handle FreeBSD.
3830
3831 2006-06-22  Richard Henderson  <rth@redhat.com>
3832
3833         * g++.dg/opt/devirt1.C: New.
3834
3835 2004-06-22  Kelley Cook <kcook@gcc.gnu.org>
3836
3837         * g++.dg/opt/pr15551.C: New testcase.
3838
3839 2004-06-22  H.J. Lu  <hongjiu.lu@intel.com>
3840
3841         PR target/14800
3842         * gcc.misc-tests/linkage.exp: Set native_cflags to "-m32" for
3843         x86_64-*-linux* when compiling for 32bit.
3844
3845 2004-06-21  Andrew Pinski  <apinski@apple.com>
3846
3847         * gcc.dg/pch/struct-1.c: New.
3848         * gcc.dg/pch/struct-1.hs: New.
3849
3850 2004-06-21  Geoffrey Keating  <geoffk@apple.com>
3851
3852         * gcc.dg/pch/save-temps-1.c: New file.
3853         * gcc.dg/pch/save-temps-1.hs: New file.
3854
3855 2004-06-22  Janne Blomqvist  <jblomqvi@cc.hut.fi>
3856
3857         * gfortran.fortran-torture/execute/iolength_1.f90: New test.
3858         * gfortran.fortran-torture/execute/iolength_3.f90: New test.
3859
3860 2004-06-21  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3861
3862         * gfortran.fortran-torture/execute/select_1.f90: Rename function
3863         to fix type error.
3864         * gfortran.fortran-torture/execute/intrinsic_associated.f90:
3865         Remove trailing spaces.
3866
3867 2004-06-21  Richard Henderson  <rth@redhat.com>
3868
3869         * gcc.dg/tree-ssa/20030714-1.c: Rename variables to avoid
3870         merging && to BIT_FIELD_REF.
3871
3872 2004-06-21  Richard Sandiford  <rsandifo@redhat.com>
3873
3874         * g++.dg/opt/placeholder1.C: New test.
3875
3876 2004-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
3877
3878         * gcc.dg/compat/struct-complex-1_x.c: Add dummy symbol.
3879         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
3880         * gcc.dg/compat/union-m128-1_x.c: Likewise.
3881         * gcc.dg/compat/union-m128-1_y.c: Likewise.
3882
3883 2004-06-20  Zack Weinberg  <zack@codesourcery.com>
3884
3885         * g++.dg/expr/enum1.C, g++.dg/opt/const3.C: Declare abort with
3886         extern "C".
3887         * g++.dg/other/pragma-re-1.C: Add comments.
3888
3889 2004-06-19  Bud Davis  <bdavis9659@comcast.net>
3890
3891         PR gfortran/16080
3892         * gfortran.fortran-torture/execute/read_null_string.f90: New file.
3893
3894 2004-06-19  Andrew Pinski  <pinskia@physics.uc.edu>
3895
3896         * g++.dg/lookup/crash3.C: Use __SIZE_TYPE__
3897         instead of setting the type of size_t by
3898         hand.
3899
3900 2004-06-18  Roger Sayle  <roger@eyesopen.com>
3901
3902         * gcc.dg/unordered-2.c: New test case.
3903         * gcc.dg/unordered-3.c: New test case.
3904
3905 2004-06-19  David Billinghurst <David.Billinghurst@riotinto.com>
3906
3907         PR other/16043
3908         * lib/g++.exp (g++_version): Tweak regexp for version
3909         * lib/g77.exp (g77_version): Likewise
3910         * lib/gfortran.exp (gfortran_version): Likewise
3911         * lib/objc.exp (objc_version): Likewise
3912         * lib/treelang.exp (treelang_version): Likewise
3913
3914 2004-06-19  Jakub Jelinek  <jakub@redhat.com>
3915
3916         * gcc.dg/compat/struct-align-2_x.c: Include <limits.h>.
3917         Use INT_MAX instead of __INT_MAX__.
3918         * gcc.dg/compat/struct-align-2_y.c: Likewise.
3919
3920         * gcc.dg/compat/compat-common.h (CINT, CDBL): Define.
3921         * gcc.dg/compat/scalar-return-3_x.c: Use it.
3922         * gcc.dg/compat/scalar-return-3_y.c: Use it.
3923         * gcc.dg/compat/scalar-return-4_x.c: Use it.
3924         * gcc.dg/compat/scalar-return-4_y.c: Use it.
3925         * gcc.dg/compat/scalar-by-value-3_x.c: Use it.
3926         * gcc.dg/compat/scalar-by-value-3_y.c: Use it.
3927         * gcc.dg/compat/scalar-by-value-4_x.c: Use it.
3928         * gcc.dg/compat/scalar-by-value-4_y.c: Use it.
3929
3930         * gcc.dg/range-test-1.c: New test.
3931         * g++.dg/opt/range-test-1.C: New test.
3932
3933 2004-06-17  Richard Henderson  <rth@redhat.com>
3934
3935         * objc.dg/sync-1.m: New.
3936         * objc.dg/try-catch-1.m: Don't force next runtime.
3937         * objc.dg/try-catch-3.m, objc.dg/try-catch-4.m: Likewise.
3938         * objc.dg/try-catch-2.m: Likewise.  Enable everywhere.  Remove
3939         shadowed catch clause.
3940         * objc.dg/try-catch-5.m: New.
3941
3942 2004-06-17  Zack Weinberg  <zack@codesourcery.com>
3943
3944         Bug 14610
3945         * gcc.dg/ia64-float80-1.c, gcc.dg/ia64-float80-2.c: New testcases.
3946
3947 2004-06-15  Richard Henderson  <rth@redhat.com>
3948
3949         * gcc.dg/20001116-1.c: Move expected warning line.
3950
3951 2004-06-15  Richard Henderson  <rth@redhat.com>
3952
3953         * gcc.dg/i386-ssetype-1.c: Remove XFAIL.
3954         * gcc.dg/i386-ssetype-3.c: Remove XFAIL.
3955
3956 2004-06-15  Jeff Law  <law@redhat.com>
3957
3958         * gcc.dg/tree-ssa/20040615-1.c: New test.
3959         * gcc.dg/tree-ssa/20030824-1.c: Update expected output to
3960         be less sensitive to operand ordering.
3961         * gcc.dg/tree-ssa/20030824-2.c: Likewise.
3962
3963 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
3964
3965         * g++.dg/abi/bitfield3.C: Add comment..
3966
3967 2004-06-15  Richard Henderson  <rth@redhat.com>
3968
3969         * g++.dg/ext/stmtexpr1.C: XFAIL.
3970         * gcc.dg/20030612-1.c: XFAIL.
3971
3972 2004-06-15  Eric Christopher  <echristo@redhat.com>
3973
3974         * g++.dg/charset/asm5.c: New.
3975         * gcc.dg/charset/asm6.c: New.
3976
3977 2004-06-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3978
3979         PR fortran/15962
3980         * gfortran.fortran-torture/execute/select_1.f90: New test.
3981
3982 2004-06-15  Paul Brook  <paul@codesourcery.com>
3983
3984         * gcc.dg/arm-mmx-1.c: Use asm to clobber registers.
3985
3986 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3987
3988         PR c++/15967
3989         * g++.dg/lookup/crash3.C: New test.
3990
3991 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3992
3993         PR c++/15947
3994         * g++.dg/parse/dtor4.C: New test.
3995
3996 2004-06-14  Jeff Law  <law@redhat.com>
3997
3998         * gcc.c-torture/compile/20040614-1.c: New test.
3999
4000 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4001
4002         PR fortran/15211
4003         * gfortran.fortran-torture/execute/intrinsic_len.f90: Also test
4004         LEN of a character array.
4005
4006 2004-06-14  Mark Mitchell  <mark@codesourcery.com>
4007
4008         PR c++/15096
4009         * g++.dg/template/ptrmem10.C: New test.
4010
4011         PR c++/14930
4012         * g++.dg/template/friend30.C: New test.
4013
4014 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4015
4016         PR fortran/14928
4017         * gfortran.fortran-torture/compile/mloc.f90: New test.
4018
4019 2004-06-13  Paul Brook  <paul@codesourcery.com>
4020
4021         * gfortran.fortran-torture/execute/random_2.f90: New test.
4022
4023 2004-06-13  Eric Christopher  <echristo@redhat.com>
4024
4025         * gcc.dg/noncompile/redecl-1.c: Fix error message.
4026
4027 2004-06-12  Paul Brook  <paul@codesourcery.com>
4028
4029         * gfortran.fortran-torture/execute/contained_3.f90: New test.
4030
4031 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4032
4033         PR fortran/14923
4034         * gfortran.fortran-torture/execute/date_time_1.f90: New test.
4035
4036 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4037
4038         PR fortran/14957
4039         * gfortran.fortran-torture/execute/stack_varsize.f90: Correct
4040         syntax errors in end statements of contained subroutines.
4041
4042 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4043
4044         PR fortran/12841
4045         * gfortran.fortran-torture/execute/null_arg.f90: New test.
4046
4047 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
4048
4049         PR fortran/15665
4050         * gfortran.fortran-torture/execute/getarg_1.f90: New test.
4051
4052 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
4053
4054         PR gfortran/12839
4055         * gfortran.fortran-torture/execute/nan_inf_fmt.f90: New test.
4056
4057 2004-06-11  Mark Mitchell  <mark@codesourcery.com>
4058
4059         PR c++/15862
4060         * g++.dg/parse/enum1.C: New test.
4061
4062 2004-06-10  Jeff Law  <law@redhat.com>
4063
4064         * gcc.c-torture/compile/20040610-1.c: New test.
4065
4066 2004-06-11  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4067
4068         * g++.old-deja/g++.robertl/eb4.C: Adjust error markers.
4069         * g++.old-deja/g++.other/decl3.C: Likewise.
4070
4071 2004-06-10  Brian Booth  <bbooth@redhat.com>
4072
4073         * gcc.dg/tree-ssa/20031015-1.c: Scan for
4074         V_MAY_DEF instead of VDEF.
4075         * gcc.dg/tree-ssa/20040517-1.c: Ditto.
4076
4077 2004-06-10  Mark Mitchell  <mark@codesourcery.com>
4078
4079         PR c++/14211
4080         * g++.dg/conversion/const1.C: New test.
4081
4082         PR c++/15076
4083         * g++.dg/conversion/reinterpret1.C: New test.
4084
4085         PR c++/15877
4086         * g++.dg/template/enum2.C: New test.
4087
4088         PR c++/15227
4089         * g++.dg/template/error13.C: New test.
4090
4091 2004-06-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4092
4093         PR fortran/14957
4094         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Make all
4095         arguments to test_* REAL and of the right size.
4096
4097 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
4098
4099         PR target/15569
4100         PR rtl-optimization/15681
4101         * gcc.dg/20040609-1.c: New test.
4102
4103 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
4104
4105         PR c++/14791
4106         * g++.dg/opt/builtins1.C: New test.
4107
4108 2004-06-10  Danny Smith  <dannysmith@users.sourceforge.net>
4109
4110         * gcc.dg/i386-bitfield1.c: Add mingw32 and cygwin to targets
4111         that use default windows32 struct layout.
4112         * gcc.dg/i386-bitfield2.c: Likewise.
4113
4114 2004-06-09  Danny Smith  <dannysmith@users.sourceforge.net>
4115
4116         * g++.dg/abi/bitfield3.C: Add -mno-align-double compile option
4117         for mingw32 and cygwin targets.
4118
4119 2004-06-09  Geoffrey Keating  <geoffk@apple.com>
4120
4121         * gcc.dg/pch/macro-4.c: New.
4122         * gcc.dg/pch/macro-4.hs: New.
4123
4124 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4125
4126         PR fortran/13249
4127         * gfortran.fortran-torture/compile/name_clash.f90: New test.
4128
4129 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4130
4131         PR fortran/13372
4132         * gfortran.fortran-torture/compile/named_args_2.f90: New test.
4133
4134 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
4135
4136         PR gfortran/14897
4137         * gfortran.fortran-torture/execute/t_edit.f90: New test.
4138
4139 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
4140
4141         PR gfortran/15755
4142         * gfortran.fortran-torture/execute/backspace.c : New test.
4143
4144 2004-06-09  Paul Brook  <paul@codesourcery.com>
4145
4146         * gfortran.fortran-torture/execure/intrinsic_associated.f90
4147         (pointer_to_section): Rewrite to use smaller array.
4148
4149 2004-06-08  David Edelsohn  <edelsohn@gnu.org>
4150
4151         * gcc.dg/ext/altivec-1.c: XFAIL powerpc-ibm-aix*.
4152         * gcc.dg/ext/altivec-10.c: Same.
4153         * gcc.dg/ext/altivec-11.c: Same.
4154         * gcc.dg/ext/altivec-12.c: Same.
4155         * gcc.dg/ext/altivec-13.c: Same.
4156         * gcc.dg/ext/altivec-14.c: Same.
4157         * gcc.dg/ext/altivec-15.c: Same.
4158         * gcc.dg/ext/altivec-16.c: Same.
4159         * gcc.dg/ext/altivec-3.c: Same.
4160         * gcc.dg/ext/altivec-4.c: Same.
4161         * gcc.dg/ext/altivec-6.c: Same.
4162         * gcc.dg/ext/altivec-7.c: Same.
4163         * gcc.dg/ext/altivec-8.c: Same.
4164         * gcc.dg/ext/altivec-varargs-1.c: Same.
4165
4166         * g++.dg/ext/altivec-1.C: Correct dg syntax.
4167         * g++.dg/ext/altivec-10.C: Same.
4168         * g++.dg/ext/altivec-2.C: Same.
4169         * g++.dg/ext/altivec-3.C: Same.
4170         * g++.dg/ext/altivec-4.C: Same.
4171         * g++.dg/ext/altivec-5.C: Same.
4172         * g++.dg/ext/altivec-6.C: Same.
4173         * g++.dg/ext/altivec-7.C: Same.
4174         * g++.dg/ext/altivec-8.C: Same.
4175         * g++.dg/ext/altivec-9.C: Same.
4176
4177 2004-06-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4178
4179         PR c++/7841
4180         * g++.old-deja/g++.pt/ctor2.C: Add error mark.
4181
4182 2004-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
4183
4184         * gcc.dg/union-1.c: New test.
4185
4186 2004-06-07  Roger Sayle  <roger@eyesopen.com>
4187
4188         * gcc.dg/builtins-41.c: New test case.
4189         * gcc.dg/builtins-42.c: New test case.
4190
4191 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
4192
4193         * g++.dg/ext/altivec-1.C: XFAIL powerpc-ibm-aix*.
4194         * g++.dg/ext/altivec-10.C: Same.
4195         * g++.dg/ext/altivec-2.C: Same.
4196         * g++.dg/ext/altivec-3.C: Same.
4197         * g++.dg/ext/altivec-4.C: Same.
4198         * g++.dg/ext/altivec-5.C: Same.
4199         * g++.dg/ext/altivec-6.C: Same.
4200         * g++.dg/ext/altivec-7.C: Same.
4201         * g++.dg/ext/altivec-8.C: Same.
4202         * g++.dg/ext/altivec-9.C: Same.
4203         * g++.old-deja/g++.abi/cxa_vec.C: Same.
4204         * g++.old-deja/g++.brendan/new3.C: Same.
4205         * gcc.c-torture/execute/eeprof-1.x: Same.
4206
4207 2004-06-07  Joseph S. Myers  <jsm@polyomino.org.uk>
4208
4209         PR c/14765
4210         * gcc.dg/pr14765-1.c: New test.
4211
4212 2004-06-07  Roger Sayle  <roger@eyesopen.com>
4213
4214         PR c/14649
4215         * gcc.dg/pr14649-1.c: New test case.
4216
4217 2004-06-07  Richard Henderson  <rth@redhat.com>
4218
4219         * gcc.dg/tree-ssa/20030728-1.c: Fixup return value to not match
4220         if temporaries.
4221
4222 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
4223
4224         * g++.dg/eh/elide1.C: Remove XFAIL.
4225
4226 2004-06-07  Mark Mitchell  <mark@codesourcery.com>
4227
4228         PR c++/15337
4229         * g++.dg/expr/sizeof3.C: New test.
4230
4231         PR c++/14777
4232         * g++.dg/template/access14.C: New test.
4233
4234         PR c++/15554
4235         * g++.dg/template/enum1.C: New test.
4236
4237         PR c++/15057
4238         * g++.dg/eh/throw1.C: New test.
4239
4240 2004-06-07  David Ayers  <d.ayers@inode.at>
4241             Ziemowit Laski  <zlaski@apple.com>
4242
4243         * lib/objc.exp (objc_target_compile): Revert the '-framework
4244         Foundation' flag fix, since bare Darwin does not ship
4245         with the Foundation framework.
4246         * objc/execute/next_mapping.h: Provide a local NSConstantString
4247         @interface and @implementation.
4248         (objc_constant_string_init): A constructor function, used to
4249         initialize the NSConstantString meta-class object.
4250         * objc/execute/string1.m: Include "next_mapping.h" instead of
4251         <Foundation/NSString.h>.
4252         * objc/execute/string2.m: Likewise.
4253         * objc/execute/string3.m: Likewise.
4254         * objc/execute/string4.m: Likewise.
4255
4256 2004-06-06  H.J. Lu  <hongjiu.lu@intel.com>
4257
4258         * gcc.c-torture/execute/ieee/fp-cmp-4.c (FLOAT): New. Default
4259         to double. Replace double with FLOAT.
4260         * gcc.c-torture/execute/ieee/fp-cmp-8.c: Likewise.
4261
4262         * gcc.c-torture/execute/ieee/fp-cmp-4e.c: New file.
4263         * gcc.c-torture/execute/ieee/fp-cmp-4f.c: Likewise.
4264         * gcc.c-torture/execute/ieee/fp-cmp-4l.c: Likewise.
4265         * gcc.c-torture/execute/ieee/fp-cmp-4q.c: Likewise.
4266         * gcc.c-torture/execute/ieee/fp-cmp-8e.c: Likewise.
4267         * gcc.c-torture/execute/ieee/fp-cmp-8f.c: Likewise.
4268         * gcc.c-torture/execute/ieee/fp-cmp-8l.c: Likewise.
4269         * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Likewise.
4270
4271 2004-06-06  Joseph S. Myers  <jsm@polyomino.org.uk>
4272
4273         PR c/13519
4274         * gcc.c-torture/enum-3.c, gcc.dg/pr13519-1.c: New tests.
4275
4276 2004-06-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4277
4278         PR c++/15503
4279         * g++.dg/template/meminit2.C: New test.
4280
4281 2004-06-04  Paolo Bonzini  <bonzini@gnu.org>
4282
4283         PR target/15822
4284         * gcc.c-torture/execute/compare-fp-1.c,
4285         gcc.c-torture/execute/compare-fp-2.c,
4286         gcc.c-torture/execute/compare-fp-3.c,
4287         gcc.c-torture/execute/compare-fp-4.c,
4288         gcc.c-torture/execute/compare-fp-3.x,
4289         gcc.c-torture/execute/compare-fp-4.x: Moved...
4290         * gcc.c-torture/execute/ieee/compare-fp-1.c,
4291         gcc.c-torture/execute/ieee/compare-fp-2.c,
4292         gcc.c-torture/execute/ieee/compare-fp-3.c,
4293         gcc.c-torture/execute/ieee/compare-fp-4.c,
4294         gcc.c-torture/execute/ieee/compare-fp-3.x,
4295         gcc.c-torture/execute/ieee/compare-fp-4.x: ...here.
4296
4297 2004-06-04  David Ayers  <d.ayers@inode.at>
4298
4299         * objc/execute/protocol-isEqual-4.m: New testcase.
4300
4301 2004-06-04  Nicola Pero  <n.pero@mi.flashnet.it>
4302
4303         * objc/execute/protocol-isEqual-1.m: New testcase.
4304         * objc/execute/protocol-isEqual-2.m: New testcase.
4305         * objc/execute/protocol-isEqual-3.m: New testcase.
4306
4307 2004-06-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4308
4309         * gfortran.fortran-torture/execute/optstring_1.f90: New testcase.
4310
4311 2004-06-02  Ziemowit Laski  <zlaski@apple.com>
4312
4313         * lib/objc.exp (objc_target_compile): When running tests on
4314         Darwin (Mac OS X), inform the linker about '-framework
4315         'Foundation'.
4316
4317 2004-06-02  Eric Christopher  <echristo@redhat.com>
4318
4319         * gcc.c-torture/compile/20040602-1.c: New.
4320
4321 2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>
4322
4323         * g++.dg/tree-ssa/ssa-sra-1.C: Fix comment.
4324         * g++.dg/tree-ssa/ssa-sra-2.C: Likewise.
4325
4326         PR tree-optimization/14736
4327         * g++.dg/tree-ssa/ssa-cast-1.C: New Test.
4328
4329         PR tree-optimization/14042
4330         * g++.dg/tree-ssa/ssa-sra-1.C: New Test.
4331
4332         PR tree-optimization/14729
4333         * g++.dg/tree-ssa/ssa-sra-2.C: New Test.
4334
4335 2004-06-02  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4336
4337         PR fortran/15557
4338         * gfortran.fortran-torture/execute/data_3.f90: New testcase.
4339
4340 2004-06-01  Richard Hederson  <rth@redhat.com>
4341
4342         * g++.dg/template/dependent-expr4.C: Use __builtin_offsetof.
4343
4344 2004-06-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4345
4346         PR c++/14932
4347         * g++.dg/parse/offsetof4.C: New test.
4348
4349 2004-06-01  Nicola Pero  <nicola@brainstorm.co.uk>
4350
4351         PR objc/7993
4352         * objc.dg/private-1.m, objc-dg/private-2.m: New testcases.
4353
4354 2004-05-31  Mark Mitchell  <mark@codesourcery.com>
4355
4356         PR c++/15701
4357         * g++.dg/template/friend29.C: New test.
4358
4359 2004-05-31  Joseph S. Myers  <jsm@polyomino.org.uk>
4360
4361         PR c/15749
4362         * gcc.dg/pr15749-1.c, gcc.dg/pr15749-1.h: New test.
4363
4364 2004-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
4365
4366         * gcc.dg/sparc-trap-1.c: New test.
4367
4368 2004-05-31  Roger Sayle  <roger@eyesopen.com>
4369
4370         PR middle-end/15069
4371         * g++.dg/opt/fold3.C: New test case.
4372
4373 2004-05-30  Graham Stott  <graham.stott@btinternet.com>
4374
4375         * lib/target-supports.exp (check_iconv_available): Fix fallout
4376         from 2004-05-28 patch.
4377
4378 2004-05-30  Paul Brook  <paul@codesourcery.com>
4379
4380         PR fortran/15620
4381         * gfortran.fortran-torture/execute/st_function_1.f90: New test.
4382         * gfortran.fortran-torture/execute/st_function_2.f90: New test.
4383
4384 2004-05-30  Steven G. Kargl  <kargls@comcast.net>
4385
4386         * gfortran.fortran-torture/execute/random_1.f90: New test.
4387
4388 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
4389
4390         * g++.dg/ext/altivec-10.C: New test.
4391
4392 2004-05-29  Paul Brook  <paul@codesourcery.com>
4393
4394         * gfortran.fortran-torture/execute/equiv_1.f90: New test.
4395
4396 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
4397
4398         * gcc.dg/altivec-16.c: New test.
4399
4400 2004-05-28  Janis Johnson  <janis187@us.ibm.com>
4401
4402         * lib/target-supports.exp (check_vmx_hw_available): New.
4403         * gcc.dg/vmx/vmx.exp: Use it to determine default action.
4404
4405         * lib/target-supports.exp (check_alias_available,
4406         check_iconv_available, check_named_sections_available): Use
4407         unique names for temporary files.
4408
4409 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
4410
4411         * gcc.dg/altivec-15.c: New test.
4412
4413 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
4414
4415         PR c++/15083
4416         * g++.dg/warn/noeffect6.C: New test.
4417
4418         PR c++/15471
4419         * g++.dg/expr/ptrmem4.C: New test.
4420
4421         PR c++/15640
4422         * g++.dg/template/operator3.C: New test.
4423
4424 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
4425
4426         PR c++/14668
4427         * g++.dg/lookup/redecl1.C: New test.
4428         * g++.old-deja/g++.benjamin/tem04.C: Add error marker.
4429
4430 2004-05-28  Paolo Bonzini  <bonzini@gnu.org>
4431
4432         * gcc.c-torture/execute/compare-fp-1.c,
4433         gcc.c-torture/execute/compare-fp-2.c,
4434         gcc.c-torture/execute/compare-fp-3.c,
4435         gcc.c-torture/execute/compare-fp-4.c,
4436         gcc.c-torture/execute/compare-fp-3.x,
4437         gcc.c-torture/execute/compare-fp-4.x,
4438         gcc.dg/pr15649-1.c: New.
4439
4440 2004-05-27  Adam Nemet  <anemet@lnxw.com>
4441
4442         PR c++/12883
4443         * g++.dg/init/array14.C: New test.
4444
4445 2004-05-25  Janis Johnson  <janis187@us.ibm.com>
4446
4447         * lib/compat.exp (compat-get-options-main): New.
4448         (compat-get-options): Remove unneeded code, warn for ignored
4449         command.
4450         (compat-execute): Check flag set by dg-require-* commands.
4451
4452         * lib/compat.exp (compat-execute): Break up long lines.
4453
4454 2004-05-24  Janis Johnson  <janis187@us.ibm.com>
4455
4456         * gcc.dg/altivec-7.c: Don't use 'vector long'.
4457         * gcc.dg/altivec-14.c: New test.
4458         * g++.dg/ext/altivec-7.C: Don't use 'vector long'.
4459
4460         * gcc.dg/altivec-6.c: Use -maltivec, don't limit to darwin.
4461         * gcc.dg/altivec-12.c: Ditto.
4462
4463         * gcc.dg/altivec-3.c: Move call to altivec_check.
4464
4465 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
4466
4467         PR c++/15044
4468         * g++.dg/template/error12.C: New test.
4469
4470         PR c++/15317
4471         * g++.dg/ext/attrib15.C: New test.
4472
4473         PR c++/15329
4474         * g++.dg/template/ptrmem9.C: New test.
4475
4476 2004-05-25  Paul Brook  <paul@codesourcery.com>
4477
4478         * gfortran.fortran-torture/compile/inquiry_1.f90: New test.
4479
4480 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
4481
4482         PR c++/15165
4483         * g++.dg/template/crash19.C: New test.
4484
4485 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
4486
4487         PR c++/15025
4488         * g++.dg/template/redecl1.C: New test.
4489
4490 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
4491
4492         PR c++/14821
4493         * g++.dg/other/ns1.C: New test.
4494
4495         PR c++/14883
4496         * g++.dg/template/invalid1.C: New test.
4497
4498 2004-05-23  Paul Brook  <paul@codesourcery.com>
4499         Victor Leikehman  <lei@haifasphere.co.il>
4500
4501         * gfortran.fortran-torture/execute/common_init_1.f90: New test.
4502         * gfortran.fortran-torture/execute/equiv_init.f90: New test.
4503
4504 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
4505
4506         PR c++/15285
4507         PR c++/15299
4508         * g++.dg/template/non-dependent5.C: New test.
4509         * g++.dg/template/non-dependent6.C: New test.
4510
4511 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
4512
4513         PR c++/15507
4514         * g++.dg/inherit/union1.C: New test.
4515
4516         PR c++/15542
4517         * g++.dg/template/addr1.C: New test.
4518
4519         PR c++/15427
4520         * g++.dg/template/array5.C: New test.
4521
4522         PR c++/15287
4523         * g++.dg/template/array6.C: New test.
4524
4525 2004-05-22  Wolfgang Bangerth  <bangerth@dealii.org>
4526             Roger Sayle  <roger@eyesopen.com>
4527
4528         * g++.dg/lookup/forscope2.C: New test case.
4529
4530 2004-05-22  Ben Elliston  <bje@au.ibm.com>
4531
4532         * gcc.dg/cpp/Wmissingdirs.c: New.
4533
4534 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
4535
4536         PR target/15301
4537         * gcc.dg/compat/union-m128-1.h: New file.
4538         * gcc.dg/compat/union-m128-1_main.c: Likewise.
4539         * gcc.dg/compat/union-m128-1_x.c: Likewise.
4540         * gcc.dg/compat/union-m128-1_y.c: Likewise.
4541
4542 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
4543
4544         PR target/15302
4545         * gcc.dg/compat/struct-complex-1.h: New file.
4546         * gcc.dg/compat/struct-complex-1_main.c: Likewise.
4547         * gcc.dg/compat/struct-complex-1_x.c: Likewise.
4548         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
4549
4550 2004-05-20  Roger Sayle  <roger@eyesopen.com>
4551
4552         PR middle-end/3074
4553         * gcc.dg/pr3074-1.c: New test case.
4554         * gcc.dg/sequence-pt-1.c: Remove an XFAIL.
4555
4556 2004-05-20  Falk Hueffner  <falk@debian.org>
4557
4558         PR other/15526
4559         * gcc.dg/ftrapv-1.c: New test case.
4560
4561 2004-05-18  Feng Wang  <fengwang@nudt.edu.cn>
4562
4563         * gfortran.fortran-torture/execute/power.f90: Test constant integers.
4564
4565 2004-05-18  Andrew Pinski  <pinskia@physics.uc.edu>
4566             Jeff Law  <law@redhat.com>
4567
4568         * gcc.dg/tree-ssa/20040514-2.c: Update expected output.
4569         * gcc.dg/tree-ssa/20040518-2.c: New test.
4570
4571         * gcc.dg/tree-ssa/20040518-1.c: New test.
4572
4573 2004-05-18  Zack Weinberg  <zack@codesourcery.com>
4574
4575         * gcc.c-torture/execute/991216-3.c: Delete, duplicate of 991216-2.c.
4576
4577 2004-05-18  Paul Brook  <paul@codesourcery.com>
4578
4579         PR fortran/13930
4580         * gfortran.fortran-torture/execute/der_init_4.f90: New test.
4581
4582 2004-05-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4583
4584         * gfortran.fortran-torture/execute/cmplx.f90: Add test for bug in
4585         constant folding.
4586
4587 2004-05-17  Steven Bosscher  <stevenb@suse.de>
4588
4589         * gcc.dg/tree-ssa/20040517-1.c: New test.
4590
4591 2004-05-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4592
4593         * gcc.dg/loop-4.c: New test.
4594
4595 2004-05-15  Andrew Pinski  <pinskia@physics.uc.edu>
4596
4597         * gcc.dg/tree-ssa/20040514-1.c: Add '}' that was forgotten.
4598
4599 2004-05-15  Bud Davis  <bdavis9659@comcast.net>
4600
4601         PR fortran/15311
4602         * gfortran.fortran-torture/execute/write_a_1.f90: New test.
4603
4604 2004-05-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4605
4606         PR fortran/13826
4607         PR fortran/13940
4608         * gfortran.fortran-torture/compile/data_1.f90: New test.
4609
4610 2004-05-15  Ulrich Weigand  <uweigand@de.ibm.com>
4611
4612         * gcc.dg/const-elim-1.c: Remove XFAIL for s390*-*-*.
4613         * gcc.dg/uninit-H.c: Define ASM for __s390__.
4614
4615 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
4616
4617         * gcc.c-torture/execute/20000603-1.c: Update WG14 URL.
4618
4619 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
4620
4621         PR c/15444
4622         * gcc.dg/format/xopen-1.c: Adjust expected message.
4623         * gcc.dg/format/xopen-3.c: New test.
4624
4625 2004-05-14  Victor Leikehman  <lei@haifasphere.co.il>
4626
4627         * gfortran.fortran-torture/execute/def_init_3.f90: New test.
4628
4629 2004-05-14  Jeff Law  <law@redhat.com>
4630
4631         * gcc.dg/tree-ssa/20040514-2.c: New test.
4632
4633 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4634
4635         * gfortran.fortran-torture/compile/noncontinuation_1.f90: Rename
4636         this ...
4637         * gfortran.fortran-torture/compile/noncontinuation_1.f: ... to
4638         this.
4639
4640 2004-05-14  Andrew Pinski  <pinskia@physics.uc.edu>
4641
4642         * gcc.dg/tree-ssa/20040514-1.c: New test.
4643
4644 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4645
4646         * gfortran.fortran-torture/compile/noncontinuation_1.f90: New
4647         test.
4648
4649 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4650
4651         PR fortran/14066
4652         * gfortran.fortran-torture/compile/do_1.f90: New test.
4653
4654 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4655
4656         PR fortran/15051
4657         * gfortran.fortran-torture/compile/empty_interface_1.f90: New
4658         test.
4659
4660 2004-05-14  Bud Davis  <bdavis9659@comcast.net>
4661
4662         PR fortran/15149
4663         * gfortran.fortran-torture/execute/random_init.f90: New test.
4664
4665 2004-05-13  Paul Brook  <paul@codesourcery.com>
4666
4667         PR fortran/15314
4668         * gfortran.fortran-torture/execute/der_init_s.f90: New test.
4669
4670 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
4671
4672         * gcc.dg/uninit-H.c: Test for __PPC__ and __ppc__
4673         for the powerpc case.
4674
4675 2004-05-13  Jeff Law  <law@redhat.com>
4676
4677         * gcc.dg/tree-ssa/20040513-1.c: New test.
4678         * gcc.dg/tree-ssa/20040513-2.c: New test.
4679
4680 2004-05-13  Paul Brook  <paul@codesourcery.com>
4681
4682         * gcc.dg/tree-ssa/20030808-1.c: Force enum size.
4683         * gcc.dg/tree-ssa/20030714-1.c: Ditto.
4684         * gcc.dg/tree-ssa/20030708-1.c: Ditto.
4685
4686 2004-05-13  Andreas Schwab  <schwab@suse.de>
4687
4688         PR other/10819
4689         * lib/gfortran.exp (gfortran_version): Do not match NL/CR
4690         characters.
4691
4692 2004-05-13  Bud Davis  <bdavis9659@comcast.net>
4693
4694         PR fortran/15294
4695         * gfortran.fortran-torture/execute/adjustr.f90: New file.
4696
4697 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4698
4699         Merge from tree-ssa-20020619-branch.  See
4700         ChangeLog.tree-ssa for details.
4701
4702 2004-05-11  Ziemowit Laski  <zlaski@apple.com>
4703
4704         * g++.dg/ext/altivec-8.C: Use '-maltivec' instead of '-faltivec';
4705         include <altivec.h> explicitly.
4706         * gcc.dg/altivec-13.c: Likewise.
4707
4708 2004-05-11  Paul Brook  <paul@codesourcery.com>
4709
4710         * gcc.c-torture/compile/20010518-1.c: Force enum size.
4711
4712 2004-05-10  Eric Christopher  <echristo@redhat.com>
4713
4714         * gcc.dg/sibcall-3.c: Remove xfail for mips*-*-elf.
4715         * gcc.dg/sibcall-4.c: Ditto.
4716
4717 2004-05-10  Ziemowit Laski  <zlaski@apple.com>
4718
4719         * g++.dg/ext/altivec-8.C: New test case.
4720         * gcc.dg/altivec-13.c: New test case.
4721
4722 2004-05-08  Roger Sayle  <roger@eyesopen.com>
4723
4724         * gcc.c-torture/execute/divcmp-1.c: New test case.
4725         * gcc.c-torture/execute/divcmp-2.c: New test case.
4726         * gcc.c-torture/execute/divcmp-3.c: New test case.
4727
4728 2004-05-07  Eric Botcazou <ebotcazou@libertysurf.fr>
4729
4730         * g++.dg/other/pragma-re-2.C: New test.
4731
4732 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
4733
4734         * gcc.dg/i386-387-1.c: Add new test for __builtin_fmod.
4735         * gcc.dg/i386-387-2.c: Likewise.
4736
4737         * gcc.dg/i386-387-5.c: Add new tests for __builtin_log1p and
4738         __builtin_drem.
4739         * gcc.dg/i386-387-6.c: Likewise.
4740
4741 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
4742
4743         * gcc.dg/builtins-33.c:  Also check log1p*.
4744
4745 2004-05-07  Hans-Peter Nilsson  <hp@axis.com>
4746
4747         PR optimization/15296
4748         * gcc.c-torture/execute/pr15296.c: New test.
4749
4750 2004-05-05  Uros Bizjak  <uros@kss-loka.si>
4751
4752         * gcc.dg/builtins-40.c: New test.
4753
4754 2004-05-05  Richard Sandiford  <rsandifo@redhat.com>
4755
4756         * gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.
4757
4758 2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
4759
4760         * g++.dg/ext/spe1.C: New testcase.
4761
4762 2004-05-04  Ziemowit Laski  <zlaski@apple.com>
4763
4764         * objc.dg/image-info.m: Allow additional attributes
4765         for __image_info section.
4766
4767 2004-05-04  Richard Sandiford  <rsandifo@redhat.com>
4768
4769         * gcc.dg/torture/mips-hilo-2.c: New test.
4770
4771 2004-05-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4772
4773         PR c++/14389
4774         * g++.dg/template/member5.C: New test.
4775
4776 2004-05-03  Uros Bizjak  <uros@kss-loka.si>
4777
4778         * gcc.dg/builtins-34.c: Also check expm1*.
4779
4780 2004-05-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4781
4782         * gcc.dg/torture/builtin-integral-1.c: Reorg and add more cases.
4783         * gcc.dg/torture/builtin-convert-3.c: New test.
4784
4785 2004-05-01  Ulrich Weigand  <uweigand@de.ibm.com>
4786
4787         PR middle-end/15054
4788         * g++.dg/opt/pr15054.C: New test.
4789
4790 2004-04-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4791
4792         * gcc.dg/torture/builtin-rounding-1.c: New test.
4793         * gcc.dg/builtins-25.c: Delete.
4794         * gcc.dg/builtins-29.c: Delete.
4795
4796 2004-04-29  Andreas Krebbel  <krebbel1@de.ibm.com>
4797
4798         * gcc.dg/sibcall-3.c: Delete s390 from expected fail list.
4799         * gcc.dg/sibcall-4.c: Likewise.
4800         * gcc.dg/sibcall-6.c: Enable s390 as test platform.
4801
4802 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
4803
4804         * gcc.c-torture/execute/20040331-1.c: Don't use too wide a
4805         bit-field on 16-bit targets.
4806
4807 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
4808
4809         * gcc.c-torture/execute/20040409-2.c: Fix constants used on
4810         16-bit targets.
4811
4812 2004-04-30  Andrew Pinski  <pinskia@physics.uc.edu>
4813
4814         * gcc.dg/rs6000-power2-1.c: Change to compile only.
4815         * gcc.dg/rs6000-power2-2.c: Likewise.
4816
4817 2004-04-29  Andrew Pinski  <pinskia@physics.uc.edu>
4818
4819         * gcc.dg/rs6000-power2-1.c: Change the options to be more correct.
4820         * gcc.dg/rs6000-power2-2.c: Change the options to be more correct.
4821         Change the asm registers to be in form of frN instead of fN.
4822
4823 2004-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4824
4825         * gcc.dg/torture/builtin-convert-2.c: New test.
4826
4827 2004-04-28  Andrew Pinski  <pinskia@physics.uc.edu>
4828
4829         * gcc.dg/rs6000-power2-1.c: New test.
4830         * gcc.dg/rs6000-power2-2.c: New test.
4831
4832 2004-04-28  Jan Hubicka  <jh@suse.cz>
4833
4834         * gcc.dg/unused-6.c: New test.
4835
4836 2004-04-24  Laurent GUERBY  <laurent@guerby.net>
4837             Ulrich Weigand  <uweigand@de.ibm.com>
4838
4839         * ada/acats/run_all.sh: Define $target variable.
4840
4841 2004-04-26  Andrew Pinski  <pinskia@physics.uc.edu>
4842
4843         PR c++/15119
4844         * g++.dg/other/vararg-1.C: New test.
4845
4846         PR c++/4794
4847         * g++.dg/eh/cleanup3.C: New test.
4848
4849 2004-04-24  Laurent GUERBY <laurent@guerby.net>
4850
4851         * ada/acats/run_all.sh: Handle cd2a83c, cd2a91c (target_bit)
4852         and ad8011a (target_insn).
4853         * ada/acats/support/macro.dfs: Likewise.
4854         * ada/acats/support/impbit.adb: New file.
4855
4856 2004-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
4857
4858         * gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.
4859
4860 2004-04-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
4861
4862         * gcc.dg/loop-3.c: New test.
4863
4864 2004-04-23  Daniel Jacobowitz  <drow@mvista.com>
4865
4866         * gcc.c-torture/execute/simd-5.c: New test.
4867
4868 2004-04-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4869
4870         PR c++/15064
4871         * g++.dg/template/crash18.C: New test.
4872
4873 2004-04-22  Mark Mitchell  <mark@codesourcery.com>
4874
4875         * g++.dg/ext/complit3.C: New test.
4876
4877 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
4878
4879         * gcc.dg/altivec-1.c: XFAIL for powerpc-eabispe.
4880         * gcc.dg/altivec-3.c: Same.
4881         * gcc.dg/altivec-varargs-1.c: Same.
4882
4883 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
4884
4885         * lib/target-supports.exp (check_profiling_available): Assume
4886         profiling is not available on powerpc-eabi targets.
4887
4888 2004-04-21  Janis Johnson  <janis187@us.ibm.com>
4889
4890         * gcc.dg/vmx/1c-01.c: Use ptrdiff_t for casts of pointers.
4891         * gcc.dg/vmx/bug-1.c: Ditto.
4892
4893 2004-04-20  Eric Christopher  <echristo@redhat.com>
4894
4895         * gcc.dg/charset/extern.c: New test.
4896         * g++.dg/charset/extern3.cc: Ditto.
4897
4898 2004-04-20  Uros Bizjak  <uros@kss-loka.si>
4899
4900         * gcc.dg/builtins-39.c: New test.
4901
4902 2004-04-20  Aldy Hernandez  <aldyh@redhat.com>
4903
4904         * gcc.dg/vmx/vmx.exp: Change DEFAULT_CFLAGS to DEFAULT_VMXCFLAGS.
4905
4906 2004-04-20  Richard Sandiford  <rsandifo@redhat.com>
4907
4908         * gcc.dg/torture/mips-hilo-1.c: New test.
4909
4910 2004-04-19  Andrew Pinski  <pinskia@physics.uc.edu>
4911
4912         * gcc.c-torture/compile/20040419-1.c: New test.
4913
4914 2004-04-18  Aldy Hernandez  <aldyh@redhat.com>
4915
4916         * gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.
4917
4918 2004-04-18  Zack Weinberg  <zack@codesourcery.com>
4919             Aldy Hernandez  <aldyh@redhat.com>
4920
4921         * gcc.c-torture/execute/va-arg-24.c: New.
4922
4923 2004-04-17  Zack Weinberg  <zack@codesourcery.com>
4924             Aldy Hernandez  <aldyh@redhat.com>
4925
4926         * gcc.dg/vmx/1b-01.c: New.
4927         * gcc.dg/vmx/1b-02.c: New.
4928         * gcc.dg/vmx/1b-03.c: New.
4929         * gcc.dg/vmx/1b-04.c: New.
4930         * gcc.dg/vmx/1b-05.c: New.
4931         * gcc.dg/vmx/1b-06.c: New.
4932         * gcc.dg/vmx/1b-07.c: New.
4933         * gcc.dg/vmx/1c-01.c: New.
4934         * gcc.dg/vmx/1c-02.c: New.
4935         * gcc.dg/vmx/3a-01a.c: New.
4936         * gcc.dg/vmx/3a-01.c: New.
4937         * gcc.dg/vmx/3a-01m.c: New.
4938         * gcc.dg/vmx/3a-03.c: New.
4939         * gcc.dg/vmx/3a-03m.c: New.
4940         * gcc.dg/vmx/3a-04.c: New.
4941         * gcc.dg/vmx/3a-04m.c: New.
4942         * gcc.dg/vmx/3a-05.c: New.
4943         * gcc.dg/vmx/3a-06.c: New.
4944         * gcc.dg/vmx/3a-06m.c: New.
4945         * gcc.dg/vmx/3a-07.c: New.
4946         * gcc.dg/vmx/3b-01.c: New.
4947         * gcc.dg/vmx/3b-02.c: New.
4948         * gcc.dg/vmx/3b-10.c: New.
4949         * gcc.dg/vmx/3b-13.c: New.
4950         * gcc.dg/vmx/3b-14.c: New.
4951         * gcc.dg/vmx/3b-15.c: New.
4952         * gcc.dg/vmx/3c-01a.c: New.
4953         * gcc.dg/vmx/3c-01.c: New.
4954         * gcc.dg/vmx/3c-02.c: New.
4955         * gcc.dg/vmx/3c-03.c: New.
4956         * gcc.dg/vmx/3d-01.c: New.
4957         * gcc.dg/vmx/4-01.c: New.
4958         * gcc.dg/vmx/4-03.c: New.
4959         * gcc.dg/vmx/5-01.c: New.
4960         * gcc.dg/vmx/5-02.c: New.
4961         * gcc.dg/vmx/5-03.c: New.
4962         * gcc.dg/vmx/5-04.c: New.
4963         * gcc.dg/vmx/5-05.c: New.
4964         * gcc.dg/vmx/5-06.c: New.
4965         * gcc.dg/vmx/5-07.c: New.
4966         * gcc.dg/vmx/5-07t.c: New.
4967         * gcc.dg/vmx/5-08.c: New.
4968         * gcc.dg/vmx/5-10.c: New.
4969         * gcc.dg/vmx/5-11.c: New.
4970         * gcc.dg/vmx/7-01a.c: New.
4971         * gcc.dg/vmx/7-01.c: New.
4972         * gcc.dg/vmx/7c-01.c: New.
4973         * gcc.dg/vmx/7d-01.c: New.
4974         * gcc.dg/vmx/7d-02.c: New.
4975         * gcc.dg/vmx/8-01.c: New.
4976         * gcc.dg/vmx/8-02a.c: New.
4977         * gcc.dg/vmx/8-02.c: New.
4978         * gcc.dg/vmx/brode-1.c: New.
4979         * gcc.dg/vmx/bug-1.c: New.
4980         * gcc.dg/vmx/bug-2.c: New.
4981         * gcc.dg/vmx/bug-3.c: New.
4982         * gcc.dg/vmx/cw-bug-1.c: New.
4983         * gcc.dg/vmx/cw-bug-2.c: New.
4984         * gcc.dg/vmx/cw-bug-3.c: New.
4985         * gcc.dg/vmx/dct.c: New.
4986         * gcc.dg/vmx/debug-1.c: New.
4987         * gcc.dg/vmx/debug-2.c: New.
4988         * gcc.dg/vmx/debug-3.c: New.
4989         * gcc.dg/vmx/debug-4.c: New.
4990         * gcc.dg/vmx/dos-bug-1-gdb.c: New.
4991         * gcc.dg/vmx/dos-bug-2-gdb.c: New.
4992         * gcc.dg/vmx/eg-5.c: New.
4993         * gcc.dg/vmx/fft.c: New.
4994         * gcc.dg/vmx/gcc-bug-1.c: New.
4995         * gcc.dg/vmx/gcc-bug-2.c: New.
4996         * gcc.dg/vmx/gcc-bug-3.c: New.
4997         * gcc.dg/vmx/gcc-bug-4.c: New.
4998         * gcc.dg/vmx/gcc-bug-5.c: New.
4999         * gcc.dg/vmx/gcc-bug-6.c: New.
5000         * gcc.dg/vmx/gcc-bug-7.c: New.
5001         * gcc.dg/vmx/gcc-bug-8.c: New.
5002         * gcc.dg/vmx/gcc-bug-9.c: New.
5003         * gcc.dg/vmx/gcc-bug-b.c: New.
5004         * gcc.dg/vmx/gcc-bug-c.c: New.
5005         * gcc.dg/vmx/gcc-bug-d.c: New.
5006         * gcc.dg/vmx/gcc-bug-e.c: New.
5007         * gcc.dg/vmx/gcc-bug-f.c: New.
5008         * gcc.dg/vmx/gcc-bug-g.c: New.
5009         * gcc.dg/vmx/gcc-bug-i.c: New.
5010         * gcc.dg/vmx/harness.h: New.
5011         * gcc.dg/vmx/ira1.c: New.
5012         * gcc.dg/vmx/ira2a.c: New.
5013         * gcc.dg/vmx/ira2b.c: New.
5014         * gcc.dg/vmx/ira2.c: New.
5015         * gcc.dg/vmx/ira2c.c: New.
5016         * gcc.dg/vmx/mem.c: New.
5017         * gcc.dg/vmx/newton-1.c: New.
5018         * gcc.dg/vmx/ops.c: New.
5019         * gcc.dg/vmx/sn7153.c: New.
5020         * gcc.dg/vmx/spill2.c: New.
5021         * gcc.dg/vmx/spill3.c: New.
5022         * gcc.dg/vmx/spill.c: New.
5023         * gcc.dg/vmx/t.c: New.
5024         * gcc.dg/vmx/varargs-1.c: New.
5025         * gcc.dg/vmx/varargs-2.c: New.
5026         * gcc.dg/vmx/varargs-3.c: New.
5027         * gcc.dg/vmx/varargs-4.c: New.
5028         * gcc.dg/vmx/varargs-5.c: New.
5029         * gcc.dg/vmx/varargs-6.c: New.
5030         * gcc.dg/vmx/varargs-7.c: New.
5031         * gcc.dg/vmx/vmx.exp: New.
5032         * gcc.dg/vmx/vprint-1.c: New.
5033         * gcc.dg/vmx/vscan-1.c: New.
5034         * gcc.dg/vmx/x-01.c: New.
5035         * gcc.dg/vmx/x-02.c: New.
5036         * gcc.dg/vmx/x-03.c: New.
5037         * gcc.dg/vmx/x-04.c: New.
5038         * gcc.dg/vmx/x-05.c: New.
5039         * gcc.dg/vmx/yousufi-1.c: New.
5040         * gcc.dg/vmx/zero-1.c: New.
5041         * gcc.dg/vmx/zero.c: New.
5042
5043 2004-04-17  Andrew Pinski  <pinskia@physics.uc.edu>
5044
5045         * g++.dg/lookup/java1.C: Update for chage of
5046         _Jv_AllocObject.
5047         * g++.dg/lookup/java2.C: Likewise.
5048
5049 2004-04-17  Laurent GUERBY <laurent@guerby.net>
5050
5051         * ada/acats/run_all.sh: use -O2 by default.
5052
5053 2004-04-17  Richard Sandiford  <rsandifo@redhat.com>
5054
5055         * gcc.dg/vr-mult-[12].c: New tests.
5056
5057 2004-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5058
5059         * gcc.dg/funcorder.c: XFAIL hppa*64*-*-*.
5060
5061         * gcc.dg/const-elim-1.c: XFAIL hppa-*-*.
5062
5063 2004-04-15  Richard Sandiford  <rsandifo@redhat.com>
5064
5065         * lib/target-supports.exp (check_profiling_available): Assume profiling
5066         isn't available for mips*-*-elf targets.
5067
5068 2004-04-14  Uros Bizjak  <uros@kss-loka.si>
5069
5070         * gcc.dg/builtins-38.c: New test.
5071
5072 2004-04-14  Eric Christopher  <echristo@redhat.com>
5073
5074         * g++.dg/charset/charset.exp: Run .cc extension tests.
5075
5076 2004-04-14  Zack Weinberg  <zack@codesourcery.com>
5077
5078         * gcc.dg/const-elim-1.c: XFAIL hppa*.*-*-* (PA32).  Update commentary.
5079
5080 2004-04-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5081
5082         * gcc.dg/torture/builtin-ctype-2.c: Test builtin isdigit.
5083
5084 2004-04-13  Uros Bizjak  <uros@kss-loka.si>:
5085
5086         * gcc.dg/i386-387-1.c: Add new test for __builtin_tan.
5087         * gcc.dg/i386-387-2.c: Likewise.
5088
5089         * gcc.dg/i386-387-7.c: New test.
5090         * gcc.dg/i386-387-8.c: New test.
5091
5092         * gcc.dg/builtins-37.c: New test.
5093
5094 2004-04-13  Geoffrey Keating  <geoffk@apple.com>
5095
5096         * g++.dg/pch/externc-1.C: Add missing semicolon.
5097
5098 2004-04-13  Aldy Hernandez  <aldyh@redhat.com>
5099
5100         * gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe.
5101
5102 2004-04-12  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5103
5104         * gcc.c-torture/execute/20040411-1.c: New test.
5105
5106 2004-04-10  Joseph S. Myers  <jsm@polyomino.org.uk>
5107
5108         * gcc.dg/c90-intprom-1.c, gcc.dg/c99-intprom-1.c: New tests.
5109
5110 2004-04-09  Chris Demetriou  <cgd@broadcom.com>
5111
5112         * g++.dg/other/packed1.C: Mark xfail for mips*- not mips-.
5113
5114 2004-04-09  Zack Weinberg  <zack@codesourcery.com>
5115
5116         * lib/target-supports.exp (check_named_sections_available): New.
5117         * lib/gcc-dg.exp (dg-require-named-sections): New.
5118         * lib/prune.exp (prune_gcc_output): Incorporate prunes from
5119         old-deja.exp.  Also prune error-count message from HP linker.
5120         * g++.old-deja/old-deja.exp (g++-dg-prune): Delete.
5121
5122         * g++.dg/init/init-ref4.C: Use dg-require-weak.
5123         * g++.old-deja/g++.pt/static3.C: Likewise.
5124         * g++.dg/parse/attr-ctor1.C: Use dg-require-named-sections.
5125
5126 2004-04-09  Roger Sayle  <roger@eyesopen.com>
5127
5128         * gcc.c-torture/execute/20040409-1.c: New test case.
5129         * gcc.c-torture/execute/20040409-2.c: New test case.
5130         * gcc.c-torture/execute/20040409-3.c: New test case.
5131
5132 2004-04-09  Andrew Pinski  <pinskia@physics.uc.edu>
5133
5134         * gcc.dg/20040409-1.c: New test.
5135
5136 2004-04-08  Roger Sayle  <roger@eyesopen.com>
5137
5138         PR target/14888
5139         * g++.dg/opt/pr14888.C: New test case.
5140
5141 2004-04-08  Geoffrey Keating  <geoffk@apple.com>
5142
5143         * gcc.dg/pch/valid-1.c, gcc.dg/pch/valid-2.c, gcc.dg/pch/valid-3.c,
5144         gcc.dg/pch/valid-4.c, gcc.dg/pch/valid-5.c, gcc.dg/pch/valid-6.c,
5145         gcc.dg/pch/valid-1.hs, gcc.dg/pch/valid-2.hs, gcc.dg/pch/valid-3.hs,
5146         gcc.dg/pch/valid-4.hs, gcc.dg/pch/valid-5.hs, gcc.dg/pch/valid-6.hs:
5147         New tests.
5148
5149 2004-04-08  Paul Brook  <paul@codesourcery.com>
5150
5151         * gcc.dg/spill-1.c: New test.
5152
5153 2004-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5154
5155         * gcc.dg/torture/builtin-ctype-2.c: New test.
5156
5157 2004-04-07  Ian Lance Taylor  <ian@wasabisystems.com>
5158
5159         * gcc.dg/pch/pch.exp: Add largefile test.
5160
5161 2004-04-06  Geoffrey Keating  <geoffk@apple.com>
5162
5163         * g++.dg/pch/externc-1.Hs: New.
5164         * g++.dg/pch/externc-1.C: New.
5165
5166 2004-04-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5167
5168         * gcc.dg/compat/struct-by-value-5a_main.c,
5169         gcc.dg/compat/struct-by-value-5b_main.c: New files.
5170         * gcc.dg/compat/struct-by-value-5_main.c: Delete.
5171         * gcc.dg/compat/struct-by-value-5a_x.c,
5172         gcc.dg/compat/struct-by-value-5b_x.c: New, split out from
5173         gcc.dg/compat/struct-by-value-5_x.c.
5174         * gcc.dg/compat/struct-by-value-5a_y.c,
5175         gcc.dg/compat/struct-by-value-5b_y.c: New, split out from
5176         gcc.dg/compat/struct-by-value-5_y.c.
5177
5178         * gcc.dg/compat/struct-by-value-6a_main.c,
5179         gcc.dg/compat/struct-by-value-6b_main.c: New files.
5180         * gcc.dg/compat/struct-by-value-6_main.c: Delete.
5181         * gcc.dg/compat/struct-by-value-6a_x.c,
5182         gcc.dg/compat/struct-by-value-6b_x.c: New, split out from
5183         gcc.dg/compat/struct-by-value-6_x.c.
5184         * gcc.dg/compat/struct-by-value-6a_y.c,
5185         gcc.dg/compat/struct-by-value-6b_y.c: New, split out from
5186         gcc.dg/compat/struct-by-value-6_y.c.
5187
5188         * gcc.dg/compat/struct-by-value-7a_main.c,
5189         gcc.dg/compat/struct-by-value-7b_main.c: New files.
5190         * gcc.dg/compat/struct-by-value-7_main.c: Delete.
5191         * gcc.dg/compat/struct-by-value-7a_x.c,
5192         gcc.dg/compat/struct-by-value-7b_x.c: New, split out from
5193         gcc.dg/compat/struct-by-value-7_x.c.
5194         * gcc.dg/compat/struct-by-value-7a_y.c,
5195         gcc.dg/compat/struct-by-value-7b_y.c: New, split out from
5196         gcc.dg/compat/struct-by-value-7_y.c.
5197
5198 2004-04-06  Jakub Jelinek  <jakub@redhat.com>
5199
5200         * gcc.dg/i386-sse-8.c: Don't use -march=pentium3 on x86_64.
5201         * gcc.dg/i386-local.c: Expect %edi, not %eax register on x86_64.
5202         * gcc.dg/20020103-1.c: Add -fno-asynchronous-unwind-tables to
5203         options.
5204
5205 2004-04-06  Uros Bizjak  <uros@kss-loka.si>
5206
5207         * gcc.dg/builtins-36.c: New test.
5208
5209 2004-04-06  Paul Brook  <paul@codesourcery.com>
5210
5211         * README.gcc: Remove obsolete contraint on testcases.
5212
5213 2004-04-05  Paul Brook  <paul@codesourcery.com>
5214
5215         PR2123
5216         * g++.dg/expr/anew1.C: XFAIL and make reproducible.  Call abort on
5217         failure and exit(0) on success.
5218         * g++.dg/expr/anew2.C: Ditto.
5219         * g++.dg/expr/anew3.C: Ditto.
5220         * g++.dg/expr/anew4.C: Ditto.
5221
5222 2004-04-05  Nathan Sidwell  <nathan@codesourcery.com>
5223
5224         PR c++/3518
5225         * g++.dg/template/unify7.C: New.
5226
5227 2004-04-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5228
5229         * g++.dg/README: Bring up to date with new subdirectories; remove
5230         duplicate subdirectory lines.
5231
5232 2004-04-02  Nathan Sidwell  <nathan@codesourcery.com>
5233
5234         PR c++/14007
5235         * g++.dg/template/unify5.C: New.
5236         * g++.dg/template/unify6.C: New.
5237         * g++.dg/template/qualttp20.C: Adjust.
5238         * g++.old-deja/g++.jason/report.C: Adjust.
5239         * g++.old-deja/g++.other/qual1.C: Adjust.
5240
5241 2004-04-01  Mark Mitchell  <mark@codesourcery.com>
5242
5243         PR c++/14803
5244         * g++.dg/inherit/ptrmem1.C: New test.
5245
5246 2004-04-01  Jakub Jelinek  <jakub@redhat.com>
5247
5248         PR c++/14755
5249         * gcc.c-torture/execute/20040331-1.c: New test.
5250         * gcc.dg/20040331-1.c: New test.
5251
5252 2004-04-01  Paul Brook  <paul@codesourcery.com>
5253
5254         * gcc.dg/arm-mmx-1.c: Add -mabi=iwmmxt to dg-options.
5255
5256 2004-03-30  Mark Mitchell  <mark@codesourcery.com>
5257
5258         PR c++/14724
5259         * g++.dg/init/goto1.C: New test.
5260
5261         PR c++/14763
5262         * g++.dg/template/defarg4.C: New test.
5263
5264 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
5265
5266         * gcc.dg/altivec-11.c: Extend test for more valid cases.
5267
5268 2004-03-28  David Edelsohn  <edelsohn@gnu.org>
5269
5270         * gcc.dg/doloop-1.c: Do not check for lack of "blt".
5271
5272 2004-03-28  Zack Weinberg  <zack@codesourcery.com>
5273
5274         * gcc.dg/noncompile/undeclared-2.c: New test.
5275
5276 2004-03-28  Joseph S. Myers  <jsm@polyomino.org.uk>
5277
5278         * gcc.dg/940409-1.c: Remove XFAIL.
5279         * gcc.dg/reg-vol-struct-1.c: New test.
5280
5281 2004-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5282
5283         * gcc.dg/torture/builtin-wctype-1.c: New test.
5284
5285 2004-03-26  James A. Morrison  <ja2morri@uwaterloo.ca>
5286
5287         * gcc.dg/20001013-1.c: Run on 32-bit and 64-bit SPARC.
5288         * gcc.dg/20001101-1.c: Likewise.
5289         * gcc.dg/20001102-1.c: Likewise.
5290
5291 2004-03-25  Roger Sayle  <roger@eyesopen.com>
5292
5293         * gcc.dg/compare8.c: Add an additional test for XOR.
5294
5295 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5296
5297         * gcc.dg/torture/builtin-ctype-1.c: New test.
5298
5299 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5300
5301         * gcc.dg/torture/builtin-explog-1.c: Add new cases.
5302         * gcc.dg/torture/builtin-math-1.c: Likewise.
5303         * gcc.dg/torture/builtin-power-1.c: New test.
5304
5305 2004-03-24  Andreas Schwab  <schwab@suse.de>
5306
5307         * lib/prune.exp (prune_gcc_output): Ignore errata warning from
5308         IA64 assembler.
5309
5310 2004-03-23  Joseph S. Myers  <jsm@polyomino.org.uk>
5311             Roger Sayle  <roger@eyesopen.com>
5312
5313         * gcc.dg/compare8.c: New test case.
5314
5315 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
5316
5317         * g++.dg/ext/altivec-7.C: New test.
5318
5319 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
5320
5321         PR 12267, 12391, 12560, 13129, 14114, 14133
5322         * gcc.dg/Wold-style-definition-1.c, gcc.dg/builtins-30.c
5323         * gcc.dg/unused-4.c, gcc.dg/noncompile/label-1.c
5324         * gcc.dg/noncompile/label-lineno-1.c, objc.dg/naming-1.m:
5325         Adjust error regexps.
5326         * gcc.dg/Wshadow-2.c, gcc.dg/noncompile/incomplete-3.c
5327         * gcc.dg/noncompile/undeclared-1.c: New test cases.
5328         * gcc.dg/decl-5.c, gcc.dg/redecl-1.c: Remove XFAIL.
5329         * gcc.dg/local1.c: Add explanatory comment.
5330
5331 2004-03-23  Roger Sayle  <roger@eyesopen.com>
5332
5333         PR optimization/14669
5334         * g++.dg/opt/fold2.C: New test case.
5335
5336 2004-03-22  Jakub Jelinek  <jakub@redhat.com>
5337
5338         PR c/14069
5339         * gcc.dg/20040322-1.c: New test.
5340
5341 2004-03-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
5342
5343         * gcc.dg/ultrasp2.c: Do not pass -m64.  Remove redundant lines.
5344         * gcc.dg/ultrasp4.c: Likewise.
5345         * gcc.dg/ultrasp8.c: Do not pass -m64.  Add sparcv9-*-*.
5346
5347 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
5348
5349         * gcc.dg/i386-sse-8.c: Reset default options.
5350
5351 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
5352
5353         * gcc.dg/charset/asm2.c: Allow 'parse error' instead of 'syntax error'
5354         in the error message text.
5355
5356 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5357
5358         * g++.dg/template/qualttp20.C: Adjust dg- regexp.
5359
5360 2004-03-21  Mark Mitchell  <mark@codesourcery.com>
5361
5362         PR c++/14616
5363         * g++.dg/init/array13.C: New test.
5364
5365 2004-03-20  Roger Sayle  <roger@eyesopen.com>
5366
5367         PR target/13889
5368         * gcc.c-torture/compile/pr13889.c: New test case.
5369
5370 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
5371
5372         PR c/14635
5373         * builtins-1.c (nan, nans): Don't test.
5374         * builtins-30.c: Don't use nan, nanf, nanl.
5375         * builtins-35.c: New test.
5376
5377 2004-03-19  Ziemowit Laski  <zlaski@apple.com>
5378
5379         * g++.dg/ext/altivec-6.C: New test.
5380
5381 2004-03-19  Mark Mitchell  <mark@codesourcery.com>
5382
5383         * g++.dg/init/placement3.C: New test.
5384
5385         * g++.dg/template/spec13.C: New test.
5386
5387         * g++.dg/lookup/using11.C: New test.
5388
5389         * g++.dg/lookup/koenig3.C: New test.
5390
5391         * g++.dg/template/operator2.C: New test.
5392
5393         * g++.dg/expr/dtor3.C: New test.
5394         * g++.old-deja/g++.brendan/crash15.C: Remove incorrect dg-error
5395         marker.
5396         * g++.old-deja/g++.law/visibility28.C: Likewise.
5397
5398 2004-03-19  Paolo Bonzini  <bonzini@gnu.org>
5399
5400         * gcc.dg/altivec-6.c: Use vector_size attribute, not mode.
5401         * gcc.dg/ppc64-abi-3.c: Likewise.
5402
5403 2004-03-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5404
5405         PR c++/14545
5406         * g++.dg/parse/template15.C: New test.
5407
5408 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
5409
5410         * g++.dg/expr/dtor2.C: New test.
5411
5412         * g++.dg/lookup/anon4.C: New test.
5413
5414         * g++.dg/overload/using1.C: New test.
5415
5416         * g++.dg/template/lookup7.C: New test.
5417
5418         * g++.dg/template/typename6.C: New test.
5419
5420         * g++.dg/expr/cond6.C: New test.
5421
5422 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5423
5424         * gcc.dg/torture/builtin-convert-1.c: Test more math builtins.
5425
5426 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
5427
5428         * g++.dg/expr/cond5.C: New test.
5429         * g++.dg/expr/constcast1.C: Likewise.
5430         * g++.dg/expr/ptrmem2.C: Likewise.
5431         * g++.dg/expr/ptrmem3.C: Likewise.
5432         * g++.dg/lookup/main1.C: Likewise.
5433         * g++.dg/template/lookup6.C: Likewise.
5434
5435 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
5436
5437         * gcc.dg/local1.c: New test.
5438
5439         * gcc.dg/debug/dwarf2/c99-typedef1.c: New test.
5440
5441 2004-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5442
5443         * gcc.dg/torture/builtin-convert-1.c: New test.
5444
5445 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5446
5447         * gcc.dg/torture/builtin-integral-1.c: Also check for `rint'.
5448
5449 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
5450
5451         PR c++/14481
5452         * g++.dg/warn/Wunused-7.C: New test.
5453
5454 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5455
5456         * gcc.dg/torture/builtin-integral-1.c: New test.
5457
5458 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
5459
5460         PR c++/14586
5461         * g++.dg/parse/non-dependent3.C: New test.
5462
5463 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
5464
5465         * g++.dg/eh/simd-1.C: Use vector_size attribute, not mode.
5466         * g++.dg/eh/simd-2.C: Likewise.
5467         * g++.dg/init/array10.C: Likewise.
5468         * gcc.c-torture/compile/simd-1.c: Likewise.
5469         * gcc.c-torture/compile/simd-2.c: Likewise.
5470         * gcc.c-torture/compile/simd-3.c: Likewise.
5471         * gcc.c-torture/compile/simd-4.c: Likewise.
5472         * gcc.c-torture/compile/simd-6.c: Likewise.
5473         * gcc.c-torture/execute/simd-1.c: Likewise.
5474         * gcc.c-torture/execute/simd-2.c: Likewise.
5475         * gcc.dg/compat/vector-defs.h: Likewise.
5476         * gcc.dg/20020531-1.c: Likewise.
5477         * gcc.dg/altivec-3.c: Likewise.
5478         * gcc.dg/altivec-4.c: Likewise.
5479         * gcc.dg/altivec-varargs-1.c: Likewise.
5480         * testsuite/gcc.dg/compat/vector-defs.h: Likewise.
5481         * gcc.dg/i386-mmx-3.c: Likewise.
5482         * gcc.dg/i386-sse-4.c: Likewise.
5483         * gcc.dg/i386-sse-5.c: Likewise.
5484         * gcc.dg/i386-sse-8.c: Likewise.
5485         * gcc.dg/simd-1.c: Likewise.
5486         * gcc.dg/20030218-1.c: Likewise.  Plus, do not declare
5487         __ev64_opaque__ since the machine description provides it.
5488
5489 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
5490
5491         * lib/compat.exp (skip_list): New global variable.
5492         Use it to hold the user defined COMPAT_SKIPS list if any.
5493         (compat-obj): Add the members of skip_list to optall.
5494
5495 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
5496
5497         * gcc.dg/compat/union-by-value-1_main.c,
5498         union-by-value-1_x.c, union-by-value-1_y.c,
5499         union-check.h, union-defs.h,
5500         union-init.h, union-return-1_main.c,
5501         union-return-1_x.c, union-return-1_y.c: New files.
5502
5503 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
5504
5505         * gcc.dg/compat/mixed-struct-check.h, mixed-struct-defs.h,
5506         mixed-struct-init.h: Add 4 mixed structure types.
5507         struct-by-value-21_main.c, struct-by-value-21_x.c,
5508         struct-by-value-21_y.c, struct-return-21_main.c,
5509         struct-return-21_x.c, struct-return-21_y.c: New files.
5510
5511 2004-03-13  Mark Mitchell  <mark@codesourcery.com>
5512
5513         PR c++/14550
5514         * g++.dg/parse/template14.C: New test.
5515
5516 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
5517
5518         * gcc.c-torture/execute/20040313-1.c: New test.
5519
5520 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
5521
5522         PR target/14533
5523         * gcc.dg/20040311-2.c: New test.
5524
5525 2004-03-12  Kazu Hirata  <kazu@cs.umass.edu>
5526
5527         PR other/14544
5528         * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
5529         bit-field.
5530
5531 2004-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
5532
5533         * gcc.dg/20040305-2.c: Add missing return statement.
5534
5535 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5536
5537         * gcc.dg/builtins-34.c: Also check pow10*.
5538
5539 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
5540
5541         PR target/14262
5542         * gcc.dg/20040305-2.c: New test.
5543
5544 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
5545
5546         * gcc.dg/20040310-1.c: New test.
5547
5548 2004-03-11  Roger Sayle  <roger@eyesopen.com>
5549
5550         * gcc.c-torture/execute/20040311-1.c: New test case.
5551
5552 2004-03-11  Mark Mitchell  <mark@codesourcery.com>
5553
5554         PR c++/14476
5555         * g++.dg/lookup/enum1.C: New test.
5556
5557 2004-03-10  Mark Mitchell  <mark@codesourcery.com>
5558
5559         PR c++/14510
5560         * g++.dg/lookup/struct2.C: New test.
5561
5562 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
5563
5564         * gcc.dg/builtins-34.c: New test.
5565
5566 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5567
5568         * gcc.dg/torture/builtin-nonneg-1.c: New test.
5569
5570 2004-03-09  James E Wilson  <wilson@specifixinc.com>
5571
5572         * gcc.dg/alias-1.c: Add "will" to string passed to dg-warning.
5573         * gcc.dg/alias-2.c: New testcase.
5574
5575 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
5576
5577         * gcc.dg/noncompile/incomplete-2.c: Move dg-error to proper line.
5578
5579 2004-03-09  Roger Sayle  <roger@eyesopen.com>
5580
5581         * gcc.c-torture/execute/20040309-1.c: New test case.
5582
5583 2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
5584
5585         PR c++/14397
5586         * g++.dg/overload/ref1.C: New.
5587
5588 2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5589
5590         PR c++/14409
5591         * g++.dg/template/spec12.C: New test.
5592
5593         PR c++/14448
5594         * g++.dg/parse/crash14.C: New test.
5595
5596 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
5597
5598         PR c++/14230
5599         * g++.dg/init/ref11.C: New test.
5600
5601 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
5602
5603         PR c++/14432
5604         * g++.dg/parse/builtin2.C: New test.
5605
5606 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
5607
5608         PR c++/14401
5609         * g++.dg/init/ctor3.C: New test.
5610         * g++.dg/init/union1.C: New test.
5611         * g++.dg/ext/anon-struct4.C: New test.
5612
5613 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
5614
5615         * g++.dg/lookup/koenig1.C: Tweak error messages.
5616         * g++.dg/lookup/used-before-declaration.C: Likewise.
5617         * g++.dg/other/do1.C: Likewise.
5618         * g++.dg/overload/koenig1.C: Likewise.
5619         * g++.dg/parse/crash13.C: Likewise.
5620         * g++.dg/template/instantiate3.C: Likewise.
5621
5622 2004-03-08  Eric Christopher  <echristo@redhat.com>
5623
5624         * * lib/target-supports.exp: Enable libiconv in test
5625         compilation.  Fix up error checking.
5626
5627 2004-03-08  Roger Sayle  <roger@eyesopen.com>
5628
5629         PR middle-end/14289
5630         * gcc.dg/pr14289-1.c: New test case.
5631         * gcc.dg/pr14289-2.c: Likewise.
5632         * gcc.dg/pr14289-3.c: Likewise.
5633
5634 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
5635
5636         * gcc.c-torture/execute/20040308-1.c: New test.
5637
5638 2004-03-07  Roger Sayle  <roger@eyesopen.com>
5639
5640         * gcc.c-torture/execute/20040307-1.c: New test case.
5641
5642 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
5643
5644         * gcc.dg/torture/mips-sdata-1.c: Restrict to mips*-*-elf*.
5645
5646 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
5647
5648         * gcc.dg/20040306-1.c: New test.
5649
5650 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
5651
5652         * gcc.dg/sibcall-3.c (recurser_void1, recurser_void2): Make
5653         them static.
5654         * gcc.dg/sibcall-4.c (recurser_void1, recurser_void2): Likewise.
5655
5656 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5657
5658         PR c/14465
5659         * gcc.dg/decl-6.c: New test.
5660
5661 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5662
5663         * gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
5664         Rename LOGPOW -> LOG_POW.
5665         (SQRT_EXP, POW_EXP): New.
5666
5667 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5668
5669         * gcc.dg/i386-sse-8.c: New test.
5670
5671 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5672
5673         PR c/14114
5674         * gcc.dg/decl-5.c: New test.
5675
5676 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
5677
5678         * gcc.dg/20040305-1.c: New test.
5679
5680 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
5681
5682         PR other/14354
5683         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.c: New test.
5684
5685 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
5686
5687         PR c++/14425, c++/14426
5688         * g++.dg/ext/altivec-4.C: New test.
5689         * g++.dg/ext/altivec-5.C: New test.
5690
5691 2004-03-04  Geoffrey Keating  <geoffk@apple.com>
5692
5693         * g++.old-deja/g++.other/linkage1.C: Expect errors about
5694         global variables of a type with no linkage.
5695         * g++.old-deja/g++.other/qual1.C: Name class for 'action'.
5696         * g++.old-deja/g++.mike/misc13.C: Name enum for 'want'.
5697         * g++.old-deja/g++.bugs/900210_01.C: Name enum for 'ep'.
5698         * g++.old-deja/g++.bugs/900210_02.C: Likewise.
5699         * g++.old-deja/g++.bugs/900210_03.C: Likewise.
5700         * g++.old-deja/g++.brendan/bit-fields2.C: Name structure for 's'.
5701         * g++.old-deja/g++.brendan/init10.C: Name structure for 'a'.
5702         * g++.dg/warn/deprecated.C: Name enum Color.
5703         * g++.dg/overload/VLA.C: Name structure for 'b'.
5704         * g++.dg/lookup/anon2.C: Expect diagnostic about type linkage.
5705
5706 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5707
5708         * gcc.c-torture/compile/20040304-1.c: New test.
5709
5710 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
5711
5712         PR 13728
5713         * gcc.dg/decl-4.c: New testcase.
5714
5715 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
5716
5717         * gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
5718         as PRECF if sizeof (float) > sizeof (double).
5719         (PRECL): Make it the same as PRECF if
5720         sizeof (float) > sizeof (long double).
5721
5722 2004-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5723
5724         * gcc.dg/builtins-config.h: Use underscore macro style for __sun
5725         system type.  Add check for irix6 which doesn't have c99 runtime.
5726
5727 2004-03-03  Bob Wilson  <bob.wilson@acm.org>
5728
5729         * gcc.dg/const-elim-1.c: xfail for xtensa.
5730
5731 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5732
5733         PR c++/14369
5734         * g++.dg/template/cond4.C: New test.
5735
5736 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5737
5738         PR c++/14360
5739         * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
5740
5741         PR c++/14361
5742         * g++.dg/parse/defarg7.C: New test.
5743
5744         PR c++/14359
5745         * g++.dg/template/friend26.C: New test.
5746
5747 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5748
5749         PR c++/14324
5750         * g++.dg/abi/mangle21.C: New test.
5751
5752         PR c++/14260
5753         * g++.dg/parse/constructor2.C: New test.
5754
5755         PR c++/14337
5756         * g++.dg/template/sfinae1.C: New test.
5757
5758 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
5759
5760         PR c++/14267
5761         * g++.dg/expr/crash2.C: New test.
5762
5763         PR middle-end/13448
5764         * gcc.dg/inline-5.c: New test.
5765         * gcc.dg/always-inline.c: Split out tests into ...
5766         * gcc.dg/always-inline2.c: ... this and ...
5767         * gcc.dg/always-inline3.c: ... this.
5768
5769 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
5770
5771         PR debug/12103
5772         * g++.dg/debug/crash1.C: New test.
5773
5774 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
5775
5776         * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
5777         function with __attribute__((noinline)).
5778         (recurser_void2): Likewise.
5779         * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
5780         (recurser_void2): Likewise.
5781
5782 2004-02-29  Roger Sayle  <roger@eyesopen.com>
5783
5784         PR middle-end/14203
5785         * g++.dg/warn/Wunused-6.C: New test case.
5786
5787 2004-02-28  Richard Earnshaw  <rearnsha@arm.com>
5788
5789         * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
5790         not defined.
5791
5792 2004-02-27  Eric Christopher  <echristo@redhat.com>
5793
5794         * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
5795         * g++.dg/charset/asm2.c: Run only x86.
5796         * gcc.dg/charset/asm3.c: Ditto.
5797
5798 2004-02-27  Aldy Hernandez  <aldyh@redhat.com>
5799
5800         * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
5801         ld_library_path.
5802
5803 2004-02-27  Ziemowit Laski  <zlaski@apple.com>
5804
5805         * g++.dg/ext/altivec-3.C: New.
5806
5807 2004-02-26  Richard Henderson  <rth@redhat.com>
5808
5809         * g++.dg/ext/attrib10.C: Mark for warning.
5810         * gcc.dg/attr-alias-1.c: New.
5811
5812 2004-02-26  Richard Henderson  <rth@redhat.com>
5813
5814         * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
5815         * gcc.c-torture/execute/20040208-2.c: ... it back.
5816
5817 2004-02-26  Eric Christopher  <echristo@redhat.com>
5818
5819         * lib/target-supports.exp (check-iconv-available): New function.
5820         * lib/gcc-dg.exp (dg-require-iconv): New function.
5821         Use above.
5822         * gcc.dg/charset: New directory.
5823         * gcc.dg/charset/charset.exp: New file.
5824         * gcc.dg/charset/asm1.c: Ditto.
5825         * gcc.dg/charset/asm2.c: Ditto.
5826         * gcc.dg/charset/asm3.c: Ditto.
5827         * gcc.dg/charset/asm4.c: Ditto.
5828         * gcc.dg/charset/asm5.c: Ditto.
5829         * gcc.dg/charset/attribute1.c: Ditto.
5830         * gcc.dg/charset/attribute2.c: Ditto.
5831         * gcc.dg/charset/string1.c: Ditto.
5832         * g++.dg/charset: New directory.
5833         * g++.dg/dg.exp: Add here. Special options.
5834         * g++.dg/charset/charset.exp: New file.
5835         * g++.dg/charset/asm1.c: Ditto.
5836         * g++.dg/charset/asm2.c: Ditto.
5837         * g++.dg/charset/asm3.c: Ditto.
5838         * g++.dg/charset/asm4.c: Ditto.
5839         * g++.dg/charset/attribute1.c: Ditto.
5840         * g++.dg/charset/attribute2.c: Ditto.
5841         * g++.dg/charset/extern1.cc: Ditto.
5842         * g++.dg/charset/extern2.cc: Ditto.
5843         * g++.dg/charset/string1.c: Ditto.
5844
5845 2004-02-26  Mark Mitchell  <mark@codesourcery.com>
5846
5847         PR c++/14278
5848         * g++.dg/parse/comma1.C: New test.
5849
5850 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5851
5852         PR c++/14284
5853         * g++.dg/template/ttp8.C: New test.
5854
5855 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
5856
5857         * gcc.dg/fixuns-trunc-1.c: New test.
5858
5859 2004-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5860
5861         * gcc.dg/builtins-config.h: Use #elif.
5862
5863 2004-02-26  Michael Matz  <matz@suse.de>
5864
5865         * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
5866         * gcc.dg/991214-1.c: Likewise.
5867         * gcc.dg/i386-asm-1.c: Likewise.
5868
5869 2004-02-25  Richard Henderson  <rth@redhat.com>
5870
5871         * gcc.c-torture/execute/20040208-2.c: Move ...
5872         * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
5873
5874 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5875
5876         PR c++/14246
5877         * g++.dg/other/crash-3.C: New test.
5878
5879 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5880
5881         * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
5882         * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
5883
5884         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
5885         HP-UX.
5886
5887 2004-02-24  Michael Matz  <matz@suse.de>
5888
5889         * gcc.dg/i386-regparm.c: New.
5890
5891 2004-02-23  James E Wilson  <wilson@specifixinc.com>
5892
5893         * gcc.c-torture/execute/20040223-1.c: New.
5894
5895 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
5896             Kazu Hirata  <kazu@cs.umass.edu>
5897
5898         * gcc.dg/fwritable-strings-1.c: Remove.
5899
5900 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
5901
5902         PR c/14156
5903         * gcc.dg/20040223-1.c: New test.
5904
5905 2004-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5906
5907         PR c++/14106
5908         * g++.dg/ext/typeof9.C: New test.
5909
5910 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5911
5912         PR c++/14250
5913         * g++.dg/other/switch1.C: New test.
5914
5915 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
5916
5917         * gcc.dg/cast-function-1.c: Adjust for new informative message.
5918         * gcc.dg/va-arg-1.c: Likewise.
5919
5920 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5921
5922         PR c++/14143
5923         * g++.dg/template/koenig5.C: New test.
5924
5925 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
5926
5927         * g++.dg/ext/altivec-1.C: Generalize target triple.
5928         * g++.dg/ext/altivec-2.C: New test case.
5929         * g++.dg/ext/altivec_check.h: New file.
5930         * gcc.dg/altivec-1.c: Generalize target triple;
5931         include altivec_check.h and call altivec_check().
5932         * gcc.dg/altivec-[2-5].c: Generalize target triple.
5933         * gcc.dg/altivec-6.c: New test case.
5934         * gcc.dg/altivec-[7-9].c: Generalize target triple; add
5935         type casts as needed.
5936         * gcc.dg/altivec-10.c: Include altivec_check.h and call
5937         altivec_check().
5938         * gcc.dg/altivec-12.c: New test case.
5939         * gcc.dg/altivec-varargs-1.c: Generalize target triple;
5940         include altivec_check.h and call altivec_check().
5941         * gcc.dg/altivec_check.h: New file.
5942
5943 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5944
5945         * lib/target-supports.exp (check_alias_available): Don't mangle
5946         function `g' in test program.
5947
5948 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5949
5950         * lib/target-supports.exp (check_profiling_available): Check
5951         argument to determine whether we support a profiling type.
5952         * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
5953         check_profiling_available.
5954         * g++.dg/bprob/bprob.exp: Likewise
5955         * g77.dg/bprob/bprob.exp: Likewise.
5956         * gcc.misc-tests/bprob.exp: Likewise.
5957         * g++.old-deja/g++.law/profile1.C: Pass profiling type to
5958         dg-require-profiling and delete expected error handling.
5959         * gcc.dg/20021014-1.c: Likewise.
5960         * gcc.dg/nest.c: Likewise.
5961
5962 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5963
5964         PR c++/12007
5965         * g++.dg/other/vthunk1.C: New test.
5966
5967 2004-02-20  Falk Hueffner  <falk@debian.org>
5968
5969         PR target/14201
5970         * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
5971
5972 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
5973
5974         PR c++/13927
5975         * g++.dg/other/error8.C: Remove XFAIL markers.
5976
5977         PR c++/14173
5978         * g++.dg/ext/packed5.C: New test.
5979
5980         PR c++/14199
5981         * g++.dg/warn/Wunused-5.C: New test.
5982
5983         PR c++/14186
5984         * g++.dg/lookup/member1.C: New test.
5985
5986 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
5987
5988         * gcc.c-torture/compile/20040130-1.c: Enable only when
5989         __INT_MAX__ >= 2147483647L.
5990         * gcc.c-torture/compile/961203-1.c: Likewise.
5991
5992 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
5993
5994         * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
5995         * g++.dg/opt/template1.C: Robustify assembler regexp
5996
5997 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
5998
5999         * gcc.c-torture/execute/simd-4.x: Remove.
6000         * gcc.c-torture/execute/va-arg-25.x: Likewise.
6001         * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
6002         Guard with #ifndef SKIP_ATTRIBUTE.
6003         * gcc.dg/compat/vector-1_y.c: Likewise.
6004         * gcc.dg/compat/vector-2_x.c: Likewise.
6005         * gcc.dg/compat/vector-2_y.c: Likewise.
6006         * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
6007         * g++.dg/eh/simd-2.C: Likewise.
6008
6009 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
6010
6011         * gcc.c-torture/compile/complex-1.c: New.
6012
6013 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
6014
6015         PR target/14209
6016         * gcc.c-torture/execute/20040218-1.c: New test.
6017
6018 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6019
6020         PR c++/14181
6021         * g++.dg/parse/new2.C: New test.
6022
6023 2004-02-18  Paul Brook  <paul@codesourcery.com>
6024
6025         * gcc.c-torture/compile/libcall-1.c: New test.
6026
6027 2004-02-18  Paul Brook  <paul@codesourcery.com>
6028
6029         PR debug/12934
6030         * gcc.dg/debug/debug-7.c: New test.
6031
6032 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
6033
6034         * gcc.dg/20040217-1.c: New test.
6035
6036 2004-02-17  Zack Weinberg  <zack@codesourcery.com>
6037
6038         * gcc.c-torture/execute/990208-1.x: Delete.
6039
6040 2004-02-17  Richard Sandiford  <rsandifo@redhat.com>
6041
6042         * gcc.c-torture/execute/20040208-2.x: New file.
6043
6044 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
6045
6046         PR c++/11326
6047         * g++.dg/abi/structret1.C: New test.
6048
6049 2004-02-17  Jakub Jelinek  <jakub@redhat.com>
6050
6051         * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
6052         (i386_cpuid): No need to test if cpuid is available on AMD64.
6053         Fix assembly, so that it works onboth i386 and AMD64.
6054         * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
6055         (vecInLong): Fix s[] member type to unsigned int.
6056         (vecInWord): Remove type.
6057         (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
6058         (a64, b64, c64, d64, e64): Remove.
6059         (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
6060         Remove unused variable.  Remove initialization of removed variables.
6061         Don't call mmx_tests nor sse_tests.
6062         (reference_mmx, reference_sse): Remove.
6063         (check): Add return stmt.
6064         * gcc.dg/i386-sse-7.c: New test.
6065         * gcc.dg/i386-mmx-4.c: New test.
6066
6067 2004-02-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6068
6069         * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
6070         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
6071         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
6072         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
6073         g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
6074         g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
6075         g++.dg/tc1/dr94.C: Fix line terminator.
6076
6077 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
6078
6079         * gcc.c-torture/compile/20040216-1.c: New.
6080
6081 2004-02-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6082
6083         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
6084         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
6085         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
6086         g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
6087         g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
6088         g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
6089
6090 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
6091
6092         * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
6093
6094 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
6095
6096         PR c++/13971
6097         * g++.dg/expr/cond4.C: New test.
6098
6099         PR c++/14086
6100         * g++.dg/lookup/crash2.C: New test.
6101
6102 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
6103
6104         * gcc.c-torture/compile/20040214-2.c: New test.
6105
6106 2004-02-14  Andrew Pinski  <pinskia@physics.uc.edu>
6107
6108         PR c++/14116
6109         * g++.dg/ext/typeof8.C: New test.
6110
6111 2004-02-14  Eric Botcazou  <ebotcazou@act-europe.fr>
6112
6113         * gcc.c-torture/compile/20040214-1.c: New test.
6114
6115 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6116
6117         PR c++/13635
6118         * g++.dg/template/spec11.C: New test.
6119
6120 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6121
6122         PR c++/13927
6123         * g++.dg/other/error8.C: New test.
6124
6125 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
6126
6127         PR c++/14122
6128         * g++.dg/template/array4.C: New test.
6129
6130         PR c++/14108
6131         * g++.dg/inherit/thunk2.C: New test.
6132
6133         PR c++/14083
6134         * g++.dg/eh/cond2.C: New test.
6135
6136 2004-02-12  Alan Modra  <amodra@bigpond.net.au>
6137
6138         * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
6139
6140 2004-02-12  Nathaniel Smith <njs@codesourcery.com>
6141
6142         * lib/scanasm.exp (dg-scan): Quote pattern before display.
6143
6144 2004-02-12  Hartmut Penner  <hpenner@de.ibm.com>
6145
6146         * g++.dg/simd-2.C: xfail on ppc64-linux.
6147
6148 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
6149
6150         PR c/456
6151         * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
6152         tests.
6153
6154 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
6155
6156         * gcc.dg/builtins-33.c: New test.
6157
6158 2004-02-11  Paolo Bonzini  <bonzini@gnu.org>
6159
6160         * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
6161
6162 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
6163
6164         * g++.dg/simd-2.C: Set -maltivec for ppc64.
6165
6166 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
6167
6168         * gcc.dg/ppc64-abi-3.c: New test.
6169
6170 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
6171
6172         PR c/14092
6173
6174         * gcc.dg/pr14092-1.c: New testcase.
6175
6176 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
6177
6178         * gcc.dg/cpp/assert4.c: Fix typo last change.
6179
6180         * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
6181         * gcc.dg/cpp/assert4.c: Handle powerpc64.
6182
6183         * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
6184
6185 2004-02-09  Roger Sayle  <roger@eyesopen.com>
6186
6187         * gcc.c-torture/compile/20040209-1.c: New test case.
6188
6189 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
6190
6191         * gcc.dg/c90-init-1.c: Adjust expected error messages.
6192
6193 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
6194
6195         * gcc.c-torture/execute/20040208-[12].c: New tests.
6196
6197 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6198
6199         * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
6200
6201 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6202
6203         * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
6204
6205 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
6206
6207         Bug 13856
6208         * gcc.dg/visibility-8.c: New testcase.
6209
6210 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
6211
6212         * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
6213         arguments.
6214         * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
6215
6216 2004-02-07  Roger Sayle  <roger@eyesopen.com>
6217
6218         PR middle-end/13696
6219         * g++.dg/opt/fold1.C: New test case.
6220
6221 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6222
6223         PR c++/14033
6224         * g++.dg/other/crash-2.C: New test.
6225
6226 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6227
6228         PR c++/14028
6229         * g++.dg/parse/angle-bracket2.C: New test.
6230
6231 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6232
6233         PR middle-end/13750
6234         Revert:
6235         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
6236         PR pch/13361
6237         * testsuite/g++.dg/pch/wchar-1.C: New.
6238         * testsuite/g++.dg/pch/wchar-1.Hs: New.
6239
6240 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6241
6242         PR c++/14008
6243         * g++.dg/parse/error15.C: New test.
6244         * g++.dg/parse/crash11.C: Update dg-error mark.
6245
6246 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6247
6248         PR c++/13932
6249         * g++.dg/warn/conv2.C: New test.
6250
6251 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6252
6253         PR c++/13086
6254         * g++.dg/warn/incomplete1.C: Remove xfail.
6255
6256 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6257
6258         * lib/file-format.exp (gcc_target_object_format): Use
6259         ${tool}_target_compile, not gcc_target_compile.
6260         * lib/target-supports.exp (check_alias_available): Likewise.
6261         (check_gc_sections_available): Likewise.
6262         * g++.dg/ext/attrib10.C: Use dg-require-alias.
6263         * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
6264         dg-require-alias.
6265
6266 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6267
6268         PR c++/13969
6269         * g++.dg/template/static6.C: New test.
6270
6271 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
6272
6273         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
6274
6275 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6276
6277         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
6278         tests for systems where `char' is unsigned by default.
6279
6280 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6281
6282         PR c++/13997
6283         * g++.dg/template/partial3.C: New test.
6284
6285 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6286
6287         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
6288         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
6289         Remove mentions of obsolete ports.
6290
6291 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
6292
6293         * gcc.dg/noncompile/20001228-1.c: Fix for new
6294         error message.
6295
6296 2004-02-03  Roger Sayle  <roger@eyesopen.com>
6297
6298         PR target/9348
6299         * gcc.c-torture/execute/multdi-1.c: New test case.
6300
6301 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6302
6303         PR c++/13925
6304         * g++.dg/template/lookup5.C: New test.
6305
6306 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6307
6308         PR c++/13950
6309         * g++.dg/template/lookup4.C: New test.
6310
6311         PR c++/13970
6312         * g++.dg/parse/error14.C: New test.
6313
6314         PR c++/14002
6315         * g++.dg/parse/template13.C: New test.
6316
6317 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6318
6319         PR c++/13978
6320         * g++.dg/template/koenig4.C: New test.
6321
6322         PR c++/13968
6323         * g++.dg/template/crash17.C: New test.
6324
6325         PR c++/13975
6326         * g++.dg/parse/error13.C: New test.
6327         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
6328
6329 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
6330
6331         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
6332
6333 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
6334
6335         PR c/11658
6336         PR c/13994
6337         * gcc.dg/noncompile/20040203-1.c: New test.
6338         * gcc.dg/noncompile/20040203-2.c: Likewise.
6339         * gcc.dg/noncompile/20040203-3.c: Likewise.
6340         * gcc.dg/20040203-1.c: Likewise.
6341
6342 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
6343
6344         PR c++/10858
6345         * g++.dg/template/sizeof7.C: New test.
6346
6347 2004-02-02  Eric Christopher  <echristo@redhat.com>
6348             Zack Weinberg  <zack@codesourcery.com>
6349
6350         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
6351
6352 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
6353
6354         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
6355         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
6356         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
6357         * gcc.dg/cleanup-5.c: Run only on Linux targets.
6358
6359 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
6360
6361         PR c++/13113
6362         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
6363
6364         PR c++/13854
6365         * g++.dg/ext/attrib13.C: New test.
6366
6367         PR c++/13907
6368         * g++.dg/conversion/op2.C: New test.
6369
6370 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
6371
6372         * gcc.dg/titype-1.c: Fix pasto.
6373
6374 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
6375
6376         * gcc.dg/titype-1.c: New test.
6377
6378 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6379
6380         PR c++/13957
6381         * g++.dg/template/non-type-template-argument-1.C,
6382         g++.dg/template/qualified-id1.C: Update dg-error marks.
6383         * g++.dg/template/nontype6.C: New test.
6384
6385 2004-02-01  Roger Sayle  <roger@eyesopen.com>
6386
6387         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
6388         * gcc.dg/builtins-31.c: New testcase.
6389         * gcc.dg/builtins-32.c: New testcase.
6390
6391 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
6392
6393         * objc.dg/call-super-2.m: Update line numbers
6394         for the including of stddef.h.
6395
6396 2004-01-30  Michael Matz  <matz@suse.de>
6397
6398         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
6399         g++.dg/ext/case-range3.C: New tests.
6400
6401 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6402
6403         DR206
6404         PR c++/13813
6405         * g++.dg/template/member4.C: New test.
6406
6407 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6408
6409         PR c++/13683
6410         * g++.dg/template/sizeof6.C: New test.
6411
6412 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
6413
6414         * gcc.dg/fwritable-strings-1.c: New test.
6415
6416 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
6417
6418         * gcc.c-torture/compile/20040130-1.c: New test.
6419
6420 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
6421
6422         * objc.dg/call-super-2.m: Include stddef.h for size_t.
6423
6424 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
6425
6426         PR c++/13883
6427         * g++.dg/template/ctor3.C: New test.
6428
6429 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6430
6431         * g++.dg/tc1: New directory.
6432         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
6433         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
6434         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
6435         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
6436         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
6437
6438 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6439
6440         * g++.dg/parse/error11.C: New test.
6441         * g++.dg/parse/error12.C: Likewise.
6442
6443 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
6444
6445         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
6446         (scan_initial, main): Use aligned_sizeof instead of sizeof.
6447
6448 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
6449
6450         PR c++/13791
6451         * g++.dg/ext/attrib12.C: New test.
6452
6453         PR c++/13736
6454         * g++.dg/parse/cast2.C: New test.
6455
6456 2004-01-27  James E Wilson  <wilson@specifixinc.com>
6457
6458         * objc.dg/encode-2.m (main): New local string.  Set depending on
6459         sizeof long.  Use in sscanf call.
6460         * objc.dg/encode-3.m (main): New local string.  Set depending on
6461         sizeof long.  Use in scan_initial call.
6462
6463 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6464
6465         * objc.dg/call-super-2.m: Make LP64-safe.
6466         * objc.dg/desig-init-1.m: Likewise.
6467
6468 2004-01-27  Devang Patel <dpatel@apple.com>
6469
6470         * g++.dg/debug/namespace1.C: New test.
6471
6472 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
6473
6474         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
6475         xscale-*-*.
6476
6477         * gcc.dg/arm-mmx-1.c: New test.
6478
6479 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
6480
6481         * gcc.dg/20040127-1.c: New test.
6482         * gcc.dg/20040127-2.c: New test.
6483
6484 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6485
6486         * objc.dg/stret-1.m (glob): Renamed to globa.
6487
6488 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
6489
6490         PR c++/13663
6491         * g++.dg/expr/for1.C: New test.
6492
6493 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
6494
6495         PR middle-end/13779
6496         * gcc.dg/darwin-longlong.c: New test.
6497
6498 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
6499
6500         * gcc.dg/20040124-1.c: Moved test from here...
6501         * gcc.c-torture/compile/20040124-1.c: ...to here.
6502
6503 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
6504
6505         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
6506         the assembly output if -m64 is passed.
6507
6508 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
6509
6510         PR c++/13833
6511         * g++.dg/template/cond3.C: New test.
6512
6513 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6514
6515         PR c++/13810
6516         * g++.dg/template/ttp7.C: New test.
6517
6518 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6519
6520         PR c++/13797
6521         * g++.dg/template/nontype4.C: New test.
6522         * g++.dg/template/nontype5.C: Likewise.
6523
6524 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
6525
6526         * gcc.dg/torture/mips-clobber-at.c: New test.
6527
6528 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
6529
6530         * gcc.dg/20040124-1.c: New test.
6531
6532 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
6533
6534         * gcc.dg/20040123-1.c: New test.
6535
6536 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
6537
6538         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
6539
6540 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
6541
6542         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
6543
6544 2004-01-23  Andrew Pinski  <apinski@apple.com>
6545
6546         * gcc.dg/20030121-1.c: Move to ..
6547         * gcc.dg/20040121-1.c: here.
6548
6549 2004-01-23  Roger Sayle  <roger@eyesopen.com>
6550
6551         * gcc.dg/builtins-29.c: New test case.
6552
6553 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
6554
6555         PR 18314
6556         * gcc.dg/builtins-30.c: New testcase.
6557
6558 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
6559
6560         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
6561         * lib/g77.exp: Likewise.
6562         * lib/objc.exp: Likewise.
6563         * lib/g++.exp: Likewise.
6564
6565 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
6566
6567         * gcc.dg/struct-by-value-2.c: New test.
6568
6569 2004-01-21  Andrew Pinski  <apinski@apple.com>
6570
6571         PR target/13785
6572         * gcc.dg/20030121-1.c: New test.
6573
6574 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
6575
6576         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
6577         clobber frame pointer register in asm statement.
6578
6579 2004-01-21  Falk Hueffner  <falk@debian.org>
6580
6581         * gcc.c-torture/compile/20040121-1.c: New test.
6582
6583 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
6584
6585         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
6586
6587 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
6588
6589         * gcc.dg/ppc64-abi-2.c: New test.
6590
6591 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
6592
6593         * lib/treelang.exp: Fill out this file.
6594         * lib/treelang-dg.exp: New File.
6595
6596 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
6597
6598         * gcc.c-torture/compile/981022-1.c: Remove.
6599         * gcc.dg/array-5.c: Remove XFAIL.
6600         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
6601         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
6602         gcc.dg/cond-lvalue-1.c: Update.
6603         * gcc.dg/cast-lvalue-2.c: New test.
6604
6605 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
6606
6607         PR c++/13592
6608         * g++.dg/other/error1.C (class foo): Tweak error message.
6609
6610         PR c++/13592
6611         * g++.dg/template/call2.C: New test.
6612
6613 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
6614
6615         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
6616         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
6617         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
6618         scalar-return-1_x.c, scalar-return-2_y.c,
6619         scalar-return-3_x.c, scalar-return-3_y.c,
6620         scalar-return-4_x.c, scalar-return-4_y.c,
6621         struct-align-1.h, struct-align-1_x.c,
6622         struct-align-1_y.c, struct-align-2.h,
6623         struct-align-2_x.c, struct-align-2_y.c,
6624         struct-by-value-10_y.c, struct-by-value-11_x.c,
6625         struct-by-value-11_y.c, struct-by-value-12_x.c,
6626         struct-by-value-12_y.c, struct-by-value-13_x.c,
6627         struct-by-value-13_y.c, struct-by-value-14_x.c,
6628         struct-by-value-14_y.c, struct-by-value-15_x.c,
6629         struct-by-value-15_y.c, struct-by-value-16_y.c,
6630         struct-by-value-17_y.c, struct-by-value-18_y.c,
6631         struct-by-value-19_y.c, struct-by-value-1_x.c,
6632         struct-by-value-1_y.c, struct-by-value-20_y.c,
6633         struct-by-value-2_x.c, struct-by-value-2_y.c,
6634         struct-by-value-3_y.c, struct-by-value-4_x.c,
6635         struct-by-value-4_y.c, struct-by-value-5_y.c,
6636         struct-by-value-6_y.c, struct-by-value-7_y.c
6637         struct-by-value-8_x.c, struct-by-value-8_y.c
6638         struct-by-value-9_x.c, struct-by-value-9_y.c
6639         struct-return-10_x.c, struct-return-10_y.c,
6640         struct-return-19_x.c, struct-return-20_x.c
6641         struct-return-2_x.c, struct-return-2_y.c
6642         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
6643         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
6644
6645 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
6646
6647         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
6648         attribute on sparc*-sun-solaris2.*.
6649
6650 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
6651
6652         PR c++/13710
6653         * g++.dg/ext/typeof7.C: New test.
6654
6655 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
6656
6657         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
6658         * gcc.dg/const-elim-1.c: Same.
6659
6660 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
6661
6662         * objc.dg/stret-1.m: New.
6663         * objc.dg/stret-2.m: New.
6664
6665 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
6666
6667         PR c++/11895
6668         * g++.dg/ext/vector1.C: New test.
6669
6670 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
6671
6672         * gcc.dg/pch/import-1.c: New.
6673         * gcc.dg/pch/import-1.hs: New.
6674         * gcc.dg/pch/import-1a.h: New.
6675         * gcc.dg/pch/import-1b.h: New.
6676         * gcc.dg/pch/import-1c.h: New.
6677
6678 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
6679
6680         PR c++/13574
6681         * g++.dg/ext/array1.C: New test.
6682
6683         PR c++/13178
6684         * g++.dg/conversion/op1.C: New test.
6685
6686 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
6687
6688         PR 11864
6689         From Kazumoto Kojima / Dan Kegel:
6690         * gcc.dg/pr11864-1.c: New test.
6691
6692         PR 10392
6693         From Marcus Comstedt / Dan Kegel:
6694         * gcc.dg/pr10392-1.c: New test.
6695
6696 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
6697
6698         PR c++/13478
6699         * g++.dg/init/ref10.C: New test.
6700
6701 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6702
6703         PR c++/13407
6704         * g++.dg/parse/typename6.C: New test.
6705
6706 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
6707
6708         PR pch/13361
6709         * testsuite/g++.dg/pch/wchar-1.C: New.
6710         * testsuite/g++.dg/pch/wchar-1.Hs: New.
6711
6712 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6713
6714         PR c++/9259
6715         * g++.dg/expr/sizeof2.C: New test.
6716
6717 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
6718
6719         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
6720
6721 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
6722
6723         PR c++/13659
6724         * g++.dg/lookup/strong-using-3.C: New.
6725         * g++.dg/lookup/using-10.C: New.
6726
6727 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
6728
6729         PR c++/13594
6730         * g++.dg/lookup/strong-using-2.C: New.
6731
6732 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
6733             Dan Kegel <dank@kegel.com>
6734             J"orn Rennecke <joern.rennecke@superh.com>
6735
6736         PR target/9365
6737         * gcc.dg/pr9365-1.c: New test.
6738
6739 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6740
6741         PR c++/8856
6742         * g++.dg/parse/casting-operator2.C: New test.
6743         * g++.old-deja/g++.pt/explicit83.C: Remove.
6744
6745 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
6746
6747         * gcc.dg/label-compound-stmt-1.c: New test.
6748         * gcc.c-torture/compile/950922-1.c,
6749         gcc.c-torture/compile/20000211-3.c,
6750         gcc.c-torture/compile/20000518-1.c,
6751         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
6752         compound statements.
6753
6754 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
6755
6756         * gcc.dg/ppc64-abi-1.c: New test.
6757
6758 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
6759
6760          * g++.dg/ext/attrib9.C: Add dg-warnings.
6761
6762 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6763
6764         PR c++/12335
6765         * g++.dg/parse/dtor3.C: New test.
6766
6767 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
6768
6769         PR c++/12709
6770         * g++.dg/parse/try-catch-1.C: New test.
6771
6772 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
6773
6774         * ada/acats/run_all.sh: Add more verbose output in acats.log
6775         when compiling tests.
6776
6777 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
6778
6779         PR 13656
6780         * gcc.dg/typedef-redecl.c: New test case.
6781         * gcc.dg/typedef-redecl.h: New support file.
6782
6783 2004-01-13  Jan Hubicka  <jh@suse.cz>
6784
6785         * gcc.dg/always_inline.c: New test.
6786         * gcc.dg/debug/20031231-1.c: Fix.
6787
6788 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6789
6790         PR c++/13474
6791         * g++.dg/template/array3.C: New test.
6792
6793 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
6794
6795         * g++.dg/ext/lvalue1.C: No longer expected to fail.
6796         * g++.dg/warn/Wunused-2.C: Likewise.
6797
6798 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6799
6800         PR c++/13289
6801         * g++.dg/template/instantiate6.C: New test.
6802
6803 2004-01-12  Roger Sayle  <roger@eyesopen.com>
6804
6805         PR middle-end/11397
6806         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
6807
6808 2004-01-12  Jan Hubicka  <jh@suse.cz>
6809
6810         PR opt/12826
6811         * gcc.dg/20040112-1.c: New.
6812
6813         * gcc.dg/dwarf-die[1-7].c: Move to...
6814         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
6815         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
6816
6817 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6818
6819         PR c++/4100
6820         * g++.dg/parse/friend4.C: New test.
6821
6822 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
6823
6824         PR c++/4100
6825         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
6826         definition is called a friend.
6827
6828 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
6829
6830         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
6831
6832 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
6833
6834         PR c++/3478
6835         * g++.dg/parse/error10.C: New test.
6836         * g++.dg/template/arg2.C: Accept "invalid type" error.
6837
6838 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
6839
6840         PR middle-end/13392
6841         * g++.dg/opt/expect2.C: New test.
6842
6843 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
6844
6845         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
6846         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
6847         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
6848         Update dg-error regexps.
6849
6850 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
6851
6852         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
6853         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
6854
6855 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
6856
6857         * gcc.dg/pragma-re-1.c: Use right pointer type.
6858
6859 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
6860
6861         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
6862
6863 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
6864
6865         * gcc.dg/rs6000-ldouble-1.c: New.
6866
6867 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6868
6869         DR 337
6870         PR c++/9256
6871         * g++.dg/other/abstract1.C: New test.
6872
6873 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
6874
6875         * g++.dg/lookup/strong-using-1.C: New.
6876
6877 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
6878
6879         PR c/11234
6880         * gcc.dg/func-ptr-conv-1.c: New test.
6881         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
6882
6883 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
6884
6885         PR target/13380.
6886         * gcc.c-torture/compile/20040109-1.c: New.
6887
6888 2004-01-08  Stuart Hastings  <stuart@apple.com>
6889
6890         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
6891         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
6892         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
6893
6894 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
6895
6896         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
6897
6898 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6899
6900         * ada/acats/run_acats: Treat 'gnatchop' the same way
6901         as 'gnatmake'.  Export GCC_DRIVER.
6902         * ada/acats/run_all.sh: Add target_gnatchop.  Use
6903         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
6904
6905 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6906
6907         PR c++/12573
6908         * g++.dg/template/dependent-expr4.C: New test.
6909
6910 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
6911
6912         * gcc.dg/altivec-11.c: New test.
6913
6914 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
6915
6916         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
6917
6918 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
6919
6920         PR c/6024
6921         * gcc.dg/enum-compat-1.c: New test.
6922         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
6923
6924 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
6925
6926         PR c/12165
6927         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
6928         gcc.dg/c99-idem-qual-3.c: New tests.
6929
6930 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
6931
6932         * gcc.dg/winline-7.c: Don't cast void * to int.
6933
6934 2004-01-06  Jan Hubicka  <jh@suse.cz>
6935
6936         * gcc.dg/i386-sse-5.c: New test
6937         * g++.dg/eh/simd-1.c: Add -w argument for i386.
6938
6939 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
6940
6941         PR c++/12815
6942         * g++.dg/rtti/typeid4.C: New test.
6943
6944 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6945
6946         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
6947
6948 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
6949
6950         PR c++/12132
6951         * g++.dg/template/error11.C: New test.
6952
6953         PR c++/13451
6954         * g++.dg/template/class2.C: New test.
6955
6956 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
6957         Richard Sandiford <rsandifo@redhat.com>
6958
6959         PR c++/13387
6960         * g++.dg/opt/alias3.C: New test.
6961
6962 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
6963
6964         PR c++/13157
6965         * g++.dg/template/koenig3.C: New test.
6966
6967         PR c++/13529
6968         * g++.dg/parse/offsetof3.C: New test.
6969
6970         * g++.dg/init/copy7.C: Add missing dg-error markers.
6971
6972         PR c++/12226
6973         * g++.dg/init/copy7.c: New test.
6974
6975         PR c++/13536
6976         * g++.dg/parse/cast1.C: New test.
6977
6978 2004-01-04  Jan Hubicka  <jh@suse.cz>
6979
6980         * gcc.dg/winline[1-7].c: New tests.
6981
6982 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6983
6984         PR c++/13520
6985         * g++.dg/template/qualttp22.C: New test.
6986
6987 2004-01-01  Jan Hubicka  <jh@suse.cz>
6988
6989         * gcc.dg/debug/20031231-1.c: New.
6990         * gcc.c-torture/compile/20040101-1.c: New.
6991         * gcc.dg/dwarf-die-[1-7].c: New.
6992
6993 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
6994
6995         PR optimization/13521
6996         * gcc.c-torture/compile/20031231-1.c: New test.
6997
6998 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
6999
7000         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
7001
7002 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7003
7004         PR c++/10079
7005         * g++.dg/template/crash16.C: New test.
7006
7007 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
7008
7009         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
7010
7011 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
7012
7013         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
7014         ports.
7015         * g++.old-deja/g++.jason/thunk3.C: Likewise.
7016         * g++.old-deja/g++.law/profile1.C: Likewise.
7017         * gcc.c-torture/compile/981006-1.c: Likewise.
7018         * gcc.c-torture/execute/loop-2e.x: Likewise.
7019         * gcc.c-torture/execute/loop-2f.x: Remove.
7020         * gcc.c-torture/execute/loop-2g.x: Likewise.
7021         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
7022         * gcc.dg/20020312-2.c: Remove traces of dead ports.
7023
7024 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
7025
7026         PR c++/13507
7027         * g++.dg/ext/attrib11.C: New test.
7028
7029         PR c++/13494
7030         * g++.dg/template/array2-1.C: New test.
7031         * g++.dg/template/array2-2.C: New test.
7032
7033 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
7034
7035         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
7036
7037 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
7038
7039         PR c++/12774
7040         * g++.dg/template/array1-1.C: New test.
7041         * g++.dg/template/array1-2.C: New test.
7042
7043 2003-12-29  Roger Sayle  <roger@eyesopen.com>
7044
7045         PR fortran/12632
7046         * g77.dg/12632.f: New test case.
7047
7048 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7049
7050         PR c++/13289
7051         * g++.dg/parse/nontype1.C: New test.
7052
7053 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7054
7055         PR c++/12403
7056         * g++.dg/parse/explicit1.C: New test.
7057         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
7058
7059 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
7060
7061         PR c++/13081
7062         * g++.dg/opt/inline6.C: New test.
7063
7064         PR c++/12613
7065         * g++.dg/parse/error9.C: New test.
7066
7067         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
7068
7069 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
7070
7071         PR c++/13009
7072         * g++.dg/init/assign1.C: New test.
7073
7074 2003-12-28  Roger Sayle  <roger@eyesopen.com>
7075
7076         PR c++/13070
7077         * g++.dg/warn/format3.C: New test case.
7078
7079 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7080
7081         * gcc.c-torture/compile/20031227-1.c: New test.
7082
7083 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7084
7085         * g++.dg/bprob/bprob.exp: Load target-supports.exp
7086         * g77.dg/bprob/bprob.exp: Likewise.
7087         * gcc.misc-tests/bprob.exp: Likewise.
7088         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
7089         variants on systems where the library does not provide that
7090         functionality.
7091         * gcc.dg/builtins-20.c: Use builtins-config.h.
7092         * gcc.dg/builtins-config.h: New file.
7093
7094 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7095
7096         * lib/gcc-dg.exp (dg-require-profiling): New function.
7097         * lib/target-supports.exp (check_profiling_available): Likewise.
7098         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
7099         * g77.dg/bprob/bprob.exp: Likewise.
7100         * gcc.misc-tests/bprob.exp: Likewise.
7101         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
7102         * gcc.dg/20021014-1.c: Likewise.
7103         * gcc.dg/nest.c: Likewise.
7104
7105 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7106
7107         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
7108         compiling.
7109         * g++.dg/lookup/java2.C: Likewise.
7110         * gcc.dg/cpp/lexident.c: Likewise.
7111
7112 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
7113
7114         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
7115         given.
7116         * gcc.c-torture/compile/961203-1.c: Likewise.
7117         * gcc.c-torture/compile/980506-1.c: Likewise.
7118
7119 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
7120
7121         * lib/gcc-dg.exp (dg-prune-output): New annotation.
7122         (additional_prunes): New global.
7123         (gcc-dg-prune): Handle additional per-test pruning.
7124         (dg-test): Clear additional_prunes between tests.
7125
7126         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
7127         dg-prune-output to avoid spurious failures from assembler
7128         complaining about nonexistent WAW violations.
7129         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
7130         Use dg-prune-output to avoid spurious failures from assembler
7131         warning about Itanium B-step errata.
7132
7133 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7134
7135         * g++.dg/abi/macro0.C: New test.
7136         * g++.dg/abi/macro1.C: Likewise.
7137         * g++.dg/abi/macro2.C: Likewise.
7138
7139         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
7140         * g++.dg/abi/bitfield7.C: Likewise.
7141         * g++.dg/abi/dtor2.C: Likewise.
7142         * g++.dg/abi/mangle11.C: Likewise.
7143         * g++.dg/abi/mangle12.C: Likewise.
7144         * g++.dg/abi/mangle14.C: Likewise.
7145         * g++.dg/abi/mangle17.C: Likewise.
7146         * g++.dg/abi/vbase10.C: Likewise.
7147         * g++.dg/abi/vbase14.C: Likewise.
7148         * g++.dg/template/qualttp17.C: Likewise.
7149
7150 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
7151
7152         PR c/11995
7153         * gcc.dg/20031223-1.c: New test.
7154
7155 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7156
7157         * gcc.dg/noreturn-7.c: New test.
7158
7159 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7160
7161         * gcc.dg/null-pointer-1.c: New test.
7162
7163 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
7164
7165         * g++.old-deja/g++.jason/template18.C: Remove.
7166         * g++.old-deja/g++.jason/template37.C: Likewise.
7167
7168         PR c++/12862
7169         * g++.dg/lookup/ns1.C: New test.
7170
7171         PR c++/12397
7172         * g++.dg/template/lookup3.C: New test.
7173
7174 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
7175
7176         * g++.dg/template/recurse1.C: New test
7177
7178 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
7179
7180         PR c++/12479
7181         * g++.dg/parse/semicolon1.C: New test.
7182         * g++.dg/parse/semicolon1.h: Likewise.
7183
7184 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
7185
7186         * gcc.dg/darwin-misaligned.c: New test.
7187
7188 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
7189
7190         PR c/9163
7191         * gcc.dg/20031222-1.c: New test.
7192
7193 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
7194
7195         PR c++/13438
7196         * g++.dg/parse/error8.C: New test.
7197
7198         PR c++/11554
7199         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
7200
7201 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
7202
7203         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
7204         too small.
7205         * gcc.c-torture/compile/930217-1.c: Likewise.
7206         * gcc.c-torture/compile/930513-1.c: Likewise.
7207         * gcc.c-torture/execute/920908-2.c: Likewise.
7208         * gcc.c-torture/execute/921204-1.c: Likewise.
7209         * gcc.c-torture/execute/930621-1.c: Likewise.
7210         * gcc.c-torture/execute/930630-1.c: Likewise.
7211         * gcc.c-torture/execute/931031-1.c: Likewise.
7212         * gcc.c-torture/execute/980602-2.c: Likewise.
7213         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
7214         * gcc.c-torture/execute/compndlit-1.c: Likewise.
7215         * gcc.c-torture/execute/extzvsi.c: Likewise.
7216         * gcc.c-torture/unsorted/ext.c: Likewise.
7217
7218 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
7219
7220         PR target/12749
7221         * gcc.c-torture/compile/20031220-2.c: New test case.
7222
7223 2003-12-20  Roger Sayle  <roger@eyesopen.com>
7224
7225         PR optimization/13031
7226         * gcc.c-torture/compile/20031220-1.c: New test case.
7227
7228 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
7229
7230         * gcc.dg/cast-function-1.c: New test.
7231
7232 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7233
7234         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
7235         formats.
7236
7237 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
7238
7239         PR c++/12795
7240         * g++.dg/ext/attrib10.C: New test.
7241
7242 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
7243
7244         * gcc.dg/cleanup-10.c: New test.
7245         * gcc.dg/cleanup-11.c: New test.
7246
7247 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
7248
7249         PR c++/13239
7250         * g++.dg/opt/expect1.C: New test.
7251
7252 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
7253
7254         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
7255
7256 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
7257
7258         PR debug/12923
7259         * gcc.dg/20031218-1.c: New test.
7260
7261         PR debug/12389
7262         * gcc.dg/20031218-2.c: New test.
7263         * gcc.dg/20031218-3.c: New test.
7264
7265         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
7266         of label name and allow for USER_LABEL_PREFIX == "_" names.
7267         * g++.dg/abi/mangle18-2.C: Likewise.
7268         * g++.dg/abi/mangle19-1.C: Likewise.
7269         * g++.dg/abi/mangle19-2.C: Likewise.
7270         * g++.dg/abi/mangle20-1.C: Likewise.
7271         * g++.dg/abi/mangle20-2.C: Likewise.
7272
7273 2003-12-18  Richard Henderson  <rth@redhat.com>
7274
7275         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
7276
7277 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
7278             Dan Kegel <dank@kegel.com>
7279
7280         PR other/12009
7281         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
7282         testing a cross compiler, it causes spurious compile failures.
7283         * lib/g++.exp: Likewise.
7284
7285 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7286
7287         PR c++/13262
7288         * g++.dg/template/access13.C: New test.
7289
7290 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
7291
7292         * gcc.dg/20031216-1.c: New test.
7293
7294 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7295
7296         PR c++/9154
7297         * g++.dg/template/error10.C: New test.
7298
7299 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
7300
7301         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
7302         * g++.dg/eh/simd-2.C: Likewise.
7303
7304 2003-12-17  James E Wilson  <wilson@specifixinc.com>
7305             Roger Sayle  <roger@eyesopen.com>
7306
7307         * gcc.c-torture/execute/ieee/mzero5.c: New.
7308
7309 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
7310
7311         PR c++/10603
7312         * g++.dg/parse/error6.C: New test.
7313
7314         PR c++/12827
7315         * g++.dg/parse/error7.C: New test.
7316
7317 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
7318
7319         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
7320         at -O with stabs debugging formats.
7321         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
7322         * gcc.dg/debug/debug-2.c: Likewise.
7323
7324 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
7325
7326         PR c++/12696
7327         * g++.dg/init/error1.C: New test.
7328
7329         PR c++/12218
7330         * g++.dg/init/pm3.C: New test.
7331
7332 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
7333
7334         PR c/3347
7335         * gcc.dg/bitfld-8.c: New test.
7336
7337 2003-12-16  James Lemke  <jim@wasabisystems.com>
7338
7339         * gcc.dg/arm-scd42-[123].c: New tests.
7340
7341 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7342
7343         PR c++/9043
7344         * g++.dg/abi/mangle20-1.C: New test.
7345         * g++.dg/abi/mangle20-2.C: New test.
7346
7347 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
7348
7349         PR c++/13275
7350         * g++.dg/other/offsetof2.C: Remove XFAIL.
7351         * g++.dg/parse/offsetof1.C: New test.
7352         * g++.gd/parse/offsetof2.C: Likewise.
7353
7354 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7355
7356         * g++.dg/template/nontype3.C: New test.
7357         * g++.dg/template/static2.C: Tweaked the dg-error clause.
7358
7359 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7360
7361         * g++.dg/warn/noreturn-3.C: Also test instantiation.
7362
7363 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7364
7365         PR c++/13387
7366         * g++.dg/expr/assign1.C: New test.
7367
7368         PR c++/13242
7369         * g++.dg/abi/mangle19-1.C: New test.
7370         * g++.dg/abi/mangle19-2.C: New test.
7371
7372 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
7373
7374         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
7375
7376 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
7377
7378         * gcc.c-torture/execute/20031216-1.c: New test.
7379
7380 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7381
7382         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
7383         an ICE regression.
7384
7385 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
7386
7387         PR c++/10926
7388         * g++.dg/template/error9.C: New test.
7389
7390         PR c++/11116
7391         * g++.dg/template/error8.C: New test.
7392
7393 2003-12-15  Roger Sayle  <roger@eyesopen.com>
7394
7395         PR middle-end/13400
7396         * gcc.c-torture/execute/20031215-1.c: New test case.
7397
7398 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
7399
7400         PR c++/13269
7401         * g++.dg/parse/error5.C: New test.
7402
7403         PR c++/12989
7404         * g++.dg/expr/sizeof1.C: New test.
7405
7406         PR c++/13310
7407         * g++.dg/template/crash15.C: New test.
7408
7409 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
7410
7411         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
7412         a non-POD type as the last named parameter of a varargs function.
7413
7414 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
7415
7416         PR c++/13243
7417         PR c++/12573
7418         * g++.dg/template/crash14.C: New test.
7419         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
7420
7421 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
7422
7423         * g++.dg/other/java1.C: New test.
7424
7425         PR c++/13241
7426         * g++.dg/abi/mangle18-1.C: New test.
7427         * g++.dg/abi/mangle18-2.C: New test.
7428
7429 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7430
7431         PR optimization/10312
7432         * gcc.c-torture/execute/20031214-1.c: New.
7433
7434 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
7435
7436         PR c++/10779
7437         PR c++/12160
7438         * g++.dg/parse/error3.C: New test.
7439         * g++.dg/parse/error4.C: Likewise.
7440         * g++.dg/abi/mangle4.C: Tweak error messages.
7441         * g++.dg/lookup/using5.C: Likewise.
7442         * g++.dg/other/error2.C: Likewise.
7443         * g++.dg/parse/typename5.C: Likewise.
7444         * g++.dg/parse/undefined1.C: Likewise.
7445         * g++.dg/template/arg2.C: Likewise.
7446         * g++.dg/template/ttp3.C: Likewise.
7447         * g++.dg/template/type1.C: Likewise.
7448         * g++.old-deja/g++.other/crash32.C: Likewise.
7449         * g++.old-djea/g++.pt/defarg8.C: Likewise.
7450
7451 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7452
7453         PR c++/13106
7454         * g++.dg/warn/noreturn-3.C: New test.
7455
7456 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7457
7458         PR c++/13118
7459         * g++.dg/abi/covariant3.C: New.
7460
7461 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
7462
7463         * g++.dg/eh/ia64-1.C: New test.
7464
7465 2003-12-12  Roger Sayle  <roger@eyesopen.com>
7466
7467         PR optimization/13037
7468         * g77.f-torture/execute/13037.f: New test case.
7469
7470 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7471
7472         PR c++/12881
7473         * g++.dg/abi/covariant2.C: New.
7474
7475 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
7476
7477         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
7478
7479 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
7480
7481         * gcc.c-torture/execute/wchar_t-1.x: Delete.
7482
7483 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
7484
7485         PR other/10819
7486         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
7487         to fix Bug 10819.
7488         * lib/g++.exp (g++_version): Likewise.
7489         * lib/g77.exp (g77_version): Likewise.
7490         * lib/objc.exp (default_objc_version): Likewise.
7491
7492 2003-12-10  Richard Henderson  <rth@redhat.com>
7493
7494         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
7495
7496         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
7497
7498 2003-12-08  Matt Austern  <austern@apple.com>
7499
7500         PR c/13134
7501         * lib/gcc-dg.exp (dg-require-visibility): Define.
7502         * lib/target-supports (check_visibility_available): Define.
7503         * gcc.dg/visibility-1.c: New test.
7504         * gcc.dg/visibility-2.c: Likewise.
7505         * gcc.dg/visibility-3.c: Likewise.
7506         * gcc.dg/visibility-4.c: Likewise.
7507         * gcc.dg/visibility-5.c: Likewise.
7508         * gcc.dg/visibility-6.c: Likewise.
7509         * g++.dg/ext/visibility-1.C: Likewise.
7510         * g++.dg/ext/visibility-2.C: Likewise.
7511         * g++.dg/ext/visibility-3.C: Likewise.
7512         * g++.dg/ext/visibility-4.C: Likewise.
7513         * g++.dg/ext/visibility-5.C: Likewise.
7514         * g++.dg/ext/visibility-6.C: Likewise.
7515
7516 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7517
7518         * g++.dg/lookup/java1.C: New test.
7519         * g++.dg/lookup/java2.C: New test.
7520
7521 2003-12-07  Falk Hueffner  <falk@debian.org>
7522
7523         * g++.dg/opt/noreturn-1.C: New test.
7524
7525 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
7526
7527         * gcc.dg/overflow-1.c: New test.
7528
7529 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
7530
7531         * g77.f-torture/compile/13060.f: New test.
7532
7533 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
7534
7535         PR c++/13323
7536         * g++.dg/inherit/operator2.C: New test.
7537
7538 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
7539
7540         PR c++/13305
7541         * g++.dg/ext/attrib9.C: New test.
7542
7543 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
7544
7545         PR c++/13314
7546         * g++.dg/template/error7.C: New test.
7547
7548 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
7549             J"orn Rennecke <joern.rennecke@superh.com>
7550
7551         PR target/13302
7552         * g++.dg/other/struct-va_list.C: New test.
7553
7554 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7555
7556         PR c++/13166
7557         * g++.dg/parse/defarg6.C: New test.
7558
7559 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
7560
7561         PR target/13256
7562         * gcc.c-torture/execute/20031201-1.c: New test.
7563
7564 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
7565
7566         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
7567
7568 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
7569
7570         * gcc.dg/builtin-return-1.c: New test.
7571
7572 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
7573             J"orn Rennecke <joern.rennecke@superh.com>
7574
7575         PR optimization/13260
7576         * gcc.c-torture/execute/20031204-1.c: New test.
7577
7578 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
7579
7580         PR c++/9127
7581         * g++.dg/template/error6.C: New test.
7582
7583 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
7584
7585         * gcc.dg/20031202-1.c: New test.
7586
7587 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
7588
7589         PR c++/13179
7590         * g++.dg/template/eh1.C: New test.
7591
7592         PR c++/10771
7593         * g++.dg/template/error5.C: New test.
7594
7595 2003-12-02  David Ung  <davidu@mips.com>
7596
7597         * gcc.dg/compat/vector-check.h: Corrected type for var
7598         g_##TMODE
7599
7600 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7601
7602         PR c++/10126
7603         * g++.dg/template/ptrmem8.C: New test.
7604
7605 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7606
7607         PR c++/12573
7608         * g++.dg/template/dependent-expr3.C: New test.
7609
7610 2003-12-01  James Lemke  <jim@wasabisystems.com>
7611
7612         * gcc.dg/arm-g2.c: New test.
7613
7614 2003-12-01  Roger Sayle  <roger@eyesopen.com>
7615
7616         PR optimization/11634
7617         * gcc.dg/20031201-2.c: New test case.
7618
7619 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
7620
7621         PR 11433
7622         * objc.dg/proto-lossage-3.m: New test.
7623
7624 2003-12-01  Roger Sayle  <roger@eyesopen.com>
7625
7626         PR optimization/12628
7627         * gcc.dg/20031201-1.c: New test case.
7628
7629 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
7630
7631         * gcc.dg/unaligned-1.c: New test.
7632
7633 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
7634
7635         PR c++/9849
7636         * g++.dg/template/error4.C: New test.
7637         * g++.dg/template/nested3.C: Adjust error markers.
7638
7639 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7640
7641         * gcc.dg/cpp/assert4.c: Check more #system assertions.
7642
7643 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
7644
7645         PR c/10333
7646         * gcc.dg/bitfld-7.c: New test.
7647
7648 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
7649
7650         * gcc.dg/tls/asm-1.C: New test.
7651
7652 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7653
7654         * gcc.dg/cpp/assert4.c: Update.
7655
7656 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
7657
7658         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
7659         * gcc.dg/builtin-apply3.c: New test.
7660
7661 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
7662
7663         * lib/compat.exp (compat-obj): New xfaildata parameter.
7664         Use it to set compiler_conditional_xfail_data before compiling.
7665         (compat-get-options): Handle dg-xfail-if.
7666         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
7667         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
7668         * gcc.dg/compat/vector-1_y.c: Likewise.
7669         * gcc.dg/compat/vector-2_x.c: Likewise.
7670         * gcc.dg/compat/vector-2_y.c: Likewise.
7671
7672 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
7673
7674         * g++.dg/opt/reg-stack4.C: New test.
7675
7676 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
7677
7678         * gcc.dg/builtin-apply2.c: New test.
7679
7680 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
7681
7682         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
7683
7684 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7685
7686         PR c++/12924
7687         * g++.dg/template/template-id-2.C: New test.
7688
7689 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7690
7691         PR c++/5369
7692         * g++.dg/template/memfriend1.C: New test.
7693         * g++.dg/template/memfriend2.C: Likewise.
7694         * g++.dg/template/memfriend3.C: Likewise.
7695         * g++.dg/template/memfriend4.C: Likewise.
7696         * g++.dg/template/memfriend5.C: Likewise.
7697         * g++.dg/template/memfriend6.C: Likewise.
7698         * g++.dg/template/memfriend7.C: Likewise.
7699         * g++.dg/template/memfriend8.C: Likewise.
7700         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
7701
7702 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
7703
7704         PR c++/12515
7705         * g++.dg/ext/cond1.C: New test.
7706
7707 2003-11-20  Richard Henderson  <rth@redhat.com>
7708
7709         * gcc.dg/20020201-2.c: Remove.
7710         * gcc.dg/20020201-4.c: Remove.
7711         * gcc.dg/20020304-1.c: Remove.
7712
7713 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7714
7715         * gcc.dg/cpp/trad/xwin1.c: New test case.
7716
7717 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
7718
7719         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
7720         * lib/g77.exp: Likewise.
7721         * lib/objc.exp: Likewise.
7722         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
7723         for darwin.
7724
7725 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7726
7727         PR c++/12932
7728         * g++.dg/template/static5.C: New test.
7729
7730 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
7731
7732         * gcc.dg/nested-func-1.c: New test.
7733
7734 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7735
7736         * gcc.dg/cpp/assert4.c: New test.
7737
7738 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
7739
7740         PR c++/2294
7741         * g++.dg/lookup/using9.c: New test.
7742
7743 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
7744
7745         PR c++/12762
7746         * g++.dg/template/error3.C: New test.
7747
7748 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
7749
7750         PR ada/13035
7751         * ada/acats/run_acats, run_all.sh: Fix syntax error.
7752         No longer use a wrapper for gcc, since this does not work under
7753         Windows.
7754
7755 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
7756
7757         PR c++/2094
7758         * g++.dg/template/ptrmem7.C: New test.
7759
7760 2003-11-13  Andrew Pinski <apinski@apple.com>
7761
7762         * gcc.c-torture/compile/20031113-1.c: New test.
7763
7764 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
7765             Kean Johnston <jkj@sco.com>
7766
7767         PR c/13029
7768         * gcc.dg/unused-4.c: Update.
7769
7770 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
7771
7772         * g++.dg/opt/const3.C: New test.
7773
7774 2003-11-13  Jan Hubicka  <jh@suse.cz>
7775
7776         * gcc.c-torture/compile/20031112-1.c: New test.
7777
7778 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
7779
7780         * g++.dg/parse/crash10.C: Remove bogus error marker.
7781
7782 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7783
7784         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
7785         (host_gcc): Likewise.
7786         (ROOT): Honor $PWDCMD.
7787         (BASE): Likewise.
7788         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
7789
7790 2003-11-12  Catherine Moore  <clm@redhat.com>
7791
7792         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
7793
7794 2003-11-12  Andreas Jaeger  <aj@suse.de>
7795             Jakub Jelinek  <jakub@redhat.com>
7796             Andrew Pinski  <pinskia@physics.uc.edu>
7797             Richard Henderson  <rth@redhat.com>
7798
7799         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
7800         systems.
7801         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
7802
7803         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
7804         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
7805
7806 2003-11-11  Andreas Jaeger  <aj@suse.de>
7807
7808         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
7809
7810         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
7811
7812 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
7813
7814         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
7815         Clean ups.
7816
7817 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
7818
7819         * gcc.dg/trampoline-1.c: New test.
7820
7821 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
7822
7823         * gcc.c-torture/compile/200031109-1.c: New test.
7824
7825 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
7826
7827         PR c/3190
7828         PR c/8714
7829         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
7830         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
7831         gcc.dg/format/no-y2k-1.c: Update.
7832
7833 2003-11-08  Roger Sayle  <roger@eyesopen.com>
7834
7835         PR optimization/10467
7836         * gcc.dg/20031108-1.c: New test case.
7837
7838 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
7839
7840         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
7841
7842 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
7843
7844         * gcc.dg/compound-lvalue-1.c: New test.
7845         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
7846         some XFAILs.
7847
7848 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
7849
7850         * gcc.dg/altivec-varargs-1.c: New test.
7851
7852 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
7853
7854         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
7855         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
7856         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
7857         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
7858         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
7859
7860 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
7861
7862         * gcc.dg/cond-lvalue-1.c: New test.
7863
7864 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
7865
7866         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
7867
7868 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7869
7870         PR c++/11616
7871         * g++.dg/template/instantiate5.C: New test.
7872
7873 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7874
7875         PR c++/12726
7876         * g++.dg/ext/complit2.C: Replace test with self-contained version.
7877         * ChangeLog: Add missing first entry for above test.
7878
7879 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7880
7881         PR c++/9810
7882         * g++.dg/template/using8.C: New test.
7883         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
7884
7885 2003-11-02  Roger Sayle  <roger@eyesopen.com>
7886
7887         PR optimization/10817
7888         * gcc.c-torture/compile/20031102-1.c: New test case.
7889
7890 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
7891
7892         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
7893         2147483647.
7894
7895 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
7896
7897         * gcc.dg/20031102-1.c: New test.
7898
7899 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
7900
7901         * gcc.dg/complex-1.c: New test.
7902
7903 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7904
7905         PR c++/12796
7906         * g++.dg/template/crash13.C: Adjust expected error location.
7907         * g++.old-deja/g++.brendan/ns1.C: Likewise.
7908
7909 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
7910
7911         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
7912
7913 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
7914
7915         PR/10239
7916         * gcc.c-torture/compile/20031031-2.c: New test.
7917
7918 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
7919
7920         PR/11640
7921         * gcc.c-torture/compile/20031031-1.c: New test.
7922
7923 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
7924
7925         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
7926         * gcc.misc-tests/bprob.exp: Likewise.
7927         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
7928         the execution test on arm-elf configs.
7929         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
7930         configs that don't support scratch files.
7931         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
7932
7933 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
7934
7935         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
7936         done by dejagnu.
7937
7938 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
7939
7940         * ada/acats/run_all.sh: Redirect mv output to /dev/null
7941         Avoid non pure sh syntax. Add more logging.
7942
7943         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
7944         fail.
7945
7946 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7947
7948         PR libgcj/10610
7949         * gcc.dg/ppc-stackalign-1.c: New test.
7950
7951 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
7952
7953         * ada/acats/run_all.sh: Change output to be more compliant with
7954         dejagnu framework.
7955         Create acats.sum and acats.log files under testsuite/ada/acats
7956         Only run [a-z]* directories, to filter out e.g. CVS.
7957         Redirect build output to log file.
7958
7959 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
7960
7961         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
7962
7963 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
7964
7965         PR ada/5909:
7966         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
7967
7968 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
7969
7970         * gcc.c-torture/compile/20031023-1.c: New test.
7971         * gcc.c-torture/compile/20031023-2.c: New test.
7972         * gcc.c-torture/compile/20031023-3.c: New test.
7973         * gcc.c-torture/compile/20031023-4.c: New test.
7974
7975 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7976
7977         PR c++/10371
7978         * g++.dg/lookup/scoped8.C: New test.
7979
7980 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
7981
7982         * g++.dg/opt/reg-stack3.C: New test.
7983
7984 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
7985
7986         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
7987
7988 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7989
7990         PR c++/11076
7991         * g++.dg/template/crash13.C: New test.
7992
7993 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
7994
7995         * gcc.dg/c99-restrict-2.c: New test.
7996
7997 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
7998
7999         PR c++/12698, c++/12699, c++/12700, c++/12566
8000         * g++.dg/inherit/covariant9.C: New test.
8001         * g++.dg/inherit/covariant10.C: New test.
8002         * g++.dg/inherit/covariant11.C: New test.
8003
8004 2003-10-23  Jason Merrill  <jason@redhat.com>
8005
8006         PR c++/12726
8007         * g++.dg/ext/complit2.C: New test.
8008
8009 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
8010
8011         PR target/12654
8012         * gcc.c-torture/execute/20031020-1.c: New test.
8013
8014 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8015
8016         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
8017         following the jump_insn.
8018
8019 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
8020
8021         * gcc.dg/cast-lvalue-1.c: New test.
8022
8023 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
8024
8025         PR c++/11962
8026         * g++.dg/template/cond2.C: New test.
8027
8028 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
8029
8030         * gcc.dg/builtins-28.c: New test.
8031
8032 2003-10-20  Jan Hubicka  <jh@suse.cz>
8033
8034         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
8035         parameter.
8036         * testsuite/gcc.dg/inline-2.c: Likewise.
8037
8038 2003-10-20  Phil Edwards  <phil@codesourcery.com>
8039
8040         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
8041         * gcc.dg/nest.c:  Likewise.
8042
8043 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8044
8045         PR c++/9781, c++/10583, c++/11862
8046         * g++.dg/parse/crash13.C: New test.
8047
8048 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8049
8050         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
8051
8052 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
8053
8054         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
8055         Define HAVE_C99_RUNTIME except on Solaris.
8056         * gcc.dg/builtins-20.c: Likewise.
8057
8058 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8059
8060         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
8061
8062 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8063
8064         PR c++/12495
8065         * g++.dg/template/crash21.C: New test.
8066
8067 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8068
8069         PR c++/2513
8070         * g++.dg/template/typename5.C: New test.
8071
8072 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8073
8074         PR c++/12369
8075         * g++.dg/template/friend25.C: New test.
8076
8077 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
8078
8079         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
8080         versions.
8081
8082 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
8083
8084         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
8085         == 2147483647.
8086
8087 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
8088
8089         * gcc.c-torture/execute/960416-1.x: Remove.
8090         * gcc.c-torture/execute/divconst-3.x: Likewise.
8091
8092 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
8093
8094         PR target/12598
8095         * gcc.dg/torture/cris-volatile-1.c: New test.
8096
8097 2003-10-14  Roger Sayle  <roger@eyesopen.com>
8098
8099         PR optimization/9325
8100         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
8101         for overflowing floating point to integer conversion during RTL
8102         simplification.
8103
8104 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
8105
8106         * objc/execute/_cmd.m: Fix typo.
8107         * objc.dg/image-info.m, objc.dg/symtab-1.m:
8108         Relax 'scan-assembler' regexp.
8109         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
8110         objc.dg/try-catch-4.m: Run on non-Darwin targets.
8111         * objc.dg/zero-link-2.m: Remove blank line.
8112         * objc.dg/zero-link-3.m: New test case.
8113
8114 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
8115
8116         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
8117
8118         * gcc.dg/asm-names.c: Use scan-assembler-not rather
8119         than linker trickery.
8120
8121 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8122
8123         PR c++/12370
8124         * g++.dg/other/friend2.C: New test.
8125
8126 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
8127
8128         * gcc.dg/20031012-1.c: New test.
8129
8130 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
8131
8132         * gcc.dg/weak/weak-3.c: Fix for new warning.
8133
8134 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
8135
8136         PR optimization/8750
8137         * gcc.c-torture/execute/20031012-1.c: New test case.
8138
8139 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8140
8141         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
8142         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
8143
8144 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8145
8146         PR optimization/12260
8147         * gcc.c-torture/compile/20031011-2.c: New test case.
8148
8149 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8150
8151         * gcc.c-torture/execute/20031011-1.c: New testcase.
8152
8153 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
8154
8155         * gcc.c-torture/compile/20031011-1.c: New test.
8156
8157 2003-10-11  Jan Hubicka  <jh@suse.cz>
8158
8159         * g++.dg/other/first-global.C: New test.
8160
8161 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8162
8163         * gcc.c-torture/execute/string-opt-18.c: New testcase.
8164
8165 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
8166
8167         * gcc.c-torture/compile/20031010-1.c: New test.
8168
8169 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
8170
8171         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
8172         * gcc.c-torture/execute/va-arg-25.c: ... here.
8173
8174 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
8175
8176         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
8177
8178 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
8179
8180         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
8181
8182 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
8183
8184         * g++.dg/parse/error2.C: New test.
8185
8186 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
8187
8188         PR c++/11097
8189         * g++.dg/other/error5.C: Modify the error message.
8190         * g++.dg/lookup/using8.C: New test.
8191
8192 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
8193
8194         * gcc.dg/darwin-abi-2.c: New file.
8195         * gcc.c-torture/execute/va-arg-24.c: New file.
8196
8197 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
8198
8199         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
8200         indentation.
8201
8202 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
8203
8204         PR c++/10147
8205         * g++.dg/other/error4.C: Update error messages.
8206         * g++.dg/template/ptrmem4.C: Likewise.
8207
8208         PR c++/12337
8209         * g++.dg/init/new9.C: New test.
8210
8211         PR c++/12334, c++/12236, c++/8656
8212         * g++.dg/ext/attrib8.C: New test.
8213
8214 2003-10-06  Devang Patel  <dpatel@apple.com>
8215
8216         * gcc.dg/debug/dwarf2-3.h: New test.
8217         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
8218
8219 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
8220
8221         * g++.dg/opt/cfg2.C: New test.
8222
8223 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
8224
8225         * g++.dg/opt/float1.C: New test.
8226
8227 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8228
8229         * gcc.dg/c90-array-lval-6.c: New test.
8230         * gcc.dg/c99-array-lval-6.c: New test.
8231
8232 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
8233             Ziemowit Laski  <zlaski@apple.com>
8234
8235         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
8236         'Derived', so that it is never considered a class method; add
8237         new warning for '+port' method ambiguity.
8238         * objc.dg/method-12.m: Include <objc/objc.h> instead of
8239         <objc/objc-api.h> (needed on Mac OS X).
8240         * objc.dg/method-13.m: New test.
8241
8242 2003-10-03  Roger Sayle  <roger@eyesopen.com>
8243
8244         PR optimization/9325, PR java/6391
8245         * gcc.c-torture/execute/20031003-1.c: New test case.
8246
8247 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
8248
8249         PR optimization/12180
8250         * gcc.dg/20031002-1.c: New test.
8251
8252         PR c++/12486
8253         * g++.dg/inherit/error1.C: New test.
8254
8255 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
8256
8257         * lib/f-torture.exp (search_for): Rename to...
8258         (search_for_re): This.  Also, clean up comments and the
8259         "regexp" invocation.
8260
8261 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
8262
8263         * gcc.c-torture/compile/20031002-1.c: New test.
8264
8265 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
8266
8267         * g++.dg/opt/cond1.C: New test.
8268
8269 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
8270
8271         * gcc.dg/Wold-style-definition-2.c: New testcase.
8272         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
8273
8274 2003-09-29  Richard Henderson  <rth@redhat.com>
8275
8276         * g++.dg/init/array10.C: Add dg-options.
8277
8278 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
8279
8280         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
8281
8282 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8283
8284         * g++.dg/template/friend19.C: Fix typo.
8285         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
8286
8287 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
8288
8289         * gcc.c-torture/execute/20030928-1.c: New test.
8290         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
8291
8292 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
8293
8294         * g++.dg/opt/unroll1.C: New test.
8295
8296 2003-09-26  Roger Sayle  <roger@eyesopen.com>
8297
8298         PR optimization/11741
8299         * gcc.dg/20030926-1.c: New test case.
8300
8301 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8302
8303         PR c++/5655
8304         * g++.dg/parse/access7.C: New test.
8305         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
8306
8307 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
8308
8309         MERGE OF objc-improvements-branch into MAINLINE:
8310         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
8311         if libobjc has not been built.
8312         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
8313         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
8314         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
8315         objc/execute/nested-3.m, objc/execute/np-2.m,
8316         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
8317         objc/execute/redefining_self.m, objc/execute/root_methods.m,
8318         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
8319         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
8320         objc.dg/special/unclaimed-category-1.h,
8321         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
8322         well as GNU runtime.
8323         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
8324         * execute/cascading-1.m, execute/function-message-1.m,
8325         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
8326         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
8327         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
8328         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
8329         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
8330         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
8331         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
8332         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
8333         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
8334         * objc.dg/bitfield-2.m: Run only on Darwin.
8335         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
8336         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
8337         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
8338         * objc.dg/const-str-1.m: Fix constant string layout.
8339
8340 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
8341
8342         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
8343
8344 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
8345
8346         * gcc.dg/darwin-abi-1.c: New file.
8347
8348 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
8349
8350         PR target/12281
8351         * gcc.c-torture/compile/20030921-1.c: New test.
8352
8353 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
8354
8355         * g++.dg/opt/reg-stack2.C: New test.
8356
8357 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
8358
8359         * g++.dg/eh/delayslot1.C: New test.
8360
8361 2003-09-20  Richard Henderson  <rth@redhat.com>
8362
8363         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
8364
8365 2003-09-20  Roger Sayle  <roger@eyesopen.com>
8366
8367         * gcc.c-torture/execute/20030920-1.c: New test case.
8368
8369 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8370
8371         * g++.dg/rtti/typeid3.C: Correct expected error message.
8372
8373 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8374
8375         PR c++/157
8376         * g++.dg/parse/crash12.C: New test.
8377
8378 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
8379
8380         * gcc.dg/compat/mixed-struct-check.h: New.
8381         * gcc.dg/compat/mixed-struct-defs.h: New.
8382         * gcc.dg/compat/mixed-struct-init.h: New.
8383         * gcc.dg/compat/struct-by-value-19_main.c: New.
8384         * gcc.dg/compat/struct-by-value-19_x.c: New.
8385         * gcc.dg/compat/struct-by-value-19_y.c: New.
8386         * gcc.dg/compat/struct-by-value-20_main.c: New.
8387         * gcc.dg/compat/struct-by-value-20_x.c: New.
8388         * gcc.dg/compat/struct-by-value-20_y.c: New.
8389         * gcc.dg/compat/struct-return-19_main.c: New.
8390         * gcc.dg/compat/struct-return-19_x.c: New.
8391         * gcc.dg/compat/struct-return-19_y.c: New.
8392         * gcc.dg/compat/struct-return-20_main.c: New.
8393         * gcc.dg/compat/struct-return-20_x.c: New.
8394         * gcc.dg/compat/struct-return-20_y.c: New.
8395
8396 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
8397         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
8398         so that it will not complain on LP64 targets.
8399
8400 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8401
8402         PR c++/495
8403         * g++.dg/template/friend24.C: New test.
8404
8405 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
8406
8407         PR c++/12332
8408         * g++.dg/template/memtmpl2.C: New test.
8409
8410 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
8411
8412         PR target/11184
8413         * gcc.dg/builtin-apply1.c: New test.
8414
8415 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
8416
8417         PR c++/9848
8418         * g++.dg/warn/Wunused-4.C: New test.
8419
8420 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8421
8422         PR c++/12316
8423         * g++.dg/other/gc2.C: New test.
8424
8425 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
8426
8427         PR c++/11991
8428         * g++.dg/rtti/typeid3.C: New test.
8429
8430         PR c++/12266
8431         * g++.dg/overload/template1.C: New test.
8432
8433 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
8434
8435         * g++.dg/opt/cfg3.C: New test.
8436
8437 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8438
8439         PR c++/7939
8440         * g++.dg/template/crash11.C: New test.
8441
8442 2003-09-16  Jason Merrill  <jason@redhat.com>
8443             Jakub Jelinek  <jakub@redhat.com>
8444
8445         * gcc.dg/attr-warn-unused-result.c: New test.
8446
8447 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
8448
8449         PR c++/12184
8450         * g++.dg/expr/call2.C: New test.
8451
8452 2003-09-15  Andreas Jaeger  <aj@suse.de>
8453
8454         * gcc.dg/Wold-style-definition-1.c: New test.
8455
8456 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
8457
8458         PR c++/3907
8459         * g++.dg/parse/template12.C: New test.
8460
8461         * g++.dg/abi/bitfield11.C: New test.
8462         * g++.dg/abi/bitfield12.C: Likewise.
8463
8464 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
8465
8466         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
8467         non-expansion of functional macro name without arguments at EOL.
8468         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
8469
8470 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
8471
8472         * gcc.c-torture/execute/20030914-[12].c: New tests.
8473
8474 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
8475
8476         PR c++/11788
8477         * g++.dg/overload/addr1.C: New test.
8478
8479 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
8480
8481         * gcc.dg/20030909-1.c: New test.
8482
8483 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
8484
8485         * gcc.dg/ultrasp10.c: New test.
8486
8487 2003-09-09  Devang Patel  <dpatel@apple.com>
8488
8489         * gcc.dg/darwin-ld-6.c: New test.
8490
8491 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8492
8493         * gcc.dg/torture/builtin-explog-1.c: New testcase.
8494
8495 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
8496
8497         * gcc.dg/ia64-types1.c: New test.
8498         * gcc.dg/ia64-types2.c: Likewise.
8499
8500 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8501
8502         * gcc.dg/builtins-1.c: Add more _Complex tests.
8503         * gcc.dg/torture/builtin-attr-1.c: Likewise.
8504
8505         * gcc.dg/builtins-1.c: Test existing _Complex functions.
8506         * gcc.dg/torture/builtin-attr-1.c: Likewise.
8507
8508 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
8509
8510         PR c++/11786
8511         * g++.dg/lookup/koenig2.C: New test.
8512
8513         PR c++/5296
8514         * g++.dg/rtti/typeid2.C: New test.
8515
8516 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
8517
8518         * gcc.c-torture/compile/20030904-1.c: New test.
8519
8520 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
8521
8522         * g++.dg/opt/longbranch2.C: New test.
8523
8524 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
8525
8526         * g++.dg/template/crash10.C: Only compile it.
8527
8528 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
8529
8530         PR middle-end/11665
8531         * gcc.c-torture/compile/20030907-1.c: New test.
8532         * g++.dg/init/array11.C: New test.
8533
8534 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
8535
8536         PR c++/11852
8537         * g++.dg/init/struct1.C: New test.
8538
8539 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
8540
8541         PR c++/12181
8542         * g++.dg/expr/comma1.C: New test.
8543
8544 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
8545
8546         PR c++/11867
8547         * g++.dg/expr/static_cast5.C: New test.
8548
8549 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
8550
8551         PR c++/11507
8552         * g++.dg/lookup/scoped7.C: New test.
8553
8554         PR c++/9574
8555         * g++.dg/other/static1.C: New test.
8556
8557         PR c++/11490
8558         * g++.dg/warn/template-1.C: New test.
8559
8560         PR c++/11432
8561         * g++.dg/template/crash10.C: New test.
8562
8563         PR c++/2478
8564         * g++.dg/overload/VLA.C: New test.
8565
8566         PR c++/10804
8567         * g++.dg/template/call1.C: New test.
8568
8569 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
8570
8571         PR c++/11794
8572         * g++.dg/parse/using3.C: New test.
8573
8574 2003-09-06  Roger Sayle  <roger@eyesopen.com>
8575
8576         PR c++/11409
8577         * g++.dg/overload/builtin3.C: New test case.
8578
8579 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
8580
8581         PR c/9862
8582         * gcc.dg/20030906-1.c: New test.
8583         * gcc.dg/20030906-2.c: Likewise.
8584
8585 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
8586
8587         PR c++/12167
8588         * g++.dg/parse/defarg5.C: New test.
8589
8590         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
8591
8592 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
8593
8594         PR c++/12163
8595         * g++.dg/expr/static_cast4.C: New test.
8596
8597         PR c++/12146
8598         * g++.dg/template/crash9.C: New test.
8599
8600 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
8601
8602         * g++.old-deja/g++.ext/pretty2.C: Update for change
8603         in __FUNCTION__.
8604         * g++.old-deja/g++.ext/pretty3.C: Likewise.
8605
8606 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
8607
8608         PR c++/11922
8609         * g++/dg/template/qualified-id1.C: New test.
8610
8611         PR c++/12037
8612         * g++.dg/warn/noeffect4.C: New test.
8613
8614 2003-09-04  Matt Austern  <austern@apple.com>
8615
8616         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
8617         * g++.dg/ext/fnname2.C: Likewise.
8618         * g++.dg/ext/fnname3.C: Likewise.
8619
8620 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
8621
8622         * g++.dg/expr/lval1.C: New test.
8623         * g++.dg/ext/lvcast.C: Remove.
8624
8625 2003-09-03  Roger Sayle  <roger@eyesopen.com>
8626
8627         PR optimization/11700.
8628         * gcc.c-torture/compile/20030903-1.c: New test case.
8629
8630 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
8631
8632         PR c++/12053
8633         * g++.dg/abi/layout4.C: New test.
8634
8635 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
8636
8637         PR c++/11553
8638         * g++.dg/parse/friend3.C: New test.
8639
8640 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
8641
8642         PR c++/11847
8643         * g++.dg/template/class1.C: New test.
8644
8645         PR c++/11808
8646         * g++.dg/expr/call1.C: New test.
8647
8648 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
8649
8650         PR c++/12114
8651         * g++.dg/init/ref9.C: New test.
8652
8653         PR c++/11972
8654         * g++.dg/template/nested4.C: New test.
8655
8656 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
8657
8658         PR c++/12093
8659         * g++.dg/template/non-dependent4.C: New test.
8660
8661         PR c++/11928
8662         * g++.dg/inherit/conv1.C: New test.
8663
8664 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
8665
8666         PR c++/6196
8667         * g++.dg/ext/label1.C: New test.
8668         * g++.dg/ext/label2.C: Likewise.
8669
8670 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
8671
8672         * g++.dg/expr/cond3.C: New test.
8673
8674 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8675
8676         * gcc.dg/builtins-1.c: Add new builtin cases.
8677
8678 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8679
8680         * gcc.dg/builtins-1.c: Add new cases.
8681         * gcc.dg/torture/builtin-attr-1.c: Likewise.
8682
8683 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8684
8685         * gcc.dg/builtins-1.c: Add more math builtin tests.
8686         * gcc.dg/torture/builtin-attr-1.c: New test.
8687
8688 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
8689
8690         PR optimization/5079
8691         * g++.dg/opt/static3.C: New test.
8692
8693 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8694
8695         * gcc.misc-tests/gcov-10b.c: New test.
8696
8697 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
8698
8699         * g++.dg/opt/ptrmem3.C: New test.
8700
8701         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
8702
8703 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
8704
8705         * gcc.dg/20030826-2.c: New test.
8706
8707 2003-08-26  Roger Sayle  <roger@eyesopen.com>
8708
8709         PR middle-end/12002
8710         * g77.f-torture/compile/12002.f: New test case.
8711
8712 2003-08-26  Roger Sayle  <roger@eyesopen.com>
8713
8714         * gcc.dg/20030826-1.c: New test case.
8715
8716 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
8717
8718         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
8719
8720 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
8721
8722         PR c++/11871
8723         * c++.dg/lookup/crash1.C: New test.
8724
8725         * c++.dg/warn/noeffect3.C: New test.
8726
8727 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
8728
8729         * gcc.dg/compat/vector-1_x.c: Compile with -w.
8730         * gcc.dg/compat/vector-1_y.c: Ditto.
8731         * gcc.dg/compat/vector-2_x.c: Ditto.
8732         * gcc.dg/compat/vector-2_y.c: Ditto.
8733
8734 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
8735
8736         * gcc.dg/20030702-1.c: New test.
8737
8738 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
8739
8740         PR c++/8795
8741         * g++.dg/ext/altivec-1.C: New test.
8742
8743 2003-08-24  Richard Henderson  <rth@redhat.com>
8744
8745         * g++.dg/eh/simd-2.C: Add -w for x86.
8746
8747 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
8748
8749         * gcc.dg/20030815-1.c: New test.
8750
8751 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8752
8753         PR c++/3765
8754         * g++.dg/parse/access6.C: New test.
8755
8756 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8757
8758         PR c++/641, c++/11876
8759         * g++.dg/template/friend22.C: New test.
8760         * g++.dg/template/friend23.C: Likewise.
8761
8762 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8763
8764         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
8765         identically.
8766
8767 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8768
8769         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
8770
8771 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8772
8773         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
8774
8775 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8776
8777         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
8778
8779 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8780
8781         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
8782
8783 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
8784
8785         PR c++/11919
8786         * g++.dg/overload/prom1.C: New test.
8787
8788         PR c++/11551
8789         * g++.dg/parse/dtor2.C: New test.
8790
8791         PR c++/10762
8792         * g++.dg/parse/using2.C: New test.
8793
8794 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
8795
8796         PR target/11805
8797         * gcc.c-torture/compile/20030821-1.c: New.
8798
8799 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
8800
8801         PR c++/11834
8802         * g++.dg/template/deduce2.C: New test.
8803
8804 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
8805
8806         * gcc.c-torture/execute/20030821-1.c: New test.
8807
8808 2003-08-20  Roger Sayle  <roger@eyesopen.com>
8809
8810         PR middle-end/11984
8811         * gcc.dg/20030820-1.c: New test case.
8812
8813 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
8814
8815         PR c++/11945
8816         * g++.dg/warn/noeffect2.C: New test.
8817
8818 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
8819
8820         PR c++/10926
8821         * g++.dg/template/dtor2.C: New test.
8822
8823         PR c++/11684
8824         * g++.dg/template/operator1.C: New test.
8825         * g++.dg/parse/operator4.C: New test.
8826
8827         PR c++/11946.C
8828         * g++.dg/expr/enum1.C: New test.
8829         * gcc.dg/c99-bool-1.c: Remove bogus warning.
8830
8831         PR c++/11036.C
8832         * g++.dg/parse/elab2.C: New test.
8833         * g++.dg/parse/typedef4.C: Change error message.
8834         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
8835         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
8836         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
8837
8838 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
8839
8840         * gcc.dg/pch/warn-1.c: New.
8841         * gcc.dg/pch/warn-1.hs: New.
8842
8843         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
8844         not-tested file.
8845
8846 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
8847
8848         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
8849
8850 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
8851
8852         * gcc.dg/uninit-D.c: New Test.
8853         * gcc.dg/uninit-E.c: New Test.
8854         * gcc.dg/uninit-F.c: New Test.
8855         * gcc.dg/uninit-G.c: New Test.
8856
8857 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
8858
8859         * g++.dg/README: Describe the pch directory.
8860
8861 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8862
8863         PR c++/11174
8864         * g++.dg/parse/access4.C: New test.
8865         * g++.dg/parse/access5.C: Likewise.
8866         * g++.old-deja/g++.jason/access17.C: Adjust error message.
8867
8868 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
8869
8870         * gcc.dg/noncompile/20030818-1.c: New.
8871
8872 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
8873
8874         PR c++/11957
8875         * g++.dg/warn/noeffect1.C: New test.
8876
8877         * g++.dg/template/scope2.C: New test.
8878         * g++.dg/template/error2.C: Correct dg-error
8879
8880 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
8881
8882         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
8883
8884 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
8885
8886         PR C++/11512
8887         * g++.dg/template/warn1.C: New.
8888
8889 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
8890
8891         * g++.dg/template/error2.C: New test.
8892         * g++.dg/lookup/using7.C: Adjust errors
8893         * g++.old-deja/g++.pt/crash36.C: Likewise.
8894         * g++.old-deja/g++.pt/derived3.C: Likewise.
8895
8896 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8897
8898         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
8899         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
8900         * gcc.c-torture/execute/builtins/string-9.c: New, from
8901         string-opt-9.c.  Adjust for execute/builtins framework.
8902         * gcc.c-torture/execute/string-opt-9.c: Delete.
8903
8904 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
8905
8906         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
8907
8908         * g++.dg/parse/ret-type2.C: New test.
8909
8910         PR c++/11703
8911         * g++.dg/init/new8.C: New test.
8912
8913         PR c++/10923
8914         * g++.dg/parse/typedef5.C: New test.
8915
8916         PR c++/9512
8917         * g++.dg/parse/qualified2.C: New test.
8918         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
8919         invalid code.
8920
8921 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
8922
8923         * g++.dg/conversion/ptrmem1.C: New test.
8924
8925 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
8926
8927         PR target/11693
8928         * gcc.dg/20030811-1.c: New test.
8929
8930         PR target/11535
8931         * gcc.c-torture/execute/20030811-1.c: New test.
8932
8933 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8934
8935         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
8936
8937 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
8938
8939         PR c++/11789.C
8940         * g++.dg/inherit/multiple1.C: New test.
8941
8942 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
8943
8944         * gcc.dg/spe1.c: New test.
8945
8946         PR c++/11670
8947         * g++.dg/expr/cast2.C: New test.
8948
8949         PR c++/10530
8950         * g++.dg/template/dependent-name2.C: New test.
8951
8952 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
8953
8954         * g++.dg/parse/crash11.C: Put the dg options in comments.
8955
8956 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
8957
8958         * lib/gcc-dg.exp: Update for diagnostic change.
8959
8960 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8961
8962         PR c++/5767
8963         * g++.dg/parse/crash11.C: New test.
8964
8965 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
8966
8967         * gcc.dg/cpp/spacing1.c: Update.
8968
8969 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
8970
8971         PR target/11739
8972         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
8973         a value for -mtune.
8974
8975 2003-08-04  Roger Sayle  <roger@eyesopen.com>
8976
8977         PR middle-end/11771
8978         * gcc.c-torture/compile/20030804-1.c: New test case.
8979
8980 2003-08-04  Roger Sayle  <roger@eyesopen.com>
8981
8982         * gcc.dg/20030804-1.c: New test case.
8983
8984 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
8985
8986         * gcc.dg/cpp/separate-1.c: New test.
8987
8988 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
8989
8990         PR c++/11704
8991         * g++.dg/template/dependent-expr2.C: New test.
8992
8993         PR c++/11766
8994         * g++.dg/expr/ptrmem1.C: New test.
8995
8996 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8997
8998         PR c++/9453
8999         * g++.dg/template/friend15.C: New test.
9000
9001 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
9002
9003         * lib/dg-pch.exp: Work round PCH bug.
9004
9005 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9006
9007         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
9008         builtins.  Move cases from builtins-4.c here.
9009
9010         * gcc.dg/torture/builtin-math-1.c: New test taken from
9011         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
9012         additional cases.
9013
9014         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
9015         Delete.
9016
9017 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
9018
9019         PR c++/9447
9020         * g++.dg/template/using7.C: New test.
9021
9022 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
9023
9024         * import1.c, import2.c: New tests.
9025
9026 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
9027
9028         * g++.dg/eh/crossjump1.C: New test.
9029
9030 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
9031
9032         PR c++/11697
9033         * g++.dg/template/using6.C: New test.
9034
9035         PR c++/11744
9036         * g++.dg/template/koenig2.C: New test.
9037
9038 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9039
9040         PR c++/7983
9041         * g++.dg/parse/typedef4.C: New test.
9042
9043 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9044
9045         PR c++/8442, c++/8806
9046         * g++.dg/template/elab1.C: New test.
9047         * g++.dg/template/type2.C: Likewise.
9048         * g++.dg/template/ttp3.C: Adjust expected error message.
9049         * g++.old-deja/g++.law/visibility13.C: Likewise.
9050         * g++.old-deja/g++.niklas/t135.C: Likewise.
9051         * g++.old-deja/g++.pt/ttp41.C: Likewise.
9052         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
9053         template argument.
9054         * g++.old-deja/g++.pt/ttp44.C: Likewise.
9055
9056 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
9057
9058         PR c++/11295
9059         * g++.dg/ext/stmtexpr1.C: New test.
9060
9061         * g++.dg/opt/tmp1.C: New test.
9062
9063         PR c++/11525
9064         * g++.dg/parse/constant4.C: New test.
9065
9066         PR c++/9447
9067         * g++.dg/template/using5.C: New test.
9068
9069 2003-07-31  Roger Sayle  <roger@eyesopen.com>
9070
9071         * gcc.dg/builtins-27.c: New test case.
9072
9073 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
9074
9075         * gcc.dg/tls/opt-7.c: New test.
9076
9077 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
9078
9079         * g++.old-deja/g++.other/crash18.C: Remove.
9080
9081 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
9082
9083         * g++.dg/template/explicit3.C: New.
9084         * g++.dg/template/explicit4.C: New.
9085         * g++.dg/template/explicit5.C: New.
9086
9087         PR c++/11347
9088         * g++.dg/template/memtmpl1.C: New.
9089
9090 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
9091
9092         PR target/11565
9093         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
9094         * gcc.dg/i386-387-5.c (dg-options): Likewise.
9095
9096 2003-07-30  Jan Hubicka  <jh@suse.cz>
9097
9098         * vtgc1.c: Kill.
9099
9100 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
9101
9102         * gcc.dg/struct-in-proto-1.c: New test.
9103
9104 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
9105
9106         * gcc.dg/cpp/include2.c: Only expect one message.
9107
9108 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
9109
9110         PR c++/9447
9111         * g++.dg/template/using1.C: New test.
9112         * g++.dg/template/using2.C: New test.
9113         * g++.dg/template/using3.C: New test.
9114         * g++.dg/template/using4.C: New test.
9115
9116 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
9117
9118         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
9119         * gcc.c-torture/execute/string-opt-10.c: Likewise.
9120
9121 2003-07-28  Jan Hubicka  <jh@suse.cz>
9122
9123         PR c++/11530
9124         * g++.dg/opt/call1.C: New test.
9125
9126 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
9127
9128         PR c++/11667
9129         * g++.dg/init/enum2.C: New test.
9130         * g++.dg/template/overload1.C: Add "-w" option.
9131
9132 2003-07-28    <hp@bitrange.com>
9133
9134         * gcc.dg/Wdeclaration-after-statement-1.c,
9135         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
9136
9137 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
9138
9139         * gcc.c-torture/compile/20030725-1.c: New test.
9140
9141 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
9142
9143         * gcc.dg/20030505.c: Only run for SPE.
9144         Remove definition of opaque type.
9145
9146 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
9147
9148         * g++.dg/template/ptrmem6.C: New test.
9149
9150 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
9151
9152         * gcc.c-torture/compile/zero-strct-2.c: New test.
9153
9154 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
9155
9156         * gcc.dg/intermod-1.c: New test.
9157
9158 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9159
9160         PR c++/11617
9161         * g++.dg/template/lookup2.C: New test.
9162         * g++.dg/template/memclass1.C: Remove instantiated from error.
9163         * g++.dg/other/error2.C: Tweak expected errors.
9164
9165         PR c++/11596
9166         * g++.dg/template/defarg3.C: New test.
9167
9168         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
9169
9170 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
9171
9172         * g++.dg/inherit/access5.C: New test.
9173
9174 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9175
9176         PR c++/11513
9177         * g++.dg/template/crash8.C: New test.
9178
9179 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
9180
9181         PR c/10602
9182         * gcc.dg/noncompile/incomplete-2.c: New test.
9183
9184 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
9185
9186         PR c++/11645
9187         * g++.dg/inherit/access4.C: New test.
9188
9189         PR c++/11517
9190         * g++.dg/expr/cond2.C: New test.
9191
9192         PR optimization/10679
9193         * g++.dg/opt/inline4.C: New test.
9194
9195 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
9196
9197         * g++.dg/parse/crash10: New test.
9198
9199 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
9200
9201         * g++.dg/ext/flexary1.C: New test.
9202
9203 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9204
9205         PR c++/10793
9206         * g++.dg/template/crash9.C: New test.
9207
9208 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9209
9210         PR c++/3004
9211         * g++.dg/parse/typedef3.C: New test.
9212
9213         PR c++/7906
9214         * g++.dg/parse/operator2.C: New test.
9215
9216         PR c++/8895
9217         * g++.dg/parse/def-tmpl-arg1.C: New test.
9218
9219         PR c++/9282
9220         * g++.dg/parse/funptr1.C: New test.
9221
9222         PR c++/9452
9223         * g++.dg/parse/ambig3.C: New test.
9224
9225         PR c++/9454
9226         * g++.dg/parse/operator3.C: New test.
9227
9228         PR c++/9486
9229         * g++.dg/parse/template10.C: New test.
9230
9231         PR c++/9488
9232         * g++.dg/parse/template11.C: New test.
9233
9234         PR c++/10150
9235         * g++.dg/parse/invalid-op1.C: New test.
9236
9237         PR c++/10247
9238         * g++.dg/parse/condexpr1.C: New test.
9239
9240 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
9241
9242         * g++.dg/ext/packed3.C: New test.
9243         * g++.dg/ext/packed4.C: New test.
9244
9245         * gcc.dg/pack-test-3.c: New test.
9246
9247 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
9248
9249         * lib/compat.exp: Handle dg-options per source file.
9250         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
9251         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
9252         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
9253         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
9254         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
9255         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
9256         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
9257         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
9258         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
9259         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
9260         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
9261         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
9262         * g++.dg/compat/break/bitfield7_x.C: Ditto.
9263         * g++.dg/compat/break/bitfield7_y.C: Ditto.
9264
9265 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
9266
9267         PR c/10320
9268         * gcc.c-torture/execute/20030718-1.c: New test.
9269
9270 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
9271
9272         PR optimization/11536
9273         * gcc.dg/20030721-1.c: New test.
9274
9275 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
9276
9277         PR c++/11546
9278         * g++.dg/template/lookup1.C: New test.
9279
9280 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
9281
9282         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
9283         diagnostics of ill-formed constructs involving labels.
9284         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
9285         the new 'previously defined here' message.
9286
9287 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
9288
9289         * g++.dg/parse/non-dependent2.C: New test.
9290
9291 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
9292
9293         * g++.dg/init/init-ref4.C: xfail on targets without
9294         weak symbols.
9295
9296 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
9297
9298         PR target/11087
9299         * gcc.c-torture/execute/20030717-1.c: New test.
9300
9301 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
9302
9303         * g++.dg/opt/cfg1.C: New test.
9304
9305 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
9306
9307         PR optimization/11557
9308         * gcc.dg/20030717-1.c: New test.
9309
9310 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
9311
9312         PR c++/10476
9313         * g++.dg/expr/crash-1.C: New test.
9314
9315         PR c++/11027
9316         * g++.dg/template/init3.C: New test.
9317
9318         PR c++/8222
9319         * g++.dg/template/non-dependent1.C: New test.
9320
9321         PR c++/11070
9322         * g++.dg/template/non-dependent2.C: New test.
9323
9324         PR c++/11071
9325         * g++.dg/template/non-dependent3.C: New test.
9326
9327         PR c++/9907
9328         * g++.dg/template/sizeof5.C: New test.
9329
9330 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
9331
9332         PR 11498
9333         * gcc.c-torture/compile/mangle-1.c: New file.
9334
9335 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9336
9337         PR c++/7809
9338         * g++.dg/parse/access3.C: New test.
9339
9340 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
9341
9342         PR c++/11384
9343         * g++.dg/init/init-ref4.C: New test.
9344
9345 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
9346
9347         PR c++/11547
9348         * g++.dg/parse/constant3.C: New test.
9349         * g++.dg/parse/crash7.C: Likewise.
9350
9351 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
9352
9353         PR target/11008
9354         * gcc.dg/i386-pentium4-not-mull.c: New.
9355
9356 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
9357
9358         * gcc.dg/asm-names.c (ymain): Make it weak.
9359
9360 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9361
9362         PR c++/5421
9363         * g++.dg/template/friend21.C: New test.
9364
9365 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
9366
9367         * gcc.dg/cleanup-8.c: New test.
9368         * gcc.dg/cleanup-9.c: New test.
9369
9370 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
9371
9372         * g++.dg/ext/dll-MI1.h: New file.
9373         * g++.dg/ext/dllexport-MI1.C: New file.
9374         * g++.dg/ext/dllimport-MI1.C: New file.
9375
9376 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
9377
9378         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
9379         it does not have cmpstrsi patterns (just cmpmemsi).
9380
9381 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
9382
9383         PR debug/11473
9384         * g++.dg/debug/debug8.C: New test.
9385
9386 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9387
9388         PR c++/10108
9389         * g++.dg/template/crash7.C: New test.
9390
9391 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
9392
9393         PR target/10795
9394         * gcc.c-torture/compile/20030708-1.c: New.
9395
9396 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
9397
9398         * gcc.c-torture/execute/20030715-1.c: New test.
9399
9400 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
9401
9402         * gcc.dg/pch/inline-3.c: New file.
9403         * gcc.dg/pch/inline-3.hs: New file.
9404         * gcc.dg/pch/inline-4.c: New file.
9405         * gcc.dg/pch/inline-4.hs: New file.
9406
9407 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
9408
9409         PR c++/11509
9410         * g++.dg/template/crash6.C: New test.
9411
9412         PR c++/7053
9413         * g++.dg/template/friend20.C: New test.
9414
9415         PR c++/7019
9416         * g++.dg/template/overload2.C: New test.
9417
9418 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9419
9420         PR optimization/11440
9421         * gcc.c-torture/execute/20030714-1.c: New test.
9422
9423 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9424
9425         PR c++/11154
9426         * g++.dg/template/partial2.C: New test.
9427
9428 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
9429
9430         PR c++/11503
9431         * g++.dg/template/anon1.C: New test.
9432
9433         PR c++/11493
9434         PR c++/11495
9435         * g++.dg/parse/template9.C: Likewise.
9436         * g++.dg/template/crash4.C: New test.
9437         * g++.dg/template/koenig1.C: Likewise.
9438         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
9439         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
9440         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
9441         functions.
9442         * g++.old-deja/g++.jason/template36.C: Likewise.
9443         * g++.old-deja/g++.mike/p1989.C: Likewise.
9444         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
9445         * g++.old-deja/g++.pt/ttp20.C: Use this->.
9446         * g++.old-deja/g++.pt/ttp21.C: Use this->.
9447         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
9448         compiling.
9449         * g++.old-deja/g++.pt/union2.C: Use this->.
9450
9451 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
9452
9453         * gcc.dg/20030711-1.c: New test.
9454
9455 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
9456
9457         PR c++/11050
9458         * g++.dg/parse/args1.C: New test.
9459         * g++.pt/defarg8.C: Change expected errors.
9460
9461 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
9462
9463         PR c++/8164
9464         * g++.dg/template/nontype2.C: New test.
9465
9466         PR c++/10558
9467         * g++.dg/parse/template8.C: New test.
9468
9469         PR c++/8327
9470         * g++.dg/template/scope1.C: New test.
9471
9472         * g++.dg/warn/Wsign-compare-1.C: New test.
9473
9474 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
9475
9476         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
9477
9478 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
9479
9480         PR c++/9411
9481         * g++.dg/template/explicit2.C: New test.
9482
9483         PR c++/10032
9484         * g++.dg/warn/pedantic1.C: New test.
9485
9486 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
9487
9488         PR c++ 9483
9489         * g++.dg/other/field1.C: New test.
9490
9491 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
9492
9493         PR c/11449
9494         * gcc.c-torture/compile/20030707-1.c: New.
9495
9496 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9497
9498         PR c++/10849
9499         * g++.dg/template/access12.C: New test.
9500
9501 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
9502
9503         * g++.dg/bprob/bprob.exp (prof_ext): Update.
9504         * g77.dg/bprob/bprob.exp (prof_ext): Update.
9505         * gcc.misc-tests/bprob.exp (prof_ext): Update.
9506         * gcc.misc-tests/gcov.exp: Update
9507         * g++.dg/gcov/gcov.exp: Update
9508         * lib/gcov.exp: Update.
9509
9510 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
9511
9512         * g++.dg/abi/mangle17.C: Make sure template expressions are
9513         dependent.
9514         * g++.dg/abi/mangle4.C: Mark erroneous casts.
9515         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
9516         * g++.dg/opt/stack1.C: Remove erroneous code.
9517         * g++.dg/parse/template7.C: New test.
9518         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
9519         * g++.old-deja/g++.pt/crash4.C: Likewise.
9520
9521 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9522
9523         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
9524         with zero or one occurence of `$' after the initial `L'.
9525
9526 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
9527
9528         * gcc.c-torture/compile/20030704-1.c: Add a comment.
9529
9530 2003-07-08  Roger Sayle  <roger@eyesopen.com>
9531
9532         PR c/11370
9533         * gcc.dg/Wunreachable-6.c: New testcase.
9534         * gcc.dg/Wunreachable-7.c: New testcase.
9535
9536 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
9537
9538         PR c/11420
9539         * gcc.dg/20030708-1.c: New test.
9540
9541 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
9542
9543         * gcc.dg/compat/sdata-section.h: New file.
9544         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
9545         * gcc.dg/torture/mips-sdata-1.c: New test.
9546
9547 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9548
9549         PR c++/11030
9550         * g++.dg/template/friend19.C: New test.
9551
9552 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
9553
9554         * g++.dg/opt/strength-reduce.C: New test.
9555
9556 2003-07-07  Roger Sayle  <roger@eyesopen.com>
9557
9558         PR target/10979
9559         * gcc.dg/20030707-1.c: New testcase.
9560
9561 2003-07-07  Roger Sayle  <roger@eyesopen.com>
9562
9563         PR optimization/11059
9564         * g++.dg/opt/emptyunion.C: New testcase.
9565
9566 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9567             Eric Botcazou  <ebotcazou@libertysurf.fr>
9568
9569         * g++.dg/opt/stack1.C: New test.
9570
9571 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
9572
9573         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
9574         run test.
9575
9576         PR c++/11431
9577         * g++.dg/expr/static_cast3.C: New test.
9578
9579 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9580
9581         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
9582         everywhere.
9583         * gcc.dg/concat.c: Concatenation of string constants with
9584         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
9585         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
9586         * gcc.dg/cpp/escape-2.c: Use wide character constants where
9587         necessary to avoid multi-character character constant warning.
9588         * gcc.dg/cpp/escape.c: Likewise.
9589         * gcc.dg/cpp/ucs.c: Likewise.
9590         Remove backslashes from dg-bogus comments, as they confuse Tcl.
9591         Fix a typo.
9592
9593 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
9594
9595         PR c/11428
9596         * gcc.c-torture/compile/20030704-1.c: New.
9597
9598 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
9599
9600         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
9601
9602 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
9603
9604         PR c++/5287, PR c++/7910,  PR c++/11021
9605         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
9606         tests for warnings.
9607         * g++.dg/ext/dllimport2.C: Add tests for warnings.
9608         * g++.dg/ext/dllimport3.C: Likewise.
9609         * g++.dg/ext/dllimport4.C: New file.
9610         * g++.dg/ext/dllimport5.C: New file.
9611         * g++.dg/ext/dllimport6.C: New file.
9612         * g++.dg/ext/dllimport7.C: New file.
9613         * g++.dg/ext/dllimport8.C: New file.
9614         * g++.dg/ext/dllimport9.C: New file.
9615         * g++.dg/ext/dllimport10.C: New file.
9616         * g++.dg/ext/dllexport1.C: New file.
9617
9618 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
9619
9620         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
9621         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
9622
9623 2003-07-03  Roger Sayle  <roger@eyesopen.com>
9624
9625         * gcc.dg/builtins-25.c: New testcase.
9626         * gcc.dg/builtins-26.c: New testcase.
9627
9628 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
9629
9630         * gcc.dg/compat/vector-defs.h: New file.
9631         * gcc.dg/compat/vector-setup.h: New file.
9632         * gcc.dg/compat/vector-check.h: New file.
9633         * gcc.dg/compat/vector-1_main.c: New file.
9634         * gcc.dg/compat/vector-1_x.c: New file.
9635         * gcc.dg/compat/vector-1_y.c: New file.
9636         * gcc.dg/compat/vector-2_main.c: New file.
9637         * gcc.dg/compat/vector-2_x.c: New file.
9638         * gcc.dg/compat/vector-2_y.c: New file.
9639
9640         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
9641         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
9642         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
9643         * gcc.dg/compat/struct-align-1.h: New file.
9644         * gcc.dg/compat/struct-align-1_main.c: New file.
9645         * gcc.dg/compat/struct-align-1_x.c: New file.
9646         * gcc.dg/compat/struct-align-1_y.c: New file.
9647         * gcc.dg/compat/struct-align-2.h: New file.
9648         * gcc.dg/compat/struct-align-2_main.c: New file.
9649         * gcc.dg/compat/struct-align-2_x.c: New file.
9650         * gcc.dg/compat/struct-align-2_y.c: New file.
9651
9652         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
9653         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
9654         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
9655         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
9656         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
9657         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
9658         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
9659         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
9660         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
9661         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
9662         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
9663         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
9664         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
9665         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
9666         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
9667         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
9668         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
9669         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
9670         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
9671         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
9672         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
9673         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
9674         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
9675         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
9676         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
9677         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
9678         * gcc.dg/compat/struct-return-10_x.c: Ditto.
9679         * gcc.dg/compat/struct-return-2_x.c: Ditto.
9680         * gcc.dg/compat/struct-return-3_x.c: Ditto.
9681
9682 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
9683
9684         * gcc.dg/i386-call-1.c: New test.
9685
9686 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
9687
9688         PR c++/9162
9689         * g++.dg/parse/defarg4.C: New.
9690
9691 2003-07-03  Roger Sayle  <roger@eyesopen.com>
9692
9693         PR target/10700
9694         * gcc.c-torture/compile/20030703-1.c: New test case.
9695
9696 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
9697
9698         * g++.dg/template/local3.C: Remove extra semicolon.
9699
9700 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
9701
9702         * gcc.dg/i386-volatile-1.c: New test.
9703
9704 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
9705
9706         PR c++/11072
9707         * g++.dg/other/offsetof2.C: XFAIL.
9708         * g++.dg/other/offsetof5.C: New.
9709
9710         PR c++/10219
9711         * g++.dg/template/error1.C: New.
9712
9713         PR c++/9779
9714         * g++.dg/template/dependent-expr1.C: New.
9715
9716 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
9717
9718         PR c++/6949
9719         * g++.dg/template/local3.C: New test.
9720
9721         PR c++/11149
9722         * g++.dg/lookup/scoped6.C: New test.
9723
9724 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
9725
9726         PR c++/8046
9727         * g++.dg/other/error7.C: New test.
9728
9729 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
9730
9731         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
9732         * g++.old-deja/g++.abi/vtable3.h: Likewise.
9733         * g++.old-deja/g++.law/code-gen5.C: Likewise.
9734         * g++.old-deja/g++.other/union2.C: Likewise.
9735         * gcc.dg/c90-const-expr-2.c: Likewise.
9736         * gcc.dg/c90-const-expr-3.c: Likewise.
9737         * gcc.dg/c99-const-expr-2.c: Likewise.
9738         * gcc.dg/c99-const-expr-3.c: Likewise.
9739         * gcc.dg/concat.c: Likewise.
9740
9741 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
9742
9743         PR c++/9559
9744         * g++.dg/init/static1.C: New test.
9745
9746 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9747
9748         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
9749         * g++.old-deja/g++.other/access2.C: Likewise.
9750         * g++.old-deja/g++.other/decl2.C: Likewise.
9751         * gcc.c-torture/execute/20020615-1.c: Likewise.
9752
9753 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
9754
9755         PR c++/4933
9756         * g++.dg/template/sizeof4.C: New test.
9757
9758 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
9759
9760         * g++.dg/other/error6.C: New test.
9761
9762 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
9763
9764         PR c++/10750
9765         * g++.dg/parse/constant2.C: New test.
9766
9767 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
9768
9769         PR c++/11106
9770         * g++.dg/other/error5.C: New test.
9771
9772 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9773
9774         * gcc.dg/format/gcc_diag-1.c: New test.
9775
9776 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
9777
9778         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
9779
9780 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
9781
9782         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
9783         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
9784         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
9785
9786 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
9787
9788         * gcc.c-torture/execute/builtins/string-8.c: New test.
9789         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
9790         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
9791         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
9792
9793 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
9794
9795         PR c++/10468
9796         * g++.dg/ext/typeof6.C: New test.
9797
9798 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
9799
9800         PR c++/10796
9801         * g++.dg/init/enum1.C: New test.
9802
9803 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
9804
9805         * gcc.dg/20030627-1.c: New test.
9806
9807 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
9808
9809         PR c++/11332
9810         * g++.dg/expr/static_cast2.C: New test.
9811
9812 2003-06-26  Roger Sayle  <roger@eyesopen.com>
9813             Jakub Jelinek  <jakub@redhat.com>
9814
9815         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
9816         sprintf(dst,"%s",src) optimization.
9817         * gcc.c-torture/execute/20030626-1.c: New test case.
9818         * gcc.c-torture/execute/20030626-2.c: New test case.
9819
9820 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
9821
9822         * gcc.c-torture/execute/multi-ix.c: New test.
9823
9824         * gcc.c-torture/execute/simd-4.c (main):
9825         Added missing semicolon at end of union.
9826
9827 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
9828
9829         PR c++/8266
9830         * g++.dg/template/explicit-instantiation3.C: New test.
9831
9832 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
9833
9834         * gcc.dg/20030626-1.c: Use signed char.
9835
9836 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
9837
9838         * gcc.dg/20030626-1.c: New test.
9839
9840 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
9841
9842         * const-str-2.m: Update.
9843
9844 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
9845
9846         PR c++/10990
9847         * g++.dg/rtti/dyncast1.C: New test.
9848         * g++.dg/abi/mangle4.C: Correct base-specifier access.
9849         * g++.dg/lookup/scoped1.C: Remove XFAIL.
9850         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
9851
9852         PR c++/10931
9853         * g++.dg/expr/static_cast1.C: New test.
9854
9855 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
9856
9857         * gcc.dg/20030625-1.c: New test.
9858
9859 2003-06-24  Roger Sayle  <roger@eyesopen.com>
9860
9861         * gcc.c-torture/compile/20030624-1.c: New test case.
9862
9863 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
9864
9865         * gcc.c-torture/execute/string-opt-17.c: New test.
9866
9867 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
9868
9869         PR c++/5754
9870         * g++.dg/parse/crash6.C: New test.
9871
9872 2003-06-23  Roger Sayle  <roger@eyesopen.com>
9873
9874         * gcc.dg/builtins-24.c: New test case.
9875
9876 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
9877
9878         * g++.dg/opt/operator1.C: New test.
9879
9880 2003-06-22  Roger Sayle  <roger@eyesopen.com>
9881
9882         * gcc.c-torture/execute/string-opt-16.c: New test case.
9883
9884 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
9885
9886         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
9887         * g++.old-deja/g++.other/conv7.C: Likewise
9888         * g++.old-deja/g++.other/overcnv2.C: Likewise.
9889         * g++.old-deja/g++.other/overload14.C: Likewise.
9890
9891 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
9892
9893         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
9894         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
9895
9896 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
9897
9898         PR c++/10888
9899         * g++.dg/warn/Winline-3.C: New test.
9900
9901 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
9902
9903         * lib/target-supports.exp (check_alias_available): Make the test
9904         program acceptable to the Solaris assembler.
9905
9906         PR c++/10749
9907         * g++.dg/template/memclass2.C: New test.
9908
9909 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
9910             Eric Botcazou  <ebotcazou@libertysurf.fr>
9911
9912         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
9913         data for non-matching targets.
9914         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
9915
9916 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
9917
9918         PR c++/10845
9919         * g++.dg/template/member3.C: New test.
9920
9921 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
9922
9923         PR c++/10939
9924         * g++.dg/template/func1.C: New test.
9925
9926         PR c++/9649
9927         * g++.dg/template/static4.C: New test.
9928         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
9929
9930         PR c++/11041
9931         * g++.dg/init/ref7.C: New test.
9932
9933 2003-06-19  Matt Austern  <austern@apple.com>
9934
9935         PR c++/11228
9936         * g++.dg/anew1.C: New test.
9937         * g++.dg/anew2.C: New test.
9938         * g++.dg/anew3.C: New test.
9939         * g++.dg/anew4.C: New test.
9940
9941 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
9942
9943         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
9944
9945 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
9946
9947         * gcc.c-torture/execute/simd-4.c (main): Make expected value
9948         endian-dependent.
9949
9950 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
9951
9952         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
9953         Remove cruft.
9954
9955 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
9956
9957         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
9958         * gcc.c-torture/compile/961203-1.c: Likewise.
9959         * gcc.c-torture/compile/980506-1.c: Likewise.
9960
9961 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
9962
9963         PR c++/10712
9964         * g++.dg/lookup/using7.C: New test.
9965
9966 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
9967
9968         PR c++/11105
9969         * g++.dg/abi/conv1.C: Remove it.
9970         * g++.dg/template/conv7.C: New test.
9971         * g++.dg/template/conv8.C: Likewise.
9972         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
9973         conversion operator.
9974
9975 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
9976
9977         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
9978         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
9979         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
9980         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
9981         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
9982         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
9983         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
9984         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
9985         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
9986         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
9987         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
9988         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
9989         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
9990         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
9991         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
9992         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
9993         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
9994         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
9995         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
9996         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
9997         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
9998         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
9999         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
10000         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
10001         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
10002         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
10003         * gcc.dg/compat/struct-return-10_x.c: Ditto.
10004         * gcc.dg/compat/struct-return-2_x.c: Ditto.
10005         * gcc.dg/compat/struct-return-3_x.c: Ditto.
10006
10007 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
10008
10009         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
10010         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
10011         indications.
10012
10013 2003-06-16  Roger Sayle  <roger@eyesopen.com>
10014
10015         * gcc.dg/i386-387-5.c: New test case.
10016         * gcc.dg/i386-387-6.c: New test case.
10017         * gcc.dg/builtins-23.c: New test case.
10018
10019 2003-06-15  Roger Sayle  <roger@eyesopen.com>
10020
10021         * gcc.dg/builtins-22.c: New test case.
10022         * gcc.dg/i386-387-1.c: Update to test exp.
10023         * gcc.dg/i386-387-2.c: Likewise.
10024
10025 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10026
10027         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
10028
10029 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
10030
10031         * lib/gcc-dg.exp (dg-require-dll): New function.
10032         (dg-xfail-if): Likewise.
10033         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
10034         driver.
10035
10036         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
10037         * gcc.c-torture/compile/20001205-1.c: Likewise.
10038         * gcc.c-torture/compile/20001226-1.c: Likewise.
10039         * gcc.c-torture/compile/20010518-2.c: Likewise.
10040         * gcc.c-torture/compile/20020312-1.c: Likewise.
10041         * gcc.c-torture/compile/20020604-1.c: Likewise.
10042         * gcc.c-torture/compile/920501-12.c: Likewise.
10043         * gcc.c-torture/compile/920501-4.c: Likewise.
10044         * gcc.c-torture/compile/920520-1.c: Likewise.
10045         * gcc.c-torture/compile/920521-1.c: Likewise.
10046         * gcc.c-torture/compile/920625-1.c: Likewise.
10047         * gcc.c-torture/compile/961203-1.c: Likewise.
10048         * gcc.c-torture/compile/980506-1.c: Likewise.
10049         * gcc.c-torture/compile/981006-1.c: Likewise.
10050         * gcc.c-torture/compile/981022-1.c: Likewise.
10051         * gcc.c-torture/compile/981223-1.c: Likewise.
10052         * gcc.c-torture/compile/990617-1.c: Likewise.
10053         * gcc.c-torture/compile/dll.c: Likewise.
10054         * gcc.c-torture/compile/labels-3.c: Likewise.
10055         * gcc.c-torture/compile/mipscop-1.c: Likewise.
10056         * gcc.c-torture/compile/mipscop-2.c: Likewise.
10057         * gcc.c-torture/compile/mipscop-3.c: Likewise.
10058         * gcc.c-torture/compile/mipscop-4.c: Likewise.
10059         * gcc.c-torture/compile/simd-5.c: Likewise.
10060         * gcc.c-torture/compile/20000804-1.x: Remove.
10061         * gcc.c-torture/compile/20001205-1.x: Likewise.
10062         * gcc.c-torture/compile/20001226-1.x: Likewise.
10063         * gcc.c-torture/compile/20010518-2.x: Likewise.
10064         * gcc.c-torture/compile/20020312-1.x: Likewise.
10065         * gcc.c-torture/compile/20020604-1.x: Likewise.
10066         * gcc.c-torture/compile/920501-12.x: Likewise.
10067         * gcc.c-torture/compile/920501-4.x: Likewise.
10068         * gcc.c-torture/compile/920520-1.x: Likewise.
10069         * gcc.c-torture/compile/920521-1.x: Likewise.
10070         * gcc.c-torture/compile/920625-1.x: Likewise.
10071         * gcc.c-torture/compile/961203-1.x: Likewise.
10072         * gcc.c-torture/compile/980506-1.x: Likewise.
10073         * gcc.c-torture/compile/981006-1.x: Likewise.
10074         * gcc.c-torture/compile/981022-1.x: Likewise.
10075         * gcc.c-torture/compile/981223-1.x: Likewise.
10076         * gcc.c-torture/compile/990617-1.x: Likewise.
10077         * gcc.c-torture/compile/mipscop-1.x: Likewise.
10078         * gcc.c-torture/compile/mipscop-2.x: Likewise.
10079         * gcc.c-torture/compile/mipscop-3.x: Likewise.
10080         * gcc.c-torture/compile/mipscop-4.x: Likewise.
10081         * gcc.c-torture/compile/simd-5.x: Likewise.
10082
10083         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
10084
10085 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
10086
10087         * gcc.c-torture/execute/20030611-1.c: New test.
10088
10089 2003-06-12  Roger Sayle  <roger@eyesopen.com>
10090
10091         PR middle-end/168
10092         * gcc.dg/20030612-1.c: New test case.
10093
10094 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
10095
10096         PR c++/10635
10097         * g++.dg/expr/cast1.C: New test.
10098
10099 2003-06-12  Roger Sayle  <roger@eyesopen.com>
10100
10101         * gcc.dg/builtins-21.c: New test case.
10102
10103 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
10104
10105         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
10106         options instead of at the end.
10107         * lib/objc.exp (objc_target_compile): Likewise.
10108
10109 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
10110
10111         PR c++/10432
10112         * g++.dg/parse/error1.C: New test.
10113
10114 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
10115
10116         * gcc.dg/compat/struct-by-value-11_main.c: New file.
10117         * gcc.dg/compat/struct-by-value-11_x.c: New file.
10118         * gcc.dg/compat/struct-by-value-11_y.c: New file.
10119         * gcc.dg/compat/struct-by-value-12_main.c: New file.
10120         * gcc.dg/compat/struct-by-value-12_x.c: New file.
10121         * gcc.dg/compat/struct-by-value-12_y.c: New file.
10122         * gcc.dg/compat/struct-by-value-13_main.c: New file.
10123         * gcc.dg/compat/struct-by-value-13_x.c: New file.
10124         * gcc.dg/compat/struct-by-value-13_y.c: New file.
10125         * gcc.dg/compat/struct-by-value-14_main.c: New file.
10126         * gcc.dg/compat/struct-by-value-14_x.c: New file.
10127         * gcc.dg/compat/struct-by-value-14_y.c: New file.
10128         * gcc.dg/compat/struct-by-value-15_main.c: New file.
10129         * gcc.dg/compat/struct-by-value-15_x.c: New file.
10130         * gcc.dg/compat/struct-by-value-15_y.c: New file.
10131         * gcc.dg/compat/struct-by-value-16_main.c: New file.
10132         * gcc.dg/compat/struct-by-value-16_x.c: New file.
10133         * gcc.dg/compat/struct-by-value-16_y.c: New file.
10134         * gcc.dg/compat/struct-by-value-17_main.c: New file.
10135         * gcc.dg/compat/struct-by-value-17_x.c: New file.
10136         * gcc.dg/compat/struct-by-value-17_y.c: New file.
10137         * gcc.dg/compat/struct-by-value-18_main.c: New file.
10138         * gcc.dg/compat/struct-by-value-18_x.c: New file.
10139         * gcc.dg/compat/struct-by-value-18_y.c: New file.
10140
10141         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
10142         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
10143         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
10144         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
10145         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
10146         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
10147         * gcc.dg/compat/scalar-return-3_main.c: New file.
10148         * gcc.dg/compat/scalar-return-3_x.c: New file.
10149         * gcc.dg/compat/scalar-return-3_y.c: New file.
10150         * gcc.dg/compat/scalar-return-4_main.c: New file.
10151         * gcc.dg/compat/scalar-return-4_x.c: New file.
10152         * gcc.dg/compat/scalar-return-4_y.c: New file.
10153
10154 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
10155
10156         * gcc.dg/compat/fp2-struct-check.h: New file.
10157         * gcc.dg/compat/fp2-struct-defs.h: New file.
10158         * gcc.dg/compat/fp2-struct-init.h: New file.
10159         * gcc.dg/compat/struct-by-value-10_main.c: New file.
10160         * gcc.dg/compat/struct-by-value-10_x.c: New file.
10161         * gcc.dg/compat/struct-by-value-10_y.c: New file.
10162         * gcc.dg/compat/struct-return-10_main.c: New file.
10163         * gcc.dg/compat/struct-return-10_x.c: New file.
10164         * gcc.dg/compat/struct-return-10_y.c: New file.
10165
10166         * gcc.dg/compat/compat-common.h: New file.
10167         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
10168         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
10169         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
10170         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
10171         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
10172         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
10173         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
10174         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
10175         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
10176         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
10177         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
10178         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
10179         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
10180         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
10181         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
10182         * gcc.dg/compat/small-struct-check.h: Ditto.
10183         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
10184         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
10185         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
10186         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
10187         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
10188         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
10189         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
10190         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
10191         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
10192         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
10193         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
10194         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
10195         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
10196         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
10197         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
10198         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
10199         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
10200         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
10201         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
10202         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
10203         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
10204         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
10205         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
10206         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
10207         * gcc.dg/compat/struct-return-2_main.c: Ditto.
10208         * gcc.dg/compat/struct-return-2_x.c: Ditto.
10209         * gcc.dg/compat/struct-return-2_y.c: Ditto.
10210         * gcc.dg/compat/struct-return-3_main.c: Ditto.
10211         * gcc.dg/compat/struct-return-3_x.c: Ditto.
10212         * gcc.dg/compat/struct-return-3_y.c: Ditto.
10213
10214 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
10215
10216         * g++.dg/pch/static-1.C: New file.
10217         * g++.dg/pch/static-1.Hs: New file.
10218
10219 2003-06-10  Richard Henderson  <rth@redhat.com>
10220
10221         * gcc.dg/asm-7.c: Adjust expected warning text.
10222
10223 2003-06-10  Roger Sayle  <roger@eyesopen.com>
10224
10225         * gcc.dg/builtins-20.c: New test case.
10226
10227 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
10228
10229         PR c++/11131
10230         * g++.dg/opt/template1.C: New test.
10231
10232 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10233
10234         * lib/gcc-dg.exp (dg-test): Clear additional_files and
10235         additional_sources.
10236
10237 2003-05-21  David Taylor  <dtaylor@emc.com>
10238
10239         * gcc.dg/Wpadded.c: New file.
10240
10241 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10242
10243         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
10244         * gcc.dg/special/weak-2.c: Add dg-require-weak.
10245         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
10246         dg-require-weak.
10247
10248 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
10249
10250         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
10251
10252 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10253
10254         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
10255         (dg-require-alias): Likewise.
10256         (dg-require-gc-sections): Likewise.
10257         * lib/target-supports.exp (check_gc_sections_available): Likewise.
10258
10259 2003-06-08  Richard Henderson  <rth@redhat.com>
10260
10261         * gcc.dg/20011029-2.c: Fix the array reference.
10262         * gcc.dg/asm-7.c: New.
10263
10264 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
10265
10266         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
10267
10268 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
10269
10270         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
10271         (dg-require-gc-sections): Likewise.
10272
10273 2003-06-08  Jan Hubicka  <jh@suse.cz>
10274
10275         * i386-cmov1.c: Fix regular expression.
10276         * i386-cvt-1.c: Likewise.
10277         * i386-local.c: Likewise.
10278         * i386-local2.c: Likewise.
10279         * i386-mul.c: Likewise.
10280         * i386-ssetype-1.c: Likewise.
10281         * i386-ssetype-3.c: Likewise.
10282         * i386-ssetype-5.c: Likewise.
10283
10284 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10285
10286         PR c++/11039
10287         * g++.dg/warn/implicit-typename2.C: New test.
10288         * g++.dg/warn/implicit-typename3.C: New test.
10289
10290 2003-06-07  Richard Henderson  <rth@redhat.com>
10291
10292         * g++.dg/other/offsetof3.C: Use size_t.
10293         * g++.dg/other/offsetof4.C: Likewise.
10294
10295 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
10296
10297         * lib/copy-file.exp: New. Implement gcc_copy_files.
10298
10299         * lib/dg-pch.exp: Load copy-file.exp
10300         (dg-pch): Use gcc_copy_files instead of "file copy".
10301
10302 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
10303
10304         * gcc.dg/weak/weak.exp: Simplify.
10305         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
10306         * gcc.dg/weak/weak-1.c: Likewise.
10307         * gcc.dg/weak/weak-2.c: Likewise.
10308         * gcc.dg/weak/weak-3.c: Likewise.
10309         * gcc.dg/weak/weak-4.c: Likewise.
10310         * gcc.dg/weak/weak-5.c: Likewise.
10311         * gcc.dg/weak/weak-6.c: Likewise.
10312         * gcc.dg/weak/weak-7.c: Likewise.
10313         * gcc.dg/weak/weak-8.c: Likewise.
10314         * gcc.dg/weak/weak-9.c: Likewise.
10315
10316 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
10317
10318         gcc.c-torture/execute/20030606-1.c: New.
10319
10320 2003-06-06  Roger Sayle  <roger@eyesopen.com>
10321
10322         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
10323         * gcc.dg/builtins-19.c: Likewise.
10324
10325 2003-06-06  Roger Sayle  <roger@eyesopen.com>
10326
10327         * gcc.dg/builtins-2.c: Add some more tests.
10328         * gcc.dg/builtins-18.c: New test case.
10329         * gcc.dg/builtins-19.c: New test case.
10330
10331 2003-06-06  Roger Sayle  <roger@eyesopen.com>
10332             Jim Wilson  <wilson@tuliptree.org>
10333
10334         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
10335
10336 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
10337
10338         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
10339         mempcpy/stpcpy calls not to be optimized into something else.
10340         * gcc.c-torture/execute/string-opt-3.c: Moved to...
10341         * gcc.c-torture/execute/builtins/string-7.c: ...here.
10342         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
10343
10344 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10345
10346         * gcc.dg/format/asm_fprintf-1.c: New test.
10347
10348 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
10349
10350         * lib/gcc-defs.exp (additional_sources): New variable.
10351         (dg-additional-sources): New function.
10352         (additional_files): New variable.
10353         (dg-additional-files): New function.
10354         (dg-additional-files-options): Likewise.
10355         * lib/gcc-dg.exp (dg-require-weak): New function.
10356         (dg-require-alias): Likewise.
10357         (dg-require-gc-sections): Likewise.
10358         * lib/target-supports.exp (check_alias_available): Remove testfile
10359         parameter.
10360         (check_gc_sections_available): New function.
10361         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
10362         (dg-gpp-additional-files): Likewise.
10363         * lib/g++.exp (additional_sources): Remove.
10364         (additional_files): Likewise.
10365         (g++_target_compile): Use dg-additional-files-options.
10366
10367         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
10368         Tcl logic.
10369         * gcc.dg/special/ecos.exp: Remove.
10370         * gcc.dg/special/20000419-2.c: Use dg-require-*.
10371         * gcc.dg/special/alias-1.c: Likewise.
10372         * gcc.dg/special/alias-2.c: Likewise.
10373         * gcc.dg/special/gcsec-1.c: Likewise.
10374         * gcc.dg/special/weak-1.c: Likewise.
10375         * gcc.dg/special/weak-2.c: Likewise.
10376         * gcc.dg/special/wkali-1.c: Likewise.
10377         * gcc.dg/special/wkali-2.c: Likewise.
10378
10379         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
10380         dg-gpp-additional-*.
10381         * g++.dg/special/conpr-3.C: Likewise.
10382         * g++.dg/special/conpr-4.C: Likewise.
10383         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
10384         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
10385         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
10386         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
10387         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
10388         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
10389         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
10390         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
10391         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
10392         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
10393         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
10394         * g++.old-deja/g++.other/comdat1.C: Likewise.
10395         * g++.old-deja/g++.other/comdat2.C: Likewise.
10396         * g++.old-deja/g++.other/comdat3.C: Likewise.
10397         * g++.old-deja/g++.other/ctor1.C: Likewise.
10398         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
10399
10400 2003-06-05  Richard Henderson  <rth@redhat.com>
10401
10402         * gcc.dg/debug/20030605-1.c: New.
10403
10404 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
10405
10406         * README.QMTEST: Update.
10407
10408 2003-06-04  Richard Henderson  <rth@redhat.com>
10409
10410         * gcc.dg/cleanup-1.c: New.
10411         * gcc.dg/cleanup-2.c: New.
10412         * gcc.dg/cleanup-3.c: New.
10413         * gcc.dg/cleanup-4.c: New.
10414         * gcc.dg/cleanup-5.c: New.
10415         * gcc.dg/cleanup-6.c: New.
10416         * gcc.dg/cleanup-7.c: New.
10417
10418 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
10419
10420         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
10421
10422         * lib/dg-pch.exp: New file.
10423         * g++.dg/pch/pch.exp: Use dg-pch.exp.
10424         * gcc.dg/pch/pch.exp: Likewise.
10425
10426 2003-06-04  Roger Sayle  <roger@eyesopen.com>
10427
10428         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
10429         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
10430         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
10431         * gcc.dg/builtins-17.c: New test case.
10432         * gcc.dg/i386-387-4.c: New test case.
10433         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
10434
10435 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
10436
10437         * gcc.dg/ultrasp9.c: New test.
10438
10439 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
10440
10441         * gcc.c-torture/compile/20030604-1.c: New test.
10442         * gcc.dg/sparc-constant-1.c: New test.
10443
10444 2003-06-03  Glen Nakamura  <glen@imodulo.com>
10445
10446         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
10447
10448 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
10449
10450         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
10451
10452         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
10453         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
10454
10455 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
10456
10457         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
10458
10459 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10460
10461         PR c++/10940
10462         * g++.dg/template/spec10.C: New test.
10463
10464 2003-06-03  Roger Sayle  <roger@eyesopen.com>
10465
10466         * gcc.dg/builtins-16.c: New test case.
10467
10468 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
10469
10470         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
10471         mempcpy test with post-increments.
10472         * gcc.c-torture/execute/string-opt-3.c: New test.
10473         * gcc.dg/string-opt-1.c: New test.
10474
10475 2003-06-03  David Billinghurst <David.Billinghurst@riotinto.com>
10476
10477         PR fortran/10965
10478         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
10479
10480 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
10481
10482         * lib/scanasm.exp (dg-scan): New function, factored out of ...
10483         (scan-assembler): ... here.  Use dg-scan.
10484         (scan-assembler-not): Likewise.
10485         (scan-file): New function.
10486         (scan-file-not): Likewise.
10487         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
10488         * gcc.dg/cpp/_Pragma4.c: Likewise.
10489         * gcc.dg/cpp/_Pragma5.c: Likewise.
10490         * gcc.dg/cpp/avoidpaste1.c: Likewise.
10491         * gcc.dg/cpp/avoidpaste2.c: Likewise.
10492         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
10493         * gcc.dg/cpp/cmdlne-P.c: Likewise.
10494         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
10495         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
10496         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
10497         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
10498         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
10499         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
10500         * gcc.dg/cpp/cxxcom1.c: Likewise.
10501         * gcc.dg/cpp/line1.c: Likewise.
10502         * gcc.dg/cpp/maccom1.c: Likewise.
10503         * gcc.dg/cpp/maccom2.c: Likewise.
10504         * gcc.dg/cpp/maccom3.c: Likewise.
10505         * gcc.dg/cpp/maccom4.c: Likewise.
10506         * gcc.dg/cpp/maccom5.c: Likewise.
10507         * gcc.dg/cpp/maccom6.c: Likewise.
10508         * gcc.dg/cpp/multiline.c: Likewise.
10509         * gcc.dg/cpp/spacing1.c: Likewise.
10510         * gcc.dg/cpp/spacing2.c: Likewise.
10511         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
10512         * gcc.dg/cpp/trad/maccom1.c: Likewise.
10513         * gcc.dg/cpp/trad/maccom2.c: Likewise.
10514         * gcc.dg/cpp/trad/maccom3.c: Likewise.
10515         * gcc.dg/cpp/trad/maccom4.c: Likewise.
10516         * gcc.dg/cpp/trad/maccom6.c: Likewise.
10517         * gcc.dg/cpp/cxxcom2.c: Likewise.
10518         * gcc.dg/cpp/cxxcom2.h: New file.
10519
10520         * gcc.dg/cpp/truefalse.cpp: Move it to ...
10521         * g++.dg/cpp/truefalse.C: Here.
10522         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
10523
10524 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
10525
10526         * gcc.dg/cpp/redef3.c: New file.
10527
10528 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
10529
10530         * gcc.dg/i386-loop-3.c: New test.
10531
10532 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
10533
10534         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
10535
10536 2003-05-31  Roger Sayle  <roger@eyesopen.com>
10537
10538         * gcc.dg/fwrapv-1.c: New test case.
10539         * gcc.dg/fwrapv-2.c: New test case.
10540
10541 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10542
10543         PR c++/10956
10544         * g++.dg/template/spec9.C: New test.
10545
10546 2003-05-29  Roger Sayle  <roger@eyesopen.com>
10547
10548         * gcc.dg/duff-4.c: New test case.
10549
10550 2003-05-27  David Billinghurst <David.Billinghurst@riotinto.com>
10551
10552         PR fortran/10843
10553         * g77.dg/ffixed-form-1.f: New test
10554         * g77.dg/ffixed-form-2.f: New test
10555         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
10556         * g77.dg/ffree-form-3.f: New test
10557
10558 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
10559
10560         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
10561         * gcc.dg/wint_t-1.c: Likewise.
10562
10563 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10564
10565         * g++.dg/template/access11.C: New test.
10566
10567 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10568
10569         PR c++/10849
10570         * g++.dg/template/access10.C: New test.
10571
10572 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
10573             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10574
10575         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
10576
10577 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
10578
10579         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
10580         suppress for powerpc-*-darwin*.
10581         * gcc.dg/torture/builtin-noret-2.c: Likewise.
10582
10583 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
10584
10585         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
10586         suppress option for powerpc-*-darwin*.
10587
10588 2003-05-23  Roger Sayle  <roger@eyesopen.com>
10589
10590         * gcc.dg/builtins-1.c: Add tests for tan and atan.
10591         * gcc.dg/builtins-4.c: Add test for fmod.
10592
10593 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10594
10595         PR c++/10682
10596         * g++.dg/template/instantiate4.C: New test.
10597
10598 2003-05-22  Roger Sayle  <roger@eyesopen.com>
10599
10600         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
10601
10602 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
10603
10604         * gcc.dg/compat/scalar-return-1_main.c: New file.
10605         * gcc.dg/compat/scalar-return-1_x.c: New file.
10606         * gcc.dg/compat/scalar-return-1_y.c: New file.
10607         * gcc.dg/compat/scalar-return-2_main.c: New file.
10608         * gcc.dg/compat/scalar-return-2_x.c: New file.
10609         * gcc.dg/compat/scalar-return-2_y.c: New file.
10610         * gcc.dg/compat/struct-return-3_main.c: New file.
10611         * gcc.dg/compat/struct-return-3_y.c: New file.
10612         * gcc.dg/compat/struct-return-3_x.c: New file.
10613         * gcc.dg/compat/struct-return-2_main.c: New file.
10614         * gcc.dg/compat/struct-return-2_x.c: New file.
10615         * gcc.dg/compat/struct-return-2_y.c: New file.
10616
10617 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10618
10619         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
10620         for hppa*-hp-hpux*.
10621         * gcc.dg/20021014-1.c (dg-options): Likewise.
10622         * gcc.dg/nest.c (dg-options): Likewise.
10623
10624 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
10625
10626         PR c++/9738
10627         * g++.dg/ext/dllimport2.C: New file.
10628         * g++.dg/ext/dllimport3.C: New file.
10629
10630 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
10631
10632         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
10633         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
10634         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
10635         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
10636         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
10637         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
10638         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
10639         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
10640         * gcc.dg/compat/small-struct-defs.h: New file.
10641         * gcc.dg/compat/small-struct-init.h: New file.
10642         * gcc.dg/compat/small-struct-check.h: New file.
10643         * gcc.dg/compat/fp-struct-defs.h: New file.
10644         * gcc.dg/compat/fp-struct-check.h: New file.
10645         * gcc.dg/compat/fp-struct-init.h: New file.
10646         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
10647         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
10648
10649 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
10650
10651         * gcc.dg/20030225-2.c: New test.
10652
10653 2003-05-18  Roger Sayle  <roger@eyesopen.com>
10654             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10655
10656         * gcc.c-torture/compile/20030518-1.c: New test case.
10657
10658 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
10659
10660         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
10661         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
10662         gcc-dg-debug-runtest.
10663         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
10664         gcc-dg-debug-runtest.
10665
10666 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10667
10668         PR c++/9022
10669         * g++.dg/lookup/using6.C: New test.
10670
10671 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10672
10673         * g++.dg/parse/access2.C: New test.
10674
10675 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
10676
10677         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
10678         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
10679         * gcc.dg/debug/debug.exp: Likewise.
10680
10681 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
10682
10683         * gcc.dg/dollar.c: New test.
10684
10685 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
10686
10687         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
10688         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
10689         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
10690         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
10691         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
10692         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
10693         * gcc.dg/compat/struct-by-value-6_main.c: New file.
10694         * gcc.dg/compat/struct-by-value-6_x.c: New file.
10695         * gcc.dg/compat/struct-by-value-6_y.c: New file.
10696         * gcc.dg/compat/struct-by-value-7_main.c: New file.
10697         * gcc.dg/compat/struct-by-value-7_x.c: New file.
10698         * gcc.dg/compat/struct-by-value-7_y.c: New file.
10699         * gcc.dg/compat/struct-by-value-8_main.c: New file.
10700         * gcc.dg/compat/struct-by-value-8_x.c: New file.
10701         * gcc.dg/compat/struct-by-value-8_y.c: New file.
10702         * gcc.dg/compat/struct-by-value-9_main.c: New file.
10703         * gcc.dg/compat/struct-by-value-9_x.c: New file.
10704         * gcc.dg/compat/struct-by-value-9_y.c: New file.
10705
10706 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
10707
10708         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
10709         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
10710         support for "repo" mode.
10711         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
10712         * lib/g77-dg.exp: Likewise.
10713         * lib/obj-dg.exp: Likewise.
10714
10715 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
10716
10717         Merge from gcc-3_2-rhl8-branch:
10718         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
10719
10720         * gcc.dg/tls/opt-6.c: New test.
10721
10722         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
10723
10724         * gcc.dg/20030405-1.c: New test.
10725
10726         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
10727
10728         * gcc.dg/20030309-1.c: New test.
10729
10730         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
10731
10732         * gcc.c-torture/execute/20030307-1.c: New test.
10733
10734         2003-02-20  Randolph Chung  <tausq@debian.org>
10735
10736         * gcc.c-torture/compile/20030220-1.c: New test.
10737
10738         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
10739
10740         * gcc.dg/20030217-1.c: New test.
10741
10742         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
10743
10744         * gcc.c-torture/compile/20020129-1.c: New test.
10745
10746         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10747
10748         * gcc.dg/unroll-1.c: New test.
10749
10750         2002-11-16  Jan Hubicka  <jh@suse.cz>
10751
10752         * gcc.c-torture/execute/20020920-1.c: New test.
10753
10754         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
10755
10756         PR target/7434
10757         * gcc.c-torture/compile/20021008-1.c: New test.
10758
10759         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
10760
10761         PR target/7559
10762         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
10763
10764         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
10765
10766         * gcc.c-torture/compile/20020807-1.c: New test.
10767
10768         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
10769
10770         * gcc.dg/tls/opt-1.c: New test.
10771
10772         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
10773
10774         * gcc.dg/20020729-1.c: New test.
10775
10776         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
10777
10778         * g++.dg/opt/life1.C: New test.
10779
10780         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
10781
10782         * gcc.dg/20020525-1.c: New test.
10783
10784         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
10785
10786         PR c++/6794
10787         * g++.dg/ext/pretty1.C: New test.
10788         * g++.dg/ext/pretty2.C: New test.
10789
10790 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
10791
10792         PR c++/8385
10793         * g++.dg/ext/typeof5.C: New test.
10794
10795 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
10796
10797         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
10798         __USER_LABEL_PREFIX__ into account.
10799         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
10800
10801 2003-05-14  Roger Sayle  <roger@eyesopen.com>
10802
10803         * gcc.dg/builtins-15.c: New test case.
10804
10805 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
10806
10807         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
10808
10809 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
10810
10811         * lib/g++.exp: Tweak handling of additional source files.
10812         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
10813         * g++.dg/special/conpr-2a.C: Rename to ...
10814         * g++.dg/special/conpr-2a.cc: ... this.
10815         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
10816         * g++.dg/special/conpr-3a.C: Rename to ...
10817         * g++.dg/special/conpr-3a.cc: This.
10818         * g++.dg/special/conpr-3b.C: Rename to ...
10819         * g++.dg/special/conpr-3b.cc: This.
10820         * g++.dg/special/conpr-4.C: New test.
10821         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
10822
10823 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
10824
10825         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
10826
10827 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10828
10829         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
10830         * g++.old-deja/g++.robertl/eb71.C: Likewise.
10831         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
10832         * g++.old-deja/g++.other/warn3.C: Likewise.
10833
10834 2003-05-11  Roger Sayle  <roger@eyesopen.com>
10835
10836         * gcc.dg/i386-387-1.c: Update to also test log.
10837         * gcc.dg/i386-387-2.c: Likewise.
10838
10839 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
10840
10841         * g77.f-torture/execute/int8421.f: New test.
10842
10843 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10844
10845         PR c++/10230, c++/10481
10846         * g++.dg/lookup/scoped5.C: New test.
10847
10848 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10849
10850         PR c++/10552
10851         * g++.dg/template/ttp6.C: New test.
10852
10853 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
10854
10855         * gcc.c-torture/execute/builtins: New directory.
10856         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
10857         gcc.c-torture/execute/builtins.
10858         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
10859         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
10860         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
10861         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
10862
10863 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10864
10865         PR c++/9252
10866         * g++.dg/template/access8.C: New test.
10867         * g++.dg/template/access9.C: New test.
10868
10869 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10870
10871         PR c++/9554
10872         * g++.dg/parse/access1.C: New test.
10873
10874 2003-05-09  DJ Delorie  <dj@redhat.com>
10875
10876         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
10877         long, and not an int.
10878
10879 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10880
10881         PR c++/10555, c++/10576
10882         * g++.dg/template/memclass1.C: New test.
10883
10884 2003-05-08  DJ Delorie  <dj@redhat.com>
10885
10886         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
10887         targets.
10888         * gcc.c-torture/execute/20021024-1.x: Likewise.
10889         * gcc.c-torture/execute/shiftdi.x: Likewise.
10890         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
10891         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
10892         * gcc.dg/20021018-1.c: Likewise.
10893
10894 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10895
10896         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
10897
10898         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
10899         (bcopy): Call memmove.
10900
10901 2003-05-08  Roger Sayle  <roger@eyesopen.com>
10902
10903         * g77.f-torture/compile/8485.f: New test case.
10904
10905 2003-05-07  Richard Henderson  <rth@redhat.com>
10906
10907         PR c++/10570
10908         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
10909         Verify exception_cleanup not called for rethrows.
10910         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
10911         when exiting catch block without rethrowing.
10912         * g++.dg/eh/forced3.C: New.
10913         * g++.dg/eh/forced4.C: New.
10914
10915 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
10916
10917         * gcc.dg/20030505.c: Fix triplet.
10918
10919 2003-05-06  DJ Delorie  <dj@redhat.com>
10920
10921         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
10922         * gcc.dg/nest.c: Likewise.
10923
10924 2003-05-05  Roger Sayle  <roger@eyesopen.com>
10925
10926         * gcc.dg/builtins-14.c: New test case.
10927
10928 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
10929
10930         * lib/compat.exp (compat-execute): New argument.
10931         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
10932         * gcc.dg/compat: New test directory.
10933         * gcc.dg/compat/compat.exp: New expect script.
10934         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
10935         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
10936         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
10937         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
10938         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
10939         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
10940
10941         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
10942         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
10943         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
10944         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
10945         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
10946         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
10947         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
10948         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
10949         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
10950         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
10951         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
10952         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
10953         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
10954         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
10955         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
10956
10957 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
10958
10959         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
10960
10961 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
10962
10963         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
10964
10965 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
10966
10967         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
10968         * gcc.dg/ppc-fsel-2.c: New test.
10969
10970         * gcc.dg/unused-5.c: New test.
10971
10972 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10973
10974         PR c++/10496
10975         * g++.dg/warn/pmf1.C: New test.
10976
10977 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10978
10979         PR c++/4494
10980         * g++.dg/warn/main.C: New test.
10981
10982 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10983
10984         * gcc.dg/nonnull-3.c: New test.
10985
10986 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
10987
10988         * gcc.dg/cpp/Wtrigraphs.c: Update.
10989         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
10990
10991 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
10992
10993         * gcc.dg/ppc-fsel-1.c: New test.
10994
10995 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
10996
10997         PR c/10604
10998         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
10999
11000 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
11001
11002         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
11003
11004 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11005
11006         PR c++/9364, c++/10553, c++/10586
11007         * g++.dg/parse/typename4.C: New test.
11008         * g++.dg/parse/typename5.C: Likewise.
11009
11010 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
11011
11012         * gcc.c-torture/compile/20030503-1.c: New test.
11013
11014 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11015
11016         * g++.dg/lookup/using5.C: Fix testcase error.
11017
11018 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
11019
11020         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
11021         since MEABI is no longer supported.  Remove all vestiges
11022         of MEABI from the test.
11023
11024 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11025
11026         PR c++/10554
11027         * g++.dg/lookup/using5.C: New test.
11028
11029 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11030
11031         PR c++/8772
11032         * g++.dg/template/ttp5.C: New test.
11033
11034 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
11035
11036         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
11037         (dg-gpp-additional-sources): New function.
11038         (dg-gpp-additional-files): Likewise.
11039         * lib/g++.exp (additional_sources): New variable.
11040         (additional_files): Likewise.
11041         (g++_target_compile): Deal with them.
11042         * lib/old-dejagnu.exp: Remove.
11043         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
11044         * g++.old-deja: Revise all tests to use dg commands.
11045
11046 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11047
11048         PR c++/9432, c++/9528
11049         * g++.dg/lookup/using4.C: New test.
11050
11051 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
11052
11053         * gcc.dg/noreturn-5.c: New file.
11054         * gcc.dg/noreturn-6.c: New file.
11055
11056         * gcc.c-torture/compile/inline-1.c: New file.
11057
11058 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
11059
11060         PR c++/10551
11061         * g++.dg/template/explicit1.C: New test.
11062
11063 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
11064
11065         PR c++/10549
11066         * g++.dg/other/bitfield1.C: New test.
11067
11068         PR c++/10527
11069         * g++.dg/init/new7.C: New test.
11070
11071 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
11072
11073         * g++.dg/ext/desig1.C: New test.
11074         * g++.dg/ext/init1.C: Update.
11075
11076         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
11077
11078 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
11079
11080         PR c++/10180
11081         * g++.dg/warn/Winline-1.C: New test.
11082
11083 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
11084
11085         * gcc.c-torture/execute/string-opt-19.c: New test.
11086
11087         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
11088         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
11089
11090 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
11091
11092         PR c++/10506
11093         * g++.dg/init/new6.C: New test.
11094
11095         PR c++/10503
11096         * g++.dg/init/ref6.C: New test.
11097
11098 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
11099
11100         * g++.dg/warn/weak1.C: XFAIL on AIX4.
11101
11102 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11103
11104         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
11105         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
11106
11107 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
11108
11109         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
11110         initialized static data members.
11111
11112 2003-04-25  H.J. Lu <hjl@gnu.org>
11113
11114         * gcc.dg/ia64-sync-4.c: New test.
11115
11116 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11117
11118         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
11119         date.
11120
11121 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
11122
11123         PR c++/10337
11124         * g++.dg/warn/conv1.C: New test.
11125         * g++.old-deja/g++.other/conv7.C: Adjust.
11126         * g++.old-deja/g++.other/overload14.C: Adjust.
11127
11128 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11129
11130         PR c++/10471
11131         * g++.dg/template/defarg2.C: New test.
11132
11133 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
11134
11135         * gcc.dg/cpp/include2.c: Update.
11136         * gcc.dg/cpp/multiline-2.c: New.
11137         * gcc.dg/cpp/multiline.c: Update.
11138         * gcc.dg/cpp/strify2.c: Update.
11139         * gcc.dg/cpp/trad/literals-2.c: Update.
11140
11141 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11142
11143         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
11144
11145 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11146
11147         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
11148
11149 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11150
11151         PR c++/10451
11152         * g++.dg/parse/crash4.C: New test.
11153
11154         PR c++/9847
11155         * g++.dg/parse/crash5.C: New test.
11156
11157 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
11158
11159         PR c++/10446
11160         * g++.dg/parse/crash3.C: New test.
11161
11162         PR c++/10428
11163         * g++.dg/parse/elab1.C: New test.
11164
11165 2003-04-22  Devang Patel  <dpatel@apple.com>
11166
11167         * gcc.dg/cpp/trad/funlike-5.c: New test.
11168
11169 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
11170
11171         * g++.dg/other/packed1.C: Fix dg options.
11172
11173 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
11174
11175         * g++.dg/other/offsetof2.C: New test.
11176
11177 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11178
11179         * g++.dg/template/recurse.C: Adjust location of error messages.
11180
11181 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11182
11183         PR c++/9881
11184         * g++.dg/init/addr-const1.C: New test.
11185         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
11186
11187 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
11188
11189         PR c++/10405
11190         * g++.dg/lookup/struct-hack1.C: New test.
11191
11192 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
11193
11194         * ucs.c: Update diagnostic messages.
11195
11196 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11197
11198         * gcc.dg/cpp/truefalse.cpp: New test.
11199         * gcc.dg/cpp/cpp.exp: Update.
11200         * g++.dg/other/stdbool-if.C: Remove.
11201
11202 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11203
11204         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
11205         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
11206
11207 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
11208
11209         * gcc.c-torture/compile/20030418-1.c: New test.
11210
11211 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
11212
11213         * README.compat: Remove; content moved to doc/sourcebuild.texi.
11214
11215 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11216
11217         PR c++/10347
11218         g++.dg/template/dependent-name1.C: New test.
11219
11220 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
11221
11222         * gcc.dg/warn-1.c (tourist_guide): New array,
11223         contains a pointer to bar.
11224
11225 2003-04-16  Roger Sayle  <roger@eyesopen.com>
11226
11227         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
11228         * gcc.c-torture/execute/medce-1.c: New test case.
11229         * gcc.c-torture/execute/medce-2.c: New test case.
11230
11231 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
11232
11233         * lib/prune.exp: Ignore more messages.
11234
11235         PR c++/10381
11236         * g++.dg/parse/lookup3.C: New test.
11237
11238 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
11239
11240         * gcc.c-torture/compile/20030415-1.c : New test.
11241
11242 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
11243
11244         * gcc.c-torture/execute/scope-2.c: Move to ...
11245         * gcc.dg/noncompile/scope.c: .... here.
11246
11247 2003-04-14  Roger Sayle  <roger@eyesopen.com>
11248
11249         * gcc.dg/20030414-2.c: New test case.
11250
11251 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
11252
11253         PR target/10377
11254         * gcc.dg/20030414-1.c: New test.
11255
11256 2003-04-13  Roger Sayle  <roger@eyesopen.com>
11257
11258         * gcc.dg/builtins-12.c: New test case.
11259         * gcc.dg/builtins-13.c: New test case.
11260
11261 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11262
11263         * gcc.c-torture/execute/string-opt-18.c: New test.
11264
11265 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
11266
11267         PR c++/10300
11268         * g++.dg/init/new5.C: New test.
11269
11270 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
11271
11272         PR c++/7910
11273         * g++.dg/ext/dllimport1.C: New test.
11274
11275 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11276
11277         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
11278
11279 2003-04-11  Bud Davis <bdavis9659@comcast.net>
11280
11281         PR Fortran/9263
11282         * g77.f-torture/noncompile/9263.f: New test
11283         PR Fortran/1832
11284         * g77.f-torture/execute/1832.f: New test
11285
11286 2003-04-11  David Chad  <davidc@freebsd.org>
11287             Loren J. Rittle  <ljrittle@acm.org>
11288
11289         libobjc/8562
11290         * objc.dg/headers.m: New test.
11291
11292 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
11293
11294         * gcc.c-torture/execute/builtin-noret-2.c: New.
11295         * gcc.c-torture/execute/builtin-noret-2.x: New.
11296         XFAIL builtin-noret-2.c at -O1 and above.
11297         * gcc.dg/redecl.c: New.
11298         * gcc.dg/Wshadow-1.c: Update error regexps.
11299
11300 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
11301
11302         * g++.dg/abi/bitfield10.C: New test.
11303
11304 2003-04-09  Mike Stump  <mrs@apple.com>
11305
11306         * gcc.dg/pch/pch.exp: Make testcase names longer.
11307         * g++.dg/pch/pch.exp: Make testcase names longer.
11308
11309 2003-04-08  Roger Sayle  <roger@eyesopen.com>
11310
11311         * gcc.dg/builtins-11.c: New test case.
11312
11313 2003-04-08  Roger Sayle  <roger@eyesopen.com>
11314
11315         * gcc.dg/builtins-9.c: New test case.
11316         * gcc.dg/builtins-10.c: New test case.
11317
11318 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
11319
11320         * gcc.dg/noncompile/init-4.c.c: New test.
11321
11322 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
11323
11324         * gcc.misc-test/gcov-9.c: New test.
11325         * gcc.misc-test/gcov-10.c: New test
11326         * gcc.misc-test/gcov-11.c: New test.
11327
11328 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
11329
11330         PR optimization/10024
11331         * gcc.c-torture/compile/20030405-1.c: New test.
11332
11333 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
11334
11335         * gcc.dg/pch/static-3.c: New.
11336         * gcc.dg/pch/static-3.hs: New.
11337         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
11338
11339 2003-04-04  Richard Henderson  <rth@redhat.com>
11340
11341         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
11342         * g++.dg/eh/forced2.C: Likewise.
11343
11344 2003-04-03  Mike Stump  <mrs@apple.com>
11345
11346         * lib/scanasm.exp (scan-assembler): Add xfail processing for
11347         target arg.
11348         (scan-assembler-times, scan-assembler-not): Likewise.
11349         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
11350
11351 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
11352
11353         * gcc.dg/sparc-loop-1.c: New test.
11354
11355 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
11356
11357         PR other/9274
11358         * g++.dg/pch/system-2.C: New.
11359         * g++.dg/pch/system-2.Hs: New.
11360
11361 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
11362
11363         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
11364
11365         * g++.dg/eh/simd-1.C (vecfunc): Same.
11366
11367 2003-04-01  Roger Sayle  <roger@eyesopen.com>
11368
11369         * gcc.c-torture/execute/20030401-1.c: New test case.
11370
11371 2003-04-01  Ziemowit Laski <zlaski@apple.com>
11372
11373         * objc.dg/defs.m: New.
11374
11375 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
11376
11377         * g++.dg/eh/simd-1.C: New.
11378         * g++.dg/eh/simd-2.C: New.
11379
11380 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
11381
11382         * gcc.c-torture/execute/simd-3.c: New.
11383
11384 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
11385
11386         PR c/9936
11387         * gcc.dg/20030331-2.c: New test.
11388
11389 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
11390
11391         PR c++/10278
11392         * g++.dg/parse/crash2.C: New test.
11393
11394 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
11395
11396         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
11397         * gcc.c-torture/execute/20030331-1.c: ...here.
11398
11399 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
11400
11401         * gcc.c-torture/execute/20030331-1.c: New test.
11402
11403 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
11404
11405         * lib/gcov.exp: Adjust call return testing strings.
11406         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
11407
11408 2003-03-31  Roger Sayle  <roger@eyesopen.com>
11409
11410         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
11411         * gcc.dg/builtins-7.c: New test case.
11412         * gcc.dg/builtins-8.c: New test case.
11413
11414 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
11415
11416         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
11417
11418 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
11419
11420         PR c++/7647
11421         * g++.dg/lookup-class-member-2.C: New test.
11422
11423 2003-03-30  Glen Nakamura  <glen@imodulo.com>
11424
11425         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
11426
11427 2003-03-28  Roger Sayle  <roger@eyesopen.com>
11428
11429         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
11430
11431 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
11432
11433         * g++.dg/init/attrib1.C: New test.
11434
11435 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
11436
11437         * gcc.dg/ultrasp8.c: New test.
11438
11439 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
11440
11441         * gcc.dg/ultrasp7.c: New test.
11442
11443 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
11444
11445         PR c++/10047
11446         * g++.dg/template/inline1.C: New test.
11447
11448 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
11449
11450         * gcc.dg/sparc-dwarf2.c: New test.
11451
11452 2003-03-27  Roger Sayle  <roger@eyesopen.com>
11453
11454         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
11455         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
11456
11457 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
11458
11459         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
11460         than reading .x files.
11461         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
11462         * g77.dg/gcov/gcov-1.f: Likewise.
11463         * gcc.misc-tests/gcov-4b.c: Likewise.
11464         * gcc.misc-tests/gcov-5b.c: Likewise.
11465         * gcc.misc-tests/gcov-6.c: Likewise.
11466         * gcc.misc-tests/gcov-7.c: Likewise.
11467         * gcc.misc-tests/gcov-8.c: Likewise.
11468         * g++.dg/gcov/gcov-1.x: Remove.
11469         * g77.dg/gcov/gcov-1.x: Likewise.
11470         * gcc.misc-tests/gcov-4b.x: Likewise.
11471         * gcc.misc-tests/gcov-5b.x: Likewise.
11472         * gcc.misc-tests/gcov-6.x: Likewise.
11473         * gcc.misc-tests/gcov-7.x: Likewise.
11474         * gcc.misc-tests/gcov-8.x: Likewise.
11475
11476 2003-03-27  Glen Nakamura  <glen@imodulo.com>
11477
11478         PR opt/10087
11479         * gcc.dg/20030324-1.c: New test.
11480
11481 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
11482
11483         PR c++/10224
11484         * g++.dg/template/arg3.C: New test.
11485
11486         PR c++/10158
11487         * g++.dg/template/friend18.C: New test.
11488
11489 2003-03-26  Roger Sayle  <roger@eyesopen.com>
11490
11491         * g77.f-torture/compile/20030326-1.f: New test case.
11492
11493 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
11494
11495         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
11496
11497         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
11498
11499 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
11500
11501         * gcc.dg/ia64-sync-3.c: New test.
11502
11503 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
11504
11505         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
11506
11507 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
11508
11509         * gcc.dg/ultrasp6.c: New test.
11510
11511 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
11512
11513         * gcc.dg/i386-signbit-1.c: New test.
11514         * gcc.dg/i386-signbit-2.c: New test.
11515         * gcc.dg/i386-signbit-3.c: New test.
11516
11517 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
11518
11519         * gcc.dg/ultrasp5.c: Fix options.
11520
11521 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
11522
11523         * gcc.dg/ultrasp5.c: Fix comment.
11524
11525 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
11526
11527         PR fortran/10197
11528         * g77.f-torture/execute/10197.f: New test.
11529
11530 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
11531
11532         PR c++/9898, c++/383
11533         * g++.dg/template/conv6.C: New test.
11534
11535         PR c++/10119
11536         * g++.dg/template/ptrmem5.C: New test.
11537
11538         PR c++/10026
11539         * g++.dg/lookup/koenig1.C: New test.
11540
11541         PR C++/10199
11542         * g++.dg/lookup/template2.C: New test.
11543
11544 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
11545
11546         * g++.dg/opt/rtti1.C: New test.
11547
11548 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
11549
11550         * gcc.dg/ultrasp5.c: New test.
11551
11552 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
11553
11554         PR middle-end/9967
11555         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
11556         builtin fputs.
11557
11558 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
11559
11560         PR c/8224
11561         * gcc.dg/20030323-1.c: New test.
11562
11563 2003-03-23  Roger Sayle  <roger@eyesopen.com>
11564
11565         * gcc.c-torture/compile/20030323-1.c: New test case.
11566
11567 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
11568
11569         * gcc.dg/20030321-1.c: New test.
11570
11571 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
11572
11573         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
11574
11575 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
11576
11577         PR c++/9978, c++/9708
11578         * g++.dg/ext/vlm1.C: Adjust expected error.
11579         * g++.dg/ext/vla2.C: New test.
11580         * g++.dg/template/arg1.C: New test.
11581         * g++.dg/template/arg2.C: New test.
11582
11583 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
11584
11585         * g77.f-torture/execute/select.f: New test.
11586         * g77.f-torture/noncompile/select_no_compile.f: New test.
11587
11588 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
11589
11590         PR c++/9898
11591         * g++.dg/other/error4.C: New test.
11592
11593 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
11594
11595         * g++.dg/template/friend17.C: New test.
11596
11597 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
11598
11599         * gcc.c-torture/compile/20030320-1.c: New.
11600
11601 2003-03-20  Roger Sayle  <roger@eyesopen.com>
11602
11603         * gcc.dg/builtins-6.c: New test case.
11604
11605 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
11606
11607         PR target/10073
11608         * gcc.c-torture/compile/20030319-1.c: New.
11609
11610 2003-03-18  Jan Hubicka  <jh@suse.cz>
11611
11612         * gcc.dg/i386-cvt-1.c: New test.
11613
11614 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
11615
11616         * objc.dg/naming-1.m: Use "(parse|syntax) error".
11617         * objc.dg/naming-2.m: Likewise.
11618
11619 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
11620
11621         PR c++/9639
11622         * g++.dg/parse/crash1.C: New test.
11623
11624 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
11625
11626         PR c++/8805
11627         * g++.dg/eh/cleanup1.C: New test.
11628
11629 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
11630
11631         * gcc.c-torture/execute/20030316-1.c: New test case.
11632
11633 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
11634
11635         PR c++/9629
11636         * g++.dg/init/ctor2.C: New test.
11637
11638 2003-03-15  Roger Sayle  <roger@eyesopen.com>
11639
11640         * g77.f-torture/compile/xformat.f: New test case.
11641
11642 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11643
11644         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
11645         * g++.old-deja/g++.mike/eh50.C: Likewise.
11646
11647 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11648
11649         PR c++/6440
11650         * g++.dg/template/spec7.C: New test.
11651         * g++.dg/template/spec8.C: Likewise.
11652
11653 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
11654
11655         * gcc.c-torture/execute/20030313-1.c: New test.
11656
11657 2003-03-14  Richard Henderson  <rth@redhat.com>
11658
11659         * gcc.dg/inline-2.c: Adjust alpha test for external call.
11660
11661 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
11662
11663         * gcc.c-torture/compile/20030314-1.c: New test.
11664
11665 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
11666
11667         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
11668         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
11669         thumb target,
11670         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
11671         to accept newer _imp__  prefix and additional
11672         newline in .drectve section.
11673         * gcc.dg/dll-4.c: Likewise.
11674         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
11675         switch.
11676
11677 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
11678
11679         * g++.dg/parse/namespace9.C: New test.
11680
11681         * g++.dg/init/ref5.C: New test.
11682         * g++.dg/parse/ptrmem1.C: Likewise.
11683
11684 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11685
11686         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
11687         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
11688         regular expression.
11689         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
11690         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
11691
11692 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
11693
11694         * gcc.c-torture/execute/20030224-2.c: New test.
11695
11696 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11697
11698         * gcc.dg/decl-3.c: New test.
11699
11700 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11701
11702         * gcc.dg/i386-loop-2.c: New test.
11703
11704 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
11705
11706         PR c++/9474
11707         * g++.dg/parse/namespace8.C: New test.
11708
11709         PR c++/9924
11710         * g++.dg/overload/builtin2.C: New test.
11711
11712 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
11713
11714         * gcc.dg/return-type-3.c: New test.
11715
11716 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
11717
11718         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
11719         profiling options are not supported.
11720
11721 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
11722
11723         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
11724         * g++.old-deja/g++.warn/impint2.C: Likewise.
11725
11726 2003-03-10  Devang Patel  <dpatel@apple.com>
11727
11728         * g++.dg/cpp/c++_cmd_1.C: New test.
11729         * g++.dg/cpp/c++_cmd_1.h: New file.
11730
11731 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
11732
11733         * gcc.dg/altivec-9.c: New file.
11734
11735 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11736
11737         * gcc.dg/ppc-sdata-1.c: New test.
11738         * gcc.dg/ppc-sdata-2.c: New test.
11739
11740 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
11741
11742         PR c++/9373
11743         * g++.dg/opt/ptrmem2.C: New test.
11744
11745         PR c++/8534
11746         * g++.dg/opt/ptrmem1.C: New test.
11747
11748 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
11749
11750         * gcc.dg/i386-loop-1.c: New test.
11751
11752 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11753
11754         PR c++/9970
11755         * g++.dg/lookup/friend1.C: New test.
11756
11757 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
11758
11759         PR c++/9823
11760         * g++.dg/parser/constructor1.C: New test.
11761
11762 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
11763
11764         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
11765
11766         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
11767
11768 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
11769
11770         * gcc.dg/cpp/Wunused.c: Update test.
11771
11772 2003-03-08  Jan Hubicka  <jh@suse.cz>
11773
11774         * gcc.dg/inline-3.c: New test.
11775
11776 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
11777
11778         PR c++/9809
11779         * g++.dg/parse/builtin1.C: New test.
11780
11781         PR c++/9982
11782         * g++.dg/abi/cookie1.C: New test.
11783         * g++.dg/abi/cookie2.C: Likewise.
11784
11785         PR c++/9524
11786         * g++.dg/template/field1.C: New test.
11787
11788         PR c++/9912
11789         * g++.dg/parse/class1.C: New test.
11790         * g++.dg/parse/namespace7.C: Likewise.
11791         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
11792
11793 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
11794
11795         * g++.dg/init/ref4.C: New test.
11796
11797 2003-03-07  Jan Hubicka  <jh@suse.cz>
11798
11799         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
11800         * gcc.dg/inline-3.c:  New test.
11801
11802 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
11803
11804         * g++.dg/init/ref3.C: New test.
11805
11806         PR c++/9965
11807         * g++.dg/init/ref2.C: New test.
11808
11809         PR c++/9400
11810         * g++.dg/warn/Wshadow-2.C: New test.
11811
11812         PR c++/9791
11813         * g++.dg/warn/Woverloaded-1.C: New test.
11814
11815 2003-03-05  Jan Hubicka  <jh@suse.cz>
11816
11817         * gcc.dg/i386-local2.c: New.
11818         * gcc.dg/i386-local.c: Fix typo.
11819
11820 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
11821
11822         * g++.dg/abi/layout3.C: New test.
11823
11824 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
11825
11826         * gcc.c-torture/compile/20030305-1.c
11827
11828 2003-03-05  Jan Hubicka  <jh@suse.cz>
11829
11830         * gcc.dg/i386-local.c: New.
11831
11832 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
11833
11834         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
11835
11836 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11837
11838         * gcc.dg/switch-2.c: New test.
11839         * gcc.dg/switch-3.c: New test.
11840         * gcc.dg/Wswitch.c: Adjust line numbers.
11841         * gcc.dg/Wswitch-default.c: Likewise.
11842         * gcc.dg/Wswitch-enum.c: Likewise.
11843
11844 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
11845
11846         * gcc.c-torture/execute/20030222-1.c: New test.
11847
11848 2003-03-03  James E Wilson  <wilson@tuliptree.org>
11849
11850         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
11851
11852 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
11853
11854         PR c++/9878
11855         * g++.dg/init/ref1.C: New test.
11856
11857 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
11858
11859         * gcc.dg/sh-relax.c: New SH-only test.
11860
11861 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
11862
11863         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
11864         comment explaining purpose of testcase.
11865
11866 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
11867
11868         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
11869         for HC11/HC12 (asm needs two int registers).
11870         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
11871         HC11/HC12 because the test uses an asm which needs two 32-bit
11872         registers.
11873
11874 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
11875
11876         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
11877         for HC11/HC12 (array is too large otherwise).
11878         * gcc.c-torture/compile/920501-4.x: New file, likewise.
11879         * gcc.c-torture/compile/20010518-2.x: Likewise.
11880         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
11881         HC11/HC12 (array is too large).
11882
11883 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
11884
11885         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
11886         * lib/g++-dg.exp (g++-dg-test): Likewise.
11887
11888 2003-03-01  Roger Sayle  <roger@eyesopen.com>
11889
11890         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
11891         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
11892
11893 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11894
11895         * g++.dg/warn/implicit-typename1.C: Remove warning.
11896
11897 2003-02-28  Richard Henderson  <rth@redhat.com>
11898
11899         * gcc.dg/noreturn-1.c: Move noreturn warning line.
11900         * gcc.dg/return-type-1.c: Move control reaches end warning line.
11901
11902 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
11903
11904         * gcc.dg/pch/pch.exp: Change .pch to .gch.
11905         * g++.dg/pch/pch.exp: Likewise.
11906
11907 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
11908
11909         PR c++/9879
11910         * testsuite/g++.dg/init/new4.C: New test.
11911
11912 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
11913
11914         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
11915
11916 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
11917
11918         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
11919         unsigned long.
11920
11921         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
11922         wider than float.
11923
11924 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11925
11926         * lib/scanasm.exp: Add support for counting numbers of
11927         occurences.
11928         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
11929         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
11930
11931 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
11932
11933         PR c++/9683
11934         * g++.dg/template/static3.C: New test.
11935
11936         PR c++/9829
11937         * g++.dg/parse/namespace6.C: New test.
11938
11939 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11940
11941         PR target/9732
11942         * gcc.dg/20030225-1.c: New test.
11943
11944 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
11945
11946         * README: Remove out-of-date information.
11947
11948         PR c++/9836
11949         * g++.dg/template/spec6.C: New test.
11950
11951 2003-02-24  Jeff Law  <law@redhat.com>
11952
11953         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
11954
11955 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11956
11957         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
11958         * gcc.dg/pragma-ep-1.c: Likewise.
11959
11960 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11961
11962         PR c++/9602
11963         * g++.dg/template/friend16.C: New test.
11964
11965 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
11966
11967         PR c++/5333
11968         * g++.dg/parse/fused-params1.C: Adjust error messages.
11969         * g++.dg/template/nested3.C: New test.
11970
11971 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
11972
11973         * g++.dg/abi/param1.C: New test.
11974
11975 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11976
11977         PR c++/7982
11978         * g++.dg/warn/implicit-typename1.C: New test.
11979
11980 2003-02-22  Kelley Cook <kelleycook@comcast.net>
11981
11982         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
11983         with "mtune".
11984         * g++.old-deja/g++.other/store-expr2.C: Likewise.
11985         * gcc.c-torture/execute/20010129-1.x: Likewise.
11986         * gcc.dg/20011107-1.c: Likewise.
11987         * gcc.dg/20020108-1.c: Likewise.
11988         * gcc.dg/20020122-3.c: Likewise.
11989         * gcc.dg/20020206-1.c: Likewise.
11990         * gcc.dg/20020310-1.c: Likewise.
11991         * gcc.dg/20020426-2.c: Likewise.
11992         * gcc.dg/20020517-1.c: Likewise.
11993         * gcc.dg/991230-1.c: Likewise.
11994         * gcc.dg/i386-unroll-1.c: Likewise.
11995         * gcc.misc-tests/i386-prefetch.exp: Likewise.
11996
11997 2003-02-22  Jan Hubicka  <jh@suse.cz>
11998
11999         * gcc.dg/i386-mul.c: New test.
12000
12001 2003-02-21  Roger Sayle  <roger@eyesopen.com>
12002
12003         * gcc.dg/builtins-5.c: New test case.
12004
12005 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
12006
12007         * gcc.dg/asmreg-1.c: New test.
12008
12009 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
12010
12011         PR c++/9749
12012         * g++.dg/parse/varmod1.C: New test.
12013
12014 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
12015
12016         PR c++/9727
12017         * g++.dg/template/op1.C: New test.
12018
12019 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
12020
12021         PR c++/8906
12022         * g++.dg/template/nested2.C: New test.
12023
12024 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
12025
12026         PR c++/8724
12027         * g++.dg/expr/dtor1.C: New test.
12028
12029 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12030
12031         * gcc.dg/cpp/include3.c: New test.
12032         * gcc.dg/cpp/inc/foo.h: New file.
12033
12034 2003-02-21  Glen Nakamura  <glen@imodulo.com>
12035
12036         * gcc.c-torture/execute/20030221-1.c: New test.
12037
12038 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
12039
12040         PR c++/9729
12041         * g++.dg/abi/conv1.C: New test.
12042
12043 2003-02-20  Jan Hubicka  <jh@suse.cz>
12044
12045         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
12046
12047 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
12048
12049         * gcc.c-torture/compile/20030219-1.c: New test.
12050
12051 2003-02-18  Jan Hubicka  <jh@suse.cz>
12052
12053         * gcc.dg/funcorder.c: New test.
12054
12055 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
12056
12057         * gcc.c-torture/execute/20030218-1.c: New.
12058
12059 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
12060
12061         * gcc.dg/20030218-1.c: New.
12062
12063 2003-02-18  Richard Henderson  <rth@redhat.com>
12064
12065         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
12066         * gcc.dg/attr-used-2.c: New.
12067
12068 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
12069
12070         PR c++/9704
12071         * g++.dg/init/copy5.C: New test.
12072
12073 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
12074
12075         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
12076         * g++.dg/pch/pch.exp: Likewise.
12077
12078 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
12079
12080         * gcc.c-torture/execute/20030209-1.c: Enable the test if
12081         STACK_SIZE is not defined.
12082
12083 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12084
12085         PR c++/9457
12086         * g++.dg/template/init1.C: New test.
12087
12088 2003-02-16  Jan HUbicka  <jh@suse.cz>
12089
12090         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
12091         (foo): Add few extra tests
12092         * gcc.dg/c99-const-expr-3.c: Likewise.
12093         * gcc.c-torture/execute/20030216-1.c: New.
12094
12095 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12096
12097         PR c++/9459
12098         * g++.dg/ext/typeof4.C: New test.
12099
12100 2003-02-15  Roger Sayle  <roger@eyesopen.com>
12101
12102         * gcc.dg/i386-387-3.c: New test case.
12103
12104 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
12105
12106         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
12107         cris-*-elf* cris-*-aout* and mmix-*-*.
12108
12109 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
12110
12111         * gcc.dg/20030213-1.c: New test.
12112
12113 2003-02-12  Roger Sayle  <roger@eyesopen.com>
12114
12115         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
12116         * gcc.dg/i386-387-2.c: Likewise.
12117
12118 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
12119
12120         * gcc.dg/ppc-spe.c: Fix formatting.
12121         Enable tests that were previously unsupported by gas.
12122         Delete tests for instructions that no longer exist.
12123         Switch arguments on evsubifw builtin.
12124
12125 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
12126
12127         * gcc.c-torture/execute/20030209-1.c: Disable the test if
12128         STACK_SIZE is too small.
12129
12130 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
12131             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
12132
12133         * gcc.dg/decl-2.c: New test.
12134
12135 2003-02-10  Jan Hubicka  <jh@suse.cz>
12136
12137         * gcc.dg/i386-fpcvt-1.c:  New test.
12138
12139 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
12140
12141         * gcc.c-torture/execute/20030209-1.c: New test.
12142
12143 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
12144
12145         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
12146         int-wide bitops, use the constants of the same width.
12147         Likewise, if long long is 32-bit wide, test bitops using
12148         32-bit constants.
12149
12150 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
12151
12152         * gcc.dg/20021014-1.c: Annotate with expected notice text.
12153
12154 2003-02-07  Roger Sayle  <roger@eyesopen.com>
12155
12156         * testsuite/gcc.dg/builtins-4.c: New test case.
12157
12158 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12159
12160         * gcc.dg/20020430-1.c: Fix dg command typos.
12161         * gcc.dg/20020503-1.c: Likewise.
12162
12163 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12164
12165         PR c++/8785
12166         * g++.dg/parse/fused-params1.C: New test.
12167
12168         PR c++/8857
12169         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
12170
12171         PR c++/8921
12172         * g++.dg/parse/non-dependent1.C: New test.
12173
12174         PR c++/8928
12175         * g++.dg/parse/dupl-tmpl-args1.C: New test.
12176
12177         PR c++/9228
12178         * g++.dg/parse/undefined7.C: New test.
12179         * g++.dg/parse/non-templ1.C: New test.
12180
12181         PR c++/9229
12182         * g++.dg/parse/too-many-tmpl-args1.C: New test.
12183
12184 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
12185
12186         * gcc.c-torture/compile/20030206-1.c: New test.
12187
12188 2003-02-05  Roger Sayle  <roger@eyesopen.com>
12189
12190         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
12191         "pow" to "foo" to avoid potential confusion with a math built-in.
12192
12193 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12194
12195         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
12196         conditions for SPARC targets.
12197
12198 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
12199
12200         * gcc.dg/20030204-1.c: New test.
12201
12202 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12203
12204         PR c++/38
12205         * g++.dg/parse/array-size1.C: New test.
12206
12207         PR c++/5657
12208         * g++.dg/parse/undefined3.C: New test.
12209
12210         PR c++/5665
12211         * g++.dg/parse/undefined4.C: New test.
12212
12213         PR c++/5975
12214         * g++.dg/parse/undefined5.C: New test.
12215
12216         PR c++/7259
12217         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
12218
12219         PR c++/8578
12220         * g++.dg/parse/casting-operator1.C: New test.
12221
12222         PR c++/8596
12223         * g++.dg/parse/undefined6.C: New test.
12224
12225         PR c++/8736
12226         * g++.dg/parse/missing-template1.C: New test.
12227
12228 2003-02-04  Jan Hubicka  <jh@suse.cz>
12229
12230         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
12231         * gcc.dg/i386-cmov?.c:  Likewise.
12232         * gcc.dg/i386-fpcvt-?.c:  Likewise.
12233         * gcc.dg/i386-ssefp-1.c:  Likewise.
12234         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
12235         conventions.
12236
12237 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
12238
12239         PR c++/7129
12240         * testsuite/g++.dg/ext/max.C: New test.
12241
12242 2003-02-03  Jan Hubicka  <jh@suse.cz>
12243
12244         * gcc.c-torture/execute/20030203-1.c: New test.
12245
12246 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
12247
12248         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
12249         'natural-endian'.
12250
12251 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
12252
12253         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
12254         * g++.dg/init/new2.C: Likewise.
12255         * g++.dg/other/new1.C: Likewise.
12256
12257 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
12258
12259         * gcc.dg/struct-ret-libc.c: New test.
12260
12261 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
12262
12263         * gcc.dg/20030129-1.c: New test.
12264
12265 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12266
12267         PR c++/8849
12268         * g++.dg/template/ptrmem4.C: New test.
12269
12270 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
12271
12272         * g++.dg/parser/constant1.C: New test.
12273
12274 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12275
12276         PR c++/8591
12277         * g++.dg/parse/friend2.C: New test.
12278
12279 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
12280
12281         PR c++/9437
12282         * g++.dg/template/unify4.C: New test.
12283
12284 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
12285
12286         * gcc.c-torture/execute/20030128-1.c: New test.
12287
12288 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
12289
12290         * g++.dg/lookup/nested1.C: Test moved from ...
12291         * g++.old-deja/g++.other/lookup24.C: ... here.
12292
12293 2003-01-28  Jan Hubicka  <jh@suse.cz>
12294
12295         * gcc.dg/i386-cmov5.c:  New test.
12296
12297 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
12298
12299         * gcc.c-torture/execute/20010925-1.c: Changed the
12300         memcpy declaration.
12301
12302 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
12303
12304         PR c++/3902
12305         * g++.dg/parse/template5.C: New test.
12306
12307 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
12308
12309         PR fortran/9258
12310         * g77.dg/pr9258: New test.
12311
12312 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12313
12314         * README: Move relevant parts from README.g++.
12315
12316         * README.g++: Remove this file.
12317
12318 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
12319
12320         * g++.dg/abi/dcast1.C: New test.
12321
12322 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12323
12324         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
12325
12326 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
12327
12328         PR c++/47
12329         * g++.old-deja/g++.other/lookup24.C: New test.
12330
12331 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12332
12333         PR middle-end/7227
12334         * gcc.dg/uninit-C.c: New test.
12335
12336 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
12337
12338         * g++.dg/abi/covariant1.C: New test.
12339
12340 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
12341
12342         * gcc.dg/20030123-1.c: New test.
12343
12344 2003-01-25  Jan Hubicka  <jh@suse.cz>
12345
12346         PR opt/8492
12347         * gcc.c-torture/compile/20030125-1.c
12348
12349 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
12350
12351         PR c++/9403
12352         * g++.dg/parse/template3.C: New test.
12353         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
12354
12355         PR c++/795
12356         * g++.dg/parse/template4.C: New test.
12357
12358         PR c++/9415
12359         * g++.dg/template/qual2.C: New test.
12360
12361         PR c++/8545
12362         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
12363
12364         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
12365
12366 2003-01-25  Roger Sayle  <roger@eyesopen.com>
12367
12368         * gcc.c-torture/execute/switch-1.c: New test case.
12369
12370 2003-01-25  Jan Hubicka  <jh@suse.cz>
12371
12372         * gcc.c-torture/execute/20030125-1.[cx]: New test.
12373
12374 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
12375
12376         Tweaks for Bison-1.875. From the NEWS file:
12377         "- `parse error' -> `syntax error'
12378         Bison now uniformly uses the term `syntax error'"
12379         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
12380         * gcc.dg/cpp/digraph2.c: Likewise.
12381         * gcc.dg/cpp/direct2.c: Likewise.
12382         * gcc.dg/cpp/paste4.c: Likewise.
12383         * gcc.dg/c90-restrict-1.c: Likewise.
12384         * gcc.dg/c99-func-2.c: Likewise.
12385         * gcc.dg/noncompile/920721-2.c: Likewise.
12386         * gcc.dg/noncompile/930622-2.c: Likewise.
12387         * gcc.dg/noncompile/940112-1.c: Likewise.
12388         * gcc.dg/noncompile/950921-1.c: Likewise.
12389         * gcc.dg/noncompile/951123-1.c: Likewise.
12390         * gcc.dg/noncompile/971104-1.c: Likewise.
12391         * gcc.dg/noncompile/990416-1.c: Likewise.
12392
12393 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
12394
12395         * g++.dg/parse/undefined1.C: Add error message.
12396
12397 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
12398
12399         PR c++/9354
12400         * g++.dg/parse/new1.C: New test.
12401
12402         PR c++/9216
12403         * g++.dg/parse/template2.C: New test.
12404
12405         PR c++/9354
12406         * g++.dg/parse/typedef2.C: New test.
12407
12408         PR c++/9328
12409         * g++.dg/ext/typeof3.C: New test.
12410
12411 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12412
12413         PR c++/2738
12414         * g++.dg/parse/ret-type1.C: New test.
12415
12416         PR c++/3792
12417         * g++.dg/parse/tmpl-outside1.C: New test.
12418
12419         PR c++/4207
12420         * g++.dg/parse/int-as-enum1.C: New test.
12421
12422         PR c++/4903
12423         * g++.dg/parse/no-typename1.C: New test.
12424
12425         PR c++/5533
12426         * g++.dg/parse/no-value1.C: New test.
12427
12428         PR c++/5921
12429         * g++.dg/parse/wrong-inline1.C: New test.
12430
12431         PR c++/6402
12432         * g++.dg/parse/ref1.C: New test.
12433
12434         PR c++/6992
12435         * g++.dg/parse/attr-ctor1.C: New test.
12436
12437         PR c++/7229
12438         * g++.dg/parse/namespace5.C: New test.
12439
12440         PR c++/7917
12441         * g++.dg/parse/func-def1.C: New test.
12442
12443         PR c++/8143
12444         * g++.dg/parse/undefined1.C: New test.
12445
12446         PR c++/5723, PR c++/8522
12447         * g++.dg/parse/specialization1.C: New test.
12448
12449         PR c++/163, PR c++/8595
12450         * g++.dg/parse/struct-as-enum1.C: New test.
12451
12452         PR c++/9173
12453         * g++.dg/parse/undefined2.C: New test.
12454
12455 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
12456
12457         PR c++/9298
12458         * g++.dg/parse/template1.C: New test.
12459
12460         PR c++/9384
12461         * g++.dg/parse/using1.C: New test.
12462
12463         PR c++/9285
12464         PR c++/9294
12465         * g++.dg/parse/expr2.C: New test.
12466
12467         PR c++/9388
12468         * g++.dg/parse/lookup2.C: Likewise.
12469
12470 2003-01-21  Jan Hubicka  <jh@suse.cz>
12471
12472         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
12473         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
12474         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
12475         * gcc.c-torture/execute/string-opt-*.c: Likewise.
12476
12477 2003-01-20  Nick Clifton  <nickc@redhat.com>
12478
12479         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
12480         problem with ARM sibcall code generation.
12481
12482 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
12483
12484         * gcc.c-torture/execute/20030120-1.c: New.
12485
12486 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
12487
12488         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
12489
12490 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
12491
12492         PR c++/9272
12493         * g++.dg/parse/ctor1.C: New test.
12494
12495         PR c++/9294:
12496         * g++.dg/parse/qualified1.C: New test.
12497
12498         * g++.dg/parse/typename3.C: New test.
12499
12500 2003-01-16  Richard Henderson  <rth@redhat.com>
12501
12502         * g++.dg/tls/init-2.C: Fix error matches for real this time.
12503
12504 2003-01-16  Richard Henderson  <rth@redhat.com>
12505
12506         * g++.dg/pch/pch.exp: Copy test header to the working directory
12507         before using it either for precompilation or direct use.
12508         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
12509         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
12510
12511 2003-01-16  Richard Henderson  <rth@redhat.com>
12512
12513         * gcc.dg/pch/pch.exp: Copy test header to the working directory
12514         before using it either for precompilation or direct use.
12515         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
12516         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
12517
12518 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
12519
12520         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
12521         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
12522         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
12523         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
12524         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
12525         typename warning into error.
12526         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
12527         error messages.
12528         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
12529         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
12530         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
12531         messages.
12532         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
12533         make declaration visible in template.
12534         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
12535         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
12536         messages.
12537         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
12538         message.
12539         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
12540         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
12541         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
12542         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
12543         typename warning with error message.
12544         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
12545         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
12546         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
12547
12548 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
12549
12550         * g++.dg/parse/ambig2.C: New test.
12551
12552 2003-01-15  Richard Henderson  <rth@redhat.com>
12553
12554         * g++.dg/tls/init-2.C: Update error message string.
12555
12556 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12557
12558         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
12559
12560 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
12561
12562         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
12563         all for HC11/HC12.
12564         * gcc.c-torture/compile/20001205-1.x: Likewise.
12565         * gcc.c-torture/compile/20001226-1.x: Likewise.
12566         * gcc.c-torture/compile/920520-1.x: Likewise.
12567         * gcc.c-torture/compile/961203-1.x: Likewise.
12568         * gcc.c-torture/compile/20020604-1.x: Likewise.
12569
12570 2003-01-15  Jan Hubicka  <jh@suse.cz>
12571
12572         * gcc.c-torture/compile/20030115-1.c: New test.
12573
12574         * gcc.dg/i386-fpcvt-1.c: New test.
12575         * gcc.dg/i386-fpcvt-2.c: New test.
12576
12577 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
12578
12579         Further conform g++'s __vmi_class_type_info to the C++ ABI
12580         specification.
12581         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
12582         the specification.
12583
12584 2003-01-14  Jan Hubicka  <jh@suse.cz>
12585
12586         * gcc.dg/i386-fpcvt-1.c: New test.
12587         * gcc.dg/i386-fpcvt-2.c: New test.
12588
12589 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
12590
12591         * gcc.dg/i386-mmx-3.c: New test.
12592
12593 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
12594
12595         PR c++/9264
12596         * g++.dg/parse/octal1.C: New file.
12597
12598         PR c++/9172
12599         * g++.dg/parse/typename1.C: New file.
12600
12601 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
12602
12603         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
12604         * gcc.dg/bf-no-ms-layout.c: Likewise.
12605         * gcc.dg/bf-ms-attrib.c: Likewise.
12606
12607 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
12608
12609         PR c++/9099
12610         * g++.dg/parse/dtor1.C: New file.
12611
12612         PR c++/9128
12613         * g++.dg/rtti/typeid1.C: New file.
12614
12615         PR c++/9153
12616         * g++.dg/parse/lookup1.C: New file.
12617
12618         PR c++/9171
12619         * g++.dg/templ/spec5.C: New file.
12620
12621 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
12622
12623         * gcc.c-torture/compile/20030110-1.c: New test.
12624
12625 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
12626
12627         Merge from pch-branch:
12628
12629         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
12630
12631         * gcc.dg/pch/cpp-1.h: New.
12632         * gcc.dg/pch/cpp-1.c: New.
12633         * gcc.dg/pch/cpp-2.h: New.
12634         * gcc.dg/pch/cpp-2.c: New.
12635
12636         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
12637
12638         * gcc.dg/pch/except-1.h: New.
12639         * gcc.dg/pch/except-1.c: New.
12640
12641         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
12642
12643         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
12644         running test.
12645         * gcc.dg/pch: Include *.hp not *.h.
12646         * gcc.dg/pch/system-1.h: New.
12647         * gcc.dg/pch/system-1.c: New.
12648
12649         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
12650
12651         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
12652         rather than trying to build and run a program using PCH.
12653         * gcc.dg/pch: Remove dg-do commands from test files.
12654
12655         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
12656
12657         * gcc.dg/pch/macro-3.c: New.
12658         * gcc.dg/pch/macro-3.h: New.
12659
12660         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
12661
12662         * gcc.dg/pch/common-1.c: New.
12663         * gcc.dg/pch/common-1.h: New.
12664         * gcc.dg/pch/decl-1.c: New.
12665         * gcc.dg/pch/decl-1.h: New.
12666         * gcc.dg/pch/decl-2.c: New.
12667         * gcc.dg/pch/decl-2.h: New.
12668         * gcc.dg/pch/decl-3.c: New.
12669         * gcc.dg/pch/decl-3.h: New.
12670         * gcc.dg/pch/decl-4.c: New.
12671         * gcc.dg/pch/decl-4.h: New.
12672         * gcc.dg/pch/decl-5.c: New.
12673         * gcc.dg/pch/decl-5.h: New.
12674         * gcc.dg/pch/global-1.c: New.
12675         * gcc.dg/pch/global-1.h: New.
12676         * gcc.dg/pch/inline-1.c: New.
12677         * gcc.dg/pch/inline-1.h: New.
12678         * gcc.dg/pch/inline-2.c: New.
12679         * gcc.dg/pch/inline-2.h: New.
12680         * gcc.dg/pch/static-1.c: New.
12681         * gcc.dg/pch/static-1.h: New.
12682         * gcc.dg/pch/static-2.c: New.
12683         * gcc.dg/pch/static-2.h: New.
12684
12685         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
12686
12687         * g++.dg/pch/pch.exp: Better handle failing testcases.
12688         * gcc.dg/pch/pch.exp: Likewise.
12689         * gcc.dg/pch/macro-1.c: New.
12690         * gcc.dg/pch/macro-1.h: New.
12691         * gcc.dg/pch/macro-2.c: New.
12692         * gcc.dg/pch/macro-2.h: New.
12693
12694         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
12695
12696         * g++.dg/dg.exp: Treat files in pch/ specially.
12697         * g++.dg/pch/pch.exp: New file.
12698         * g++.dg/pch/empty.H: New file.
12699         * g++.dg/pch/empty.C: New file.
12700         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
12701         "precompile".
12702
12703         * gcc.dg/pch/pch.exp: New file.
12704         * gcc.dg/pch/empty.h: New file.
12705         * gcc.dg/pch/empty.c: New file.
12706         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
12707         "precompile".
12708
12709 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12710
12711         * g++.dg/template/friend14.C: New test.
12712
12713 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
12714
12715         * gcc.dg/old-style-asm-1.c: New test.
12716
12717 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
12718
12719         * gcc.c-torture/compile/20030109-1.c: New test.
12720
12721 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
12722
12723         * gcc.c-torture/execute/20030109-1.c: New test.
12724
12725 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
12726
12727         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
12728         * g++.old-deja/g++.mike/dyncast2.C: Likewise
12729         * g++.old-deja/g++.mike/dyncast3.C: Likewise
12730         * g++.old-deja/g++.mike/eh2.C: Likewise
12731         * g++.old-deja/g++.mike/eh3.C: Likewise
12732         * g++.old-deja/g++.mike/eh5.C: Likewise
12733         * g++.old-deja/g++.mike/eh6.C: Likewise
12734         * g++.old-deja/g++.mike/eh7.C: Likewise
12735         * g++.old-deja/g++.mike/eh8.C: Likewise
12736         * g++.old-deja/g++.mike/eh9.C: Likewise
12737         * g++.old-deja/g++.mike/eh10.C: Likewise
12738         * g++.old-deja/g++.mike/eh12.C: Likewise
12739         * g++.old-deja/g++.mike/eh13.C: Likewise
12740         * g++.old-deja/g++.mike/eh14.C: Likewise
12741         * g++.old-deja/g++.mike/eh16.C: Likewise
12742         * g++.old-deja/g++.mike/eh17.C: Likewise
12743         * g++.old-deja/g++.mike/eh18.C: Likewise
12744         * g++.old-deja/g++.mike/eh21.C: Likewise
12745         * g++.old-deja/g++.mike/eh23.C: Likewise
12746         * g++.old-deja/g++.mike/eh24.C: Likewise
12747         * g++.old-deja/g++.mike/eh25.C: Likewise
12748         * g++.old-deja/g++.mike/eh26.C: Likewise
12749         * g++.old-deja/g++.mike/eh27.C: Likewise
12750         * g++.old-deja/g++.mike/eh28.C: Likewise
12751         * g++.old-deja/g++.mike/eh29.C: Likewise
12752         * g++.old-deja/g++.mike/eh31.C: Likewise
12753         * g++.old-deja/g++.mike/eh33.C: Likewise
12754         * g++.old-deja/g++.mike/eh34.C: Likewise
12755         * g++.old-deja/g++.mike/eh35.C: Likewise
12756         * g++.old-deja/g++.mike/eh36.C: Likewise
12757         * g++.old-deja/g++.mike/eh37.C: Likewise
12758         * g++.old-deja/g++.mike/eh38.C: Likewise
12759         * g++.old-deja/g++.mike/eh39.C: Likewise
12760         * g++.old-deja/g++.mike/eh40.C: Likewise
12761         * g++.old-deja/g++.mike/eh41.C: Likewise
12762         * g++.old-deja/g++.mike/eh42.C: Likewise
12763         * g++.old-deja/g++.mike/eh44.C: Likewise
12764         * g++.old-deja/g++.mike/eh46.C: Likewise
12765         * g++.old-deja/g++.mike/eh47.C: Likewise
12766         * g++.old-deja/g++.mike/eh48.C: Likewise
12767         * g++.old-deja/g++.mike/eh49.C: Likewise
12768         * g++.old-deja/g++.mike/eh50.C: Likewise
12769         * g++.old-deja/g++.mike/eh51.C: Likewise
12770         * g++.old-deja/g++.mike/eh53.C: Likewise
12771         * g++.old-deja/g++.mike/eh55.C: Likewise
12772         * g++.old-deja/g++.mike/p7912.C: Likewise
12773         * g++.old-deja/g++.mike/p9706.C: Likewise
12774         * g++.old-deja/g++.mike/p10416.C: Likewise
12775         * g++.old-deja/g++.mike/p11667.C: Likewise
12776         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
12777         Remove redundant reference to Iris.
12778         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
12779         Elxsi, i860, Pico Java, and WE32K.
12780
12781 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
12782
12783         * g++.dg/ext/asm4.C: New test.
12784
12785 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12786
12787         PR c++/9030
12788         * g++.dg/template/friend12.C: New test.
12789         * g++.dg/template/friend13.C: Likewise.
12790         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
12791
12792 2003-01-08  Jan Hubicka  <jh@suse.cz>
12793
12794         * gcc.dg/i386-cadd.c: New test.
12795         * gcc.dg/i386-cmov4.c: Likewise.
12796
12797 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
12798
12799         PR c++/9165
12800         * g++.dg/warn/Wunused-3.C: New test.
12801
12802         * g++.dg/abi/bitfield9.C: New test.
12803
12804         PR c++/9189
12805         * g++.dg/parse/defarg3.C: New test.
12806
12807 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
12808
12809         * g++.dg/parse/ambig1.C: New test.
12810         * g++.dg/parse/defarg2.C: New test.
12811
12812 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
12813
12814         * g++.dg/template/defarg-1.C: New test.
12815         * g++.dg/template/local2.C: Likewise.
12816
12817 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
12818
12819         * gcc.c-torture/execute/20030105-1.c: New test.
12820
12821 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12822
12823         * g++.dg/parse/namespace3.C: Remove extra semicolons.
12824         * g++.dg/parse/namespace4.C: Likewise.
12825
12826 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
12827
12828         * g++.dg/template/ntp2.C: New test.
12829
12830 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12831
12832         * g++.dg/parse/extern-C-1.C: New test.
12833
12834         * g++.dg/parse/namespace4.C: New test.
12835
12836         * g++.dg/template/nested1.C: New test.
12837
12838         * g++.dg/parse/namespace3.C: New test.
12839
12840 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12841
12842         * g++.dg/lookup/two-stage1.C: New test.
12843
12844 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12845
12846         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
12847         * g++.old-deja/g++.jason/access8.C: Likewise.
12848         * g++.old-deja/g++.other/decl5.C: Likewise.
12849
12850 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
12851
12852         * g++.dg/parse/parse7.C: New test.
12853
12854 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
12855
12856         PR c++/2843
12857         * g++.dg/ext/attrib7.C: New test.
12858
12859 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
12860
12861         * g++.dg/parse/parse6.C: New test.
12862
12863 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
12864
12865         * gcc.dg/h8300-stack-1.c: New.
12866
12867 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12868
12869         g++.dg/lookup/exception1.C: New test.
12870
12871         g++.dg/lookup/template1.C: New test.
12872
12873         g++.dg/parse/namespace2.C: New test.
12874
12875         g++.dg/parse/parens2.C: New test.
12876
12877 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12878
12879         * g++.dg/parse/parse5.C: New test.
12880         * g++.dg/lookup/scoped4.C: New test.
12881
12882 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12883
12884         * g++.dg/parse/parens1.C: New test.
12885
12886         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
12887         angle-bracket1.C.
12888         * g++.dg/parse/parens2.C: New test.
12889
12890         * g++.dg/lookup/scope-operator1.C: New test.
12891
12892         * g++.dg/parse/operator1.C: New test.
12893
12894 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12895
12896         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
12897         * g++.old-deja/g++.other/access6.C: Likewise.
12898         * g++.old-deja/g++.other/decl1.C: Likewise.
12899         * g++.old-deja/g++.pt/typename12.C: Likewise.
12900
12901 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
12902
12903         * g++.dg/parse/namespace1.C: New test.
12904
12905 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12906
12907         * g++.dg/parse/parse4.C: New test.
12908
12909 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12910
12911         * g++.dg/parse/parse3.C: New test.
12912
12913 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12914
12915         * g++.dg/parse/parse2.C: New test.
12916
12917 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12918
12919         * g++.dg/template/friend11.C: New test.
12920
12921 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12922
12923         * g++.dg/parse/parse1.C: New test.
12924
12925 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
12926
12927         * lib/profopt.exp: Change the name of a global variable to avoid
12928         possible clashes with other test suites.
12929
12930 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
12931
12932         * g++.dg/inherit/covariant8.C: New test.
12933
12934 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
12935
12936         * g++.dg/init/array9.C: New test.
12937
12938         PR c++/9112
12939         * g++.dg/parse/expr1.C: New test.
12940
12941 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
12942
12943         * gcc.c-torture/compile/20021230-1.c: New test.
12944
12945 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
12946
12947         * g++.dg/inherit/covariant5.C: New test.
12948         * g++.dg/inherit/covariant6.C: New test.
12949         * g++.dg/inherit/covariant7.C: New test.
12950
12951 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12952
12953         PR c++/2739
12954         * g++.dg/other/access2.C: New test.
12955
12956 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
12957
12958         * g++.dg/other/anon-struct.C: No longer fails
12959         * g++.old-deja/g++.brendan/parse4.C: Likewise.
12960         * g++.old-deja/g++.brendan/parse5.C: Likewise.
12961         * g++.old-deja/g++.brendan/parse6.C: Likewise.
12962
12963 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
12964
12965         * g++.dg/parse/angle-bracket.C (main): No longer fails.
12966
12967 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
12968
12969         * g++.dg/eh/spec4.C: Remove stray semicolon.
12970         * g++.dg/expr/pmf-1.C: Change error message.
12971         * g++.dg/ext/asm1.C: Remove stray semicolon.
12972         * g++.dg/ext/typename1.C: Add missing typenames.
12973         * g++.dg/inherit/template-as-base.C: Change error message.
12974         * g++.dg/lookup/scoped1.C: Likewise.
12975         * g++.dg/lookup/scoped2.C: Likewise.
12976         * g++.dg/lookup/using2.C: Likewise.
12977         * g++.dg/other/component1.C: Remove stray semicolon.
12978         * g++.dg/other/do1.C: Change error message.
12979         * g++.dg/other/error2.C: Likewise.
12980         * g++.dg/other/init1.C: Likewise.
12981         * g++.dg/other/packed1.C: Remove stray semicolon.
12982         * g++.dg/other/ptrmem2.C: Change error message.
12983         * g++.dg/parse/parameter-declaration-1.C: Remove line number
12984         marker.
12985         * g++.dg/special/initp1.C: Remove invalid attribute usage.
12986         * g++.dg/template/access3.C: Add typename keyword.
12987         * g++.dg/template/access5.C: Remove stray semicolon.
12988         * g++.dg/template/access6.C: Likewise.
12989         * g++.dg/template/complit1.C: Likewise.
12990         * g++.dg/template/crash1.C: Change error message.
12991         * g++.dg/template/inherit2.C: Remove stray semicolon.
12992         * g++.dg/template/instantiate2.C: Likewise.
12993         * g++.dg/template/instantiate3.C: Change error message.
12994         * g++.dg/template/qual1.C: Remove stray semicolon.
12995         * g++.dg/template/qualttp18.C: Change error message.
12996         * g++.dg/template/ref1.C: Remove stray semicolon.
12997         * g++.dg/template/sizeof1.C (A::value): Declare it.
12998         * g++.dg/template/spec4.C: Change error message.
12999         * g++.dg/template/static1.C: Likewise.
13000         * g++.dg/template/type1.C: Likewise.
13001         * g++.dg/template/typename3.C: Likewise.
13002         * g++.old-deja/g++.benjamin/13478.C: Change error message.
13003         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
13004         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
13005         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
13006         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
13007         named return value extension.
13008         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
13009         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
13010         * g++.old-deja/g++.bob/extern_C.C: Likewise.
13011         * g++.old-deja/g++.bob/inherit2.C: Likewise.
13012         * g++.old-deja/g++.brendan/complex1.C: Likewise.
13013         * g++.old-deja/g++.brendan/copy5.C: Likewise.
13014         * g++.old-deja/g++.brendan/crash13.C: Likewise.
13015         * g++.old-deja/g++.brendan/crash15.C: Likewise.
13016         * g++.old-deja/g++.brendan/crash18.C: Change error message.
13017         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
13018         * g++.old-deja/g++.brendan/crash38.C: Likewise.
13019         * g++.old-deja/g++.brendan/crash50.C: Likewise.
13020         * g++.old-deja/g++.brendan/crash56.C: Likewise.
13021         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
13022         syntax.
13023         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
13024         * g++.old-deja/g++.brendan/crash8.C: Change error message.
13025         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
13026         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
13027         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
13028         * g++.old-deja/g++.brendan/template11.C: Likewise.
13029         * g++.old-deja/g++.brendan/template26.C: Likewise.
13030         * g++.old-deja/g++.brendan/template27.C: Use explicit
13031         specialization syntax.
13032         * g++.old-deja/g++.brendan/template30.C: Likewise.
13033         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
13034         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
13035         non-dependent names.
13036         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
13037         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
13038         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
13039         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
13040         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
13041         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
13042         named return value extension.
13043         * g++.old-deja/g++.ext/namedret2.C: Likewise.
13044         * g++.old-deja/g++.ext/namedret3.C: Likewise.
13045         * g++.old-deja/g++.ext/return1.C: Likewise.
13046         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
13047         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
13048         * g++.old-deja/g++.jason/access8.C: Likewise.
13049         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
13050         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
13051         pseudo-destructor names.
13052         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
13053         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
13054         pseudo-destructor names.
13055         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
13056         * g++.old-deja/g++.jason/overload19.C: Likewise.
13057         * g++.old-deja/g++.jason/overload32.C: Likewise.
13058         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
13059         stray semicolons.
13060         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
13061         * g++.old-deja/g++.jason/return.C: Likewise.
13062         * g++.old-deja/g++.jason/return2.C: Likewise.
13063         * g++.old-deja/g++.jason/shadow1.C: Likewise.
13064         * g++.old-deja/g++.jason/special.C: Use explicit specialization
13065         syntax.
13066         * g++.old-deja/g++.jason/template10.C: Account for use of
13067         non-dependent names.
13068         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
13069         syntax.
13070         * g++.old-deja/g++.jason/template37.C: Likewise.
13071         * g++.old-deja/g++.law/access4.C: Change error messages.
13072         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
13073         pseudo-destructor names.
13074         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
13075         * g++.old-deja/g++.law/ctors9.C: Likewise.
13076         * g++.old-deja/g++.law/cvt22.C: Likewise.
13077         * g++.old-deja/g++.law/dtors5.C: Likewise.
13078         * g++.old-deja/g++.law/global-init1.C: Likewise.
13079         * g++.old-deja/g++.law/missed-error3.C: Likewise.
13080         * g++.old-deja/g++.law/operators28.C: Likewise.
13081         * g++.old-deja/g++.law/visibility28.C: Likewise.
13082         * g++.old-deja/g++.martin/eval1.C: Likewise.
13083         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
13084         name.
13085         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
13086         * g++.old-deja/g++.mike/net34.C: Likewise.
13087         * g++.old-deja/g++.mike/net36.C: Likewise.
13088         * g++.old-deja/g++.mike/ns2.C: Likewise.
13089         * g++.old-deja/g++.mike/p12306.C: Likewise.
13090         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
13091         value extension.
13092         * g++.old-deja/g++.mike/p700.C: Likewise.
13093         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
13094         * g++.old-deja/g++.mike/p710.C: Likewise.
13095         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
13096         value extension.
13097         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
13098         * g++.old-deja/g++.mike/pmf9.C: Likewise.
13099         * g++.old-deja/g++.ns/crash2.C: Likewise.
13100         * g++.old-deja/g++.ns/crash3.C: Likewise.
13101         * g++.old-deja/g++.ns/invalid1.C: Likewise.
13102         * g++.old-deja/g++.ns/ns17.C: Likewise.
13103         * g++.old-deja/g++.ns/template16.C: Likewise.
13104         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
13105         keyword.
13106         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
13107         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
13108         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
13109         named return value extension.
13110         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
13111         * g++.old-deja/g++.other/access4.C: Issue additional error
13112         messages.
13113         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
13114         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
13115         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
13116         * g++.old-deja/g++.other/crash25.C: Change error message.
13117         * g++.old-deja/g++.other/crash4.C: Change error message.
13118         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
13119         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
13120         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
13121         checks.
13122         * g++.old-deja/g++.other/defarg8.C: Likewise.
13123         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
13124         * g++.old-deja/g++.other/dtor10.C: Likewise.
13125         * g++.old-deja/g++.other/incomplete.C: Likewise.
13126         * g++.old-deja/g++.other/linkage7.C: Likewise.
13127         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
13128         lookup algorithm.
13129         * g++.old-deja/g++.other/mangle2.C: Likewise.
13130         * g++.old-deja/g++.other/refinit2.C: Likewise.
13131         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
13132         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
13133         * g++.old-deja/g++.pt/crash28.C: Likewise.
13134         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
13135         syntax.
13136         * g++.old-deja/g++.pt/crash32.C: Change error message.
13137         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
13138         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
13139         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
13140         error message position.
13141         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
13142         * g++.old-deja/g++.pt/defarg8.C: Change error message.
13143         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
13144         syntax.
13145         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
13146         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
13147         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
13148         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
13149         keyword.
13150         * g++.old-deja/g++.pt/explicit31.C: Likewise.
13151         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
13152         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
13153         keyword.
13154         * g++.old-deja/g++.pt/explicit71.C: Change error message.
13155         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
13156         syntax.
13157         * g++.old-deja/g++.pt/friend28.C: Account for use of
13158         non-dependent names.
13159         * g++.old-deja/g++.pt/friend29.C: Likewise.
13160         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
13161         rules.
13162         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
13163         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
13164         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
13165         lookup rules.
13166         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
13167         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
13168         keyword.
13169         * g++.old-deja/g++.pt/memclass20.C: Likewise.
13170         * g++.old-deja/g++.pt/memclass5.C: Likewise.
13171         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
13172         keyword.
13173         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
13174         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
13175         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
13176         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
13177         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
13178         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
13179         keyword.
13180         * g++.old-deja/g++.pt/spec10.C: Likewise.
13181         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
13182         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
13183         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
13184         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
13185         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
13186         * g++.old-deja/g++.pt/ttp62.C: Likewise.
13187         * g++.old-deja/g++.pt/ttp64.C: Likewise.
13188         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
13189         * g++.old-deja/g++.pt/typename15.C: Likewise.
13190         * g++.old-deja/g++.pt/typename22.C: Likewise.
13191         * g++.old-deja/g++.pt/typename6.C: Change error messages.
13192         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
13193         * g++.old-deja/g++.pt/virtual2.C: Likewise.
13194         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
13195         syntax.
13196         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
13197         return value extension.
13198         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
13199         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
13200         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
13201         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
13202
13203 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
13204
13205         * g++.dg/warn/inline1.C: New test.
13206         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
13207         * g++.old-deja/g++.jason/synth10.C: Likewise.
13208         * g++.old-deja/g++.mike/net31.C: Likewise.
13209         * g++.old-deja/g++.mike/p8786.C: Likewise.
13210
13211         * g++.dg/template/friend10.C: New test.
13212         * g++.dg/template/conv5.C: New test.
13213
13214 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
13215
13216         * g++.dg/lookup/scoped3.C: New test.
13217
13218         * g++.dg/lookup/decl1.C: New test.
13219         * g++.dg/lookup/decl2.C: New test.
13220
13221 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
13222
13223         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
13224         gcc.c-torture/compile/20021015-1.c,
13225         gcc.c-torture/compile/20021015-2.c,
13226         gcc.c-torture/compile/20021123-1.c,
13227         gcc.c-torture/compile/20021123-2.c,
13228         gcc.c-torture/compile/20021123-3.c,
13229         gcc.c-torture/compile/20021123-4.c,
13230         gcc.c-torture/execute/20021024-1.c: Add tests previously added
13231         only to 3.1 or 3.2 branch.
13232
13233 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
13234
13235         * gcc.dg/i386-bitfield3.c: New test.
13236
13237         * gcc.dg/i386-bitfield2.c: New test.
13238
13239 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
13240
13241         * g++.dg/parse/conv_op1.C: New test.
13242
13243 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
13244
13245         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
13246         approved.
13247
13248 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
13249
13250         * gcc.c-torture/compile/20021220-1.c: New test.
13251
13252 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
13253
13254         * gcc.dg/i386-fastcall-1.c: New.
13255
13256 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
13257
13258         * gcc.c-torture/execute/20021219-1.c: New test.
13259
13260 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
13261
13262         * gcc.dg/i386-pic-1.c: New test.
13263
13264 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13265
13266         PR c++/8099
13267         * g++.dg/template/friend9.C: New test.
13268
13269 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13270
13271         PR c++/3663
13272         * g++.dg/template/access7.C: New test.
13273
13274 2002-12-18  Nick Clifton  <nickc@redhat.com>
13275
13276         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
13277         the libstdc++-v3 directory has been found.
13278
13279 2002-12-12  Devang Patel <dpatel@apple.com>
13280         * gcc.dg/darwin-ld-1.c: New test.
13281         * gcc.dg/darwin-ld-2.c: New test.
13282         * gcc.dg/darwin-ld-3.c: New test.
13283         * gcc.dg/darwin-ld-4.c: New test.
13284         * gcc.dg/darwin-ld-5.c: New test.
13285
13286 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
13287
13288         * gcc.c-torture/compile/20021212-1.c: New test.
13289
13290 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
13291
13292         * gcc.dg/fshort-wchar: New test.
13293
13294 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
13295
13296         PR c++/8372
13297         * g++.dg/template/dtor1.C: New test.
13298
13299         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
13300         markers.
13301
13302 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
13303
13304         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
13305
13306 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
13307
13308         * g++.dg/template/static1.C: New test.
13309         * g++.dg/template/static2.C: New test.
13310         * g++.old-deja/g++.ext/memconst.C: New test.
13311
13312 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13313
13314         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
13315         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
13316         * g++.dg/special/initp1.C: Likewise.
13317
13318 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
13319
13320         * gcc.c-torture/execute/20021204-1.c: New test.
13321
13322 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
13323
13324         * gcc.dg/ppc-fmadd-1.c: New file.
13325         * gcc.dg/ppc-fmadd-2.c: New file.
13326         * gcc.dg/ppc-fmadd-3.c: New file.
13327
13328 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
13329
13330         * gcc.c-torture/compile/20021204-1.c: New test.
13331
13332 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
13333
13334         * g++.dg/inherit/covariant2.C: New test.
13335         * g++.dg/inherit/covariant3.C: New test.
13336         * g++.dg/inherit/covariant4.C: New test.
13337         * g++.dg/inherit/covariant1.C: Remove XFAIL.
13338         * g++.old-deja/g++.robertl/eb17.C: Likewise.
13339
13340 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
13341
13342         PR c++/8688
13343         * g++.dg/init/brace3.C: New test.
13344
13345 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
13346
13347         * gcc.dg/20020210-1.c: Fix a comment typo.
13348
13349 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
13350
13351         PR c++/8720
13352         * g++.dg/parse/defarg1.C: New test.
13353
13354         PR c++/8615
13355         * g++.dg/template/char1.C: New test.
13356
13357         * g++.dg/template/varmod1.C: Fix typo.
13358
13359 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13360
13361         DR 180
13362         * g++.old-deja/g++.pt/crash32.C: Expect error.
13363
13364 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
13365
13366         PR c++/5919
13367         * g++.dg/template/varmod1.C: New test.
13368
13369         PR c++/8727
13370         * g++.dg/inherit/typeinfo1.C: New test.
13371
13372         PR c++/8663
13373         * g++.dg/inherit/typedef1.C: New test.
13374
13375 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
13376
13377         PR c++/8332
13378         PR c++/8493
13379         * g++.dg/template/strlen1.C: New test.
13380
13381         PR c++/8227
13382         * g++.dg/template/ctor2.C: New test.
13383
13384         PR c++/8214
13385         * g++.dg/init/string1.C: New test.
13386
13387         PR c++/8511
13388         * g++.dg/template/friend8.C: New test.
13389
13390 2002-11-29  Joe Buck <jbuck@synopsys.com>
13391
13392         * g++.dg/lookup/anon2.C: New test.
13393
13394 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
13395
13396         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
13397         h8300 port.
13398
13399 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
13400
13401         * gcc.dg/bitfld-6.c: New test.
13402
13403 2002-11-27  Jan Hubicka  <jh@suse.cz>
13404
13405         * gcc.c-torture/execute/20021127.[cx]: New test.
13406
13407 2002-11-26  Jan Hubicka  <jh@suse.cz>
13408
13409         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
13410         quality.
13411
13412 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
13413
13414         * g++.dg/init/brace2.C: New test.
13415         * g++.old-deja/g++.mike/p9129.C: Correct.
13416
13417 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
13418
13419         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
13420
13421 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
13422
13423         * gcc.dg/sibcall-6: New test for indirect sibcalls.
13424
13425 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
13426
13427         * testsuite/g++.dg/abi/empty11.C: New test.
13428         * testsuite/g++.dg/rtti/cv1.C: New test.
13429
13430 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
13431
13432         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
13433
13434 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
13435
13436         * g++.dg/abi/empty10.C: New test.
13437
13438 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
13439
13440         * gcc.c-torture/compile/20021124-1.c: New test.
13441
13442 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
13443
13444         * g++.dg/abi/rtti2.C: New test.
13445
13446 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
13447
13448         * gcc.dg/i386-unroll-1.c: New test.
13449
13450 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
13451
13452         * gcc.c-torture/compile/20021120-1.c: New test.
13453         * gcc.c-torture/compile/20021120-2.c: New test.
13454
13455 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
13456
13457         * gcc.dg/bitfld-5.c: New test.
13458
13459 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
13460
13461         * gcc.c-torture/execute/20021120-3.c: New test.
13462
13463 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
13464
13465         * gcc.c-torture/execute/20021120-2.c: New test.
13466
13467 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
13468
13469         * gcc.c-torture/execute/20021120-1.c: New test.
13470
13471 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
13472
13473         * gcc.c-torture/execute/20021118-3.c: New test.
13474
13475 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
13476
13477         * gcc.c-torture/compile/20021119-1.c: New test.
13478
13479 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
13480
13481         * gcc.dg/duff-1.c: New test.
13482         * gcc.dg/duff-2.c: New test.
13483         * gcc.dg/duff-3.c: New test.
13484
13485 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
13486
13487         * gcc.dg/cpp/_Pragma5.c: New test.
13488
13489 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
13490
13491         * gcc.c-torture/execute/20021118-2.c: New test.
13492
13493 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
13494
13495         * gcc.c-torture/execute/20021118-1.c: New test.
13496
13497 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
13498
13499         * gcc.dg/20021116-1.c: New test.
13500
13501 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
13502
13503         * g++.dg/abi/vcall1.C: New test.
13504
13505 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
13506
13507         * gcc.dg/20021029-1.c: New test.
13508         * gcc.dg/20021029-2.c: New test.
13509
13510 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13511
13512         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
13513
13514 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
13515
13516         PR c/8439
13517         * gcc.dg/20021110.c: Move to ...
13518         * gcc.c-torture/compile/20021110.c: .... here.
13519
13520 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13521
13522         PR c/8467
13523         * gcc.c-torture/execute/20021111-1.c
13524
13525 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
13526
13527         PR c/8439
13528         * gcc.dg/20021110.c: New test.
13529
13530 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
13531
13532         * g++.dg/abi/vthunk3.C: Run only on x86.
13533
13534 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
13535
13536         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
13537
13538 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
13539
13540         * lib/compat.exp (compat-execute): Fix logic error in last
13541         change.
13542
13543 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
13544
13545         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
13546
13547 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13548
13549         PR c++/8389
13550         * g++.dg/template/access6.C: New test.
13551
13552 2002-11-08  Jan Hubicka  <jh@suse.cz>
13553
13554         * gcc.dg/i386-ssefp-1.c: New test.
13555         * gcc.dg/i386-ssefp-1.c: New test.
13556
13557 2002-11-08  Jan Hubicka  <jh@suse.cz>
13558
13559         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
13560
13561 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
13562
13563         * g++.dg/abi/vthunk3.C: New test.
13564
13565         PR c++/8338
13566         * g++.dg/template/crash2.C: New test.
13567
13568 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
13569
13570         * testsuite/g++.dg/abi/dtor1.C: New test.
13571         * testsuite/g++.dg/abi/dtor2.C: Likewise.
13572
13573 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
13574
13575         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
13576         Darwin.
13577
13578 2002-11-04  Adam Nemet  <anemet@lnxw.com>
13579
13580         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
13581         -mthumb.  Only xfail with -O0.
13582
13583 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
13584
13585         * g++.dg/abi/thunk1.C: New test.
13586         * g++.dg/abi/thunk2.C: Likewise.
13587         * g++.dg/abi/vtt1.C: Likewise.
13588
13589 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
13590
13591         PR optimization/8423
13592         * gcc.c-torture/execute/builtin-constant.c: New test.
13593
13594 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
13595
13596         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
13597         Add some more cases.
13598
13599 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
13600
13601         PR c++/8391
13602         * g++.dg/opt/local1.C: New test.
13603
13604 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
13605
13606         PR c++/8160
13607         * g++.dg/template/complit1.C: New test.
13608
13609         PR c++/8149
13610         * g++.dg/template/typename4.C: Likewise.
13611
13612 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13613
13614         Core issue 287, PR c++/7639
13615         * g++.dg/template/instantiate1.C: Adjust error location.
13616         * g++.dg/template/instantiate3.C: New test.
13617         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
13618         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
13619         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
13620
13621 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
13622
13623         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
13624
13625 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
13626
13627         PR c++/8287
13628         * g++.dg/init/dtor2.C: New test.
13629
13630 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13631
13632         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
13633         * gcc.dg/nest.c: Bypass errors on irix6.
13634
13635 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
13636
13637         * gcc.dg/nest.c: Expect error for mmix-*-*.
13638         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
13639
13640 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
13641
13642         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
13643         markers.
13644
13645         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
13646
13647 2002-10-25  Mike Stump  <mrs@apple.com>
13648
13649         * gcc.dg/warn-1.c: New test.
13650
13651 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
13652
13653         * g++.dg/template/typename3.C: New test.
13654
13655 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
13656
13657         * g++.dg/lookup/ptrmem1.C: New test.
13658
13659         * g++.dg/abi/vthunk2.C: New test.
13660
13661 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
13662
13663         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
13664
13665 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
13666
13667         * g++.dg/abi/empty9.C: New test.
13668
13669 2002-10-24  Richard Henderson  <rth@redhat.com>
13670
13671         * g++.dg/inherit/thunk1.C: Enable for ia64.
13672
13673 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
13674
13675         PR c++/8067
13676         * g++.dg/lookup/pretty1.C: New test.
13677
13678 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
13679
13680         * gcc.dg/20021023-1.c: New test.
13681
13682 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
13683
13684         PR c++/7679
13685         * g++.dg/parse/inline1.C: New test.
13686
13687 2002-10-23  Richard Henderson  <rth@redhat.com>
13688
13689         * g++.dg/inherit/thunk1.C: Enable for x86_64.
13690
13691         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
13692
13693 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
13694
13695         PR c++/6579
13696         * g++.dg/parse/stmtexpr3.C: New test.
13697
13698 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
13699
13700         * g++.dg/expr/cond1.C: New test.
13701
13702 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
13703
13704         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
13705
13706 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
13707
13708         * g++.dg/abi/vbase13.C: New test.
13709         * g++.dg/abi/vbase14.C: Likewise.
13710
13711 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
13712
13713         * gcc.dg/tls/pic-1.c: New test.
13714         * gcc.dg/tls/nonpic-1.c: New test.
13715         * gcc.dg/20021018-1.c: New test.
13716
13717 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
13718
13719         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
13720         Remove only files with the same base name as the test case.
13721         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
13722         (profopt-execute): Likewise.  Also, remove old profiling
13723         and performance data files before running the tests.
13724
13725         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
13726         * g++.dg/bprob/bprob.exp: Likewise.
13727         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
13728         to allow more general test case names.
13729
13730         * g++.dg/bprob/bprob-1.C: Rename to ...
13731         * g++.dg/bprob/g++-bprob-1.C: ... this.
13732
13733         * g77.dg/bprob/bprob-1.f: Rename to ...
13734         * g77.dg/bprob/g77-bprob-1.f: ... this.
13735
13736 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
13737
13738         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
13739         bison 1.50 or later.
13740
13741 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
13742
13743         * g++.dg/README: Describe more test directories.
13744
13745 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
13746
13747         * g++.dg/init/array6.C: Add additional tests.
13748
13749 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
13750
13751         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
13752         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
13753
13754 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
13755
13756         * gcc.c-torture/compile/20020604-1.x: New.
13757         * gcc.c-torture/compile/simd-5.x: Likewise.
13758         * gcc.c-torture/execute/920710-1.x: Likewise.
13759         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
13760
13761 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
13762
13763         * g++.dg/inherit/override1.C: Add dg-options clause.
13764
13765 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13766
13767         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
13768         _mm_slli_si128.
13769
13770 2002-10-19  Andreas Schwab  <schwab@suse.de>
13771
13772         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
13773         directory component.
13774
13775 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
13776
13777         * g++.dg/inherit/thunk1.C: New test.
13778
13779         * g++.dg/inherit/override1.C: New test.
13780
13781         * g++.dg/abi/mangle11.C: New test.
13782         * g++.dg/abi/mangle14.C: New test.
13783         * g++.dg/abi/mangle17.C: New test.
13784
13785 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
13786
13787         * g++.dg/overload/member2.C: New test.
13788
13789 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
13790
13791         * g++.dg/README: Describe new compat directory.
13792         * g++.dg/dg.exp: Skip tests in compat directory.
13793         * README.compat: New file.
13794         * lib/compat.exp: New expect script.
13795         * g++.dg/compat: New test directory.
13796         * g++.dg/compat/compat.exp: New expect script.
13797         * g++.dg/compat/abi: New test directory.
13798         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
13799         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
13800         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
13801         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
13802         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
13803         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
13804         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
13805         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
13806         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
13807         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
13808         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
13809         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
13810         * g++.dg/compat/break: New test directory.
13811         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
13812         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
13813         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
13814         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
13815         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
13816         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
13817         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
13818         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
13819         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
13820         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
13821         g++.dg/compat/break/README: New files.
13822         * g++.dg/compat/eh: New test directory.
13823         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
13824         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
13825         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
13826         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
13827         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
13828         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
13829         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
13830         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
13831         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
13832         g++.dg/compat/eh/filter2_y.C,
13833         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
13834         g++.dg/compat/eh/new1_y.C,
13835         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
13836         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
13837         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
13838         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
13839         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
13840         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
13841         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
13842         g++.dg/compat/eh/unexpected1_y.C: New files.
13843         * g++.dg/compat/init: New test directory.
13844         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
13845         g++.dg/compat/init/array5_y.C,
13846         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
13847         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
13848         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
13849         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
13850         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
13851         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
13852         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
13853         g++.dg/compat/init/init-ref2_y.C: New files.
13854
13855 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
13856
13857         PR c++/7584
13858         * g++.dg/inherit/using3.C: New test.
13859
13860 2002-10-17  Jan Hubicka  <jh@suse.cz>
13861
13862         * gcc.dg/20021017-2.c: New test.
13863
13864 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
13865
13866         * g++.dg/abi/mangle16.C: Adjust.
13867
13868         * g++.dg/init/array8.C: New test.
13869
13870 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
13871
13872         * gcc.dg/special/mips-abi.exp: New test.
13873         * gcc.dg/special/mips-abi.s: Empty file used by the above.
13874
13875 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
13876
13877         * g++.dg/abi/mangle16.C: New test.
13878         * g++.dg/abi/mangle17.C: Likewise.
13879
13880         PR c++/7478
13881         * g++.dg/template/ref1.C: New test.
13882
13883 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13884
13885         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
13886
13887 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
13888
13889         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
13890
13891 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
13892
13893         PR c++/7524
13894         * g++.dg/init/array7.C: New test.
13895
13896 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
13897
13898         * g++.dg/init/array6.C: New test.
13899
13900         * g++.dg/abi/mangle13.C: Likewise.
13901         * g++.dg/abi/mangle14.C: Likewise.
13902         * g++.dg/abi/mangle15.C: Likewise.
13903
13904 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
13905
13906         * g++.dg/abi/empty8.C: New test.
13907
13908 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
13909
13910         * g++.dg/init/ctor1.C: New test.
13911
13912 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
13913
13914         * gcc.c-torture/execute/20021015-1.c: New test.
13915
13916 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
13917
13918         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
13919
13920 2002-10-14  Jan Hubicka  <jh@suse.cz>
13921
13922         * gcc.dg/i386-ssetype-[1-5].c: New tests.
13923
13924 2002-10-14  Richard Henderson  <rth@redhat.com>
13925
13926         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
13927
13928 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
13929
13930         PR optimization/6631
13931         * g++.dg/opt/const2.C: New test.
13932
13933 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
13934
13935         PR c++/7176
13936         * g++.dg/parse/friend1.C: New test.
13937         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
13938
13939 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
13940
13941         * gcc.dg/20021014-1.c: New test.
13942
13943 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
13944
13945         PR c++/5661
13946         * g++.dg/ext/vlm1.C: New test.
13947         * g++.dg/ext/vlm2.C: Likewise.
13948
13949         * g++.dg/init/array1.C: Remove invalid braces.
13950         * g++.dg/init/brace1.C: New test.
13951         * g++.dg/init/copy2.C: Likewise.
13952         * g++.dg/init/copy3.C: Likewise.
13953         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
13954         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
13955         braces.
13956
13957 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
13958
13959         * gcc.dg/cpp/assembler.S: Don't use -ansi.
13960
13961 2002-10-11  Richard Shann  <richard.shann@superh.com>
13962
13963         * gcc.c-torture/compile/simd-5.c: New test.
13964
13965 2002-10-10  Roger Sayle  <roger@eyesopen.com>
13966
13967         * gcc.c-torture/execute/shiftopt-1.c: New test case.
13968
13969 2002-10-10  Jim Wilson  <wilson@redhat.com>
13970
13971         * gcc.c-torture/execute/20021010-1.c: New test.
13972
13973 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
13974
13975         PR c/7353
13976         * g++.dg/ext/typedef-init.C: New test.
13977         * gcc.dg/typedef-init.c: New test.
13978
13979 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
13980
13981         * gcc.dg/cpp/paste13.c: New test.
13982
13983 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13984
13985         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
13986         remaining platforms, XFAIL during compile, not execute.  Don't
13987         XFAIL at -O0.
13988
13989 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
13990
13991         * gcc.dg/alias-1.c: Tweak expected warning.
13992
13993 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
13994
13995         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
13996
13997 2002-10-06  Andreas Jaeger  <aj@suse.de>
13998
13999         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
14000         * gcc.dg/cpp/c++98.C: Likewise.
14001
14002         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
14003         * g++.dg/cpp/c++98.C: Likewise.
14004
14005         * g++.dg/README (Subdirectories): Mention cpp directory.
14006
14007         PR target/7559
14008         * gcc.dg/20021006-1.c: New test.
14009
14010 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14011
14012         PR c++/7804
14013         * g++.dg/other/warning1.C: New test.
14014
14015 2002-10-04  Roger Sayle  <roger@eyesopen.com>
14016
14017         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
14018         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
14019         and sparc-*-* with -m64 as expected failures.  See PR 8087.
14020
14021 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
14022
14023         PR c++/7931
14024         * g++.dg/template/ptrmem3.C: New test.
14025
14026         PR c++/7754
14027         * g++.dg/template/union1.C: New test.
14028
14029 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
14030
14031         PR c++/8006
14032         * g++.dg/abi/mangle9.C: New test.
14033         * g++.dg/abi/mangle10.C: New test.
14034         * g++.dg/abi/mangle11.C: New test.
14035         * g++.dg/abi/mangle12.C: New test.
14036
14037 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
14038
14039         PR c++/7188.
14040         * g++.dg/template/meminit1.C: New test.
14041         * g++.dg/warn/Wreorder-1.C: Likewise.
14042         * g++.old-deja/g++.mike/warn3.C: Tweak.
14043         * lib/prune.exp: Ingore "in copy constructor".
14044
14045 2002-10-02  Andreas Jaeger  <aj@suse.de>
14046
14047         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
14048         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
14049         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
14050         on x86-64.
14051
14052 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
14053
14054         * gcc.dg/empty1.C: Fix typo.
14055
14056 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
14057
14058         * gcc.dg/alias-1.c: New test.
14059
14060 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
14061
14062         * gcc.dg/empty1.C: New test.
14063
14064         * g++.dg/tls/init-2.C: Tweak error messages.
14065
14066 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
14067
14068         * gcc.c-torture/compile/20020923-1.c: New test.
14069
14070 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
14071
14072         * gcc.c-torture/execute/ffs-1.c: New test.
14073         * gcc.c-torture/execute/ffs-2.c: Ditto.
14074
14075 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
14076
14077         * g++.dg/overload/member1.C: New test.
14078
14079 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
14080
14081         * g++.dg/abi/empty7.C: New test.
14082         * g++.dg/init/pm2.C: Likewise.
14083
14084 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
14085
14086         * g++.dg/rtti/crash1.C: New test.
14087
14088 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
14089
14090         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
14091         gcc.dg/sibcall-4.c: New tests.
14092
14093 2002-09-28  Roger Sayle  <roger@eyesopen.com>
14094
14095         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
14096         powerpc and MMIX targets.
14097
14098 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
14099
14100         * gcc.dg/cpp/20020927-1.c: New.
14101
14102 2002-09-26  David S. Miller  <davem@redhat.com>
14103
14104         * gcc.c-torture/compile/trunctfdf.c: New.
14105
14106 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14107
14108         * lib/target-supports.exp (check_weak_available): Handle solaris2.
14109
14110 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
14111
14112         * gcc.c-torture/execute/loop-15.c: New.
14113
14114 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
14115
14116         * README.QMTEST: Fix typo.
14117
14118 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
14119
14120         * gcc.dg/20020926-1.c: New test.
14121
14122 2002-09-25  David S. Miller  <davem@redhat.com>
14123
14124         PR target/7842
14125         * gcc.c-torture/execute/shiftdi.c: New test.
14126
14127 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
14128
14129         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
14130         unique to the tool.
14131         * lib/g77.exp (g77_init): Likewise.
14132         * lib/g++.exp (g++_init): Likewise.
14133         * lib/objc.exp (objc_init): Likewise.
14134
14135 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
14136
14137         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
14138         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
14139         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
14140
14141 2002-09-25  Richard Henderson  <rth@redhat.com>
14142
14143         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
14144         too-small long double.
14145
14146 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
14147
14148         * gcc.dg/20020919-1.c: New test.
14149
14150 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
14151
14152         * g++.dg/abi/bitfield6.C: New test.
14153         * g++.dg/abi/bitfield7.C: New test.
14154         * g++.dg/abi/bitfield8.C: New test.
14155         * g++.dg/abi/vbase11.C: New test.
14156
14157 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14158
14159         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
14160         hppa*-*-hpux*.  Update test comment.
14161
14162 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
14163
14164         * gcc.dg/tls/struct-1.c: New test.
14165
14166 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
14167
14168         * gcc.dg/cpp/tr-warn2.c: Update.
14169
14170 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
14171
14172         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
14173
14174 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
14175
14176         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
14177         systems.
14178
14179 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
14180
14181         * gcc.c-torture/execute/ieee/mzero3.c: New test.
14182
14183         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
14184         Adjust for c++filt moved to binutils.  Remove spurious duplicate
14185         setting of cxxfilt.
14186
14187 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
14188
14189         * gcc.dg/20020312-2.c: Update for darwin.
14190
14191 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
14192
14193         * g++.old-deja/g++.other/crash32.C: Mark ICE.
14194
14195 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
14196
14197         * objc.dg/comp-types-1.m: New test.
14198         * objc.dg/comp-types-2.m: New test.
14199         * objc.dg/comp-types-3.m: New test.
14200         * objc.dg/comp-types-4.m: New test.
14201         * objc.dg/comp-types-5.m: New test.
14202         * objc.dg/comp-types-6.m: New test.
14203
14204 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14205
14206         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
14207
14208 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
14209
14210         * g++.dg/other/do1.C: New test.
14211
14212         * g++.dg/template/subst1.C: New test.
14213
14214 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
14215
14216         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
14217
14218 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
14219
14220         * g++.dg/template/qualttp20.C: Adjust expected errors.
14221         * g++.old-deja/g++.jason/report.C: Likewise.
14222         * g++.old-deja/g++.other/qual1.C: Likewise.
14223
14224         * g++.dg/lookup/scoped2.C: New test.
14225
14226         * g++.dg/ext/asm3.C: New test.
14227
14228 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
14229
14230         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
14231
14232 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
14233
14234         * ChangeLog: follow spelling conventions.
14235         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
14236         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
14237         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
14238         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
14239         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
14240         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
14241         * g++.old-deja/g++.law/global-init1.C: Likewise.
14242         * g++.old-deja/g++.other/delete4.C: Likewise.
14243         * g++.old-deja/g++.other/inline21.C: Likewise.
14244         * g++.old-deja/g++.other/singleton.C: Likewise.
14245         * g77.dg/strlen0.f: Likewise.
14246         * g77.f-torture/compile/20010519-1.f: Likewise.
14247         * g77.f-torture/compile/980310-4.f: Likewise.
14248         * gcc.c-torture/compile/20000605-1.c: Likewise.
14249         * gcc.c-torture/execute/20020225-1.c: Likewise.
14250         * gcc.dg/c90-hexfloat-2.c: Likewise.
14251         * gcc.dg/c99-bool-1.c: Likewise.
14252         * gcc.dg/c99-hexfloat-2.c: Likewise.
14253         * gcc.dg/dll-2.c: Likewise.
14254         * gcc.dg/wtr-union-init-1.c: Likewise.
14255         * gcc.dg/wtr-union-init-2.c: Likewise.
14256         * gcc.dg/wtr-union-init-3.c: Likewise.
14257         * gcc.dg/cpp/avoidpaste1.c: Likewise.
14258         * gcc.dg/cpp/defined.c: Likewise.
14259         * gcc.dg/cpp/macsyntx.c: Likewise.
14260         * gcc.dg/cpp/paste2.c: Likewise.
14261         * gcc.dg/cpp/trad/defined.c: Likewise.
14262         * gcc.dg/format/c90-printf-1.c: Likewise.
14263         * gcc.dg/format/c90-scanf-1.c: Likewise.
14264         * gcc.dg/format/c99-printf-1.c: Likewise.
14265         * gcc.dg/format/c99-scanf-1.c: Likewise.
14266         * gcc.misc-tests/gcov-8.c: Likewise.
14267         * lib/profopt.exp: Likewise.
14268
14269 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
14270
14271         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
14272
14273 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
14274
14275         * g++.dg/inherit/using2.C: New test.
14276
14277 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
14278
14279         * ChangeLog: Follow spelling conventions.
14280         * g++.dg/template/friend4.C: Likewise.
14281         * g++.old-deja/g++.pt/crash67.C: Likewise.
14282         * gcc.c-torture/execute/20000801-4.c: Likewise.
14283         * gcc.dg/c90-digraph-1.c: Likewise.
14284         * gcc.dg/c94-digraph-1.c: Likewise.
14285         * gcc.dg/c99-digraph-1.c: Likewise.
14286         * gcc.dg/cpp/line5.c: Likewise.
14287         * gcc.dg/cpp/multiline.c: Likewise.
14288         * gcc.dg/cpp/trad/literals-1.c: Likewise.
14289         * gcc.dg/format/attr-3.c: Likewise.
14290         * gcc.dg/format/c90-scanf-3.c: Likewise.
14291         * gcc.dg/format/ext-4.c: Likewise.
14292
14293 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
14294
14295         * g++.dg/template/pretty1.C: New test.
14296
14297 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
14298
14299         * gcc.c-torture/execute/struct-cpy-1.c: New test.
14300
14301 2002-09-13  Matt Austern  <austern@apple.com>
14302
14303         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
14304         passing a cast expression to a function by const reference.
14305
14306 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
14307
14308         * g++.dg/template/deduce1.C: New test.
14309
14310 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
14311
14312         * gcc.c-torture/execute/simd-1.c: Force all use of int to
14313         32-bit int.
14314
14315 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14316
14317         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
14318         usage.
14319
14320 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
14321
14322         * gcc.c-torture/compile/20020910-1.c: New test.
14323
14324 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
14325
14326         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
14327
14328 2002-09-10  Andreas Jaeger  <aj@suse.de>
14329
14330         * gcc.dg/20020312-2.c: Adjust for x86-64.
14331
14332 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
14333
14334         * g77.dg/7388.f: New test case for PR 7388.
14335
14336 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
14337
14338         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
14339
14340 2002-09-05  Ziemowit Laski <zlaski@apple.com>
14341
14342         * objc.dg/proto-lossage-1.m: New test.
14343
14344 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
14345
14346         * gcc.dg/cpp/_Pragma4.c: Fix typo.
14347
14348 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
14349
14350         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
14351         expected to pass.
14352
14353 2002-09-06  Stan Shebs  <shebs@apple.com>
14354             David Edelsohn  <edelsohn@gnu.org>
14355
14356         * gcc.dg/weak: New directory.
14357         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
14358         target-specific xfail bits.
14359         * gcc.dg/typeof-2.c: Move to new directory.
14360         * gcc.dg/weak.exp: New expect script.
14361
14362 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
14363
14364         * gcc.c-torture/execute/extzvsi.c: New test.
14365
14366 2002-09-05  Stan Shebs  <shebs@apple.com>
14367
14368         * gcc.dg/weak-1.c: xfail on Darwin.
14369         * gcc.dg/weak-2.c: Ditto.
14370         * gcc.dg/weak-3.c: Ditto.
14371         * gcc.dg/weak-4.c: Ditto.
14372         * gcc.dg/weak-5.c: Ditto.
14373         * gcc.dg/weak-6.c: Ditto.
14374         * gcc.dg/weak-7.c: Ditto.
14375         * gcc.dg/weak-8.c: Ditto.
14376         * gcc.dg/weak-9.c: Ditto.
14377
14378 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
14379
14380         * gcc.c-torture/execute/loop-14.c: New test.
14381
14382 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
14383
14384         * g++.dg/other/cxa-atexit1.C: New test.
14385
14386         * gcc.dg/typeof-2.c: New test.
14387
14388 2002-09-03  Roger Sayle  <roger@eyesopen.com>
14389
14390         * gcc.dg/builtins-2.c: New testcase.
14391         * gcc.dg/builtins-3.c: New testcase.
14392
14393 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
14394
14395         * gcc.dg/cpp/_Pragma4.c: New test.
14396
14397 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
14398
14399         * objc/execute/nil_method-1.m: New testcase.
14400
14401 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
14402
14403         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
14404         [Object class], not [Object initialize].
14405
14406 2002-08-31  Roger Sayle  <roger@eyesopen.com>
14407             Hans-Peter Nilsson  <hp@bitrange.com>
14408
14409         * gcc.c-torture/execute/20020720-1.x: Skip test on
14410         mmix-knuth-mmixware.  Correct comment.
14411
14412 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
14413
14414         * testsuite/g++.dg/abi/bitfield5.C: New test.
14415         * testsuite/g++.dg/abi/vbase10.C: Likewise.
14416
14417 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
14418
14419         * objc.dg/undeclared-selector.m: New test.
14420
14421 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
14422
14423         * g++.dg/other/offsetof1.C: Avoid cast warning.
14424
14425 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
14426
14427         * objc.dg/super-class-2.m: New test.
14428
14429 2002-08-24  Matt Austern  <austern@apple.com>
14430
14431         * g++.dg/ext/lvaddr.C: New test.
14432         * g++.dg/ext/lvcast.C: New test.
14433
14434 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
14435
14436         * testsuite/g++.dg/inherit/cond1.C: New test.
14437
14438 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
14439
14440         * gcc.dg/noncompile/incomplete-1.c: New test.
14441
14442 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
14443
14444         * gcc.dg/typespec-1.c: New test.
14445
14446 2002-08-20  Devang Patel  <dpatel@apple.com>
14447         * objc.dg/proto-hier-2.m: New test.
14448
14449 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
14450
14451         * objc.dg/bitfield-1.m: New test.
14452         * objc.dg/bitfield-2.m: New test.
14453
14454 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
14455
14456         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
14457         gcc.dg/c99-flex-array-4.c: New tests.
14458
14459 2002-08-16  Stan Shebs  <shebs@apple.com>
14460
14461         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
14462
14463 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
14464
14465         * gcc.dg/typeof-1.c: New test.
14466         * g++.dg/ext/typeof2.C: New test.
14467
14468 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
14469
14470         * g++.dg/other/offsetof1.C: New test.
14471
14472 2002-08-14  Richard Henderson  <rth@redhat.com>
14473
14474         * gcc.dg/tls/diag-3.c: Fix expected message strings.
14475
14476 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
14477
14478         * gcc.dg/cpp/_Pragma3.c: New test.
14479
14480 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
14481
14482         * g++.dg/template/inherit3: New test.
14483
14484 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
14485
14486         * gcc.dg/bitfld-4.c: Add blank options.
14487
14488 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
14489
14490         * g++.dg/template/crash1.C: New test.
14491
14492 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
14493
14494         * gcc.dg/tls/opt-2.c: New test.
14495
14496 2002-08-08  Devang Patel  <dpatel@apple.com>
14497
14498         * objc.dg/selector-1.m : New test
14499
14500 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
14501
14502         * g++.dg/abi/bitfield4.C: New test.
14503         * gcc.dg/bitfld-4.c: New test.
14504
14505 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
14506
14507         * g++.dg/other/packed1.C: New test.
14508
14509 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
14510
14511         * g++.dg/abi/offsetof.C: Tweak error messages.
14512         * g++.old-deja/g++.mike/p10769a.C: Likewise.
14513
14514 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
14515
14516         * gcc.dg/bitfld-3.c: New test.
14517
14518 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
14519             Richard Henderson  <rth@redhat.com>
14520
14521         * gcc.dg/i386-bitfield1.c: New test.
14522         * g++.dg/abi/bitfield3.C: Update.
14523
14524 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
14525
14526         * objc.dg/const-str-2.m: Update.
14527         * gcc.dg/cpp/c++98.c: Change to C extension.
14528         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
14529         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
14530
14531 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
14532
14533         * testsuite/gcc.dg/tls/diag-3.c: New.
14534
14535 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
14536
14537         * g++.dg/README (Subdirectories): Document new subdir expr.
14538         * g++.dg/expr/pmf-1.C: New test.
14539
14540 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
14541
14542         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
14543
14544 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
14545
14546         * g++.dg/abi/bitfield3.C: New test.
14547
14548 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
14549
14550         * lib/gcov.exp: Tweak expected line formats.
14551         * gcc.misc-tests/gcov8.c: New test.
14552         * gcc.misc-tests/gcov8.x: New flags.
14553
14554 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
14555
14556         * consistency.vlad/layout/endian.c: Include string.h.
14557
14558         * gcc.c-torture/execute/20020805-1.c: New test.
14559
14560 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
14561
14562         * g++.dg/other/conversion1.C: New test.
14563
14564 2002-08-03  Roger Sayle  <roger@eyesopen.com>
14565
14566         * gcc.dg/builtins-1.c: New testcase.
14567
14568 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
14569
14570         * g++.dg/inherit/access3.C: New test.
14571
14572 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
14573
14574         * gcc.dg/ia64-visibility-2.c: New test.
14575
14576 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
14577
14578         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
14579         __qualifier_flags to __flags.
14580
14581 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
14582
14583         * g++.dg/inherit/operator1.C: New test.
14584         * g++.dg/lookup/disamb1.C: Fix typo in comment.
14585         * g++.dg/other/error1.C: Change expected error message.
14586         * g++.dg/template/conv4.C: Likewise.
14587
14588 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
14589
14590         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
14591         for documented behavior.
14592
14593 2002-07-25  Roger Sayle  <roger@eyesopen.com>
14594
14595         * gcc.c-torture/execute/20020720-1.x: Skip this test on
14596         several targets known to fail.
14597
14598 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
14599
14600         * gcc.dg/mips-args-[123].c: New tests.
14601
14602 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
14603
14604         * gcc.dg/ppc-spe.c: New.
14605
14606 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
14607
14608         * g++.dg/other/ptrmem4.C: New testcase.
14609
14610 2002-07-24  Richard Henderson  <rth@redhat.com>
14611
14612         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
14613
14614 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
14615
14616         * g++.dg/ext/alignof1.C (main): Return 0 for success.
14617
14618 2002-07-24  Roger Sayle  <roger@eyesopen.com>
14619
14620         * gcc.c-torture/execute/memset-3.c: New testcase.
14621
14622 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
14623
14624         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
14625         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
14626
14627 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14628
14629         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
14630         Delete.
14631
14632 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
14633
14634         * gcc.c-torture/compile/simd-4.c: New test.
14635
14636 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14637
14638         PR c++/7347, c++/7348
14639         * g++.dg/template/access4.C: New test.
14640         * g++.dg/template/access5.C: New test.
14641         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
14642         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
14643         * g++.old-deja/g++.pt/ttp58.C: Likewise.
14644         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
14645
14646 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
14647
14648         * gcc.dg/gnu89-init-2.c: New test.
14649
14650 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
14651
14652         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
14653
14654 2002-07-20  Roger Sayle  <roger@eyesopen.com>
14655
14656         * gcc.c-torture/execute/20020720-1.c: New testcase.
14657
14658 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
14659
14660         * gcc.dg/cpp/Wsignprom.c: New tests.
14661
14662 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
14663
14664         * gcc.c-torture/execute/loop-13.c: New test.
14665
14666 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
14667
14668         * gcc.dg/cpp/expr.c: New tests.
14669
14670 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
14671
14672         * g++.dg/opt/pr6713.C: Add template instantiation.
14673
14674 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
14675
14676         * gcc.dg/nest.c: New test.
14677
14678 2002-07-17  Richard Henderson  <rth@redhat.com>
14679
14680         * g++.dg/opt/pr6713.C: New test.
14681
14682 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
14683
14684         * gcc.c-torture/execute/loop-2e.x: Let the testcase
14685         XFAIL for all x86 processors.
14686
14687 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
14688
14689         * gcc.c-torture/execute/20010122-1.x: Do not test with
14690         -fomit-frame-pointer.
14691
14692 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14693
14694         * g++.dg/template/instantiate2.C: New test.
14695         * g++.dg/template/spec4.C: New test.
14696
14697 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14698
14699         * g++.dg/template/access2.C: New test.
14700         * g++.dg/template/access3.C: New test.
14701
14702 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
14703
14704         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
14705         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
14706         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
14707         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
14708         Convert to use <stdarg.h>.
14709         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
14710         Delete.
14711         * gcc.dg/va-arg-2.c: New.
14712         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
14713
14714 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
14715
14716         * gcc.c-torture/compile/20020710-1.c: New test.
14717
14718 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
14719                           Andrew Pinski  <pinskia@physics.uc.edu>
14720
14721         gcc.c-torture/compile/simd-2.c: New testcase.
14722         gcc.c-torture/compile/simd-3.c: Likewise.
14723
14724 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
14725
14726         PR c++/7224
14727         * g++.dg/overload/error1.C: New test.
14728
14729 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14730
14731         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
14732         configuration and IRIX 6 O32 ABI.
14733
14734 2002-07-11  Roger Sayle  <roger@eyesopen.com>
14735
14736         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
14737
14738 2002-07-10  Roger Sayle  <roger@eyesopen.com>
14739
14740         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
14741
14742 2002-07-10  Jeffrey A Law  <law@redhat.com>
14743
14744         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
14745
14746         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
14747
14748 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
14749
14750         * gcc.dg/20020312-2.c: Check for __PPC__.
14751
14752 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
14753
14754         * gcc.c-torture/compile/20020709-1.c: New test.
14755
14756 2002-07-07  Roger Sayle  <roger@eyesopen.com>
14757
14758         * g++.dg/template/qualttp21.C: New test case.
14759
14760 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
14761
14762         * gcc.c-torture/compile/20020706-1.c: New test.
14763         * gcc.c-torture/compile/20020706-2.c: New test.
14764
14765 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
14766             Alexandre Oliva  <aoliva@redhat.com>
14767
14768         * g++.dg/warn/incomplete1.C: New test.
14769
14770 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14771
14772         PR c++/7099
14773         * g++.dg/warn/noreturn1.C: New test.
14774
14775 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
14776
14777         PR c++/6706
14778         * g++.dg/debug/debug6.C: New test.
14779         * g++.dg/debug/debug7.C: New test.
14780
14781 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
14782
14783         * gcc.c-torture/compile/simd-3.c: New test.
14784
14785 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
14786
14787         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
14788         * gcc.dg/20020620-1.c: Likewise.
14789
14790 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14791
14792         PR c++/6944
14793         * g++.dg/init/array4.C: New test.
14794         * g++.dg/init/array5.C: New test.
14795
14796 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
14797
14798         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
14799         * gcc.c-torture/execute/simd-2.c (main): Likewise.
14800
14801 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14802
14803         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
14804         * gcc.dg/wtr-aggr-init-1.c: Likewise.
14805         * gcc.dg/wtr-conversion-1.c: Likewise.
14806         * gcc.dg/wtr-escape-1.c: Likewise.
14807         * gcc.dg/wtr-int-type-1.c: Likewise.
14808         * gcc.dg/wtr-label-1.c: Likewise.
14809         * gcc.dg/wtr-static-1.c: Likewise.
14810         * gcc.dg/wtr-strcat-1.c: Likewise.
14811         * gcc.dg/wtr-suffix-1.c: Likewise.
14812         * gcc.dg/wtr-switch-1.c: Likewise.
14813         * gcc.dg/wtr-unary-plus-1.c: Likewise.
14814         * gcc.dg/wtr-union-init-1.c: Likewise.
14815         * gcc.dg/wtr-union-init-2.c: Likewise.
14816         * gcc.dg/wtr-union-init-3.c: Likewise.
14817
14818         * gcc.dg/wtr-func-def-1.c: New test.
14819
14820 2002-07-02 Devang Patel <dpatel@apple.com>
14821
14822         * objc.dg/param-1.m: New test.
14823
14824 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
14825
14826         * gcc.dg/cpp/trad/directive.c: Add test.
14827         * gcc.dg/cpp/trad/macroargs.c: Add test.
14828         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
14829
14830 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
14831
14832         * gcc.dg/cpp/cmdlne-M.c: New test.
14833
14834 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
14835
14836         * objc.dg/desig-init-1.m: New test.
14837
14838 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14839
14840         PR c++/6716
14841         * g++.dg/template/instantiate1.C: New test.
14842
14843 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
14844
14845         PR c++/7112
14846         * g++.dg/template/sizeof2.C: New test.
14847
14848 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
14849
14850         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
14851         gcc.dg/cpp/trad/include.c: New tests.
14852
14853 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
14854
14855         PR target/7177
14856         * gcc.c-torture/compile/20020701-1.c: New test.
14857
14858 2002-07-01  Stan Shebs  <shebs@apple.com>
14859
14860         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
14861         header here...
14862         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
14863         (objc-torture-execute): or here.
14864
14865 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
14866
14867         * gcc.c-torture/execute/arith-rand-ll.c: New test.
14868
14869 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
14870
14871         * gcc.dg/cpp/trad/escaped-nl.c: New test.
14872
14873 2002-06-30  Devang Patel  <dpatel@apple.com>
14874
14875         * objc.dg/fsyntax-only.m: New test.
14876
14877 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
14878
14879         PR c++/6695
14880         * g++.dg/template/friend7.C: New file.
14881
14882 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
14883
14884         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
14885         return type.
14886
14887 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
14888
14889         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
14890         avoid division by zero.
14891
14892 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
14893
14894         * gcc.dg/Wunknownprag.c: New tests.
14895
14896 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
14897
14898         * gcc.c-torture/execute/simd-2.c: New test.
14899
14900 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
14901
14902         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
14903         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
14904         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
14905         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
14906         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
14907         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
14908         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
14909         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
14910         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
14911         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
14912         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
14913         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
14914         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
14915         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
14916         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
14917         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
14918         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
14919
14920 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
14921
14922         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
14923         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
14924         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
14925         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
14926         New tests.
14927         * gcc.dg/cpp/trad/directive.c: Update.
14928
14929 2002-06-23  Andreas Jaeger  <aj@suse.de>
14930
14931         * gcc.c-torture/execute/complex-6.c: New.
14932
14933 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
14934
14935         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
14936         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
14937         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
14938         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
14939
14940 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
14941
14942         * gcc.dg/cpp/trad: New directory with traditional tests copied
14943         from parent directory.
14944         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
14945         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
14946         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
14947         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
14948         Move to trad/ and rename.
14949         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
14950         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
14951         gcc.dg/cpp/trad/redef2.c: New tests.
14952         * gcc.dg/cpp/trad/trad.exp: New driver.
14953
14954 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
14955
14956         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
14957         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
14958         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
14959         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
14960         Remove.
14961
14962 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
14963
14964         * gcc.dg/20020620-1.c: New test.
14965
14966 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14967
14968         * g++.dg/template/ttp4.C: New test.
14969
14970 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
14971
14972         * g++.dg/opt/vt1.C: Fix regexp.
14973
14974 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14975
14976         * gcc.c-torture/execute/pure-1.c: Make functions static again.
14977         Don't use attribute `noinline'.
14978
14979 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
14980
14981         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
14982
14983 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
14984
14985         * gcc.c-torture/execute/simd-1.c: New.
14986
14987         * gcc.dg/simd-1.c: New.
14988
14989 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
14990
14991         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
14992
14993 2002-06-16  Richard Henderson  <rth@redhat.com>
14994
14995         * g++.dg/ext/anon-struct1.C: New.
14996         * g++.dg/ext/anon-struct2.C: New.
14997         * g++.dg/ext/anon-struct3.C: New.
14998         * gcc.dg/anon-struct-1.c: New.
14999         * gcc.dg/anon-struct-2.c: New.
15000         * gcc.dg/anon-struct-3.c: New.
15001         * gcc.dg/20011008-1.c: Adjust warning text.
15002         * gcc.dg/20020527-1.c: Add -fms-extensions.
15003
15004 2002-06-16  Richard Henderson  <rth@redhat.com>
15005
15006         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
15007
15008 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
15009
15010         * gcc.c-torture/execute/20020615-1.c: New test.
15011
15012 2002-06-15  Roger Sayle  <roger@eyesopen.com>
15013
15014         * gcc.c-tortuture/execute/compare-1.c: New test case.
15015         * gcc.c-tortuture/execute/compare-2.c: New test case.
15016         * gcc.c-tortuture/execute/compare-3.c: New test case.
15017
15018 2002-06-13  Richard Henderson  <rth@redhat.com>
15019
15020         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
15021         ia64 ilp32.
15022
15023 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15024
15025         * g++.dg/template/typename2.C: Update error message.
15026
15027 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
15028
15029         * gcc.c-torture/execute/20020611-1.c: New test.
15030
15031 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
15032
15033         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
15034         list of targets to skip.
15035
15036 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
15037
15038         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
15039         targets if not optimizing.
15040
15041 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
15042
15043         * gcc.c-torture/compile/20020605-1.c: New test.
15044
15045         * g++.dg/opt/vt1.C: New test.
15046
15047         * gcc.dg/20020531-1.c: New test.
15048
15049         * gcc.dg/20020530-1.c: New test.
15050
15051         * gcc.dg/20020527-1.c: New test.
15052
15053         * g++.dg/opt/cse1.C: New test.
15054
15055 2002-06-07  Roger Sayle  <roger@eyesopen.com>
15056
15057         * gcc.dg/20020607-2.c: New test case.
15058
15059 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
15060
15061         * gcc.c-torture/compile/20020604-1.c: New test.
15062
15063 2002-06-04  Richard Henderson  <rth@redhat.com>
15064
15065         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
15066         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
15067         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
15068
15069 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
15070
15071         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
15072
15073 2002-06-03  Richard Henderson  <rth@redhat.com>
15074
15075         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
15076         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
15077
15078 2002-06-02  Richard Henderson  <rth@redhat.com>
15079
15080         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
15081         test functions static.
15082
15083 2002-06-02  Andreas Jaeger  <aj@suse.de>
15084
15085         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
15086         now.
15087
15088 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
15089
15090         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
15091         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
15092         Update for mofified diagnostics.
15093         * gcc.dg/c99-intconst-1.c: No longer fail.
15094
15095 2002-06-02  Richard Henderson  <rth@redhat.com>
15096
15097         * gcc.dg/uninit-A.c: Remove xfail markers.
15098
15099 2002-06-01  Roger Sayle  <roger@eyesopen.com>
15100
15101         * gcc.dg/fnegate-1.c: New test case.
15102
15103 2002-05-30  Osku Salerma  <osku@iki.fi>
15104
15105         * gcc.c-torture/execute/mayalias-1.c: New file.
15106
15107 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
15108
15109         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
15110         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
15111         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
15112
15113 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
15114
15115         * gcc.c-torture/execute/20020529-1.c: New test.
15116
15117 2002-05-27  Richard Henderson  <rth@redhat.com>
15118
15119         * g++.dg/ext/attrib6.C: New test case.
15120
15121 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15122
15123         * gcc.c-torture/execute/pure-1.c: New test.
15124
15125 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
15126
15127         * gcc.dg/cpp/arith-2.c: Remove.
15128
15129 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
15130
15131         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
15132         * gcc.dg/cpp/if-3.c: Remove.
15133
15134 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
15135
15136         * g++.dg/opt/cse2.C: New test.
15137
15138 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
15139
15140         * gcc.dg/cpp/arith-1.c: New semantic tests.
15141         * gcc.dg/cpp/if-1.c: Update.
15142
15143 2002-05-24  Ben Elliston  <bje@redhat.com>
15144
15145         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
15146
15147 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
15148
15149         * gcc.dg/verbose-asm.c: New test.
15150
15151 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
15152
15153         * gcc.dg/cpp/paste12.c: New test.
15154
15155 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
15156
15157         * g++.dg/parse/named_ops.C: New test.
15158
15159 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
15160
15161         * gcc/testsuite/gcc.dg/weak-8.c: New test.
15162
15163 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
15164
15165         * gcc.dg/weak-2.c: Allow optional leading underscore
15166         in scan-assembler symbol name.
15167         * gcc.dg/weak-3.c: Likewise.
15168         * gcc.dg/weak-4.c: Likewise.
15169         * gcc.dg/weak-5.c: Likewise.
15170
15171 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
15172
15173         * gcc.dg/20020523-1.c: New test.
15174
15175 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
15176
15177         * objc.dg/const-str-2.m: Update now that we stop after
15178         a command line error.
15179
15180 2002-05-22  Richard Henderson  <rth@redhat.com>
15181
15182         * g++.dg/dg.exp: Fix typo in test pruneing.
15183
15184 2002-05-22  Richard Henderson  <rth@redhat.com>
15185
15186         * g++.dg/dg.exp: Prune the tls subdirectory.
15187         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
15188         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
15189         * g++.dg/tls/init-1.C: New.
15190
15191 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
15192
15193         * gcc.dg/20020517-1.c: New test.
15194
15195 2002-05-21  Richard Henderson  <rth@redhat.com>
15196
15197         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
15198         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
15199
15200 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
15201
15202         * g++.dg/other/copy2.C: New test.
15203
15204 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
15205
15206         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
15207         (MAX_COPY): Bump up to 10 times sizeof (long long).
15208         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
15209
15210         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
15211         sizeof (long long).
15212
15213         * gcc.c-torture/execute/strcpy-1.c: New test.
15214
15215 2002-05-19  Jason Merrill  <jason2redhat.com>
15216
15217         * g++.dg/ext/oper1.C: New test.
15218
15219 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
15220 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
15221
15222         * README.QMTEST: New file.
15223
15224         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
15225
15226 2002-05-19  Andreas Jaeger  <aj@suse.de>
15227
15228         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
15229         now.
15230         * gcc.c-torture/execute/loop-2d.x: Likewise.
15231
15232 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
15233
15234         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
15235         support weak symbols.
15236         * gcc.dg/weak-4.c: Likewise
15237         * gcc.dg/weak-6.c: Likewise
15238
15239 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
15240
15241         * gcc.dg/weak-3.c: Add dg-excess-error comment for
15242         cygwin, coff and h8300-*-hms targets
15243         * gcc.dg/weak-5.c: Likewise
15244         * gcc.dg/weak-7.c: Likewise
15245
15246 2002-05-16  Jason Merrill  <jason@redhat.com>
15247
15248         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
15249         (scan-assembler-not, scan-assembler-dem): Likewise.
15250         (scan-assembler-dem-not): Likewise.
15251
15252 2002-05-15  Richard Henderson  <rth@redhat.com>
15253
15254         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
15255
15256 2002-05-15  Richard Henderson  <rth@redhat.com>
15257
15258         * gcc.dg/weak-5.c (vfoo1c): No warning here.
15259         (vfoo1f): Warning here.
15260         (vfoo1l): Don't redefine the alias.
15261
15262 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
15263
15264         * g++.dg/init/pm1.C: New test.
15265
15266 2002-05-12  David S. Miller  <davem@redhat.com>
15267
15268         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
15269         types.
15270
15271 2002-05-10  Roger Sayle  <roger@eyesopen.com>
15272
15273         * gcc.c-torture/execute/20020510-1.c: New test case.
15274
15275 2002-05-10  David S. Miller  <davem@redhat.com>
15276
15277         * gcc.c-torture/execute/conversion.c: Test long double too.
15278
15279 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
15280
15281         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
15282         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
15283         * lib/g++.exp (g++_link_flags): Likewise.
15284         * lib/objc.exp (objc_target_compile): Likewise.
15285
15286 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
15287
15288         * gcc.dg/cpp/poison.c: Update.
15289         * gcc.dg/cpp/20000625-2.c: Remove.
15290         * gcc.dg/cpp/direct2s.c: Remove final test.
15291
15292 2002-05-08  Tom Rix  <trix@redhat.com>
15293
15294         * gcc.c-torture/execute/20020508-1.c: New test.
15295         * gcc.c-torture/execute/20020508-2.c: New test.
15296         * gcc.c-torture/execute/20020508-3.c: New test.
15297
15298 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
15299
15300         * gcc.dg/cpp/charconst-4.c: More tests.
15301
15302 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
15303
15304         PR c/6569
15305         * gcc.dg/weak-3.c: Update location of warning messages.
15306         * gcc.dg/weak-5.c: Likewise.
15307
15308 2002-05-06  Roger Sayle  <roger@eyesopen.com>
15309
15310         * gcc.c-torture/execute/20020506-1.c: New test case.
15311
15312 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
15313
15314         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
15315
15316 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
15317
15318         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
15319
15320 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
15321
15322         * gcc.dg/cpp/charconst-3.c: New test.
15323
15324 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
15325
15326         * gcc.dg/cpp/charconst.c: Update tests.
15327
15328 2002-05-05  Tim Josling  <tej@melbpc.org.au>
15329
15330         * treelang: Added directory for new sample language treelang. Also
15331         lib/treelang.exp: New file to signal treelang should be tested.
15332
15333 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
15334
15335         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
15336         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
15337         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
15338         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
15339         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
15340         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
15341         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
15342
15343 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
15344
15345         * gcc.dg/format/xopen-2.c: New test.
15346
15347 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
15348
15349         * gcc.dg/20020503-1.c: New test.
15350
15351 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
15352
15353         * g++.dg/init/dtor1.C: Make it tougher.
15354
15355 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
15356
15357         * g++.dg/init/dtor1.C: New test.
15358
15359 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
15360
15361         * gcc.dg/altivec-8.c: New.
15362
15363 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
15364
15365         * gcc.dg/altivec-7.c: New.
15366
15367 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
15368
15369         * g++.dg/parse/typedef1.C: New test.
15370
15371 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
15372
15373         PR c++/6486
15374         * g++.dg/template/friend6.C: New test.
15375
15376         PR c++/6492
15377         * g++.dg/init/copy1.C: New test.
15378
15379 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
15380
15381         * g++.dg/warn/effc1.C: New test.
15382
15383 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
15384
15385         * gcc.dg/cpp/if-cexp.c: Add a test.
15386
15387 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
15388
15389         * gcc.dg/20020426-2.c: New test.
15390
15391 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
15392
15393         * gcc.dg/cpp/if-mop.c: Update.
15394         * gcc.dg/cpp/if-mpar.c: Add test.
15395         * gcc.dg/cpp/if-oppr.c: Update.
15396
15397 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15398
15399         PR c/6343
15400         * gcc.dg/weak-[2-7].c: New tests.
15401
15402 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
15403
15404         * gcc.dg/enum1.c: New test.
15405
15406 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
15407
15408         PR c++/6497
15409         * g++.dg/inherit/access2.C: New test.
15410
15411 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
15412
15413         PR bootstrap/6445
15414         * gcc.dg/20020426-1.c: New test.
15415
15416 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
15417
15418         * g++.dg/abi/enum1.C: New test.
15419
15420 2002-04-26  Richard Henderson  <rth@redhat.com>
15421
15422         * gcc.dg/c99-bool-1.c: Expect always true warning.
15423
15424 2002-04-25  Roger Sayle  <roger@eyesopen.com>
15425
15426         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
15427
15428 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15429
15430         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
15431         targets.
15432
15433 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
15434
15435         * g++.dg/abi/mange7.C: New test.
15436
15437         PR c++/6438.
15438         * g++.dg/parse/stmtexpr2.C: New test.
15439
15440 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
15441
15442         * gcc.dg/20020312-2.c: Add SH target.
15443
15444 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15445
15446         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
15447         compiler output on mips*-*-irix*.
15448
15449 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
15450
15451         * g++.dg/parse/attr1.C: New test.
15452
15453 2002-04-23  Roger Sayle  <roger@eyesopen.com>
15454
15455         * gcc.c-torture/execute/string-opt-17.c: New test case.
15456         * gcc.c-torture/execute/memset-2.c: New test case.
15457
15458 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
15459
15460         PR c++/6256:
15461         * g++.dg/template/friend5.C: New test.
15462
15463         PR c++/6331:
15464         * g++.dg/template/qual1.C: Likewise.
15465
15466 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
15467
15468         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
15469         Include stdlib.h, not stdio.h or ctype.h.
15470
15471 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
15472
15473         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
15474         cris-*-elf* and mmix-*-*.
15475         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
15476         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
15477         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
15478         Ditto.
15479         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
15480         * gcc.dg/wchar_t-1.c: Ditto.
15481
15482 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
15483
15484         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
15485         Clarify comment.
15486
15487 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
15488
15489         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
15490
15491 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15492
15493         * gcc.c-torture/execute/20000906-1.x: Delete.
15494
15495 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
15496
15497         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
15498
15499 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
15500
15501         * PR6367
15502         * g77.f-torture/execute/6367.f: New test.
15503         * g77.f-torture/execute/6367.x: Disable for MMIX.
15504
15505 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
15506
15507         * PR6352
15508         * g++.dg/opt/inline2.C: New test.
15509
15510 2002-04-18  Richard Henderson  <rth@redhat.com>
15511
15512         * gcc.dg/20000906-1.c: Enable for all targets.
15513         * gcc.c-torture/compile/iftrap-2.c: New.
15514
15515 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
15516
15517         * gcc.dg/20020418-1.c: New test.
15518         * gcc.dg/20020418-2.c: New test.
15519
15520 2002-04-18  Richard Henderson  <rth@redhat.com>
15521
15522         * gcc.c-torture/compile/iftrap-1.c: New.
15523         * gcc.dg/iftrap-1.c: Adjust for ia64.
15524         * gcc.dg/iftrap-2.c: New.
15525
15526 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
15527
15528         * gcc.c-torture/compile/20020418-1.c: New test.
15529
15530 2002-04-18  Roger Sayle  <roger@eyesopen.com>
15531
15532         * gcc.c-torture/compile/20020415-1.c: New.
15533
15534 2002-04-18  David S. Miller  <davem@redhat.com>
15535
15536         * gcc.c-torture/execute/20020418-1.c: New test.
15537
15538 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
15539
15540         * gcc.dg/20020416-1.c: New test.
15541
15542         * g++.dg/opt/inline1.C: New test.
15543
15544 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
15545
15546         * gcc.dg/altivec-5.c: New test.
15547
15548         * gcc.dg/20020415-1.c: New test.
15549
15550 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
15551
15552         * testsuite/lib/chill.exp: Remove.
15553
15554 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
15555
15556         * g++.dg/other/big-struct.C: New test.
15557
15558 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
15559
15560         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
15561         of scratch file.
15562
15563 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
15564
15565         PR c/6277
15566         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
15567         in scan-assembler function name
15568
15569 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
15570
15571         * g77.f-torture/execute/980628-4.x,
15572         g77.f-torture/execute/980628-5.x,
15573         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
15574         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
15575         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
15576         i[34567]86-*-*.
15577
15578 2002-04-13  David S. Miller  <davem@redhat.com>
15579
15580         * gcc.c-torture/execute/20020413-1.c: New test.
15581
15582 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
15583
15584         * gcc.dg/asm-6.c,
15585         * g++.dg/ext/asm1.C: New tests.
15586
15587 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
15588
15589         PR c++ 5373.
15590         * g++.dg/parse/stmtexpr1.C: New test.
15591
15592         PR c++/5189.
15593         * g++.dg/template/copy1.C: New test.
15594
15595 2002-04-12  Richard Henderson  <rth@redhat.com>
15596
15597         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
15598
15599 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
15600
15601         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
15602         gcc.c-torture/execute/20020307-2.c.
15603
15604 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
15605
15606         * g++.dg/ext/attrib5.C,
15607         * g++.dg/lookup/struct1.C: New tests.
15608
15609 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
15610
15611         * gcc.dg/20020411-1.c: New test.
15612
15613         * gcc.c-torture/execute/20020411-1.c: New test.
15614
15615 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
15616
15617         * g77.f-torture/execute/6177.f: New test.
15618
15619 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
15620
15621         PR middle-end/6247
15622         * g++.dg/opt/cleanup1.C: New test.
15623
15624         * g++.dg/opt/const1.C: New test.
15625
15626 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
15627
15628         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
15629
15630 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
15631
15632         PR c++/5507
15633         * g++.dg/template/typename2.C: New test.
15634
15635 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
15636
15637         * gcc.c-torture/execute/loop-12.c: New.
15638
15639 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
15640
15641         * g77.f-torture/execute/980628-4.x,
15642         g77.f-torture/execute/980628-5.x,
15643         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
15644         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
15645         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
15646
15647 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15648
15649         PR optimization/6086
15650         * g++.dg/opt/preinc1.C: New test.
15651
15652 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
15653
15654         PR c++/5571
15655         * g++.dg/opt/static2.C: New test.
15656
15657 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
15658
15659         PR c/5120
15660         * gcc.dg/20020406-1.c: New test.
15661
15662 2002-04-04  David S. Miller  <davem@redhat.com>
15663
15664         * gcc.c-torture/execute/20020404-1.c: New test.
15665
15666 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
15667
15668         PR c/6123
15669         * gcc.dg/20020312-2.c: Do not declare global register variable
15670         if __PIC__ or __pic__ is defined.
15671
15672 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
15673
15674         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
15675         __asm__ so that it works correctly even if -ansi -pedantic-errors.
15676
15677 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15678
15679         * gcc.misc-tests/linkage.exp: Update last change to handle
15680         sparc*-, not just sparc-.
15681
15682 2002-04-03  Richard Henderson  <rth@redhat.com>
15683
15684         * gcc.dg/cpp/ucs.c: Improved long UCS test.
15685
15686 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
15687
15688         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
15689
15690 2002-04-02  David S. Miller  <davem@redhat.com>
15691
15692         * gcc.c-torture/execute/20020402-3.c: New test.
15693
15694 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
15695
15696         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
15697         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
15698
15699         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
15700         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
15701         g77.f-torture/execute/20001201.x,
15702         g77.f-torture/execute/u77-test.x: New files.
15703
15704         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
15705         * gcc.dg/wchar_t-1.c: Ditto.
15706
15707 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15708
15709         * gcc.c-torture/execute/20020402-1.c: New test.
15710
15711 2002-04-01  Richard Henderson  <rth@redhat.com>
15712
15713         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
15714
15715         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
15716
15717 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15718
15719         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
15720
15721 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
15722
15723         * g++.dg/inherit/template-as-base.C: Expect error.
15724         * g++.dg/inherit/namespace-as-base.C: Likewise.
15725
15726 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
15727
15728         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
15729         g++.dg/ext/instantiate3.C: Tweak match patterns.
15730
15731         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
15732         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
15733         -da test.
15734
15735 2002-03-31  Richard Henderson  <rth@redhat.com>
15736
15737         * gcc.dg/special/alias-2.c: New.
15738         * gcc.dg/special/ecos.exp: Run it.
15739
15740 2002-03-31  Richard Henderson  <rth@redhat.com>
15741
15742         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
15743
15744 2002-03-31  Kazu Hirata  <kazu@hxi.com>
15745
15746         * gcc.dg/weak-1.c: Disable on h8300 port.
15747
15748 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
15749
15750         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
15751         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
15752         ordering tests.
15753         * g++.dg/bprob/bprob-1.C: New test.
15754         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
15755         * g++.dg/gcov/gcov-1.C: New test.
15756         * g++.dg/gcov/gcov-1.x: New file.
15757         * g++.dg/gcov/gcov-2.C: New test.
15758         * g++.dg/gcov/gcov-3.C: New test.
15759         * g++.dg/gcov/gcov-3.h: New file.
15760
15761 2002-03-28  Roger Sayle  <roger@eyesopen.com>
15762
15763         * g++.old-deja/g++.other/builtins5.C: New test.
15764         * g++.old-deja/g++.other/builtins6.C: New test.
15765         * g++.old-deja/g++.other/builtins7.C: New test.
15766         * g++.old-deja/g++.other/builtins8.C: New test.
15767         * g++.old-deja/g++.other/builtins9.C: New test.
15768
15769 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
15770
15771         * g++.dg/opt/static1.C: New test.
15772
15773         * g++.dg/opt/longbranch1.C: New test.
15774
15775 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
15776
15777         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
15778
15779         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
15780
15781 2002-03-28  Jeffrey A Law  (law@redhat.com)
15782
15783         * gcc.c-torture/execute/20020328-1.c: New test.
15784
15785 2002-03-27  Richard Henderson  <rth@redhat.com>
15786
15787         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
15788         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
15789         move from g++.old-deja/g++.ext/.
15790
15791 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
15792
15793         * g++.dg/init/new2.C: New test.
15794
15795 2002-03-26  Richard Henderson  <rth@redhat.com>
15796
15797         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
15798
15799         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
15800         on sparc.
15801
15802         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
15803         sparcv9 systems.
15804         * gcc.dg/20001102-1.c: Likewise.
15805
15806 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
15807
15808         * gcc.dg/cpp/endif-pedantic1.c,
15809         gcc.dg/cpp/endif-pedantic2.c:  New tests.
15810
15811 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
15812
15813         * g++.dg/init/new1.C: New test.
15814
15815 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
15816
15817         * g++.dg/abi/vbase9.C: New test.
15818
15819 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
15820
15821         * gcc.dg/arm-asm.c: New test.
15822
15823 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
15824
15825         * gcc.dg/Wswitch-enum.c: New test.
15826         Fix PR c/5044.
15827
15828 2002-03-26  Richard Henderson  <rth@redhat.com>
15829
15830         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
15831         structure.
15832
15833 2002-03-25  Richard Henderson  <rth@redhat.com>
15834
15835         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
15836         sparcv9 systems.
15837
15838         * gcc.c-torture/compile/20011119-1.c (xxx): New.
15839         * gcc.c-torture/compile/20011119-2.c (xxx): New.
15840
15841 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
15842
15843         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
15844
15845 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
15846
15847         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
15848         targets using generic thunk support.
15849
15850 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
15851
15852         * gcc.c-torture/compile/20020323-1.c: New test.
15853
15854         * g++.dg/opt/conj2.C: New test.
15855
15856 2002-03-24  Richard Henderson  <rth@redhat.com>
15857
15858         * gcc.dg/weak-1.c: Use -fno-common.
15859
15860 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
15861
15862         * g77.dg/f77-edit-apostrophe-out.f: New test
15863         * g77.dg/f77-edit-h-out.f: New test
15864         * g77.dg/f77-edit-t-in.f: New test
15865         * g77.dg/f77-edit-t-out.f: New test
15866         * g77.dg/f77-edit-x-out.f: New test
15867         * g77.dg/f77-edit-slash-out.f: New test
15868         * g77.dg/f77-edit-colon-out.f: New test
15869         * g77.dg/f77-edit-s-out.f: New test
15870
15871 2002-03-24  Richard Henderson  <rth@redhat.com>
15872
15873         * objc/execute/formal_protocol-6.x: New XFAIL.
15874
15875 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
15876
15877         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
15878         that do not support weak symbols
15879
15880 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
15881
15882         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
15883         * lib/g77.exp:  Likewise
15884         * lib/objc.exp: Likewise
15885
15886 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
15887
15888         * gcc.dg/Wswitch-default.c: New test.
15889
15890 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
15891
15892         * g++.dg/other/enum1.C: New test.
15893
15894 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
15895
15896         * gcc.dg/pragma-ep-3.c: Fix typo.
15897
15898 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
15899
15900         * g++.dg/inherit/template-as-base.C: New test.
15901
15902 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
15903
15904         * g++.old-deja/g++.other/dwarf2-1.C: Move...
15905         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
15906
15907 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
15908
15909         * gcc.dg/cpp/multiline.c: Update to match.
15910
15911 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
15912
15913         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
15914
15915 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
15916
15917         * gcc.dg/cpp/extratokens2.c:  New file.
15918
15919 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
15920
15921         * gcc.dg/20020312-2.c: Add rs6000 target.
15922
15923         * gcc.c-torture/compile/20020319-1.c: New test.
15924
15925 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15926
15927         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
15928         (A, E): Handle this.
15929
15930 2002-03-20  Jason Merrill  <jason@redhat.com>
15931
15932         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
15933         ignoring -fpic.
15934         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
15935         through prune_gcc_output.
15936
15937 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
15938
15939         * gcc.c-torture/compile/20020320-1.c: New test.
15940
15941 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
15942
15943         * gcc.c-torture/compile/20020318-1.c: New test.
15944
15945         * gcc.dg/struct-by-value-1.c: New test.
15946
15947         * gcc.dg/20020319-1.c: New test.
15948
15949 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
15950
15951         * g++.dg/opt/conj1.C: New test.
15952
15953 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
15954
15955         * g++.dg/template/qualttp20.C: Revert previous change.
15956         * g++.dg/template/qualttp3.C: Likewise.
15957         * g++.dg/template/qualttp4.C: Likewise
15958         * g++.dg/template/qualttp5.C: Likewise
15959         * g++.dg/template/qualttp6.C: Likewise
15960         * g++.dg/template/qualttp7.C: Likewise
15961         * g++.dg/template/qualttp8.C: Likewise
15962         * g++.dg/template/recurse.C: Likewise.
15963
15964 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
15965
15966         * gcc.dg/cpp/wchar-1.c: Update.
15967
15968 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
15969
15970         * g++.dg/template/conv1.C: New test.
15971         * g++.dg/template/conv2.C: New test.
15972         * g++.dg/template/conv3.C: New test.
15973         * g++.dg/template/conv4.C: New test.
15974
15975 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
15976
15977         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
15978         * g++.dg/template/qualttp3.C: Likewise.
15979         * g++.dg/template/qualttp4.C: Likewise
15980         * g++.dg/template/qualttp5.C: Likewise
15981         * g++.dg/template/qualttp6.C: Likewise
15982         * g++.dg/template/qualttp7.C: Likewise
15983         * g++.dg/template/qualttp8.C: Likewise
15984         * g++.dg/template/recurse.C: Likewise.
15985
15986 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
15987
15988         * g++.dg/opt/dtor1.C: New test.
15989
15990 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
15991
15992         * gcc.c-torture/compile/20020315-1.c: New test.
15993
15994 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
15995
15996         * gcc.dg/weak-1.c: Fix scan tests.
15997
15998 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
15999
16000         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
16001         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
16002         cris-*-aout* mmix-*-*.
16003         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
16004         cris-*-aout* mmix-*-*.
16005         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
16006         cris-*-elf* cris-*-aout* and mmix-*-*.
16007         * gcc.dg/20001009-1.c: Ditto.
16008         * gcc.dg/20010912-1.c: Ditto.
16009         * gcc.dg/20020122-4.c: Ditto.
16010         * gcc.dg/inline-2.c: Ditto.
16011
16012 2002-03-14  Jeffrey A Law  (law@cygnus.com)
16013
16014         * gcc.c-torture/compile/20020314-1.c: New test.
16015
16016 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
16017
16018         * gcc.c-torture/execute/20020314-1.c: New test.
16019
16020 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
16021
16022         * g++.dg/warn/Wunused-1.C: New test.
16023
16024 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
16025
16026         * g++.dg/abi/mangle6.C: New test.
16027
16028 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
16029
16030         * gcc.c-torture/compile/20020309-2.c: New test.
16031
16032         * gcc.c-torture/compile/20020312-1.c: New test.
16033
16034 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
16035
16036         * g++.dg/other/access1.C: New test.
16037
16038 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
16039
16040         * gcc.c-torture/execute/wchar_t-1.c: New test.
16041
16042 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
16043
16044         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
16045
16046 2002-03-12  Roger Sayle  <roger@eyesopen.com>
16047
16048         * gcc.dg/20020312-1.c: New test case.
16049
16050 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
16051
16052         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
16053
16054 2002-03-11  Richard Henderson  <rth@redhat.com>
16055
16056         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
16057         * g++.old-deja/g++.jason/report.C: Likewise.
16058
16059 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
16060
16061         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
16062         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
16063
16064 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
16065
16066         * testsuite/g++.dg/overload/pmf1.C: New test.
16067
16068 2002-03-11  Kazu Hirata  <kazu@hxi.com>
16069
16070         * gcc.c-torture/execute/20020307-1.c: Use long.
16071
16072 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
16073
16074         PR optimization/5844
16075         * gcc.dg/20020310-1.c: New test.
16076
16077 2002-03-09  Michael Meissner  <meissner@redhat.com>
16078
16079         * gcc.c-torture/execute/memcpy-2.c: New test.
16080         * gcc.c-torture/execute/memset-1.c: New test.
16081         * gcc.c-torture/execute/strlen-1.c: New test.
16082         * gcc.c-torture/execute/strcmp-1.c: New test.
16083         * gcc.c-torture/execute/strncmp-1.c: New test.
16084
16085 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
16086
16087         * gcc.dg/ppc-ldstruct.c: New test.
16088
16089 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
16090
16091         * gcc.c-torture/execute/va-arg-22.c: New test.
16092
16093 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16094
16095         * gcc.c-torture/compile/20020309-1.c: New test.
16096
16097 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
16098
16099         * gcc.c-torture/execute/20020307-2.c: New test.
16100
16101 2002-03-07  Jeffrey A Law  (law@redhat.com)
16102
16103         * g77.f-torture/compile/20020307-1.f: New test.
16104
16105 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
16106
16107         * gcc.dg/unordered-1.c: New test.
16108
16109 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
16110
16111         * gcc.c-torture/execute/20020307-1.c: New test.
16112
16113 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
16114
16115         * gcc.dg/20020304-1.c: New test.
16116
16117         * gcc.c-torture/compile/20020304-2.c: New test.
16118
16119 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
16120
16121         * gcc.c-torture/compile/20020304-1.c: New test case
16122         (from PR c/5830).
16123
16124 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
16125
16126         * gcc.dg/20020103-1.c: Add other -D ppc variants.
16127
16128 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
16129
16130         * g++.dg/other/classkey1.C: New test.
16131
16132 2002-03-01  Richard Henderson  <rth@redhat.com>
16133
16134         * gcc.c-torture/compile/981223-1.x: New.
16135         * gcc.c-torture/compile/920625-1.x: New.
16136
16137 2002-02-28  Richard Henderson  <rth@redhat.com>
16138
16139         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
16140
16141 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
16142
16143         * gcc.c-torture/execute/20020227-1.c: New test.
16144
16145 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
16146
16147         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
16148         here" ERROR lines.
16149         * g++.old-deja/g++.oliva/partord1.C: Likewise.
16150         * g++.old-deja.g++.other/defarg1.C: Likewise.
16151         * g++.old-deja/g++.pt/calls2.C: Likewise.
16152         * g++.old-deja/g++.pt/crash20.C: Likewise.
16153         * g++.old-deja/g++.pt/crash30.C: Likewise.
16154         * g++.old-deja/g++.pt/crash36.C: Likewise.
16155         * g++.old-deja/g++.pt/crash6.C: Likewise.
16156         * g++.old-deja/g++.pt/defarg13.C: Likewise.
16157         * g++.old-deja/g++.pt/derived3.C: Likewise.
16158         * g++.old-deja/g++.pt/error1.C: Likewise.
16159         * g++.old-deja/g++.pt/friend21.C: Likewise.
16160         * g++.old-deja/g++.pt/friend23.C: Likewise.
16161         * g++.old-deja/g++.pt/infinite1.C: Likewise.
16162         * g++.old-deja/g++.robertl/eb128.C: Likewise.
16163
16164 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
16165
16166         * gcc.c-torture/execute/20020225-2.c: New test.
16167
16168 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
16169
16170         * gcc.c-torture/execute/920730-1t.c,
16171         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
16172         Delete test cases, only relevant to -traditional.
16173
16174 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
16175
16176         * gcc.dg/cpp/undef1.c: Remove.
16177         * gcc.dg/cpp/directiv.c: Update.
16178         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
16179
16180 2002-02-27  Michael Meissner  <meissner@redhat.com>
16181
16182         * gcc.c-torture/execute/20020226-1.c: New test.
16183
16184 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
16185
16186         * g++.dg/debug/debug4.C: New test.
16187
16188         * gcc.dg/ia64-visibility-1.c: New test.
16189
16190 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
16191
16192         * gcc.dg/debug/20020224-1.c: New.
16193
16194 2002-02-25  Kazu Hirata  <kazu@hxi.com>
16195
16196         * gcc.c-torture/execute/960416-1.x: New.
16197         * gcc.c-torture/execute/divconst-3.x: Likewise.
16198
16199 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
16200
16201         * gcc.dg/20020224-1.c: New test.
16202
16203 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
16204
16205         * gcc.c-torture/execute/20020225-1.c: New.
16206
16207 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
16208
16209         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
16210
16211 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
16212
16213         * gcc.dg/20020222-1.c: New test.
16214
16215 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
16216
16217         * g++.dg/opt/anonunion1.C: New test.
16218
16219 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
16220
16221         * g++.dg/template/qualttp19.C: New test.
16222         * g++.dg/template/qualttp20.C: New test.
16223         * g++.old-deja/g++.jason/report.C: Adjust expected errors
16224         * g++.old-deja/g++.other/qual1.C: Likewise.
16225
16226 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
16227
16228         * gcc.dg/attr-alwaysinline.c: New.
16229
16230 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
16231
16232         * gcc.dg/20020220-1.c: New test.
16233
16234         * gcc.dg/20020220-2.c: New test.
16235
16236         * g++.dg/opt/mmx1.C: New test.
16237
16238 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
16239
16240         * gcc.c-torture/compile/20020110.c: New test.
16241
16242 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
16243
16244         * gcc.c-torture/execute/20020219-1.c: New test.
16245
16246         * gcc.dg/20020219-1.c: New test.
16247
16248         * gcc.dg/noncompile/20020220-1.c: New test.
16249
16250         * g++.dg/opt/ptrintsum1.C: New test.
16251
16252         * gcc.dg/debug/20020220-1.c: New test.
16253
16254 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
16255
16256         * gcc.c-torture/execute/20020216-1.c: New test.
16257
16258 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
16259
16260         * gcc.dg/decl-1.c: Update, new test.
16261
16262 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
16263
16264         * g++.dg/abi/bitfield1.C: New test.
16265         * g++.dg/abi/bitfield2.C: New test.
16266
16267 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
16268
16269         * gcc.dg/attr-nest.c: New test.
16270
16271 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
16272
16273         * gcc.c-torture/execute/20020215-1.c: New test.
16274
16275 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
16276
16277         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
16278         * g++.dg/debug/debug.exp: New.
16279         * g++.dg/debug/trivial.C: New.
16280         * g++.dg/debug/debug1.C: Moved...
16281         * g++.dg/other/debug1.C: ...from here.
16282         * g++.dg/debug/debug2.C: Moved...
16283         * g++.dg/other/debug2.C: ...from here.
16284         * g++.dg/debug/debug3.C: Moved...
16285         * g++.dg/other/debug3.C: ...from here.
16286
16287         * gcc.dg/noncompile/20020213-1.c: New test.
16288
16289 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
16290
16291         * g++.dg/other/debug3.C: New test.
16292
16293         * gcc.c-torture/execute/20020213-1.c: New test.
16294
16295 2002-02-13  Richard Smith <richard@ex-parrot.com>
16296
16297         * g++.old-deja/g++.other/thunk1.C: New test.
16298
16299 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
16300
16301         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
16302
16303 2002-02-13  Stan Shebs  <shebs@apple.com>
16304
16305         * gcc.dg/altivec-3.c: New.
16306
16307 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
16308
16309         * gcc.dg/Wunreachable-1.c: New test.
16310         * gcc.dg/Wunreachable-2.c: New test.
16311
16312 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
16313
16314         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
16315
16316 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
16317
16318         * gcc.dg/decl-1.c: New test.
16319
16320 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
16321
16322         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
16323
16324 2002-02-10  Kazu Hirata  <kazu@hxi.com>
16325
16326         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
16327         * gcc.c-torture/compile/980506-1.x: Likewise.
16328
16329 2002-02-10  Kazu Hirata  <kazu@hxi.com>
16330
16331         * gcc.dg/20020210-1.c: New.
16332
16333 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
16334
16335         * g77.f-torture/execute/947.f: New regression test
16336         for PR fortran/947.
16337
16338 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
16339
16340         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
16341         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
16342
16343 2002-02-08  Richard Henderson  <rth@redhat.com>
16344
16345         * gcc.c-torture/compile/labels-3.c: New.
16346
16347 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
16348
16349         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
16350         expression statements work instead.
16351         * gcc.dg/noncompile/20020207-1.c: New test.
16352
16353 2002-02-07  Richard Henderson  <rth@redhat.com>
16354
16355         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
16356
16357 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
16358
16359         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
16360         message from g77
16361         * lib/g77-dg.exp: Trim g77 error messages so that they are
16362         recognized by dg.exp.
16363
16364 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
16365
16366         PR fortran/5473
16367         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
16368
16369 2002-02-07  Richard Henderson  <rth@redhat.com>
16370
16371         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
16372         to be sufficiently aligned for integers.
16373
16374 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
16375
16376         * g++.dg/template/friend4.C: New test.
16377
16378 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
16379
16380         PR fortran/5743
16381         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
16382         unsupported cases.
16383
16384 2002-02-07  Richard Henderson  <rth@redhat.com>
16385
16386         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
16387         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
16388         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
16389         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
16390
16391 2002-02-06  Richard Henderson  <rth@redhat.com>
16392
16393         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
16394
16395 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
16396
16397         * gcc.dg/20020206-1.c: New test.
16398
16399 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
16400
16401         * gcc.c-torture/execute/20020206-1.c: New test.
16402
16403         * gcc.c-torture/execute/20020206-2.c: New test.
16404
16405         PR optimization/5429:
16406         * gcc.c-torture/compile/20020206-1.c: New test.
16407
16408 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
16409
16410         * g++.dg/ext/align1.C: Do not use an explicit alignment value
16411         as certain file formats cannot support particularly large
16412         alignments.
16413
16414         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
16415         and do not expect to be able to link the executable.
16416
16417         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
16418         fail because the COFF format does not support the weak attribute.
16419
16420 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
16421
16422         * g77.dg/pr5473.f:  New test
16423
16424 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
16425
16426         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
16427         Fix testcase accordingly.
16428
16429 2002-02-04  Richard Henderson  <rth@redhat.com>
16430
16431         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
16432         (buf): Change to be an array of pointers, not ints.
16433
16434 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
16435
16436         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
16437         before all tests.  Move warning one line above to match where it
16438         C frontend emits.
16439         * gcc.dg/Wswitch-2.c: New test.
16440         * g++.dg/warn/Wswitch-1.C: New test.
16441         * g++.dg/warn/Wswitch-2.C: New test.
16442
16443 2002-02-04  Richard Henderson  <rth@redhat.com>
16444
16445         * g++.dg/abi/offsetof.C: Fix size comparison.
16446
16447 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
16448
16449         * gcc.dg/cast-qual-2.c: New test.
16450
16451 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
16452
16453         * gcc.dg/20020201-4.c: New test.
16454
16455 2002-02-04  Ben Elliston  <bje@redhat.com>
16456
16457         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
16458         target_info attribute != 0, in addition to the empty string.
16459         (gcc_target_compile): Likewise.
16460
16461 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
16462
16463         * gcc.dg/Wswitch.c: New test.
16464         PR gcc/4475. PR gcc/3780.
16465
16466 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
16467
16468         * g77.f-torture/execute/5122.f: New test for regressions
16469         against PR fortran/5122.
16470
16471 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
16472
16473         * g77.f-torture/compile/pr3743.f: Delete
16474         * g77.dg/pr3743-1.f: New test.
16475         * g77.dg/pr3743-2.f: New test.
16476         * g77.dg/pr3743-3.f: New test.
16477         * g77.dg/pr3743-4.f: New test.
16478
16479 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
16480
16481         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
16482
16483 2002-02-02  Richard Henderson  <rth@redhat.com>
16484
16485         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
16486         * gcc.c-torture/execute/bf64-1.c: Likewise.
16487
16488 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
16489
16490         * gcc.dg/20020201-2.c: New test.
16491
16492         * gcc.dg/20020201-3.c: New test.
16493
16494         * gcc.c-torture/execute/bitfld-2.c: New test.
16495
16496 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
16497
16498         * gcc.dg/bitfld-1.c: Update.
16499         * gcc.dg/bitfld-2.c: Update.
16500         * gcc.c-torture/execute/bitfld-1.x: New.
16501
16502 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
16503
16504         * gcc.c-torture/execute/20020201-1.c: New test.
16505
16506 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
16507
16508         PR target/5469
16509         * gcc.dg/20020201-1.c: New test.
16510
16511 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
16512
16513         PR fortran/3743
16514         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
16515         * g77.f-torture/compile/pr3743.x: Remove
16516
16517 2002-01-31  Tom Rix  <trix@redhat.com>
16518
16519         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
16520
16521 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
16522
16523         * gcc.dg/noncompile/20020130-1.c: New test.
16524
16525 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
16526
16527         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
16528
16529 2002-01-29  Richard Henderson  <rth@redhat.com>
16530
16531         * gcc.c-torture/execute/991118-1.c: Cast various constants back
16532         to long long.
16533         * gcc.c-torture/execute/bf64-1.c: Likewise.
16534
16535 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
16536
16537         * gcc.c-torture/execute/20020129-1.c: New test.
16538
16539 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
16540
16541         * gcc.c-torture/compile/20000224-1.c: Update.
16542         * gcc.c-torture/execute/bitfld-1.c: New tests.
16543         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
16544         * gcc.dg/uninit-A.c: Update.
16545
16546 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
16547
16548         * g++.dg/template/ctor1.C: Add instantiation.
16549
16550 2002-01-28  Paul Koning  <pkoning@equallogic.com>
16551
16552         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
16553         argument to __builtin_prefetch to be const ptr.
16554
16555 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
16556
16557         * gcc.c-torture/compile/20020120-1.c: New test.
16558
16559 2002-01-27  Kazu Hirata  <kazu@hxi.com>
16560
16561         * gcc.c-torture/execute/20020127-1.c: New test.
16562
16563 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
16564
16565         * g77.dg/f77-edit-i-in.f: New test
16566         * g77.dg/f77-edit-i-out.f: New test
16567
16568 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
16569
16570         * gcc.dg/debug/debug.exp: New file.
16571         * gcc.dg/debug/trivial.c: New file.
16572         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
16573         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
16574         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
16575         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
16576         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
16577         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
16578         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
16579         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
16580         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
16581         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
16582         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
16583         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
16584         * gcc.dg/20000503-1.c: Removed.
16585         * gcc.dg/20010207-1.c: Removed.
16586         * gcc.dg/20011223-1.c: Removed.
16587         * gcc.dg/20020104-2.c: Removed.
16588         * gcc.dg/debug-1.c: Removed.
16589         * gcc.dg/debug-2.c: Removed.
16590         * gcc.dg/debug-3.c: Removed.
16591         * gcc.dg/debug-4.c: Removed.
16592         * gcc.dg/debug-5.c: Removed.
16593         * gcc.dg/debug-6.c: Removed.
16594         * gcc.dg/dwarf2-1.c: Removed.
16595         * gcc.dg/dwarf2-2.c: Removed.
16596
16597 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
16598
16599         * g++.old-deja/g++.other/eh5.C: New test.
16600         * g++.old-deja/g++.other/sibcall2.C: New test.
16601         * g++.old-deja/g++.other/array9.C: New test.
16602         * g++.old-deja/g++.other/typename2.C: New test.
16603         * g++.old-deja/g++.other/crash60.C: New test.
16604         * g++.old-deja/g++.other/conv9.C: New test.
16605         * g++.old-deja/g++.other/mangle10.C: New test.
16606         * g++.old-deja/g++.other/unchanging1.C: New test.
16607         * g++.old-deja/g++.other/exprstmt1.C: New test.
16608         * g++.old-deja/g++.other/inline23.C: New test.
16609         * g++.old-deja/g++.eh/ia64-1.C: New test.
16610         * g++.old-deja/g++.other/dwarf2-1.C: New test.
16611         * g++.old-deja/g++.other/reload1.C: New test.
16612         * g++.old-deja/g++.other/static20.C: New test.
16613         * g++.old-deja/g++.other/local-alloc1.C: New test.
16614         * g++.old-deja/g++.other/conv8.C: New test.
16615         * g++.old-deja/g++.other/stmtexpr2.C: New test.
16616         * g++.old-deja/g++.other/storeexpr1.C: New test.
16617         * g++.old-deja/g++.other/storeexpr2.C: New test.
16618         * g++.dg/eh/template2.C: New test.
16619         * g++.dg/warn/weak1.C: New test.
16620
16621 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
16622
16623         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
16624         Remove first, non-varying, argument.
16625
16626 2002-01-23  Richard Henderson  <rth@redhat.com>
16627
16628         * gcc.dg/inline-2.c: New.
16629
16630         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
16631         Add optional target arg.  Check number of arguments.
16632         (scan-assembler-not, scan-assembler-dem): Likewise.
16633         (scan-assembler-dem-not): Likewise.
16634
16635 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
16636
16637         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
16638         line 12.
16639         * g++.old-deja/g++.brendan/parse3.C,
16640         g++.old-deja/g++.other/crash26.C,
16641         g++.old-deja/g++.other/crash28.C,
16642         g++.old-deja/g++.other/crash29.C,
16643         g++.old-deja/g++.other/crash30.C,
16644         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
16645
16646 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
16647
16648         * gcc.dg/20020115-1.c: New.
16649
16650 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
16651
16652         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
16653
16654 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
16655
16656         * gcc.dg/20020122-3.c: New.
16657
16658 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
16659
16660         * g++.dg/other/gc1.C: New test.
16661
16662 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
16663
16664         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
16665
16666 2002-01-22  Richard Henderson  <rth@redhat.com>
16667
16668         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
16669
16670 2002-01-22  Richard Henderson  <rth@redhat.com>
16671
16672         * gcc.dg/20020122-4.c: New.
16673
16674 2002-01-22  H.J. Lu <hjl@gnu.org>
16675
16676         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
16677         link output.
16678         * gcc.dg/special/ecos.exp: Likewise.
16679         * lib/g++-dg.exp: Likewise.
16680         * lib/g77-dg.exp: Likewise.
16681         * lib/gcc-dg.exp : Likewise.
16682         * lib/mike-g++.exp: Likewise.
16683         * lib/mike-g77.exp: Likewise.
16684         * lib/mike-gcc.exp: Likewise.
16685         * lib/objc-dg.exp: Likewise.
16686
16687 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
16688
16689         PR target/5379
16690         * gcc.dg/20020122-2.c: New test.
16691
16692 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
16693
16694         * gcc.dg/20020122-1.c: New test.
16695
16696 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
16697
16698         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
16699
16700 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
16701
16702         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
16703
16704 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16705
16706         * gcc.c-torture/compile/20020121-1.c: New test.
16707
16708 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16709
16710         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
16711         ld_library_path.
16712
16713 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
16714
16715         * gcc.dg/20020218-1.c: New test.
16716
16717 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
16718
16719         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
16720         messages
16721         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
16722         "At global scope" warning
16723         * g++.dg/ext/align1.C: Change cygwin test for alignment
16724         from db-bogus to dg-warning
16725
16726 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
16727
16728         * g77.f-torture/compile/cpp2.F: New test.
16729
16730 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
16731
16732         * g++.dg/template/access1.C: New test.
16733
16734 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
16735
16736         * gcc.dg/20020118-1.c: New.
16737
16738 2002-01-18  Kazu Hirata  <kazu@hxi.com>
16739
16740         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
16741
16742 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
16743
16744         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
16745         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
16746         alignment warnings.
16747
16748 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
16749
16750         * gcc.misc-tests/i386-prefetch.exp: Save and restore
16751         torture_with_loops and torture_without_loops
16752
16753 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
16754
16755         * gcc.c-torture/compile/20020116-1.c: New test.
16756
16757 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
16758
16759         * gcc.dg/20020116-2.c: New test.
16760
16761         * gcc.dg/ultrasp4.c: New test.
16762
16763         * gcc.dg/20020116-1.c: New test.
16764
16765 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
16766
16767         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
16768         by EABI.
16769
16770 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
16771
16772         * gcc.misc-tests/i386-prefetch.exp: New.
16773         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
16774         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
16775         * gcc.misc-tests/i386-pf-none-1.c: New test.
16776         * gcc.misc-tests/i386-pf-sse-1.c: New test.
16777
16778 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
16779
16780         * gcc.dg/gnu89-init-1.c: Add new tests.
16781
16782 2002-01-15  Andreas Jaeger  <aj@suse.de>
16783
16784         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
16785         * gcc.dg/i386-mmx-2.c: Likewise.
16786         * gcc.dg/i386-sse-1.c: Likewise.
16787         * gcc.dg/i386-sse-2.c: Likewise.
16788         * gcc.dg/i386-sse-3.c: Likewise.
16789
16790 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
16791
16792         * g77.f-torture/execute/intrinsic-unix-bessel.f:
16793         Uncomment additional cases that now pass.
16794
16795 2002-01-11  Richard Henderson  <rth@redhat.com>
16796
16797         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
16798         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
16799
16800 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
16801
16802         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
16803
16804 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
16805
16806         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
16807         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
16808
16809 2002-01-10  Dale Johannesen  <dalej@apple.com>
16810
16811         * gcc.c-torture/execute/loop-11.c: New.
16812
16813 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
16814
16815         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
16816         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
16817
16818 2002-01-09  Richard Henderson  <rth@redhat.com>
16819
16820         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
16821         type in which to perform the operation for each size.
16822
16823 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
16824
16825         * gcc.c-torture/compile/20020109-2.c: New test.
16826
16827 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
16828
16829         * gcc.c-torture/execute/loop-10.c: New test.
16830
16831 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
16832
16833         * gcc.c-torture/compile/20010226-1.c: New test.
16834         * gcc.c-torture/compile/20010227-1.c: New test.
16835         * gcc.c-torture/compile/20010426-1.c: New test.
16836         * gcc.c-torture/compile/20010510-1.c: New test.
16837         * gcc.c-torture/compile/20010605-3.c: New test.
16838         * gcc.c-torture/compile/20010824-1.c: New test.
16839         * gcc.c-torture/execute/20010409-1.c: New test.
16840         * gcc.dg/noncompile/20000901-1.c: New test.
16841         * gcc.dg/20001023-1.c: New test.
16842         * gcc.dg/20001101-1.c: New test.
16843         * gcc.dg/20001102-1.c: New test.
16844         * gcc.dg/20010207-1.c: New test.
16845         * gcc.dg/20010405-1.c: New test.
16846         * gcc.dg/20010822-1.c: New test.
16847         * gcc.dg/20011107-1.c: New test.
16848
16849 2002-01-09  Jeffrey A Law  (law@redhat.com)
16850
16851         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
16852
16853         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
16854         execution failure on PA targets.
16855
16856 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
16857
16858         * gcc.c-torture/compile/20020109-1.c: New test.
16859
16860 2002-01-08  Kazu Hirata  <kazu@hxi.com>
16861
16862         * gcc.c-torture/execute/20020108-1.c: New test.
16863
16864 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
16865
16866         * gcc.dg/20020108-1.c: New test.
16867
16868 2002-01-08  H.J. Lu <hjl@gnu.org>
16869
16870         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
16871         for header files.
16872
16873 2002-01-08  Geoff Keating  <geoffk@redhat.com>
16874
16875         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
16876         consistency.
16877
16878 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
16879
16880         * gcc.dg/altivec-4.c: Test altivec predicates.
16881
16882 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
16883
16884         * gcc.c-torture/execute/20020107-1.c: New test.
16885
16886 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
16887
16888         PR c/5279
16889         * gcc.c-torture/compile/20020106-1.c: New test.
16890
16891 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
16892
16893         * gcc.c-torture/execute/nestfunc-4.c: New test.
16894
16895 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
16896
16897         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
16898         extra triple that slipped in.
16899         * g++.old-deja/g++.abi/align.C: Likewise.
16900         * g++.old-deja/g++.abi/bitfields.C: Likewise.
16901
16902 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
16903
16904         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
16905         * g++.old-deja/g++.abi/align.C: Likewise.
16906         * g++.old-deja/g++.abi/bitfields.C: Likewise.
16907
16908         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
16909         on FreeBSD/i386.
16910         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
16911         FreeBSD.
16912
16913 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
16914
16915         * gcc.dg/20020104-1.c: New test.
16916
16917         * gcc.dg/20020104-2.c: New test.
16918
16919 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
16920
16921         * gcc.dg/20020103-1.c: Fix typo in target selector.
16922
16923 2002-01-03  Richard Henderson  <rth@redhat.com>
16924
16925         * gcc.dg/20020103-1.c: New.
16926
16927 2002-01-03  Kazu Hirata  <kazu@hxi.com>
16928
16929         * gcc.c-torture/execute/20020103-1.c: New test.
16930
16931 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
16932
16933         * g++.dg/other/debug2.C: New test.
16934
16935         * gcc.c-torture/compile/20020103-1.c: New test.
16936
16937 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
16938
16939         * gcc.dg/gnu89-init-1.c: Added new tests.
16940
16941 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
16942
16943         * g++.dg/template/friend2.C: Remove as patch is reverted.
16944
16945         * g++.dg/warn/oldcast1.C: New test.
16946
16947         * g++.dg/template/ptrmem1.C: New test.
16948         * g++.dg/template/ptrmem2.C: New test.
16949
16950         * g++.dg/template/ntp.C: New test.
16951
16952         * g++.dg/other/component1.C: New test.
16953
16954         * g++.dg/template/ttp3.C: New test.
16955
16956         * g++.dg/template/friend2.C: New test.
16957         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
16958
16959 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
16960
16961         * g++.dg/other/ptrmem1.C: New test.
16962         * g++.dg/other/ptrmem2.C: New test.
16963
16964 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
16965
16966         * g++.dg/template/ctor1.C: New test.
16967
16968 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
16969
16970         * g++.dg/template/friend2.C: New test.
16971
16972 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
16973
16974         * gcc.dg/mmix-1.c: New test.
16975
16976 2001-12-31  Richard Henderson  <rth@redhat.com>
16977
16978         * gcc.dg/asm-5.c: New.
16979
16980 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
16981
16982         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
16983         in namespace __gnu_cxx
16984
16985 2001-12-30  Richard Henderson  <rth@redhat.com>
16986
16987         * gcc.dg/debug-6.c: New.
16988
16989 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
16990
16991         * gcc.c-torture/compile/20011229-2.c: New test.
16992
16993 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
16994
16995         * gcc.dg/debug-3.c: New test.
16996         * gcc.dg/debug-4.c: New test.
16997         * gcc.dg/debug-5.c: New test.
16998
16999 2001-12-29  Richard Henderson  <rth@redhat.com>
17000
17001         * g++.dg/eh/loop1.C: New.
17002
17003 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
17004
17005         * g++.dg/template/crash1.C: New test.
17006
17007 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
17008
17009         * g++.dg/other/const1.C: New test.
17010
17011 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
17012
17013         * gcc.c-torture/compile/20011229-1.c: New test.
17014
17015 2001-12-28  Stan Shebs  <shebs@apple.com>
17016
17017         * lib/objc-torture.exp: Resync with c-torture.exp.
17018         * lib/objc.exp: Load standard libraries.
17019
17020 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
17021
17022         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
17023         additional tests.
17024
17025 2001-12-27  Roger Sayle <roger@eyesopen.com>
17026
17027         * gcc.c-torture/execute/string-opt-16.c: New testcase.
17028
17029 2001-12-27  Richard Henderson  <rth@redhat.com>
17030
17031         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
17032
17033 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
17034
17035         * g++.dg/eh/ctor1.C: New test.
17036         * g++.dg/other/error2.C: New test.
17037
17038 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
17039
17040         * g++.dg/other/init2.C: New test.
17041
17042 2001-12-24  Richard Henderson  <rth@redhat.com>
17043
17044         * gcc.dg/20011223-1.c: New.
17045         * gcc.dg/inline-1.c: New.
17046
17047 2001-12-23  Richard Henderson  <rth@redhat.com>
17048
17049         * gcc.dg/asm-4.c: Test operand modifiers.
17050
17051 2001-12-23  Richard Henderson  <rth@redhat.com>
17052
17053         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
17054
17055 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
17056
17057         * gcc.c-torture/execute/20011223-1.c: New test.
17058
17059 2001-12-21  Richard Henderson  <rth@redhat.com>
17060
17061         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
17062         re-enables the warning.
17063
17064 2001-12-21  Richard Henderson  <rth@redhat.com>
17065
17066         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
17067
17068 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
17069
17070         * gcc.c-torture/compile/20011218-1.c: New test.
17071
17072 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
17073
17074         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
17075         arm-isr.c test.
17076         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
17077         epilogue generation for ARM ISR routines.
17078
17079 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17080
17081         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
17082         * gcc.dg/format/c90-printf-3.c: Likewise.
17083         * gcc.dg/format/c99-printf-3.c: Likewise.
17084         * gcc.dg/format/ext-1.c: Likewise.
17085         * gcc.dg/format/ext-6.c: Likewise.
17086         * gcc.dg/format/format.h: Prototype unlocked stdio.
17087
17088 2001-12-20  Richard Henderson  <rth@redhat.com>
17089
17090         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
17091         (arena): Use it.
17092         (malloc): Correct allocation logic.  Abort if we fill up the
17093         arena before initialization complete.
17094         (realloc): Correct allocation logic.
17095
17096 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
17097
17098         * gcc.c-torture/compile/20011219-2.c: New test.
17099
17100         * gcc.c-torture/execute/20011219-1.c: New test.
17101
17102 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
17103
17104         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
17105         target does not support weak symbols.
17106
17107 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
17108
17109         * gcc.c-torture/compile/20011219-1.c: New test.
17110
17111 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
17112
17113         * g++.dg/other/error1.C: New test.
17114
17115 2001-12-17  Jeffrey A Law  (law@redhat.com)
17116
17117         * gcc.c-torture/execute/20011217-1.c: New test.
17118
17119 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
17120
17121         * objc.dg/special/: New directory.
17122         * objc.dg/special/special.exp: New file.
17123         * objc.dg/special/unclaimed-category-1.h: New file.
17124         * objc.dg/special/unclaimed-category-1a.m: New file.
17125         * objc.dg/special/unclaimed-category-1.m: New file.
17126
17127 2001-12-17  Andreas Jaeger  <aj@suse.de>
17128
17129         * gcc.c-torture/compile/20011217-2.c: New test.
17130
17131 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
17132
17133         * gcc.c-torture/compile/20011217-1.c: New test.
17134
17135 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
17136
17137         * testsuite/gcc.dg/20011214-1.c: New.
17138
17139 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
17140
17141         * gcc.dg/altivec-4.c: New.
17142
17143 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
17144
17145         * gcc.dg/20011113-1.c: New test.
17146
17147 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17148
17149         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
17150         std::__malloc_alloc_template<0> and
17151         std::__default_alloc_template<false, 0>.
17152
17153 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
17154
17155         * objc/execute/bf-21.m: New test.
17156         * objc/execute/enumeration-1.m: New test.
17157         * objc/execute/enumeration-2.m: New test.
17158
17159 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
17160
17161         * gcc.dg/gnu89-init-1.c: New test.
17162
17163 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
17164
17165         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
17166         * g++.old-deja/g++.jason/2371.C: Likewise.
17167         * g++.old-deja/g++.jason/template33.C: Likewise.
17168         * g++.old-deja/g++.jason/template34.C: Likewise.
17169         * g++.old-deja/g++.jason/template36.C: Likewise.
17170         * g++.old-deja/g++.oliva/typename1.C: Likewise.
17171         * g++.old-deja/g++.oliva/typename2.C: Likewise.
17172         * g++.old-deja/g++.other/typename1.C: Likewise.
17173         * g++.old-deja/g++.pt/inherit2.C: Likewise.
17174         * g++.old-deja/g++.pt/nontype5.C: Likewise.
17175         * g++.old-deja/g++.pt/typename11.C: Likewise.
17176         * g++.old-deja/g++.pt/typename14.C: Likewise.
17177         * g++.old-deja/g++.pt/typename16.C: Likewise.
17178         * g++.old-deja/g++.pt/typename3.C: Likewise.
17179         * g++.old-deja/g++.pt/typename4.C: Likewise.
17180         * g++.old-deja/g++.pt/typename5.C: Likewise.
17181         * g++.old-deja/g++.pt/typename7.C: Likewise.
17182         * g++.old-deja/g++.robertl/eb9.C: Likewise.
17183
17184 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
17185
17186         * g++.dg/other/linkage1.C: New test.
17187         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
17188         specifiers.
17189
17190 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
17191
17192         * gcc.dg/concat.c: New test.
17193
17194 2001-12-11  Stan Shebs  <shebs@apple.com>
17195
17196         * objc/compile: New test directory.
17197         * objc/compile/compile.exp: New expect script.
17198         * objc/compile/20011211-1.m: New compile test.
17199
17200 2001-12-11  Jason Merrill  <jason@redhat.com>
17201
17202         * lib/prune.exp (prune_gcc_output): Also handle "In member
17203         function".  So many permutations...
17204
17205 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
17206
17207         * g++.dg/template/typedef1.C: New test.
17208
17209 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
17210
17211         * g++.dg/other/copy1.C: New test.
17212
17213 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
17214
17215         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
17216
17217         * gcc.dg/builtin-choose-expr.c: New.
17218
17219 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
17220
17221         * gcc.dg/altivec-2.c: New.
17222
17223 2001-12-07  Richard Henderson  <rth@redhat.com>
17224
17225         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
17226
17227 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
17228
17229         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
17230         ultrasparc.
17231
17232 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17233
17234         * g++-old.deja/g++.robertl/eb101.C: Deleted.
17235
17236 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
17237
17238         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
17239         variable argument list.
17240
17241 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
17242
17243         * gcc.c-torture/execute/memcheck: Delete entire directory.
17244         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
17245         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
17246
17247 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
17248
17249         * gcc.dg/Wshadow-1.c: New test.
17250
17251 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
17252
17253         * gcc.c-torture/compile/20011130-1.c: New test.
17254
17255         * gcc.dg/noncompile/20011025-1.c: New test.
17256
17257         * g++.dg/other/anon-union.C: New test.
17258
17259         * gcc.c-torture/execute/20011024-1.c: New test.
17260
17261 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
17262
17263         * gcc.c-torture/execute/20000722-1.x,
17264         gcc.c-torture/execute/20010123-1.x: Remove.
17265         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
17266         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
17267         gcc.dg/c99-complit-2.c: New tests.
17268
17269 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
17270
17271         * g++.dg/inherit/base1.C: New test.
17272
17273 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
17274
17275         * g++.dg/other/stdarg1.C: New test.
17276
17277         * gcc.c-torture/compile/20011130-2.c: New test.
17278
17279 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
17280
17281         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
17282         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
17283         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
17284         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
17285         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
17286         * gcc.dg/builtin-prefetch-1.c: New test.
17287
17288 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
17289
17290         * gcc.dg/20011130-1.c: New test.
17291
17292 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
17293
17294         * g++.dg/other/scope1.C: New test.
17295         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
17296
17297 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
17298
17299         * gcc.dg/vla-init-1.c: New test.
17300
17301 2001-12-01  Geoff Keating  <geoffk@redhat.com>
17302
17303         * gcc.c-torture/compile/structs.c: New testcase from GDB.
17304
17305 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
17306
17307         * objc.dg/alias.m: Update.
17308         * objc.dg/class-1.m: Update.
17309         * objc.dg/const-str-1.m: Update.
17310         * objc.dg/fwd-proto-1.m: Update.
17311         * objc.dg/id-1.m: Update.
17312         * objc.dg/super-class-1.m: Update.
17313
17314 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
17315
17316         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
17317         constructs.
17318
17319 2001-11-28  Jeffrey A Law  (law@cygnus.com)
17320
17321         * gcc.c-torture/execute/20011128-1.c: New test.
17322
17323 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
17324
17325         * gcc.dg/20011127-1.c: New test.
17326
17327 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
17328
17329         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
17330         from Austin Group draft 7.
17331         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
17332         scanf format arguments.
17333         * gcc.dg/format/no-exargs-2.c: New test.
17334
17335 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
17336
17337         * g++.dg/abi/vbase8-4.C: New test.
17338
17339 2001-11-24  Ian Lance Taylor  <ian@airs.com>
17340
17341         * gcc.c-torture/execute/20011121-1.c: New test.
17342
17343 2001-11-23  Jeffrey A Law  (law@cygnus.com)
17344
17345         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
17346
17347 2001-11-23  Andreas Jaeger  <aj@suse.de>
17348
17349         * gcc.dg/cpp/charconst-2.c: New test.
17350
17351 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
17352
17353         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
17354         to the host if it is remote.  Let tests specify extra headers
17355         they use.
17356         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
17357         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
17358         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
17359         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
17360         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
17361         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
17362         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
17363         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
17364         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
17365         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
17366
17367 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
17368
17369         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
17370         for little endian ARMs.
17371
17372 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
17373
17374         * gcc.c-torture/compile/20011119-1.c: New test.
17375         * gcc.c-torture/compile/20011119-2.c: New test.
17376
17377 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
17378
17379         * gcc.dg/altivec-1.c: Fix typo.
17380
17381 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
17382
17383         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
17384
17385 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
17386
17387         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
17388
17389 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
17390
17391         * lib/g77.exp: Don't specify --rpath-link.
17392
17393         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
17394         across all the headers.
17395         * gcc.dg/format/format.exp: For testing on a remote host,
17396         copy format.h.
17397
17398         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
17399         * gcc.c-torture/execute/930406-1.c: Likewise.
17400         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
17401
17402 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
17403
17404         * gcc.dg/altivec-1.c: New.
17405
17406 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
17407
17408         * gcc.dg/cpp/fpreprocessed.c: New test case.
17409
17410 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
17411
17412         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
17413         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
17414         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
17415
17416 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
17417
17418         * gcc.dg/no-builtin-1.c: New test.
17419
17420 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
17421
17422         * gcc.c-torture/execute/20011115-1.c: New test.
17423
17424 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
17425
17426         * gcc.c-torture/compile/20011114-2.c: New test.
17427         * gcc.c-torture/compile/20011114-3.c: New test.
17428         * gcc.c-torture/compile/20011114-4.c: New test.
17429
17430 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
17431
17432         * g++.dg/other/init1.C: New test.
17433
17434 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
17435
17436         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
17437         message.
17438
17439         * gcc.c-torture/execute/20011114-1.c: New testcase.
17440
17441         * gcc.c-torture/compile/20010327-1.c: Revert last change.
17442         * gcc.c-torture/compile/20011114-1.c: New test, exactly
17443         like the (before this change) version of 20010327-1.c.
17444
17445 2001-11-14  Roger Sayle <roger@eyesopen.com>
17446
17447         * gcc.c-torture/execute/string-opt-13.c: New testcase.
17448
17449 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
17450
17451         * g++.dg/init/array2.C: New test.
17452
17453 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
17454
17455         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
17456
17457 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
17458
17459         * g++.dg/other/forscope1.C: New test.
17460         * g++.dg/ext/forscope1.C: New test.
17461         * g++.dg/ext/forscope2.C: New test.
17462
17463 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
17464
17465         * gcc.c-torture/execute/20011113-1.c: New test.
17466
17467 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
17468
17469         * gcc.c-torture/execute/20011109-2.c: New test.
17470
17471         * gcc.c-torture/execute/20011109-1.c: New test.
17472
17473 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
17474
17475         * gcc.c-torture/compile/20011109-1.c: New test.
17476
17477 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
17478
17479         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
17480         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
17481         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
17482         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
17483         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
17484         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
17485         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
17486
17487 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
17488
17489         * g++.dg/warn/Wshadow-1.C: New tests.
17490         * g++.old-deja/g++.mike/for3.C: Update.
17491
17492 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
17493
17494         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
17495         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
17496         XFAILs.  Adjust expected error texts.
17497         * gcc.c-torture/compile/20011106-1.c,
17498         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
17499         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
17500         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
17501         gcc.dg/c99-array-lval-5.c: New tests.
17502
17503 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
17504
17505         * gcc.dg/cpp/defined.c: Update.
17506
17507 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
17508
17509         * gcc.c-torture/execute/anon-1.c: New test.
17510
17511 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
17512
17513         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
17514         same size, so no warning should be produced on stormy16.
17515
17516         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
17517         due to oversized array.
17518         * g++.old-deja/g++.mike/ns15.C: Likewise.
17519         * g++.old-deja/g++.pt/crash16.C: Likewise.
17520
17521 2001-11-02  Graham Stott  <grahams@redhat.com>
17522
17523         * g++.dgother/debug1.C: Fix typos.
17524
17525 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
17526
17527         * g++.dg/other/debug1.C: New test.
17528
17529 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
17530
17531         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
17532         of unsigned long.
17533
17534 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
17535
17536         * gcc.dg/20011029-2.c: New test.
17537
17538         * gcc.c-torture/compile/20011029-1.c: New test.
17539
17540 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
17541
17542         * objc/execute/class_self-1.m: New test.
17543         * objc/execute/class_self-2.m: New test.
17544
17545 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
17546
17547         * gcc.misc-tests/msgs.exp: Delete.
17548         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
17549         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
17550         error set to match recent changes.
17551
17552 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
17553
17554         * gcc.dg/20011021-1.c: New test.
17555
17556 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
17557
17558         * gcc.c-torture/compile/20011023-1.c: New test.
17559
17560 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
17561
17562         * lib/g77.exp: Rewrite based on lib/g++.exp.
17563
17564 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
17565
17566         * gcc.c-torture/execute/20011019-1.c: New test.
17567
17568         * gcc.dg/20011018-1.c: New test.
17569
17570 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
17571
17572         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
17573
17574 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
17575
17576         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
17577         * gcc.dg/attr-invalid.c: Likewise.
17578
17579 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
17580
17581         * testsuite/gcc.dg/20011015-1.c: New test.
17582
17583 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
17584
17585         * g++.dg/template/unify2.C: New test.
17586
17587 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
17588
17589         * g++.dg/other/exception-specification.C: New test
17590
17591 2001-10-13  Tom Rix  <trix@redhat.com>
17592
17593         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
17594         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
17595
17596 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
17597
17598         * testsuite/gcc.dg/20011009-1.c: New test.
17599
17600 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
17601
17602         PR g++/4476
17603         * g++.dg/other/friend1.C: New test.
17604
17605 2001-10-11  Richard Henderson  <rth@redhat.com>
17606
17607         * g++.old-deja/g++.other/crash18.C: Add -S to options.
17608
17609 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17610
17611         * gcc.c-torture/compile/20011010-1.c: New.
17612
17613 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
17614
17615         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
17616         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
17617         g77.f-torture/execute/execute.exp,
17618         g77.f-torture/noncompile/noncompile.exp,
17619         gcc.c-torture/compile/compile.exp,
17620         gcc.c-torture/execute/execute.exp,
17621         gcc.c-torture/execute/ieee/ieee.exp,
17622         gcc.c-torture/execute/memcheck/memcheck.exp,
17623         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
17624         objc/execute/execute.exp: Update FSF address.
17625
17626 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
17627
17628         * gcc.dg/cpp/cmdlne-C.c: Update.
17629         * gcc.dg/cpp/cmdlne-C2.c: New.
17630
17631 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17632
17633         * gcc.c-torture/execute/20011008-3.c: New.
17634
17635 2001-10-08  DJ Delorie  <dj@redhat.com>
17636
17637         * gcc.dg/20011008-1.c: New.
17638         * gcc.dg/20011008-2.c: New.
17639
17640 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
17641
17642         * gcc.dg/cpp/spacing1.c: Update test.
17643
17644 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
17645
17646         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
17647         spelling errors of "separate" as "seperate".
17648
17649 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
17650
17651         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
17652         enough to avoid inlining.
17653
17654 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
17655
17656         * lib/g77.exp: set libg2c_dir correctly.
17657
17658 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
17659
17660         * gcc.dg/cpp/macro11.c: New test.
17661
17662 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
17663
17664         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
17665         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
17666         gcc.dg/format/multattr-3.c: New tests.
17667         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
17668         tests for format attributes on function pointers being rejected.
17669
17670 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
17671
17672         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
17673
17674 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
17675
17676         * g++.dg/warn/format1.C: New test.
17677
17678 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
17679
17680         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
17681
17682 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
17683
17684         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
17685
17686 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
17687
17688         * gcc.dg/cpp/redef2.c: Add test.
17689
17690 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
17691
17692         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
17693         long-standing bug on i686, apparently.
17694         * gcc.c-torture/execute/loop-2c.x: New file.
17695         * gcc.c-torture/execute/loop-2d.x: New file.
17696         * gcc.c-torture/execute/loop-3c.x: New file.
17697
17698 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
17699
17700         * gcc.dg/cpp/20000625-2.c: Correct line number.
17701
17702 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
17703
17704         * gcc.dg/cpp/macro10.c: New test.
17705         * gcc.dg/cpp/strify3.c: New test.
17706         * gcc.dg/cpp/spacing1.c: Add tests.
17707         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
17708         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
17709
17710 2001-09-24  DJ Delorie  <dj@redhat.com>
17711
17712         * gcc.c-torture/execute/20010924-1.c: New test.
17713
17714 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
17715
17716         * testsuite/objc/execute/paste.m: Remove.
17717
17718 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
17719
17720         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
17721
17722 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
17723
17724         * g77.dg/strlen0.f: New test.
17725
17726 2001-09-21  Richard Henderson  <rth@redhat.com>
17727
17728         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
17729         * g++.old-deja/g++.abi/vtable2.C: Likewise.
17730
17731 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
17732
17733         Table-driven attributes.
17734         * g++.dg/ext/attrib1.C: New test.
17735
17736 2001-09-20  DJ Delorie  <dj@redhat.com>
17737
17738         * gcc.dg/20000926-1.c: Update expected warning messages.
17739         * gcc.dg/array-2.c: Likewise, and test for warnings too.
17740         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
17741         array.
17742
17743 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
17744
17745         * g++.dg/eh/registers1.C: New test case.
17746
17747 2001-09-17  Richard Henderson  <rth@redhat.com>
17748
17749         * gcc.dg/array-5.c: Fix VLA decomposition test.
17750
17751 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
17752
17753         * gcc.dg/cpp/line5.c: New testcase.
17754
17755 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
17756
17757         * gcc.dg/cpp/macro9.c: New test.
17758
17759 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
17760
17761         * gcc.c-torture/execute/980223.c: Change type of addr from long
17762         to char *.
17763
17764 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
17765
17766         * gcc.c-torture/execute/20010915-1.c: New test.
17767
17768 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
17769
17770         * g77.dg/bprob: New directory.
17771         * g77.dg/bprob/bprob.exp: New file.
17772         * g77.dg/bprob/bprob-1.f: New test.
17773         * g77.dg/gcov: New directory.
17774         * g77.dg/gcov/gcov.exp: New file.
17775         * g77.dg/gcov/gcov-1.f: New test.
17776         * g77.dg/gcov/gcov-1.x: New file.
17777
17778 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
17779
17780         * gcc.dg/cpp/directiv.c: Update.
17781         * gcc.dg/cpp/undef1.c: Update.
17782
17783 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
17784
17785         * gcc.dg/20010912-1.c: New test.
17786
17787 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
17788
17789         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
17790         language-independent file in lib.
17791         * lib/gcov.exp: New file.
17792
17793 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
17794
17795         * gcc.c-torture/compile/20010911-1.c: New test.
17796
17797 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
17798
17799         * lib/profopt.exp: New, to support profile-directed optimizations.
17800         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
17801         * gcc.misc-tests/bprob-1.c: New test.
17802         * gcc.misc-tests/bprob-2.c: New test.
17803
17804 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
17805
17806         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
17807         XFAIL and which kinds of gcov output to verify.
17808         * gcc.misc-tests/gcov-4b.x: New file.
17809         * gcc.misc-tests/gcov-5b.x: New file.
17810         * gcc.misc-tests/gcov-6.x: New file.
17811         * gcc.misc-tests/gcov-7.c: New test.
17812         * gcc.misc-tests/gcov-7.x: New file.
17813
17814 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
17815
17816         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
17817         * gcc.misc-tests/gcov-6.c: New test.
17818
17819 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
17820
17821         PR c++/3986
17822         * g++.dg/abi/vbase1.C: New test.
17823
17824 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
17825
17826         * objc.dg/method-2.m: New.
17827
17828 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
17829
17830         PR c++/4203
17831         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
17832         * g++.dg/init/empty1.C: New test.
17833
17834 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
17835
17836         * gcc.c-torture/compile/20010903-1.c: New test.
17837
17838 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
17839
17840         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
17841         for m68k.
17842
17843 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
17844
17845         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
17846
17847         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
17848
17849         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
17850
17851 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
17852
17853         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
17854         for 16-bit 'unsigned int'.
17855
17856 2001-08-29  Kazu Hirata  <kazu@hxi.com>
17857
17858         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
17859
17860 2001-08-27  Richard Henderson  <rth@redhat.com>
17861
17862         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
17863         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
17864
17865 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
17866
17867         * gcc.dg/asm-names.c (ymain): New.
17868
17869 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
17870
17871         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
17872         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
17873         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
17874
17875 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17876
17877         * gcc.dg/compare5.c: New testcase.
17878
17879 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
17880
17881         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
17882         and "In instantiation".
17883
17884 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
17885
17886         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
17887
17888 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
17889
17890         * gcc.misc-tests/gcov.exp: Add support for branch information.
17891         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
17892         * gcc.misc-tests/gcov-4.c: New test.
17893         * gcc.misc-tests/gcov-4b.c: New test.
17894         * gcc.misc-tests/gcov-5b.c: New test.
17895
17896 2001-08-20  Zack Weinberg  <zackw@panix.com>
17897
17898         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
17899         expected to fail.
17900
17901 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17902
17903         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
17904
17905 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
17906
17907         * g++.dg/eh/template1.C: New test.
17908
17909 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
17910
17911         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
17912         Fix thinko.
17913         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
17914         for xfail.
17915
17916 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
17917
17918         * lib/g77-dg.exp:  Use prune.exp for common procedures
17919         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
17920         * lib/g77.exp: (g77-dg-prune) Remove
17921
17922 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
17923
17924         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
17925
17926 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
17927
17928         * g++.dg/template/unify1.C: New test.
17929
17930 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
17931
17932         * g++.dg/abi/empty4.C: New test.
17933
17934 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
17935
17936         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
17937         solaris2.*
17938         * g77.f-torture/compile/pr3743.x: Likewise
17939
17940 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
17941
17942         * g++.dg/other/using-declaration.C: New test.
17943
17944 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
17945
17946         * gcc.dg/cpp/tr-sign.c: New testcase.
17947
17948 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
17949
17950         * gcc.dg/cpp/19951025-1.c: Revert.
17951         * gcc.dg/cpp/directiv.c: We no longer process directives that
17952         interrupt macro arguments.
17953
17954 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
17955
17956         * gcc.dg/bconstp-1.c: New test.
17957
17958 2001-08-03  Richard Henderson  <rth@redhat.com>
17959
17960         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
17961
17962 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
17963
17964         * gcc.dg/cpp/19951025-1.c: Update.
17965
17966 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
17967
17968         * g77.dg/ff90-1.f (s): Fix reference of variable z,
17969         should be x.
17970
17971 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
17972
17973         Kill -fhonor-std.
17974         * g++.old-deja/g++.ns/ns14.C: Remove special options.
17975         * g++.old-deja/g++.other/std1.C: Likewise.
17976         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
17977
17978 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
17979
17980         * lib/g77.exp:  Load gcc-defs.exp for common procedures
17981         (g77_pass, g77_fail, g77_finish, g77_exit,
17982         ${tool}_check_unsupported_p} Now redundant.  Deleted.
17983
17984 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
17985
17986         * g77.dg/fbackslash.f
17987         * g77.dg/fcase-preserve.f
17988         * g77.dg/ff90-1.f
17989         * g77.dg/ffixed-line-length-0.f
17990         * g77.dg/ffixed-line-length-132.f
17991         * g77.dg/ffixed-line-length-7.f
17992         * g77.dg/ffixed-line-length-72.f
17993         * g77.dg/ffixed-line-length-none.f
17994         * g77.dg/ffree-form-1.f
17995         * g77.dg/fno-backslash.f
17996         * g77.dg/fno-f90-1.f
17997         * g77.dg/fno-fixed-form-1.f
17998         * g77.dg/fno-onetrip.f
17999         * g77.dg/fno-typeless-boz.f
18000         * g77.dg/fno-underscoring.f
18001         * g77.dg/fno-vxt-1.f
18002         * g77.dg/fonetrip.f
18003         * g77.dg/ftypeless-boz.f
18004         * g77.dg/fugly-assumed.f
18005         * g77.dg/funderscoring.f
18006         * g77.dg/fvxt-1.f
18007
18008 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
18009
18010         * objc.dg/fwd-proto-1.m: New.
18011         * objc.dg/local-decl-1.m: New.
18012         * objc.dg/naming-1.m: New.
18013         * objc.dg/naming-2.m: New.
18014         * objc.dg/proto-hier-1.m: New.
18015
18016 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
18017
18018         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
18019         largest-type elements to a struct makes its size grow.
18020
18021 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
18022
18023         * g++.dg/abi/vthunk1.C: New test.
18024
18025 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
18026
18027         * g++.dg/abi/vbase8-22.C: New test.
18028
18029 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
18030
18031         * gcc.dg/cpp/macro8.c: New test.
18032
18033 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
18034
18035         * g++.dg/abi/vbase8-21.C: New test.
18036
18037 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
18038
18039         * g++.dg/abi/vbase8-10.C: New test.
18040
18041 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18042
18043         * lib/g++.exp (g++_set_ld_library_path): Renamed to
18044         ${tool}_set_ld_library_path.
18045         Changed caller.
18046         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
18047         g++.exp.
18048
18049 2001-07-26  Stan Cox <scox@redhat.com>
18050
18051         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
18052         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
18053         gcc_exit, gcc_check_unsupported_p):
18054         Moved to gcc-deps.exp
18055         * gcc-deps.exp: New file.
18056
18057 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
18058
18059         * g++.old-deja/g++.pt/defarg14.C: New test.
18060
18061 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
18062
18063         * g++.old-deja/g++.other/lineno5.C: New test.
18064
18065 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
18066
18067         * g++.old-deja/g++.pt/crash68.C: New test.
18068
18069 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
18070
18071         * g++.old-deja/g++.other/crash42.C: New test.
18072
18073 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
18074
18075         * gcc.dg/cpp/extratokens.c: Fix.
18076         * gcc.dg/cpp/skipping2.c: New tests.
18077
18078 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18079
18080         * gcc.c-torture/execute/20010724-1.c: New file.
18081         * gcc.c-torture/execute/20010724-1.x: New file.
18082
18083 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
18084
18085         * g++.old-deja/g++.other/cond7.C: New test.
18086
18087 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
18088
18089         * g++.old-deja/g++.other/optimize4.C: New test.
18090
18091 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
18092
18093         * g++.old-deja/g++.abi/vbase8-5.C: New test.
18094
18095 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
18096
18097         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
18098         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
18099         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
18100         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
18101
18102         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
18103         bug report" message.
18104
18105         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
18106         * g++.dg/ext/instantiate1.C: Move from old-deja.
18107
18108 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
18109
18110         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
18111         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
18112         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
18113         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
18114
18115 2001-07-23  Jeffrey A Law  (law@cygnus.com)
18116
18117         * gcc.c-torture/execute/20010723-1.c: New test.
18118
18119 2001-07-23  Ben Elliston  <bje@redhat.com>
18120
18121         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
18122
18123 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18124
18125         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
18126         i[34567]86-*-*.
18127         Delete handling of ieee_multilib_flags.
18128         Pass -mieee for alpha*-*-* and sh-*-*.
18129         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
18130
18131 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
18132
18133         Remove old-abi tests.
18134         * g++.old-deja/g++.mike/p11116.C: Remove.
18135         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
18136
18137 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
18138
18139         * g77.f-torture/compile/pr3743.f:  New test
18140
18141 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
18142
18143         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
18144
18145 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18146
18147         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
18148         g++.old-deja/g++.pt/static6.C: Likewise.
18149         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
18150         supports weak symbols.
18151
18152 2001-07-18  Andreas Jaeger  <aj@suse.de>
18153
18154         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
18155         supported again.
18156
18157 2001-07-18  Andreas Jaeger  <aj@suse.de>
18158
18159         * gcc.dg/iftrap-1.c: Fix target line.
18160
18161 2001-07-17  Richard Henderson  <rth@redhat.com>
18162
18163         * gcc.c-torture/execute/20010717-1.c: New.
18164
18165 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
18166
18167         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
18168         tests.
18169
18170 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
18171
18172         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
18173
18174 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18175
18176         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
18177         UAC_SIGBUS, UAC_NOPRINT definitions.
18178
18179 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
18180
18181         * objc/execute/object_is_class.m: New test.
18182         * objc/execute/object_is_meta_class.m: New test.
18183
18184 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
18185
18186         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
18187         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
18188
18189 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
18190
18191         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
18192         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
18193
18194 2001-07-14  Richard Henderson  <rth@redhat.com>
18195
18196         * gcc.dg/iftrap-1.c: New.
18197
18198 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
18199
18200         * g77.f-torture/execute/intrinsic77.f: New test.
18201
18202 2001-07-11  Janis Johnson <janis@us.ibm.com>
18203
18204         * gcc.misc-tests/gcov-3.c: New test.
18205
18206 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
18207
18208         * gcc.c-torture/compile/20010711-1.c,
18209         * gcc.c-torture/compile/20010711-2.c: New tests.
18210
18211 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
18212
18213         * gcc.c-torture/execute/20010711-1.c: New test.
18214
18215 2001-07-11  Ben Elliston  <bje@redhat.com>
18216
18217         * g++.old-deja/g++.other/enum5.C: New test.
18218
18219 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
18220
18221         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
18222         (g++-dg-prune): Call prune_gcc_output.
18223         * prune.exp: New file for prune_gcc_output.
18224         * lib/g++.exp, lib/gcc.exp: Load it.
18225
18226 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
18227
18228         * gcc.c-torture/compile/20010701-1.c,
18229         g++.old-deja/g++.ext/attrib6.C: New tests.
18230
18231 2001-07-06  Jeffrey A Law  (law@cygnus.com)
18232
18233         * gcc.c-torture/compile/20010706-1.c: New test.
18234
18235 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
18236
18237         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
18238
18239 2001-06-28  Stan Shebs  <shebs@apple.com>
18240
18241         * gcc.dg/pragma-darwin.c: New test.
18242
18243 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18244
18245         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
18246         Solaris 2.[678] system.
18247
18248 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
18249
18250         * gcc.dg/20010622-1.c: New test.
18251
18252 2001-06-18  Stan Shebs  <shebs@apple.com>
18253
18254         * objc.dg: New directory.
18255         * objc.dg/dg.exp: New file.
18256         * objc.dg/alias.m: New.
18257         * objc.dg/class-1.m: New.
18258         * objc.dg/class-2.m: New.
18259         * objc.dg/const-str-1.m: New.
18260         * objc.dg/const-str-2.m: New.
18261         * objc.dg/id-1.m: New.
18262         * objc.dg/method-1.m: New.
18263         * objc.dg/super-class-1.m: New.
18264         * lib/objc-dg.exp: New file.
18265
18266 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18267
18268         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
18269         of label name.
18270
18271 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
18272
18273         * g++.old-deja/g++.abi/vbase8-9.C: New test.
18274
18275 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18276
18277         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
18278         variable.
18279
18280 2001-06-12  Richard Henderson  <rth@redhat.com>
18281
18282         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
18283
18284 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
18285
18286         * g++.old-deja/g++.abi/vbase5.C: New test.
18287         * g++.old-deja/g++.abi/vbase6.C: New test.
18288         * g++.old-deja/g++.abi/vbase7.C: New test.
18289
18290 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18291
18292         * gcc.c-torture/compile/20010610-1.c: New test.
18293
18294 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
18295
18296         * g++.old-deja/g++.abi/vbase4.C: New test.
18297
18298 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18299
18300         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
18301         support %f for HC11/HC12 targets.
18302         * gcc.c-torture/execute/930513-1.x: New file, likewise.
18303         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
18304         on HC11/HC12 targets.
18305         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
18306
18307 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18308
18309         * gcc.dg/wchar_t-1.c: New file.
18310         * gcc.dg/wint_t-1.c: Likewise.
18311
18312 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
18313
18314         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
18315
18316 2001-06-11  Richard Henderson  <rth@redhat.com>
18317
18318         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
18319
18320 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
18321
18322         * gcc.c-torture/compile/20010611-1.c: New test.
18323
18324 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
18325
18326         * gcc.dg/c99-tag-1.c: Add more tests.
18327
18328 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
18329
18330         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
18331         representation on MN10300 and ARM/Thumb.
18332
18333 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
18334
18335         * g77.f-torture/execute/20010610.f: New.
18336
18337 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
18338
18339         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
18340         names.
18341
18342 2001-06-09  Richard Henderson  <rth@redhat.com>
18343
18344         * gcc.c-torture/execute/ashrdi-1.c: New.
18345         * gcc.c-torture/execute/ashldi-1.c: New.
18346         * gcc.c-torture/execute/lshrdi-1.c: New.
18347
18348 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
18349
18350         * objc/execute/load-3.m: Added. Check sending +load to categories,
18351         in addition to classes.
18352
18353 2001-06-08  Stan Shebs  <shebs@apple.com>
18354
18355         * objc/execute/load-2.m: New test.  From Nicola Pero
18356         <n.pero@mi.flashnet.it>.
18357
18358 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
18359
18360         * gcc.c-torture/execute/20010605-2.c: New test.
18361
18362 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
18363
18364         * g++.old-deja/g++.abi/vbase2.C: New test.
18365         * g++.old-deja/g++.abi/vbase3.C: New test.
18366
18367 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
18368
18369         * g++.old-deja/g++.pt/friend49.C: New test.
18370
18371 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
18372
18373         * g++.old-deja/g++.ext/anon3.C: New test.
18374
18375 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
18376
18377         * g++.old-deja/g++.other/conv7.C: New test.
18378
18379 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
18380
18381         * gcc.c-torture/compile/20010605-2.c: New test.
18382
18383 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18384
18385         * gcc.c-torture/execute/20010604-1.c: New test.
18386
18387 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
18388
18389         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
18390
18391 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
18392
18393         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
18394         (g++_link_flags): Likewise.
18395         (g++_init): Pass gccpath's value to two previous functions.
18396
18397 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18398
18399         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
18400         Ensure logfile entry matches exec command line.
18401
18402 2001-05-31  Richard Henderson  <rth@redhat.com>
18403
18404         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
18405         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
18406
18407 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
18408
18409         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
18410         compiler for irix6.2
18411
18412 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
18413
18414         * g++.old-deja/g++.other/optimize3.C: New file.
18415
18416 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
18417
18418         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
18419         assemble.
18420
18421 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
18422
18423         * g++.old-deja/g++.other/optimize2.C: New file.
18424
18425 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
18426
18427         * gcc.c-torture/compile/20010518-2.c: New file.
18428         * gcc.c-torture/execute/20010518-1.c: New file.
18429         * gcc.c-torture/execute/20010518-2.c: New file.
18430
18431 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
18432
18433         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
18434
18435 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
18436
18437         G++ no longer defines builtins that do not begin with __builtin.
18438         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
18439         * g++.old-deja/g++.brendand/misc13.C: Likewise.
18440         * g++.old-deja/g++.law/builtin1.C: Likewise.
18441         * g++.old-deja/g++.law/cvt2.C: Likewise.
18442         * g++.old-deja/g++.mike/net5.C: Likewise.
18443         * g++.old-deja/g++.other/builtins1.C: Likewise.
18444         * g++.old-deja/g++.other/builtins2.C: Likewise.
18445         * g++.old-deja/g++.other/builtins3.C: Likewise.
18446         * g++.old-deja/g++.other/builtins4.C: Likewise.
18447         * g++.old-deja/g++.other/inline8.C: Likewise.
18448         * g++.old-deja/g++.robertl/eb39.C: Likewise.
18449
18450 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
18451
18452         * g++.old-deja/g++.pt/using1.C: Adjust.
18453         * g++.old-deja/g++.pt/using2.C: New test.
18454
18455 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
18456
18457         * gcc.dg/cpp/charconst.c: New tests.
18458         * gcc.dg/cpp/escape.c: New tests.
18459         * gcc.dg/cpp/escape-1.c: New tests.
18460         * gcc.dg/cpp/escape-2.c: New tests.
18461         * gcc.dg/cpp/ucs.c: New tests.
18462
18463 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
18464
18465         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
18466         native compiler for irix6.5.
18467
18468 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
18469
18470         * lib/g++.exp (g++_include_flags): Use args to compute
18471         get_multilibs.
18472         (g++_link_flags): Likewise.
18473         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
18474
18475 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
18476
18477         * gcc.dg/c90-hexfloat-1.c: Add more tests.
18478
18479 2001-05-21  Geoff Keating  <geoffk@redhat.com>
18480
18481         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
18482         this file.
18483
18484 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18485
18486         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
18487         STACK_SIZE;
18488         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
18489         to STACK_SIZE; Use it to define size of add_histo array.
18490         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
18491         to STACK_SIZE.
18492         (f): Use GITT_SIZE to define size of gitt local table.
18493         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
18494         to STACK_SIZE; Use it to define size of bytemem array.
18495
18496 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18497
18498         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
18499         on 68HC11/HC12 due to the asm instruction.
18500         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
18501         * gcc.c-torture/compile/920520-1.x: Likewise.
18502         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
18503         on 68HC11/HC12 because the function is larger than 64K.
18504         * gcc.c-torture/compile/961203-1.x: New file, this test fails
18505         on 68HC11/HC12 because the structure is too large.
18506
18507 2001-05-20  Richard Henderson  <rth@redhat.com>
18508
18509         * gcc.c-torture/execute/20010520-1.c: New.
18510
18511 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18512
18513         * g++.old-deja/g++.warn/compare1.C: New test.
18514         * gcc.dg/compare4.c: New test.
18515
18516 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
18517
18518         * g++.old-deja/g++.other/optimize1.C: New test.
18519
18520 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
18521
18522         * g++.old-deja/g++.pt/spec41.C: New test.
18523
18524 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
18525
18526         * gcc.c-torture/compile/20010114-1.x: Remove.
18527
18528 2001-05-18  Stan Shebs  <shebs@apple.com>
18529
18530         * gcc.c-torture/compile/20010518-1.c: New test.
18531
18532 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
18533
18534         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
18535         * g++.old-deja/g++.pt/crash67.C: New test.
18536
18537 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
18538
18539         * g++.old-deja/g++.other/debug9.C: New test.
18540
18541 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
18542
18543         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
18544
18545 2001-05-16  Jan Hubicka  <jh@suse.cz>
18546
18547         * gcc.c-torture/compile/20010516-1.c: New test.
18548
18549 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
18550
18551         * g++.old-deja/g++.other/crash41.C: New test.
18552
18553 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
18554
18555         * g++.old-deja/g++.pt/crash66.C: New test.
18556
18557 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
18558
18559         * g++.old-deja/g++.robertl/eb27.C: Convert.
18560
18561 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
18562
18563         * g++.dg/friend-warn.C: New test.  Do not warn about friend
18564         declaration being redundant.
18565
18566 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
18567
18568         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
18569
18570 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
18571
18572         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
18573
18574 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
18575
18576         * lib/g++.exp: Use testsuite_flags.
18577
18578 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
18579
18580         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
18581
18582 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18583
18584         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
18585
18586 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
18587
18588         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
18589
18590 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
18591
18592         * gcc.c-torture/compile/20010313-1.c: New test.
18593
18594 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
18595
18596         * gcc.dg/cpp/direct2.c: New test.
18597         * gccq.dg/cpp/direct2s.c: New test.
18598
18599         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
18600
18601 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
18602
18603         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
18604         * g++.old-deja/g++.other/op3.C: Likewise.
18605
18606 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
18607
18608         * gcc.dg/cpp/syshdr.h: New file.
18609         * gcc.dg/cpp/sysmac1.c: Update.
18610         * gcc.dg/cpp/sysmac2.c: Update.
18611
18612 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
18613
18614         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
18615
18616 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
18617
18618         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
18619         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
18620
18621 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
18622
18623         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
18624
18625 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
18626
18627         * lib/g++.exp (g++_include_flags): Don't use any special flags
18628         if TESTING_IN_BUILD_TREE is not defined.
18629         (g++_init): Use a plain 'c++' as the compiler if
18630         TESTING_IN_BUILD_TREEE is not defined.
18631
18632 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
18633
18634         * g++.old-deja/g++.eh/catch13.C: New test.
18635         * g++.old-deja/g++.eh/catch14.C: New test.
18636
18637 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
18638
18639         * gcc.dg/cpp/tr-define.c: New test.
18640
18641 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
18642
18643         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
18644         <stdlib.h>, not <malloc.h>.
18645
18646 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
18647
18648         * g++.old-deja/g++.ns/template17.C: New test.
18649
18650 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
18651
18652         * g++.old-deja/g++.pt/ref4.C: New test.
18653
18654 2001-04-30  Richard Henderson  <rth@redhat.com>
18655
18656         * gcc.dg/20000724-1.c: Revert last change.
18657
18658 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
18659
18660         * g77.f-torture/execute/20010430.f: New test.
18661
18662 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
18663
18664         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
18665
18666 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
18667
18668         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
18669
18670 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
18671
18672         * g++.old-deja/g++.eh/crash6.C: New test.
18673
18674 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
18675
18676         * g++.old-deja/g++.other/warn7.C: New test.
18677
18678 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
18679
18680         * g++.old-deja/g++.other/defarg9.C: New test.
18681
18682 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
18683
18684         * g77.f-torture/compile/20010426.f: New test.
18685         * g77.f-torture/execute/20010426.f: New test.
18686
18687 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
18688
18689         * g77.f-torture/compile/20000629-1.x: Remove - error
18690         has been fixed.
18691
18692 2001-04-26  Jeffrey A Law  (law@cygnus.com)
18693
18694         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
18695         Tweak slightly to work with g++.dg framework.
18696         * g++.dg/special/ecos.exp: Run initp1.C test.
18697         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
18698
18699         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
18700         its linker doesn't give line numbers either.
18701         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
18702
18703 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
18704
18705         * g++.old-deja/g++.other/lex1.C: New test.
18706
18707 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
18708
18709         * gcc.dg/noncompile/20010425-1.c: New test.
18710
18711 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
18712
18713         * g++.old-deja/g++.pt/mangle2.C: New test.
18714
18715 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
18716
18717         * gcc.dg/format/plus-1.c: New test.
18718
18719 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
18720
18721         * gcc.dg/20010423-1.c: New test.
18722
18723 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
18724
18725         * gcc.c-torture/execute/20010422-1.c: New test.
18726
18727 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
18728
18729         * g++.old-deja/g++.ns/type2.C: New test.
18730
18731 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
18732
18733         * g++.old-deja/g++.other/perf1.C: New test.
18734
18735 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
18736
18737         * gcc.dg/c99-func-2.c: Remove xfail.
18738         * gcc.dg/c99-func-3.c: Remove xfail.
18739         * gcc.dg/c99-func-4.c: Remove xfail.
18740
18741 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
18742
18743         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
18744
18745 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
18746
18747         * gcc.c-torture/compile/20010423-1.c: New test.
18748
18749 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
18750
18751         * g++.old-deja/g++.pt/typename28.C: New test.
18752
18753 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
18754
18755         * g++.old-deja/g++.abi/empty2.C: New test.
18756         * g++.old-deja/g++.abi/empty3.C: New test.
18757
18758 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18759
18760         * g++.old-deja/g++.other/comdat2.C: New test.
18761         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
18762
18763 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18764
18765         * g++.old-deja/g++.other/overload14.C: New test.
18766
18767 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18768
18769         * g++.old-deja/g++.other/lookup23.C: New test.
18770
18771 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18772
18773         * gcc.c-torture/execute/20010403-1.c: New test.
18774
18775 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
18776             Mark Mitchell  <mark@codesourcery.com>
18777
18778         * lib/old-dejagnu.exp: Don't delete output of executable.
18779         Add .exe suffix to executables.
18780
18781 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
18782
18783         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
18784
18785 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18786
18787         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
18788
18789 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
18790
18791         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
18792         * g++.old-deja/g++.abi/crash1.C: New test.
18793
18794 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
18795
18796         * g++.old-deja/g++.other/crash40.C: New test.
18797
18798 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18799
18800         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
18801
18802 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
18803
18804         * g++.old-deja/g++.other/warn6.C: New test.
18805
18806 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
18807
18808         * g++.old-deja/g++.robertl/eb42.C: Same.
18809
18810 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18811
18812         * gcc.dg/wtr-conversion-1.c: New testcase.
18813
18814 2001-04-10  Richard Henderson  <rth@redhat.com>
18815
18816         * g++.old-deja/g++.other/array5.C: New.
18817
18818 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18819
18820         * gcc.c-torture/execute/20010408-1.c: New test.
18821
18822 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
18823
18824         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
18825         headers and constructs.
18826         * g++.old-deja/g++.robertl/eb79.C: Same.
18827         * g++.old-deja/g++.robertl/eb77.C (main): Same.
18828         * g++.old-deja/g++.robertl/eb73.C: Same.
18829         * g++.old-deja/g++.robertl/eb66.C (main): Same.
18830         * g++.old-deja/g++.robertl/eb55.C (t): Same.
18831         * g++.old-deja/g++.robertl/eb54.C (main): Same.
18832         * g++.old-deja/g++.robertl/eb46.C (main): Same.
18833         * g++.old-deja/g++.robertl/eb44.C: Same.
18834         * g++.old-deja/g++.robertl/eb41.C (main): Same.
18835         * g++.old-deja/g++.robertl/eb4.C (main): Same.
18836         * g++.old-deja/g++.robertl/eb39.C: Same.
18837         * g++.old-deja/g++.robertl/eb33.C (main): Same.
18838         * g++.old-deja/g++.robertl/eb31.C (main): Same.
18839         * g++.old-deja/g++.robertl/eb30.C: Same.
18840         * g++.old-deja/g++.robertl/eb3.C: Same.
18841         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
18842         * g++.old-deja/g++.robertl/eb21.C: Same.
18843         * g++.old-deja/g++.robertl/eb15.C: Same.
18844         * g++.old-deja/g++.robertl/eb118.C: Same.
18845         * g++.old-deja/g++.robertl/eb115.C (main): Same.
18846         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
18847         * g++.old-deja/g++.robertl/eb109.C: Same.
18848         * g++.old-deja/g++.other/sibcall1.C (main): Same.
18849         * g++.old-deja/g++.mike/rtti1.C: Same.
18850         * g++.old-deja/g++.mike/p658.C: Same.
18851         * g++.old-deja/g++.mike/net46.C: Same.
18852         * g++.old-deja/g++.mike/net34.C: Same.
18853         * g++.old-deja/g++.mike/memoize1.C: Same.
18854         * g++.old-deja/g++.mike/eh2.C: Same.
18855         * g++.old-deja/g++.law/weak.C: Same.
18856         * g++.old-deja/g++.law/visibility7.C: Same.
18857         * g++.old-deja/g++.law/visibility25.C: Same.
18858         * g++.old-deja/g++.law/visibility22.C: Same.
18859         * g++.old-deja/g++.law/visibility2.C: Same.
18860         * g++.old-deja/g++.law/visibility17.C: Same.
18861         * g++.old-deja/g++.law/visibility13.C: Same.
18862         * g++.old-deja/g++.law/visibility10.C: Same.
18863         * g++.old-deja/g++.law/visibility1.C: Same.
18864         * g++.old-deja/g++.law/virtual3.C (eval): Same.
18865         * g++.old-deja/g++.law/vbase1.C: Same.
18866         * g++.old-deja/g++.law/operators32.C: Same.
18867         * g++.old-deja/g++.law/nest3.C: Same.
18868         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
18869         * g++.old-deja/g++.law/except5.C (main): Same.
18870         * g++.old-deja/g++.law/cvt7.C (run): Same.
18871         * g++.old-deja/g++.law/cvt2.C: Same.
18872         * g++.old-deja/g++.law/cvt16.C: Same.
18873         * g++.old-deja/g++.law/ctors6.C (bar): Same.
18874         * g++.old-deja/g++.law/ctors17.C (main): Same.
18875         * g++.old-deja/g++.law/ctors13.C: Same.
18876         * g++.old-deja/g++.law/ctors12.C (main): Same.
18877         * g++.old-deja/g++.law/ctors10.C: Same.
18878         * g++.old-deja/g++.law/code-gen5.C: Same.
18879         * g++.old-deja/g++.law/bad-error7.C: Same.
18880         * g++.old-deja/g++.law/arm9.C: Same.
18881         * g++.old-deja/g++.law/arm12.C: Same.
18882         * g++.old-deja/g++.law/arg8.C: Same.
18883         * g++.old-deja/g++.law/arg1.C: Same.
18884         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
18885         * g++.old-deja/g++.jason/template31.C: Same.
18886         * g++.old-deja/g++.jason/template24.C (main): Same.
18887         * g++.old-deja/g++.jason/2371.C: Same.
18888         * g++.old-deja/g++.eh/new2.C: Same.
18889         * g++.old-deja/g++.eh/new1.C: Same.
18890         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
18891         * g++.old-deja/g++.brendan/nest21.C (main): Same.
18892         * g++.old-deja/g++.brendan/err-msg3.C: Same.
18893         * g++.old-deja/g++.brendan/crash62.C: Same.
18894         * g++.old-deja/g++.brendan/crash52.C: Same.
18895         * g++.old-deja/g++.brendan/crash49.C (main): Same.
18896         * g++.old-deja/g++.brendan/crash38.C: Same.
18897         * g++.old-deja/g++.brendan/crash15.C (main): Same.
18898         * g++.old-deja/g++.brendan/copy9.C: Same.
18899
18900 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
18901
18902         * gcc.c-torture/execute/20001203-2.c (memset):
18903         Count argument is of type __SIZE_TYPE__.
18904
18905 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
18906
18907         * gcc.c-torture/compile/20010404-1.c: New test.
18908
18909 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
18910
18911         * gcc.c-torture/compile/20010326-1.c: New test.
18912
18913 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
18914
18915         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
18916         peculiarities of the SH.
18917         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
18918
18919 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18920
18921         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
18922         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
18923         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
18924
18925 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
18926
18927         * g77.f-torture/compile/20010321-1.f: New test.
18928
18929 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
18930
18931         * gcc.c-torture/compile/20010329-1.c: New test.
18932
18933 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
18934
18935         * gcc.c-torture/execute/20010329-1.c: New test.
18936
18937 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
18938
18939         * g++.old-deja/g++.other/eh4.C: Fix typo.
18940
18941 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
18942
18943         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
18944
18945 2001-03-28  Philip Blundell  <philb@gnu.org>
18946
18947         * gcc.c-torture/compile/20010328-1.c: New test.
18948
18949 2001-03-27  Richard Henderson  <rth@redhat.com>
18950
18951         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
18952         * g++.old-deja/g++.eh/vbase3.C: Likewise.
18953
18954 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
18955
18956         * gcc.c-torture/compile/20010327-1.c: New test.
18957
18958 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
18959
18960         * g++.old-deja/g++.other/friend12.C: New test.
18961         * g++.old-deja/g++.other/friend9.C: Expect no errors.
18962         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
18963
18964 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
18965
18966         * gcc.c-torture/execute/20010325-1.c: New test.
18967
18968 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
18969
18970         * g++.old-deja/g++.other/mangle3.C: New test.
18971
18972 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
18973
18974         * g++.old-deja/g++.other/anon8.C: New test.
18975
18976 2001-03-20  Philip Blundell  <philb@gnu.org>
18977
18978         * gcc.c-torture/compile/20010320-1.c: New test.
18979
18980 2001-03-17  Richard Henderson  <rth@redhat.com>
18981
18982         * g++.old-deja/g++.other/eh4.C: Add expected error text.
18983
18984 2001-03-15  Geoff Keating  <geoff@redhat.com>
18985
18986         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
18987         tests on AIX.
18988
18989 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
18990
18991         * g++.old-deja/g++.other/eh4.C: New test.
18992
18993 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
18994
18995         * gcc.dg/cpp/mi1.c: Update.
18996
18997 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
18998
18999         * g++.old-deja/g++.other/regstack.C: New test.
19000
19001 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
19002
19003         * g++.old-deja/g++.other/ref4.C: New test.
19004
19005 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
19006
19007         * objc/execute/va_method.m: Added.
19008         * objc/execute/IMP.m: Added.
19009         * objc/execute/_cmd.m: Added.
19010         * objc/execute/accessing_ivars.m: Added.
19011         * objc/execute/class-1.m: Added.
19012         * objc/execute/class-10.m: Added.
19013         * objc/execute/class-11.m: Added.
19014         * objc/execute/class-12.m: Added.
19015         * objc/execute/class-13.m: Added.
19016         * objc/execute/class-14.m: Added.
19017         * objc/execute/class-2.m: Added.
19018         * objc/execute/class-3.m: Added.
19019         * objc/execute/class-4.m: Added.
19020         * objc/execute/class-5.m: Added.
19021         * objc/execute/class-6.m: Added.
19022         * objc/execute/class-7.m: Added.
19023         * objc/execute/class-8.m: Added.
19024         * objc/execute/class-9.m: Added.
19025         * objc/execute/class-tests-1.h
19026         * objc/execute/class-tests-2.h
19027         * objc/execute/compatibility_alias.m: Added.
19028         * objc/execute/encode-1.m: Added.
19029         * objc/execute/formal_protocol-1.m: Added.
19030         * objc/execute/formal_protocol-2.m: Added.
19031         * objc/execute/formal_protocol-3.m: Added.
19032         * objc/execute/formal_protocol-4.m: Added.
19033         * objc/execute/formal_protocol-5.m: Added.
19034         * objc/execute/formal_protocol-6.m: Added.
19035         * objc/execute/formal_protocol-7.m: Added.
19036         * objc/execute/informal_protocol.m: Added.
19037         * objc/execute/initialize.m: Added.
19038         * objc/execute/load.m: Added.
19039         * objc/execute/many_args_method.m: Added.
19040         * objc/execute/nested-3.m: Added.
19041         * objc/execute/no_clash.m: Added.
19042         * objc/execute/private.m: Added.
19043         * objc/execute/redefining_self.m: Added.
19044         * objc/execute/root_methods.m: Added.
19045         * objc/execute/selector-1.m: Added.
19046         * objc/execute/static-1.m: Added.
19047         * objc/execute/static-2.m: Added.
19048         * objc/execute/va_method.m: Added.
19049
19050 2001-03-10  Richard Henderson  <rth@redhat.com>
19051
19052         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
19053
19054 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
19055
19056         * g++.old-deja/g++.other/crash31.C: XFAIL.
19057         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
19058         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
19059         * gcc.c-torture/execute/20010123-1.x: XFAIL.
19060         * gcc.c-torture/execute/20010124-1.x: XFAIL.
19061         * gcc.dg/sequence-pt-1.c: XFAIL one test.
19062
19063 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
19064
19065         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
19066
19067 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
19068
19069         * gcc.dg/20000724-1.c: Don't use multiline strings.
19070
19071 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
19072
19073         * objc/execute/string1.m, objc/execute/string2.m: Compare the
19074         result of -cString against what we expect it to be; don't just
19075         print it out for no one to read.
19076
19077         * objc/execute/string3.m, objc/execute/string4.m: New tests.
19078         Based on testcases provided by Nicola Pero.
19079
19080 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
19081
19082         * gcc.dg/cpp/macro7.c: New test.
19083
19084 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
19085
19086         * gcc.dg/cpp/multiline.c: Update.
19087
19088 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
19089
19090         * g++.old-deja/g++.other/enum3.C: New test.
19091
19092 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
19093
19094         * g++.old-deja/g++.other/pod1.C: New test.
19095
19096 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
19097
19098         * g++.old-deja/g++.ext/overload1.C: New test.
19099
19100 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
19101
19102         * g++.old-deja/g++.pt/using1.C: New test.
19103
19104 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
19105
19106         * g++.old-deja/g++.other/using9.C: New test.
19107
19108 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
19109
19110         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
19111
19112         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
19113
19114 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
19115
19116         * g++.old-deja/g++.ext/realpt1.C: Remove.
19117
19118 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
19119
19120         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
19121
19122 2001-02-26  Will Cohen  <wcohen@redhat.com>
19123
19124         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
19125
19126 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
19127
19128         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
19129         templatized constructors.
19130
19131 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19132
19133         * gcc.c-torture/execute/20010224-1.c: New test.
19134
19135 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
19136
19137         * gcc.c-torture/execute/20010222-1.c: New test.
19138
19139 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
19140
19141         * g++.old-deja/g++.other/inline20.C: New test.
19142
19143 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
19144
19145         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
19146
19147 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
19148
19149         * g++.old-deja/g++.other/lookup22.C: New test.
19150
19151 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
19152
19153         * g77.dg: New directory.
19154         * g77.dg/20010216-1.f: New test case.
19155         * g77.dg/dg.exp: New driver.
19156         * lib/g77-dg.exp: New driver library.
19157
19158 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19159
19160         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
19161
19162 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
19163
19164         * g++.old-deja/g++.other/decl9.C: New test.
19165
19166 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
19167
19168         * g++.old-deja/g++.other/init16.C: Update the test so that it does
19169         not need <string> and also tests the initialization at runtime.
19170
19171 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
19172
19173         * gcc.c-torture/execute/longlong.c: New test.
19174
19175 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
19176
19177         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
19178
19179 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
19180
19181         * gcc.c-torture/execute/920302-1.c (execute):
19182         Change argument type to short.
19183
19184 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
19185
19186         * g++.old-deja/g++.pt/deduct6.C: New test.
19187
19188 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
19189
19190         * g++.old-deja/g++.pt/deduct5.C: New test.
19191
19192 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
19193
19194         * gcc.c-torture/execute/20010209-1.c: New test.
19195
19196 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
19197
19198         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
19199
19200 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
19201
19202         * g++.dg/vtgc1.C: Update for new ABI.
19203
19204         * consistency.vlad: New directory, 1665 files.
19205
19206 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
19207
19208         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
19209         return type.
19210         * gcc.dg/cpp/digraphs.c: Declare puts.
19211
19212 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19213
19214         * g++.old-deja/g++.other/warn5.C: New test.
19215
19216 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19217
19218         * g++.old-deja/g++.pt/spec40.C: New test.
19219
19220 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19221
19222         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
19223         case.
19224         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
19225
19226 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
19227
19228         * gcc.c-torture/compile/20010209-1.c: New test.
19229
19230 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
19231
19232         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
19233         excess errors message but not if it crashes.
19234         * g++.old-deja/g++.other/crash27.C: Likewise.
19235         * g++.old-deja/g++.other/crash28.C: Likewise.
19236         * g++.old-deja/g++.other/crash30.C: Likewise.
19237         * g++.old-deja/g++.other/crash32.C: Likewise.
19238         * g++.old-deja/g++.other/crash35.C: Likewise.
19239         * g++.old-deja/g++.pt/inherit2.C: Likewise.
19240
19241 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
19242
19243         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
19244         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
19245         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
19246         g77.f-torture/execute/execute.exp,
19247         g77.f-torture/noncompile/noncompile.exp,
19248         gcc.c-torture/execute/execute.exp,
19249         gcc.c-torture/execute/memcheck/memcheck.exp,
19250         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
19251         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
19252         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
19253         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
19254         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
19255         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
19256         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
19257         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
19258         Remove bug reporting instructions with ancient email addresses.
19259
19260 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
19261
19262         * gcc.dg/20010202-1.c: New test.
19263         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
19264
19265 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
19266
19267         * g++.dg/stdbool-if.C: New test.
19268
19269 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
19270
19271         * objc/execute/fdecl.m: Added main().
19272
19273 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
19274
19275         * gcc.c-torture/execute/20010206-1.c: New test.
19276
19277 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
19278
19279         * gcc.dg/cpp/avoidpaste1.c: Update.
19280
19281 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
19282
19283         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
19284         Pero <nicola@brainstorm.co.uk>.
19285         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
19286
19287 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
19288
19289         * g++.old-deja/g++.pt/spec39.C: New test.
19290
19291 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
19292
19293         * gcc.c-torture/compile/20010202-1.c: New test.
19294
19295 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
19296
19297         * g++.old-deja/g++.abi/primary2.C: New test.
19298         * g++.old-deja/g++.abi/primary3.C: New test.
19299         * g++.old-deja/g++.abi/primary4.C: New test.
19300         * g++.old-deja/g++.abi/primary5.C: New test.
19301         * g++.old-deja/g++.abi/vtable3.h: New test.
19302         * g++.old-deja/g++.abi/vtable3a.C: New test.
19303         * g++.old-deja/g++.abi/vtable3b.C: New test.
19304         * g++.old-deja/g++.abi/vtable3c.C: New test.
19305         * g++.old-deja/g++.abi/vtable3d.C: New test.
19306         * g++.old-deja/g++.abi/vtable3e.C: New test.
19307         * g++.old-deja/g++.abi/vtable3f.C: New test.
19308         * g++.old-deja/g++.abi/vtable3g.C: New test.
19309         * g++.old-deja/g++.abi/vtable3h.C: New test.
19310         * g++.old-deja/g++.abi/vtable3i.C: New test.
19311         * g++.old-deja/g++.abi/vtable3j.C: New test.
19312         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
19313
19314 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
19315
19316         * g++.old-deja/g++.other/anon6.C: New test.
19317         * g++.old-deja/g++.other/anon7.C: New test.
19318
19319 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
19320
19321         * gcc.dg/cpp/avoidpaste2.c: New tests.
19322
19323 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
19324
19325         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
19326
19327 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
19328
19329         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
19330         DECIMAL_DIG cases for Irix."
19331
19332 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
19333
19334         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
19335
19336 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
19337
19338         * gcc.dg/c99-tag-1.c: New test.
19339
19340 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
19341
19342         * gcc.dg/cpp/tr-warn1.c: Add tests.
19343
19344 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
19345
19346         * gcc.dg/cpp/avoidpaste1.c: Update.
19347         * gcc.dg/cpp/paste4.c: Update.
19348
19349 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
19350
19351         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
19352         cases for Irix.
19353
19354 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
19355
19356         * g++.old-deja/g++.other/inline19.C: New test.
19357
19358 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
19359
19360         * gcc.dg/Wlarger-than.c: New test.
19361
19362 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
19363
19364         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
19365
19366 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
19367
19368         * gcc.c-torture/execute/20010129-1.c: New test.
19369         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
19370
19371 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
19372
19373         * gcc.dg/cpp/avoidpaste1.c: Test case.
19374
19375 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
19376
19377         * g++.old-deja/g++.other/inline18.C: New test.
19378
19379 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19380
19381         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
19382         and __builtin_putchar.
19383
19384 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
19385
19386         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
19387         tests.
19388
19389 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
19390
19391         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
19392         floating point number rounding mode to round to the nearest
19393         representable mode.
19394
19395 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
19396
19397         * g++.old-deja/g++.other/mangle2.C: New test.
19398
19399 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
19400
19401         * gcc.c-torture/compile/20010124-1.c: New test.
19402
19403 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
19404
19405         * g++.old-deja/g++.pt/spec38.C: New test.
19406
19407 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19408
19409         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
19410         "Build don't run".
19411
19412 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19413
19414         * gcc.c-torture/execute/20010123-1.c: New test.
19415
19416 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
19417
19418         * g++.old-deja/g++.pt/spec37.C: New test.
19419
19420 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
19421
19422         * g++.old-deja/g++.pt/overload14.C: New test.
19423
19424 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19425
19426         * gcc.c-torture/execute/20010122-1.c: New test, exercise
19427         __builtin_return_address.
19428
19429 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
19430
19431         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
19432         * g++.old-deja/g++.pt/spec35.C: New test.
19433         * g++.old-deja/g++.pt/spec36.C: New test.
19434
19435 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
19436
19437         * gcc.c-torture/compile/20010118-1.c: New test.
19438
19439 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
19440
19441         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
19442
19443 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
19444
19445         * gcc.c-torture/execute/20010119-1.c: New test.
19446
19447 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
19448
19449         * g++.old-deja/g++.other/vbase5.C: New test.
19450
19451 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
19452
19453         * gcc.c-torture/execute/20010118-1.c: New test.
19454
19455 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
19456
19457         * g++.old-deja/g++.pt/deduct3.C: New test.
19458
19459 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
19460
19461         * g++.old-deja/g++.pt/spec34.C: New test.
19462
19463 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
19464
19465         * g77.f-torture/compile/20000601-2.f: New test.
19466
19467 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19468
19469         * g++.old-deja/g++.other/init17.C: New test.
19470
19471 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
19472
19473         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
19474
19475 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19476
19477         * g++.old-deja/g++.pt/unify8.C: New test.
19478
19479 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19480
19481         * g++.old-deja/g++.abi/vbase1.C: New test.
19482
19483 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19484
19485         * g++.old-deja/g++.pt/crash65.C: New test.
19486
19487 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
19488
19489         * gcc.dg/cpp/assembl2.S: New test case.
19490
19491 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
19492
19493         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
19494         are supported.
19495
19496 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19497
19498         * g++.old-deja/g++.other/builtins1.C: New test.
19499         * g++.old-deja/g++.other/builtins2.C: Likewise.
19500         * g++.old-deja/g++.other/builtins3.C: Likewise.
19501         * g++.old-deja/g++.other/builtins4.C: Likewise.
19502
19503 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
19504
19505         * gcc.c-torture/compile/20010117-1.c: New test.
19506         * gcc.c-torture/compile/20010117-2.c: New test.
19507
19508 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
19509
19510         * g77.f-torture/execute/20010116.[fx]: New test,
19511         XFAIL on i?86-*-*.
19512         * g77.f-torture/compile/20010115.f: Indicate it's
19513         a test for PR fortran/1636.
19514
19515 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
19516
19517         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
19518
19519 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
19520
19521         * g77.f-torture/compile/20010115.f: New test.
19522
19523 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
19524
19525         * g++.old-deja/g++.pt/nontype5.C: New test.
19526
19527 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
19528
19529         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
19530         have an equivalent working one below it.
19531
19532 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
19533
19534         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
19535         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
19536
19537 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
19538
19539         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
19540         message containing "init_priority".
19541         (conpr-2.C): Likewise.
19542         (conpr-3.C): Likewise.
19543         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
19544
19545 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19546
19547         * gcc.c-torture/execute/20010114-2.c: New test.
19548
19549 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
19550
19551         * gcc.c-torture/compile/20010114-1.c: New test.
19552         * gcc.c-torture/compile/20010114-1.x: Xfail.
19553         * gcc.c-torture/compile/20010114-2.c: New test.
19554         * gcc.c-torture/execute/20010114-1.c: New test.
19555         * gcc.dg/trunc-1.c: New test.
19556         * gcc.dg/uninit-B.c: New test.
19557
19558 2001-01-13  Nick Clifton  <nickc@redhat.com>
19559
19560         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
19561         target.
19562
19563 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
19564
19565         * gcc.c-torture/compile/20010113-1.c: New test.
19566
19567 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
19568
19569         * gcc.c-torture/compile/20001212-1.c: New test.
19570
19571 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
19572
19573         * gcc.dg/cpp/widestr1.c: Update.
19574         * gcc.dg/cpp/prag-imp.c: Remove.
19575
19576 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
19577
19578         * gcc.c-torture/execute/20000801-3.x: Remove.
19579         * gcc.dg/c90-init-1.c: New test.
19580         * gcc.dg/c99-init-1.c: New test.
19581         * gcc.dg/c99-init-2.c: New test.
19582         * gcc.dg/gnu99-init-1.c: New test.
19583
19584 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
19585
19586         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
19587         testing that no relevant ones were found.
19588
19589 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
19590
19591         * g++.old-deja/g++.pt/cast2.C: New test.
19592
19593 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
19594
19595         * g++.old-deja/g++.pt/friend47.C: New test.
19596
19597 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
19598
19599         * g++.old-deja/g++.pt/instantiate13.C: New test.
19600
19601 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
19602
19603         * g++.old-deja/g++.other/defarg7.C: New test.
19604         * g++.old-deja/g++.other/defarg8.C: New test.
19605
19606 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
19607
19608         * g++.old-deja/g++.pt/crash64.C: New test.
19609
19610 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
19611
19612         * g++.old-deja/g++.pt/crash63.C: New test.
19613
19614 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
19615
19616         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
19617
19618 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
19619
19620         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
19621
19622 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
19623
19624         * g++.old-deja/g++.pt/error3.C: New test.
19625
19626 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
19627
19628         * g++.old-deja/g++.other/crash39.C: New test.
19629
19630 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
19631
19632         * g++.old-deja/g++.other/vbase4.C: New test.
19633
19634 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
19635
19636         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
19637         * gcc.dg/special/20000419-2.c: New file. Identical to above.
19638         * gcc.dg/special/special.exp: New test driver which will check
19639         for alias support for the above test.
19640
19641 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
19642
19643         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
19644         problems on small machines.
19645         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
19646         parameterize.
19647
19648 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
19649
19650         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
19651         mips.
19652         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
19653
19654 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
19655
19656         * g++.old_deja/g++.pt/using8.C: New test.
19657
19658 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
19659
19660         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
19661
19662 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
19663
19664         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
19665         where a failure is expected.
19666         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
19667
19668 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
19669
19670         * g++.old_deja/g++.pt/instantiate12.C: New test.
19671
19672 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
19673
19674         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
19675         start of structs.
19676         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
19677         * g++.old-deja/g++.brendan/crash17.C: Likewise.
19678         * g++.old-deja/g++.brendan/crash29.C: Likewise.
19679         * g++.old-deja/g++.brendan/crash48.C: Likewise.
19680         * g++.old-deja/g++.brendan/ns1.C: Likewise.
19681         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
19682         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
19683         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
19684         * g++.old-deja/g++.eh/spec6.C: Likewise.
19685         * g++.old-deja/g++.jason/crash3.C: Likewise.
19686         * g++.old-deja/g++.law/ctors11.C: Likewise.
19687         * g++.old-deja/g++.law/ctors17.C: Likewise.
19688         * g++.old-deja/g++.law/ctors5.C: Likewise.
19689         * g++.old-deja/g++.law/ctors9.C: Likewise.
19690         * g++.old-deja/g++.mike/ambig1.C: Likewise.
19691         * g++.old-deja/g++.mike/net22.C: Likewise.
19692         * g++.old-deja/g++.mike/p3538a.C: Likewise.
19693         * g++.old-deja/g++.mike/p3538b.C: Likewise.
19694         * g++.old-deja/g++.mike/virt3.C: Likewise.
19695         * g++.old-deja/g++.niklas/t128.C: Likewise.
19696         * g++.old-deja/g++.other/anon4.C: Likewise.
19697         * g++.old-deja/g++.other/using1.C: Likewise.
19698         * g++.old-deja/g++.other/warn3.C: Likewise.
19699         * g++.old-deja/g++.pt/t37.C: Likewise.
19700         * g++.old-deja/g++.robertl/eb69.C: Likewise.
19701         * g++.old-deja/g++.robertl/eb71.C: Likewise.
19702
19703 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
19704
19705         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
19706
19707 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19708
19709         * gcc.c-torture/execute/stdio-opt-3.c: New test.
19710
19711 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
19712
19713         * gcc.c-torture/compile/20010107-1.c: New test.
19714
19715 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19716
19717         * gcc.c-torture/execute/builtin-noret-1.c: New test.
19718
19719 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19720
19721         * gcc.dg/format/format.h: New file.
19722         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
19723         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
19724         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
19725         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
19726         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
19727         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
19728         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
19729         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
19730         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
19731         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
19732         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
19733         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
19734         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
19735         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
19736         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
19737         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
19738         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
19739         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
19740         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
19741         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
19742         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
19743         instead of declaring standard types, macros and functions in each
19744         test.
19745
19746 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
19747
19748         * gcc.c-torture/execute/20010106-1.c: New test.
19749
19750 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
19751
19752         * gcc.dg/format/format.exp: New file.
19753         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
19754         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
19755         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
19756         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
19757         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
19758         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
19759         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
19760         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
19761         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
19762         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
19763         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
19764         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
19765         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
19766         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
19767         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
19768         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
19769         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
19770         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
19771         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
19772         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
19773         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
19774         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
19775         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
19776         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
19777         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
19778         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
19779         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
19780         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
19781         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
19782         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
19783         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
19784         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
19785         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
19786         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
19787         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
19788         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
19789         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
19790         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
19791         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
19792         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
19793         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
19794         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
19795
19796 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
19797
19798         * gcc.c-torture/execute/991228-1.c: Take word endianness into
19799         account.
19800
19801 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
19802
19803         * gcc.c-torture/execute/builtin-complex-1.c: New test.
19804
19805 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
19806
19807         * g++.old-deja/g++.pt/crash62.C: New test.
19808
19809 2001-01-04  Richard Henderson  <rth@redhat.com>
19810
19811         * gcc.dg/20000926-1.c: Update expected warnings.
19812         * gcc.dg/array-2.c: Likewise.
19813         * gcc.dg/array-4.c: Also validate flexible array members.
19814         * gcc.dg/c99-flex-array-1.c: New.
19815
19816 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
19817
19818         * gcc.c-torture/compile/20001222-1.x: Remove.
19819
19820 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19821
19822         * gcc.c-torture/execute/built-in-setjmp.c: New.
19823
19824 2001-01-03  Richard Henderson  <rth@redhat.com>
19825
19826         * gcc.dg/940510-1.c: Update expected error wording.
19827         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
19828
19829 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
19830
19831         * lib/target-supports.exp (check_alias_available): Modified to
19832         indicate aliases not supported if only weak aliases are supported.
19833
19834 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19835
19836         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
19837         Turn on cmpstrsi checks for __pj__ and __i370__.
19838
19839 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
19840
19841         * g++.old-deja/g++.other/virtual11.C: New test.
19842
19843 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
19844
19845         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
19846
19847 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19848
19849         * gcc.c-torture/compile/20010102-1.c: New test.
19850
19851 2001-01-02  Andreas Jaeger  <aj@suse.de>
19852
19853         * gcc.dg/noreturn-3.c: New test.
19854
19855         * gcc.dg/noreturn-4.c: New test.
19856
19857 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19858
19859         * gcc.c-torture/execute/stdio-opt-1.c: Also test
19860         __builtin_fputc and __builtin_fwrite.
19861
19862 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
19863
19864         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
19865         signed char, not default char.
19866
19867 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
19868
19869         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
19870
19871 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
19872
19873         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
19874
19875 2000-12-29  Richard Henderson  <rth@redhat.com>
19876
19877         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
19878         (__cyg_profile_func_exit): Define.
19879
19880 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
19881
19882         * g++.dg/vtgc1.C: New test.
19883
19884 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
19885
19886         * gcc.dg/noncompile/20001228-1.c: New test.
19887
19888         * gcc.dg/20001228-1.c: New test.
19889
19890         * gcc.c-torture/execute/20001228-1.c: New test.
19891
19892 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
19893
19894         * gcc.dg/format-strfmon-1.c: New test.
19895
19896 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19897
19898         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
19899         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
19900         * gcc.c-torture/execute/string-opt-1.c: Likewise.
19901         * gcc.c-torture/execute/string-opt-2.c: Likewise.
19902         * gcc.c-torture/execute/string-opt-3.c: Likewise.
19903         * gcc.c-torture/execute/string-opt-4.c: Likewise.
19904         * gcc.c-torture/execute/string-opt-6.c: Likewise.
19905         * gcc.c-torture/execute/string-opt-7.c: Likewise.
19906         * gcc.c-torture/execute/string-opt-8.c: Likewise.
19907         * gcc.c-torture/execute/string-opt-9.c: Likewise.
19908         * gcc.c-torture/execute/string-opt-10.c: Likewise.
19909         * gcc.c-torture/execute/string-opt-11.c: Likewise.
19910         * gcc.c-torture/execute/string-opt-12.c: Likewise.
19911
19912         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
19913         * gcc.c-torture/execute/string-opt-4.c: Test index.
19914
19915 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
19916
19917         * gcc.c-torture/compile/20001226-1.c: New test.
19918
19919 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
19920
19921         * gcc.c-torture/compile/20001222-1.c: New test.
19922         * gcc.c-torture/compile/20001222-1.x: Xfail.
19923
19924 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
19925
19926         * gcc.c-torture/execute/comp-goto-2.c: New test.
19927
19928 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
19929
19930         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
19931         Use long types if __INT_MAX__ is 32767.
19932         (main): Use cast to (sint32 *) when poking 88 into a_page.
19933
19934         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
19935
19936 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
19937
19938         * gcc.c-torture/compile/20001221-1.c: New test.
19939         * gcc.c-torture/execute/20001221-1.c: New test.
19940
19941 2000-12-20  Richard Henderson  <rth@redhat.com>
19942
19943         * g++.old-deja/g++.pt/crash36.C: Update error lines.
19944         * g++.old-deja/g++.robertl/eb109.C: Likewise.
19945
19946 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19947
19948         * gcc.dg/compare3.c: New test.
19949
19950 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
19951
19952         * gcc.dg/format-warnll-1.c: New test.
19953
19954 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
19955
19956         * gcc.dg/cpp/cmdlne-P.c: New test.
19957
19958 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
19959
19960         * gcc.c-torture/execute/builtin-abs-1.c,
19961         gcc.c-torture/execute/builtin-abs-2.c: New tests.
19962
19963 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
19964
19965         * gcc.dg/cpp/multiline.c: New test.
19966
19967 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
19968
19969         * g++.old-deja/g++.other/syshdr1.C: Update.
19970         * gcc.dg/cpp/lineflags.c: Remove temporarily.
19971
19972 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19973
19974         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
19975
19976 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19977
19978         * g++.old-deja/g++.pt/ttp65.C: New test.
19979
19980 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19981
19982         * g++.old-deja/g++.pt/ttp64.C: New test.
19983
19984 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19985
19986         * g++.old-deja/g++.pt/spec33.C: New test.
19987
19988 2000-12-14  Catherine Moore  <clm@redhat.com>
19989
19990         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
19991         * gcc.c-torture/execute/920612-2.c: Likewise.
19992         * gcc.c-torture/execute/920428-2.c: Likewise.
19993         * gcc-c-torture/execute/va-arg-11.c: Call exit.
19994         * gcc.c-torture/execute/va-arg-21.c: Likewise.
19995
19996 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19997
19998         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
19999         * gcc.dg/pack-test-2.c: Likewise.
20000
20001 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
20002
20003         Tests by Zack Weinberg <zackw@stanford.edu>.
20004
20005         * gcc.dg/cpp/defined.c: Update.
20006         * gcc.dg/cpp/defined_trad.c: New tests.
20007
20008 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
20009
20010         * gcc.dg/cpp/trad-direct.c: Update.
20011
20012 2000-12-11  Neil Booth  <neilb@earthling.net>
20013
20014         * gcc.dg/cpp/defined_trad.c
20015
20016 2000-12-11  Neil Booth  <neilb@earthling.net>
20017
20018         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
20019
20020 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
20021
20022         * gcc.dg/format-miss-2.c: New test.
20023
20024 2000-12-09  Neil Booth  <neilb@earthling.net>
20025
20026         * gcc.dg/cpp/lineflags.c: New tests.
20027         * gcc.dg/cpp/poison.c: Update.
20028         * gcc.dg/cpp/redef2.c: Update.
20029         * gcc.dg/cpp/skipping.c: New test.
20030
20031 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
20032
20033         * g++.old-deja/g++.other/eh3.C: New testcase.
20034
20035 2000-12-07  Neil Booth  <neilb@earthling.net>
20036
20037         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
20038         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
20039         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
20040         wtr-union-init-2.c, wtr-union-init-3.c: Update.
20041         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
20042         Update.
20043
20044 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20045
20046         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
20047         __SIZE_TYPE__ instead of int for type of integers cast to
20048         pointers.
20049
20050 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
20051
20052         * g++.old-deja/g++.other/cleanup4.C: New test.
20053
20054 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20055
20056         * format-sec-1.c: New test.
20057
20058 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20059
20060         * gcc.dg/format-nonlit-3.c: New test.
20061
20062 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20063
20064         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
20065         through a null pointer.
20066
20067 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20068
20069         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
20070         * g++.old-deja/g++.pt/partial4.C: New test.
20071
20072 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
20073
20074         * gcc.c-torture/execute/ieee/hugeval.x: New.
20075
20076 2000-12-06  Neil Booth  <neilb@earthling.net>
20077
20078         * gcc.dg/cpp/backslash2.c: New tests.
20079
20080 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20081
20082         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
20083         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
20084
20085 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
20086
20087         * gcc.c-torture/execute/20001203-2.c: New testcase.
20088
20089 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
20090
20091         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
20092         * g++.old-deja/g++.other/virtual10.C: New test.
20093
20094 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
20095
20096         * g++.old-deja/g++.mike/pmf5.C: Remove test.
20097
20098 2000-12-05  Richard Henderson  <rth@redhat.com>
20099
20100         * gcc.c-torture/compile/20001205-1.c: New.
20101
20102 2000-12-04  Neil Booth  <neilb@earthling.net>
20103
20104         * g++.old-deja/g++.other/virtual9.C: New test.
20105         * g++.old-deja/g++.pt/crash61.C: New test.
20106         * gcc.c-torture/execute/loop-9.c: New test.
20107
20108 2000-12-04  Neil Booth  <neilb@earthling.net>
20109
20110         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
20111         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
20112         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
20113         * gcc.dg/cpp/extratokens.c: ...here.
20114
20115 2000-12-04  Neil Booth  <neilb@earthling.net>
20116
20117         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
20118         New tests.
20119
20120 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20121
20122         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
20123         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
20124
20125 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
20126
20127         * gcc.c-torture/execute/20001203-1.c: New test.
20128
20129 2000-12-03  Neil Booth  <neilb@earthling.net>
20130
20131         * gcc.dg/cpp/macro6.c: New test cases.
20132
20133 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20134
20135         * gcc.c-torture/execute/string-opt-9.c: New test.
20136         * gcc.c-torture/execute/string-opt-10.c: Likewise.
20137         * gcc.c-torture/execute/string-opt-11.c: Likewise.
20138         * gcc.c-torture/execute/string-opt-12.c: Likewise.
20139
20140         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
20141         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
20142
20143 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
20144
20145         * gcc.dg/cpp/if-6.c: New testcase.
20146
20147         * gcc.dg/20001201-1.c: New testcase.
20148
20149 2000-12-02  Neil Booth  <neilb@earthling.net>
20150
20151         * g++.old-deja/g++.other/externC4.C,
20152         g++.old-deja/g++.other/friend10.C: New tests.
20153
20154 2000-12-02  Neil Booth  <neilb@earthling.net>
20155
20156         * g++.old-deja/g++.other/instan2.C
20157         * g++.old-deja/g++.other/instan3.C: New test.
20158
20159 2000-12-02  Neil Booth  <neilb@earthling.net>
20160
20161         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
20162         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
20163         gnuc99.c,gnuc99-pedantic.c: New tests.
20164
20165 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
20166
20167         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
20168         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
20169
20170 2000-12-01  Neil Booth  <neilb@earthling.net>
20171
20172         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
20173         * gcc.dg/cpp/poison.c: Update.
20174         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
20175
20176 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
20177
20178         * g77.f-torture/execute/20001201.f: New test.
20179
20180 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
20181
20182         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
20183
20184 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
20185
20186         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
20187
20188 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
20189
20190         * g++.old-deja/g++.other/cast6.C: New test.
20191
20192 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
20193
20194         * gcc.c-torture/execute/20001130-2.c: New testcase.
20195
20196 2000-11-30  Richard Henderson  <rth@redhat.com>
20197
20198         * gcc.c-torture/execute/20001130-1.c: New test.
20199
20200 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20201
20202         * g++.old-deja/g++.other/op3.C: New test.
20203
20204 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20205
20206         * g++.old-deja/g++.other/op2.C: New test.
20207
20208 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20209
20210         * g++.old-deja/g++.other/crash38.C: New test.
20211
20212 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
20213
20214         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
20215
20216 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
20217
20218         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
20219         tests.
20220         * gcc.c-torture/execute/string-opt-6.c: New test.
20221
20222         * gcc.dg/20001117-1.c: Add main.
20223
20224 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
20225
20226         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
20227         Move from here ...
20228         * gcc.dg/940510-1.c: ... to here.
20229
20230         * gcc.dg/20000926-1.c: GNU C now allows initializations of
20231         zero-size arrays in toplevel structures.
20232
20233 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
20234
20235         * gcc.c-torture/execute/loop-8.c: New test.
20236
20237 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20238
20239         * g++.old-deja/g++.other/base1.C: New test.
20240
20241 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20242
20243         * g++.old-deja/g++.other/parse2.C: New test.
20244
20245 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20246
20247         * g++.old-deja/g++.pt/incomplete1.C: New test.
20248
20249 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20250
20251         * g++.old-deja/g++.other/friend9.C: New test.
20252
20253 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
20254
20255         * gcc.dg/20001127-1.c: New test.
20256
20257 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
20258
20259         * g++.old-deja/g++.pt/friend46.C: New test.
20260
20261 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
20262
20263         * g++.old-deja/g++.other/ptrmem8.C: New test.
20264
20265 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20266
20267         * gcc.c-torture/execute/string-opt-7.c: New test.
20268         * gcc.c-torture/execute/string-opt-8.c: Likewise.
20269
20270 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
20271
20272         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
20273         instead of 'mkcheck 2'.
20274
20275 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20276
20277         * gcc.c-torture/execute/memcheck/driver.c,
20278         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
20279         C9X references to refer to C99.
20280
20281 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
20282
20283         * gcc.dg/ultrasp3.c: New test.
20284
20285 2000-11-25  Neil Booth  <neilb@earthling.net>
20286
20287         * gcc.dg/cpp/include2.c: Update test to be locale independent.
20288
20289 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
20290
20291         * gcc.c-torture/compile/20001123-2.c: New.
20292
20293 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20294
20295         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
20296
20297 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
20298
20299         * gcc.dg/sequence-point-1.c: Add some new tests.
20300         * gcc.c-torture/execute/20001124-1.c: New test.
20301
20302 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
20303
20304         * g++.old-deja/g++.other/vaarg4.C: New test.
20305         * gcc.c-torture/compile/20001123-1.c: New test.
20306
20307 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
20308
20309         * g++.other/crash24.C: Adjust and remove XFAIL.
20310         * g++.other/crash37.C: New test.
20311
20312 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
20313
20314         * g++.old-deja/g++.pt/instantiate9.C: New test.
20315
20316 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
20317
20318         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
20319         new ABI, too.
20320
20321         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
20322         * g++.old-deja/g++.robertl/eb55.C: Likewise.
20323
20324 2000-11-22  Neil Booth  <neilb@earthling.net>
20325
20326         * gcc.dg/cpp/Wtrigraphs.c: New test.
20327
20328 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
20329
20330         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
20331
20332 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
20333
20334         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
20335
20336 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
20337
20338         * lib/gcc-dg.exp: load_lib scanasm.exp.
20339         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
20340         * lib/g++-dg.exp: load_lib scanasm.exp.
20341         * lib/scanasm.exp: New.
20342         (scan-assembler, scan-assembler-not): Add optional arguments to
20343         test name, or if not present, the pattern name.
20344         (scan-assembler-dem, scan-assembler-dem-not): New.
20345
20346         * g++.dg/dg.exp: New.
20347
20348 2000-11-21  Neil Booth  <neilb@earthling.net>
20349
20350         * gcc.dg/cpp/integrated1.c: Remove.
20351
20352 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
20353
20354         * gcc.c-torture/execute/20001121-1.c: New test.
20355
20356 2000-11-21  Richard Henderson  <rth@redhat.com>
20357
20358         * gcc.c-torture/compile/20001121-1.c: New test.
20359
20360 2000-11-20  Neil Booth  <neilb@earthling.net>
20361
20362         * gcc.dg/cpp/integrated1.c: New test.
20363
20364 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
20365
20366         * g++.old-deja/g++.other/inline17.C: New test.
20367
20368 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
20369
20370         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
20371         local variable to be zero: I made the variable global. Now
20372         uses abort() and exit() instead of relying on main's return value.
20373
20374 2000-11-20  Neil Booth  <neilb@earthling.net>
20375
20376         * gcc.dg/cpp/paste2.c: Update test.
20377         * objc/execute/paste.m: New test.
20378
20379 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
20380
20381         * gcc.dg/c99-condexpr-1.c: New test.
20382
20383 2000-11-20  Neil Booth  <neilb@earthling.net>
20384
20385         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
20386
20387 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
20388
20389         * g++.old-deja/g++.pt/export1.C: New test.
20390
20391 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
20392
20393         * gcc.dg/20001117-1.c: New test.
20394
20395 2000-11-18  Richard Henderson  <rth@redhat.com>
20396
20397         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
20398
20399 2000-11-18  Richard Henderson  <rth@redhat.com>
20400
20401         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
20402         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
20403         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
20404
20405 2000-11-18  Richard Henderson  <rth@redhat.com>
20406
20407         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
20408         (main): New.  Exit cleanly.
20409
20410 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20411
20412         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
20413         gcc.dg/c99-fordecl-2.c: New tests.
20414
20415 2000-11-18  Richard Henderson  <rth@redhat.com>
20416
20417         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
20418         * gcc.c-torture/execute/zerolen-2.c: New.
20419
20420 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20421
20422         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
20423         memory.
20424
20425 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
20426
20427         * g++.old-deja/g++.pt/instantiate8.C: New test.
20428
20429 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
20430
20431         * g++.old-deja/g++.other/incomplete.C: Add more tests.
20432         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
20433
20434 2000-11-16  Nick Clifton  <nickc@redhat.com>
20435
20436         * gcc.c-torture/execute/nestfunc-2.c: New test.
20437         * gcc.c-torture/execute/nestfunc-3.c: New test.
20438
20439 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
20440
20441         * gcc.c-torture/compile/20001116-1.c: New test.
20442
20443 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20444
20445         * gcc.c-torture/execute/20001115-1.c: New test.
20446
20447 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
20448
20449         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
20450         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
20451         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
20452         * g++.old-deja/g++.abi/vmihint.C: Likewise.
20453
20454 2000-11-15  Neil Booth  <neilb@earthling.net>
20455
20456         gcc.dg/cpp/_Pragma1.c: Update.
20457         gcc.dg/cpp/_Pragma2.c: New test.
20458
20459 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
20460
20461         * g++.old-deja/g++.other/anon5.C: New test.
20462
20463 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
20464
20465         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
20466         tests.
20467
20468 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
20469
20470         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
20471         output.
20472
20473 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20474
20475         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
20476         labels at end of compound statements.
20477
20478 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
20479
20480         * gcc.c-torture/execute/loop-7.c: New test.
20481
20482 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20483
20484         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
20485
20486 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20487
20488         * gcc.dg/c99-bool-1.c: New test.
20489
20490 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20491
20492         * gcc.dg/c99-scope-1.c: Remove xfail.
20493         * gcc.dg/c99-scope-2.c: New test.
20494
20495 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20496
20497         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
20498         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
20499
20500 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
20501
20502         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
20503         error messages.
20504
20505         * g++.mike/p700.C: Don't typedef wchar_t.
20506         * g++.mike/p784.C: Likewise.
20507         * g++.mike/eb101.C: Don't use __wchar_t.
20508
20509 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
20510
20511         * g77.f-torture/execute/20001111.[fx]: Test premature exit
20512         from DO loop.
20513
20514 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
20515
20516         * gcc.c-torture/execute/20001111-1.c: New test.
20517
20518 2000-11-10  Nick Clifton  <nickc@redhat.com>
20519
20520         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
20521         long multuiple and accumulate.
20522
20523 2000-11-09  Richard Henderson  <rth@redhat.com>
20524
20525         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
20526         via size_t instead of int.
20527
20528         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
20529         * gcc.c-torture/execute/string-opt-2.c: Likewise.
20530         * gcc.c-torture/execute/string-opt-3.c: Likewise.
20531         * gcc.c-torture/execute/string-opt-4.c: Likewise.
20532
20533 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
20534
20535         * gcc.c-torture/compile/20001109-1.c: New test.
20536         * gcc.c-torture/compile/20001109-2.c: New test.
20537
20538 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
20539
20540         * g++.old-deja/g++.pt/operator1.C: New test.
20541         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
20542
20543 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
20544
20545         * gcc.dg/20001108-1.c: New test.
20546
20547 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
20548
20549         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
20550         with both arguments constant strings.
20551         * gcc.c-torture/execute/string-opt-3.c: New test.
20552         * gcc.c-torture/execute/string-opt-4.c: New test.
20553         * gcc.c-torture/execute/string-opt-5.c: New test.
20554
20555 2000-11-08  Nick Clifton  <nickc@redhat.com>
20556
20557         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
20558         mulsidi3adddi patterns.
20559
20560 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
20561
20562         * g++.old-deja/g++.other/crash36.C: New test.
20563
20564 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
20565
20566         * g++.old-deja/g++.other/init16.C: New test.
20567
20568 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
20569
20570         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
20571
20572 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
20573
20574         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
20575         * gcc.c-torture/execute/va-arg-16.x: Likewise.
20576         * gcc.c-torture/execute/va-arg-17.x: Likewise.
20577
20578 2000-11-07  DJ Delorie  <dj@redhat.com>
20579
20580         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
20581
20582 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20583
20584         * gcc.c-torture/execute/string-opt-1.c: New test.
20585
20586 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
20587
20588         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
20589         mips-sgi-irix6.* because the MIPS ABI passes floating-point
20590         parameters in registers, and there is no way for a varargs
20591         function to know in which order the integer and floating-point
20592         parameters should be interleaved when they are placed on the
20593         stack.
20594         * gcc.c-torture/execute/va-arg-16.x: Likewise.
20595         * gcc.c-torture/execute/va-arg-17.x: Likewise.
20596
20597 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20598
20599         * gcc.c-torture/execute/string-opt-2.c: New test.
20600
20601 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
20602
20603         * g++.old-deja/g++.pt/crash60.C: New test.
20604
20605 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
20606
20607         * g++.old-deja/g++.other/crash24.C: New test.
20608         * g++.old-deja/g++.other/crash25.C: New test.
20609         * g++.old-deja/g++.other/crash26.C: New test.
20610         * g++.old-deja/g++.other/crash27.C: New test.
20611         * g++.old-deja/g++.other/crash28.C: New test.
20612         * g++.old-deja/g++.other/crash29.C: New test.
20613         * g++.old-deja/g++.other/crash30.C: New test.
20614         * g++.old-deja/g++.other/crash31.C: New test.
20615         * g++.old-deja/g++.other/crash32.C: New test.
20616         * g++.old-deja/g++.other/crash33.C: New test.
20617         * g++.old-deja/g++.other/crash34.C: New test.
20618         * g++.old-deja/g++.other/crash35.C: New test.
20619
20620 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
20621
20622         * gcc.c-torture/execute/20001031-1.c: New test.
20623
20624 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
20625
20626         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
20627         namespace.
20628
20629         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
20630         standards-conformant.
20631
20632         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
20633
20634         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
20635         * g++.old-deja/g++.mike/p755a.C: Likewise.
20636         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
20637         library makes no calls to `operator new' during initialization.
20638
20639 2000-11-04  Neil Booth  <neilb@earthling.net>
20640
20641         * gcc.dg/cpp/include2.c: New tests.
20642
20643 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
20644
20645         * lib/g++.exp (g++_set_ld_library_path): New function.
20646         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
20647
20648 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
20649
20650         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
20651         warnings.
20652
20653 2000-11-01  Richard Henderson  <rth@redhat.com>
20654
20655         * g++.old-deja/g++.ext/namedret1.C: New.
20656         * g++.old-deja/g++.ext/namedret2.C: New.
20657         * g++.old-deja/g++.ext/namedret3.C: New.
20658
20659 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
20660
20661         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
20662         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
20663
20664 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20665
20666         * gcc.c-torture/execute/va-arg-21.c: New test.
20667
20668 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
20669
20670         * gcc.dg/c99-complex-2.c: New test.
20671
20672 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20673
20674         * gcc.c-torture/execute/stdio-opt-1.c: New test.
20675
20676 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
20677
20678         * g++.old-deja/g++.other/inline16.C: New test.
20679
20680 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
20681
20682         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
20683         __PRETTY_FUNCTION__
20684
20685 2000-10-29  Neil Booth  <neilb@earthling.net>
20686
20687         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
20688         New tests.
20689         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
20690         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
20691         optimisation.
20692
20693 2000-10-29  Neil Booth  <neilb@earthling.net>
20694
20695         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
20696         * mi1.c, mi1c.h: Add null directives to multiple-include test.
20697         * mi5.c: Test multiple includes work with -C.
20698         * trigraphs.c: Test ^= version.
20699
20700 2000-10-28  Neil Booth  <neilb@earthling.net>
20701
20702         New tests and test updates for new macro expander.
20703
20704         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
20705         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
20706         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
20707         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
20708         new diagnostic messages.
20709
20710         * gcc.dg/cpp/macro3.c: New tests.
20711
20712 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
20713
20714         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
20715         on the same line.
20716
20717 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
20718
20719         * g++.old-deja/g++.other/eh2.C: New test.
20720
20721 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
20722
20723         * gcc.c-torture/execute/20001027-1.c: New test.
20724
20725 2000-10-26  Richard Henderson  <rth@redhat.com>
20726
20727         * gcc.c-torture/execute/20001026-1.c: New.
20728
20729 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
20730
20731         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
20732         * g++.old-deja/g++.law/builtin1.C: Likewise.
20733         * g++.old-deja/g++.law/ctors10.C: Likewise.
20734         * g++.old-deja/g++.law/virtual3.C: Likewise.
20735         * g++.old-deja/g++.mike/p658.C: Likewise.
20736         * g++.old-deja/g++.other/sibcall1.C: Likewise.
20737         * g++.old-deja/g++.other/vaarg2.C: Likewise.
20738         * g++.old-deja/g++.robertl/eb124.C: Likewise.
20739         * g++.old-deja/g++.robertl/eb44.C: Likewise.
20740         * g++.old-deja/g++.robertl/eb77.C: Likewise.
20741
20742 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
20743
20744         * gcc.c-torture/compile/20001024-1.c: New test.
20745
20746 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
20747
20748         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
20749         to tell us whether or not we are using V3.
20750
20751 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
20752
20753         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
20754         operands.
20755
20756 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20757
20758         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
20759
20760 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
20761
20762         * gcc.c-torture/execute/20001024-1.c: New test.
20763
20764 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
20765
20766         * g++.old-deja/g++.other/sibcall1.C: New test.
20767
20768 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
20769
20770         * gcc.dg/noncompile/init-3.c: New test.
20771
20772 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
20773
20774         * gcc.dg/format-array-1.c: New test.
20775
20776 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20777
20778         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
20779         writing through null pointers; remove comment about testing
20780         unterminated strings.
20781
20782 2000-10-17  Matthew Hiller  <hiller@redhat.com>
20783
20784         * gcc.c-torture/execute/20001017-2.c: New test.
20785
20786 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20787
20788         * gcc.c-torture/compile/20001018-1.c: New test.
20789         * gcc.c-torture/compile/20001018-1.x: Xfail.
20790
20791 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20792
20793         * gcc.c-torture/execute/20001017-1.c: New test.
20794
20795 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
20796
20797         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
20798         for multiple use of arguments with scanf formats; add tests for
20799         multiple use of arguments.
20800
20801 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
20802
20803         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
20804
20805 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
20806
20807         * gcc.dg/format-miss-1.c: New test.
20808
20809 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
20810
20811         * gcc.c-torture/execute/20001013-1.c: New test.
20812
20813 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
20814
20815         * gcc.dg/format-branch-1.c: New test.
20816
20817 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
20818
20819         * README, lib/file-format.exp: Remove EGCS references.
20820
20821 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
20822
20823         * gcc.dg/20001013-1.c: New test.
20824
20825 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
20826
20827         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
20828         for intmax_t in the compiler using __typeof__ and the type rules
20829         for conditional expressions.
20830
20831 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
20832
20833         * gcc.dg/20001012-1.c: New test.
20834         * gcc.dg/20001012-2.c: New test.
20835
20836 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
20837
20838         * gcc.dg/format-attr-1.c: New test.
20839
20840 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
20841
20842         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
20843         __LONG_LONG_MAX__ instead of LLONG_MAX.
20844
20845 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
20846
20847         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
20848         scanf flags.
20849         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
20850         flags.
20851
20852 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
20853
20854         * gcc.dg/sequence-pt-1.c: New test.
20855
20856 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
20857
20858         * gcc.c-torture/execute/20001011-1.c: New testcase.
20859         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
20860
20861 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
20862
20863         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
20864         does not error on it.
20865
20866 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
20867
20868         * gcc.dg/20001009-1.c: New test.
20869
20870 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
20871
20872         * gcc.c-torture/compile/20001009-1.c: Move from here ....
20873         * gcc.c-torture/execute/20001009-2.c: ... to here.
20874
20875 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
20876
20877         * gcc.c-torture/compile/20001009-1.c: New testcase.
20878         * gcc.c-torture/execute/20001009-1.c: New testcase.
20879         Testcases provided by Jan Hubicka <jh@suse.cz>.
20880
20881 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
20882
20883         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
20884         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
20885         uintmax_t using <limits.h> to emulate the compiler's internal
20886         logic.  No longer XFAIL %j tests.
20887
20888 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
20889
20890         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
20891         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
20892         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
20893         regexps and details of expected handling of some bad formats.
20894         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
20895         suppression.
20896
20897 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20898
20899         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
20900         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
20901         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
20902         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
20903         in list archives.
20904
20905 2000-10-06  Richard Henderson  <rth@cygnus.com>
20906
20907         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
20908         * g++.old-deja/g++.brendan/crash52.C: Likewise.
20909         * g++.old-deja/g++.jason/report.C: Likewise.
20910         * g++.old-deja/g++.law/friend5.C: Likewise.
20911         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
20912         of the expected warnings.
20913
20914 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
20915
20916         * g++.old-deja/g++.pt/enum14.C: New test.
20917
20918 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
20919
20920         * g++.old-deja/g++.pt/crash59.C: New test.
20921
20922 2000-10-04  Will Cohen  <wcohen@redhat.com>
20923
20924         * gcc.dg/20000926-1.c: New test.
20925
20926 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
20927
20928         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
20929         function name for current C++ compiler.
20930         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
20931
20932 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
20933
20934         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
20935         __PRETTY_FUNCTION__.
20936         * g++.old-deja/g++.ext/pretty2.C: Likewise.
20937
20938 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20939
20940         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
20941
20942 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
20943
20944         * gcc.c-torture/compile/20000923-1.c: New test.
20945
20946 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
20947
20948         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
20949         * g++.old-deja/g++.pt/ttp62.C: Same.
20950         * g++.old-deja/g++.other/inline14.C: Same.
20951
20952 2000-09-24  Richard Henderson  <rth@cygnus.com>
20953
20954         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
20955
20956 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
20957
20958         * gcc.dg/c90-printf-1.c: Add test for wide string format.
20959
20960 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
20961
20962         * gcc.c-torture/compile/20000922-1.c: New file.
20963
20964 2000-09-21  Nick Clifton  <nickc@redhat.com>
20965
20966         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
20967         a signed long modulo operation.
20968         (mod6): New function - perform an unsigned long modulo operation.
20969         (main): Add tests for modulos of very large numbers by very small
20970         dividends.
20971
20972 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20973
20974         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
20975
20976 2000-09-19  Richard Henderson  <rth@cygnus.com>
20977
20978         * gcc.dg/compare2.c (case 10): XFAIL.
20979
20980 2000-09-18  Richard Henderson  <rth@cygnus.com>
20981
20982         * gcc.c-torture/execute/20000906-1.c: Move ...
20983         * gcc.dg/20000906-1.c: ... here.  Only run on targets
20984         that support __builtin_trap.
20985
20986 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
20987
20988         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
20989
20990 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20991
20992         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
20993         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
20994         more $ format tests.
20995
20996 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20997
20998         * gcc.dg/format-errmk-1.c: New test.
20999
21000 2000-09-17  Greg McGary  <greg@mcgary.org>
21001
21002         * gcc.c-torture/execute/20000917-1.x: Remove.
21003
21004 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
21005
21006         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
21007
21008 2000-09-17  Greg McGary  <greg@mcgary.org>
21009
21010         * gcc.c-torture/execute/20000917-1.c: New test.
21011         * gcc.c-torture/execute/20000917-1.x: XFAIL.
21012
21013 2000-09-16  Neil Booth  <NeilB@earthling.net>
21014
21015         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
21016         in nested macro bug.
21017
21018 2000-09-15  Neil Booth  <NeilB@earthling.net>
21019
21020         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
21021
21022 2000-09-14  Jeffrey A Law  (law@cygnus.com)
21023
21024         * gcc.c-torture/execute/20000914-1.c: New test.
21025
21026 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
21027
21028         * g++.other/inline13.C: New test.
21029
21030 2000-09-12  Andreas Jaeger  <aj@suse.de>
21031
21032         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
21033         constant by Ulrich Drepper <drepper@redhat.com>.
21034
21035 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
21036
21037         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
21038
21039 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21040
21041         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
21042
21043 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
21044
21045         * gcc.dg/cpp/backslash.c: New test.
21046
21047 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
21048
21049         * gcc.c-torture/execute/20000910-1.c: New test.
21050         * gcc.c-torture/execute/20000910-2.c: Likewise.
21051
21052 2000-09-11  Robert Lipe  <robertl@sco.com>
21053
21054         * gcc.dg/pragma-align.c: New test.
21055
21056 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
21057
21058         * g++.old-deja/g++.pt/explicit82.C: New test.
21059         * g++.old-deja/g++.pt/explicit83.C: New test.
21060
21061 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
21062
21063         * gcc.dg/asm-names.c: New test.
21064
21065 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21066
21067         * gcc.dg/cpp/tr-warn6.c: New test
21068
21069 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21070
21071         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
21072         be accepted.
21073
21074 2000-09-07  Catherine Moore  <clm@redhat.com>
21075
21076         * gcc.c-torture/execute/unroll-1.c: New test.
21077
21078 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
21079
21080         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
21081         ERROR markers.
21082         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
21083         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
21084         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
21085         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
21086         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
21087         Preprocess only.
21088         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
21089         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
21090
21091 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
21092
21093         * g++.old-deja/g++.pt/deduct2.C: New test.
21094
21095 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
21096
21097         * g++.old-deja/g++.pt/parms2.C: New test.
21098
21099 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
21100
21101         * g++.old-deja/g++.pt/crash58.C: New test.
21102
21103 2000-09-06  Greg McGary  <greg@mcgary.org>
21104
21105         * gcc.c-torture/execute/20000906-1.c: New test.
21106         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
21107
21108 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21109
21110         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
21111
21112 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
21113
21114         * g++.old-deja/g++.pt/crash57.C: New test.
21115
21116 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
21117
21118         * g++.old-deja/g++.pt/crash56.C: New test.
21119
21120 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
21121
21122         * g++.old-deja/g++.pt/koenig1.C: New test.
21123
21124 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
21125
21126         * gcc.dg/20000904-1.c: New test.
21127
21128 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
21129
21130         * gcc.dg/cpp/paste8.c: New test.
21131
21132 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
21133
21134         * gcc.c-torture/compile/20000827-1.c: New test.
21135
21136 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
21137
21138         * gcc.dg/format-diag-1.c: New test.
21139
21140 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
21141
21142         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
21143         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
21144         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
21145         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
21146         gcc.dg/formatz-1.c: Adjust warning regular expressions.
21147
21148 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
21149
21150         * g++.old-deja/g++.other/nested4.C: New test.
21151
21152 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
21153
21154         * g++.old-deja/g++.ns/scoped1.C: New test.
21155
21156 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
21157
21158         * lib/g++.exp: Support testing already-installed GCC.
21159
21160 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21161
21162         * wtr-label-1.c, wtr-suffix-1.c: New tests.
21163
21164 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21165
21166         * gcc.dg/return-type-2.c: New test.
21167
21168 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
21169
21170         * gcc.c-torture/compile/20000825-1.c: New test.
21171
21172 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
21173
21174         * gcc.dg/dwarf2-2.c: New test.
21175
21176 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
21177
21178         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
21179         dg-warning regexps.
21180
21181 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
21182
21183         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
21184         gcc.dg/format-ext-5.c: New tests.
21185
21186 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
21187
21188         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
21189
21190 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
21191
21192         * gcc.dg/noncompile/930622-2.c: Adjust error message.
21193
21194 2000-08-24  Richard Henderson  <rth@cygnus.com>
21195
21196         * gcc.dg/ia64-sync-1.c: New test.
21197         * gcc.dg/ia64-sync-2.c: New test.
21198         * gcc.dg/ia64-asm-1.c: New test.
21199
21200 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
21201
21202         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
21203         * gcc.dg/format-ext-2.c: New test.
21204
21205 2000-08-23  Jason Merrill  <jason@redhat.com>
21206
21207         * lib/old-dejagnu.exp: Also ignore "In member function" and
21208         "At global scope".
21209
21210 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21211
21212         * gcc.dg/noncompile/label-lineno-1.c: New test.
21213
21214 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
21215
21216         * gcc.dg/c99-array-nonobj-1.c: New test.
21217
21218 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
21219
21220         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
21221         tests.
21222         * gcc.dg/format-ext-1.c: New test.
21223
21224 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21225
21226         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
21227         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
21228         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
21229         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
21230         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
21231
21232 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
21233
21234         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
21235         gcc.dg/c99-strftime-2.c: New tests.
21236
21237 2000-08-22  Richard Henderson  <rth@cygnus.com>
21238
21239         * gcc.c-torture/execute/20000822-1.c: New test.
21240
21241 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
21242
21243         * gcc.c-torture/execute/20000819-1.x: Remove.
21244
21245 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
21246
21247         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
21248         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
21249         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
21250         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
21251         gcc.dg/format-xopen-1.c: New tests.
21252
21253 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
21254
21255         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
21256
21257 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
21258
21259         * g++.old-deja/g++.other/loop2.C: New test.
21260
21261         * gcc.c-torture/compile/20000606-1.c: New test.
21262         * gcc.c-torture/compile/20000728-1.c: New test.
21263         * gcc.c-torture/execute/20000801-1.c: New test.
21264         * gcc.c-torture/execute/20000801-2.c: New test.
21265         * gcc.c-torture/execute/20000819-1.c: New test.
21266         * gcc.c-torture/execute/20000819-1.x: XFAIL.
21267         * gcc.dg/20000629-1.c: New test.
21268         * gcc.dg/20000724-1.c: New test.
21269         * gcc.dg/20000807-1.c: New test.
21270
21271 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
21272
21273         * gcc.dg/cpp/pragma-1.c: New test.
21274         * gcc.dg/cpp/pragma-2.c: New test.
21275
21276 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
21277
21278         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
21279         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
21280
21281 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
21282
21283         * gcc.c-torture/compile/20000818-1.c: New test.
21284
21285 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
21286
21287         * gcc.c-torture/execute/20000818-1.c: New test.
21288
21289 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21290
21291         * gcc.dg/format-va-1.c: New test.
21292
21293 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21294
21295         * g++.old-deja/g++.other/typedef8.C: New test.
21296
21297 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21298
21299         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
21300         * g++.old-deja/g++.mike/net36.C: Mark candidate.
21301         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
21302         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
21303         * g++.old-deja/g++.other/ptrmem7.C: New test.
21304         * g++.old-deja/g++.pt/ptrmem10.C: New test.
21305
21306 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21307
21308         * g++.old-deja/g++.pt/typename27.C: New test.
21309
21310 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
21311
21312         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
21313         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
21314         * g++.old-deja/g++.pt/friend45.C: New test.
21315         * g++.old-deja/g++.other/friend8.C: New test.
21316
21317 2000-08-15  Richard Henderson  <rth@cygnus.com>
21318
21319         * gcc.c-torture/execute/20000815-1.c: New test.
21320
21321 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
21322
21323         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
21324         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
21325         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
21326
21327 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
21328
21329         * g++.old-deja/g++.other/refinit2.C: New test.
21330
21331 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
21332
21333         * lib/c-torture.exp (c-torture): Make
21334         compiler_conditional_xfail_data global.
21335         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
21336         compiler_conditional_xfail_data machinery.
21337         (f-torture-execute): Likewise.
21338         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
21339         and only when unrolling loops.
21340
21341         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
21342
21343 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
21344
21345         * g++.old-deja/g++.pt/explicit81.C: New test.
21346
21347 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
21348
21349         * g++.old-deja/g++.pt/typename26.C: New test.
21350
21351 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
21352
21353         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
21354         warning.
21355
21356 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
21357
21358         * g++.old-deja/g++.other/array3.C: New test.
21359
21360 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
21361
21362         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
21363         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
21364         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
21365         New tests.
21366
21367 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
21368
21369         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
21370         * g++.old-deja/g++.abi/vmihint.C: Likewise.
21371
21372 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
21373
21374         * gcc.c-torture/execute/20000808-1.c: New test.
21375
21376 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
21377
21378         * gcc.dg/c90-const-expr-1.c: New test.
21379
21380 2000-08-08  Richard Henderson  <rth@cygnus.com>
21381
21382         * gcc.dg/noncompile/920923-1.c: Declare calloc.
21383
21384 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
21385
21386         * gcc.dg/noncompile/const-ll-1.c: New test.
21387
21388 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21389
21390         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
21391
21392 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
21393
21394         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
21395         that running programs linked against the shared version of libobjc
21396         run correctly.
21397
21398 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
21399
21400         * gcc.dg/c99-printf-1.c: New test.
21401
21402 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
21403
21404         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
21405
21406 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
21407
21408         * gcc.c-torture/execute/20000731-1.x: Delete.
21409
21410 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
21411
21412         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
21413         and torture_without_loops as is done by c-torture.exp.
21414         (search_for): Copy from c-torture.exp.
21415         (gcc-dg-runtest): New function, drives a directory of tests
21416         iterating over the TORTURE_OPTIONS.
21417         (scan-assembler, scan-assembler-not): Move here from
21418         individual directory drivers.
21419
21420         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
21421         defined by lib/gcc-dg.exp.
21422         * gcc.dg/cpp/cpp.exp: Likewise.
21423         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
21424         gcc-dg-runtest, so we cycle over optimization options.
21425
21426         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
21427         * gcc.dg/compare2.c: No longer expected to fail.
21428
21429 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
21430
21431         * gcc.c-torture/execute/20000804-1.c: New test.
21432
21433 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
21434
21435         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
21436
21437 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
21438
21439         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
21440
21441 2000-08-03  Jeffrey A Law  (law@cygnus.com)
21442
21443         * gcc.c-torture/compile/20000803-1.c: New test.
21444
21445 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
21446
21447         * gcc.c-torture/execute/20000801-3.c,
21448         gcc.c-torture/execute/20000801-4.c: New tests.
21449         * gcc.c-torture/execute/20000801-3.x,
21450         gcc.c-torture/execute/20000801-4.x: Xfail.
21451
21452 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
21453
21454         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
21455         libobjc/.libs to allow for libtool.
21456
21457 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
21458
21459         * gcc.c-torture/compile/20000802-1.c: New test.
21460
21461 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
21462
21463         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
21464
21465 2000-07-31  Jeffrey A Law  (law@cygnus.com)
21466
21467         * gcc-c-torture/execute/20000731-2.c: New test.
21468
21469         * gcc.c-torture/execute/20000731-1.c: New test.
21470         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
21471
21472 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
21473
21474         * testsuite/gcc.dg/cpp/paste7.c: New test.
21475         * gcc.dg/cpp/20000725-1.c: New test.
21476
21477 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
21478
21479         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
21480         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
21481         declaration warning for __builtin_dwarf_reg_size.
21482
21483         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
21484
21485 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
21486
21487         * gcc.dg/noncompile/voidparam-1.c: New test.
21488
21489 2000-07-30  Richard Henderson  <rth@cygnus.com>
21490
21491         * gcc.dg/c90-digraph-1.c: Don't xfail.
21492         * gcc.dg/compare2.c (case 10): Xfail.
21493         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
21494
21495 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
21496
21497         * gcc.dg/c99-main-1.c: New test.
21498
21499 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
21500
21501         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
21502
21503 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
21504
21505         * gcc.c-tortuer/execute/20000726-1.c: New test.
21506
21507 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
21508
21509         * gcc.c-torture/execute/enum-2.c: New test.
21510
21511 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21512
21513         * gcc.dg/cpp/tr-warn3.c: New test.
21514
21515 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
21516
21517         * g++.old-deja/g++.ext/implicit1.C: Remove.
21518         * g++.old-deja/g++.jason/c2.C: Remove
21519         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
21520         * g++.old-deja/g++.pt/crash16.C: Likewise.
21521         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
21522
21523 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
21524
21525         * g++.old-deja/g++.other/for2.C: New test.
21526
21527 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
21528
21529         * gcc.dg/20000720-1.c: New test.
21530
21531 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
21532
21533         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
21534
21535 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
21536
21537         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
21538         * gcc.c-torture/execute/20000722-1.c: New.
21539         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
21540
21541 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
21542
21543         * gcc.dg/cpp/20000720-1.S: New test.
21544
21545 2000-07-21  Michael Meissner  <meissner@redhat.com>
21546
21547         * gcc.c-torture/execute/ieee/hugeval.c: New test.
21548
21549 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
21550
21551         * g++.old-deja/g++.brendan/crash16.C,
21552         g++.old-deja/g++.brendan/parse3.C,
21553         g++.old-deja/g++.brendan/redecl1.C,
21554         g++.old-deja/g++.ns/template13.C,
21555         g++.old-deja/g++.other/decl4.C,
21556         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
21557
21558 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
21559
21560         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
21561         and "Internal error".
21562
21563         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
21564         regexps.
21565         * gcc.dg/cpp/paste6.c: New test.
21566
21567 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
21568
21569         * gcc.dg/cpp/tr-direct.c: New test.
21570
21571         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
21572         gcc.dg/cpp/undef1.c: Tweak error regexps.
21573
21574 2000-07-18  Eric Christopher <echristo@redhat.com>
21575
21576         * gcc.c-torture/compile/20000718-1.c: New test.
21577
21578 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
21579
21580         * cpplex.c (_cpp_push_token): If the token being pushed back
21581         is the previous token in this context, just subtract one from
21582         context->posn.
21583         * cppmacro.c (save_expansion): Clear aux field when storing a
21584         placemarker.
21585
21586 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
21587
21588         * gcc.dg/noncompile/redecl-1.c: New test.
21589
21590 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
21591
21592         * gcc.c-torture/execute/20000717-5.c: New test.
21593         * gcc.c-torture/execute/20000717-1.x: Removed.
21594
21595 2000-07-17  Richard Henderson  <rth@cygnus.com>
21596
21597         * gcc.c-torture/execute/20000717-4.c: New test.
21598
21599 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
21600
21601         * gcc.dg/cpp/syshdr.c: New test.
21602         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
21603
21604 2000-07-17  Neil Booth  <neilb@earthling.net>
21605
21606         * gcc.dg/cpp/cmdlne-dM.c: New test.
21607         * gcc.dg/cpp/cmdlne-dD.c: New test.
21608
21609 2000-07-17  Jeffrey A Law  (law@cygnus.com)
21610
21611         * gcc.c-torture/execute/20000717-3.c: New test.
21612
21613         * gcc.c-torture/compile/20000717-1.c: New test.
21614
21615 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
21616
21617         * gcc.c-torture/execute/20000717-2.c: New test.
21618
21619 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
21620
21621         * gcc.dg/formatz-1.c: New test.
21622
21623         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
21624         * gcc.dg/c99-digraph-1.c: New tests.
21625
21626         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
21627         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
21628
21629         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
21630         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
21631         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
21632         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
21633         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
21634         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
21635         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
21636
21637 2000-07-17   Greg McGary <greg@mcgary.org>
21638
21639         * gcc.c-torture/execute/20000717-1.c: New test.
21640         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
21641
21642 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
21643
21644         * gcc.c-torture/execute/20000715-2.c: New test.
21645         * gcc.dg/20000715-1.c: New test.
21646
21647 2000-07-15  Michael Meissner  <meissner@redhat.com>
21648
21649         * gcc.c-torture/execute/20000715-1.c: New test.
21650
21651 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
21652
21653         * gcc.c-torture/execute/20000707-1.c: New test.
21654
21655 2000-07-13  Neil Booth  <NeilB@earthling.net>
21656
21657         * testsuite/gcc.dg/cpp/digraph1.c,
21658         testsuite/gcc.dg/cpp/digraph2.c,
21659         testsuite/gcc.dg/cpp/digraphs.c: New tests.
21660
21661 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
21662
21663         * g77.f-torture/compile/20000630-2.f:  New test.
21664         * g77.f-torture/compile/20000630-2.x
21665
21666 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
21667
21668         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
21669
21670 2000-07-11  Neil Booth  <NeilB@earthling.net>
21671
21672         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
21673
21674 2000-07-11  Neil Booth  <NeilB@earthling.net>
21675
21676         * gcc.dg/cpp/cmdlne-C.c: New.
21677
21678 2000-07-09  Neil Booth  <NeilB@earthling.net>
21679
21680         * gcc.dg/cpp/directiv.c: New tests.
21681         * gcc.dg/cpp/undef1.c: Update.
21682
21683 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
21684
21685         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
21686
21687 2000-07-09  Neil Booth  <NeilB@earthling.net>
21688
21689         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
21690
21691 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
21692
21693         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
21694         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
21695
21696 2000-07-08  Neil Booth  <NeilB@earthling.net>
21697
21698         * gcc.dg/cpp/macsyntx.c: New tests.
21699
21700 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
21701
21702         * gcc.dg/20000707-1.c: New test.
21703
21704 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
21705
21706         * gcc.c-torture/execute/20000706-1.c: New test.
21707         * gcc.c-torture/execute/20000706-2.c: New test.
21708         * gcc.c-torture/execute/20000706-3.c: New test.
21709         * gcc.c-torture/execute/20000706-4.c: New test.
21710         * gcc.c-torture/execute/20000706-5.c: New test.
21711
21712 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
21713
21714         * g++.old-deja/g++.pt/instantiate7.C: New test.
21715
21716 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
21717
21718         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
21719         * g++.old-deja/g++.mike/thunk3.C: Likewise.
21720         * g++.old-deja/g++.other/rtti3.C: Likewise.
21721         * g++.old-deja/g++.other/rttid3.C: Likewise.
21722
21723 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
21724
21725         *  g77.f-torture/compile/20000630-1.x: Fix typo
21726
21727 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
21728
21729         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
21730         assembly output.
21731
21732 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
21733
21734         * gcc.dg/cpp/ident.c: New test.
21735
21736 2000-07-05  Neil Booth  <NeilB@earthling.net>
21737
21738         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
21739           gcc.dg/cpp/lexstrng.c: New tests.
21740
21741 2000-07-04  Neil Booth  <NeilB@earthling.net>
21742
21743         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
21744         * gcc.dg/cpp/strify2.c: Same.
21745
21746 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
21747
21748         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
21749         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
21750         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
21751         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
21752
21753         * testsuite/gcc.dg/cpp/macro1.c,
21754         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
21755         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
21756         testsuite/gcc.dg/cpp/strify1.c,
21757         testsuite/gcc.dg/cpp/strify2.c: New tests.
21758
21759 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
21760
21761         * gcc.c-torture/execute/20000703-1.c: New test.
21762
21763 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
21764
21765         * g++.old-deja/g++.pt (lookup10.C): New test.
21766
21767 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
21768
21769         * g++.old-deja/g++.pt (typename25.C): New test.
21770
21771 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
21772
21773         * gcc.c-torture/compile/20000701-1.c: New test.
21774
21775 2000-06-30  Nick Clifton  <nickc@cygnus.com>
21776
21777         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
21778         to test case.
21779
21780 2000-06-30  Catherine Moore  <clm@cygnus.com>
21781
21782         * gcc.c-torture/execute/align-1.c: New test.
21783
21784 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
21785
21786         * g++.old-deja/g++.pt/expr8.C: New test.
21787         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
21788
21789 2000-06-29  Nick Clifton  <nickc@cygnus.com>
21790
21791         * gcc.c-torture/compile/20000629-1.c: New test.
21792
21793 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
21794
21795
21796         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
21797         gcc.dg/noncompile directory, depending on whether they're
21798         preprocessor tests or not.  Annotate all the tests for the dg
21799         framework.
21800
21801         * gcc.c-torture/noncompile/noncompile.exp: Delete.
21802         * gcc.dg/noncompile/noncompile.exp: New.
21803
21804         * Moved files:
21805         Old name                                New name
21806         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
21807         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
21808         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
21809         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
21810         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
21811         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
21812         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
21813         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
21814         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
21815         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
21816         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
21817         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
21818         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
21819         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
21820         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
21821         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
21822         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
21823         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
21824         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
21825         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
21826         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
21827         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
21828         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
21829         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
21830
21831         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
21832         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
21833         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
21834         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
21835         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
21836         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
21837
21838 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
21839
21840         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
21841         declare one variable.  On the fourth, error.
21842         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
21843         declared by 20000628-1a.h.
21844
21845 2000-06-29  Richard Henderson  <rth@redhat.com>
21846
21847         * gcc.c-torture/execute/930529-1.x: New file.
21848         * gcc.dg/920413-1.c: Adjust expected warning text.
21849         * gcc.dg/980217-1.c: Declare abort.
21850         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
21851
21852 2000-06-29  Jeffrey A Law  (law@cygnus.com)
21853
21854         * g77.f-torture/compile/20000629-1.f: New test.
21855         * g77.f-torture/compile/20000629-1.x: Expected to fail.
21856
21857 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
21858
21859         Rearrange lots of files, removing entirely the
21860         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
21861         directories.
21862
21863         * Deleted files:
21864         gcc.c-torture/code_quality/code_quality.exp
21865         gcc.c-torture/special/special.exp
21866         gcc.failure/failure.exp
21867         gcc.failure/940409-1.x
21868         gcc.c-torture/compile/961203-1.x
21869
21870         * New files:
21871         gcc.misc-tests/linkage.exp
21872         gcc.c-torture/execute/920730-1t.c
21873         gcc.c-torture/execute/920730-1t.x
21874         gcc.c-torture/compile/920520-1.x
21875         gcc.c-torture/compile/920521-1.x
21876         gcc.c-torture/compile/981006-1.x
21877         gcc.c-torture/execute/eeprof-1.x
21878
21879         * Moved files (possibly with modifications to fit a new harness):
21880         Old name                                New name
21881         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
21882         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
21883         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
21884         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
21885         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
21886         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
21887         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
21888         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
21889         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
21890         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
21891         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
21892         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
21893         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
21894         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
21895
21896 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
21897
21898         * c-torture/compile/961203-1.x: Delete.
21899
21900         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
21901         not exit. Include stdio.h.
21902         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
21903         * gcc.misc-tests/dg-12.c: Likewise.
21904         * gcc.misc-tests/dg-5.c: Likewise.
21905         * gcc.misc-tests/dg-6.c: Likewise.
21906         * gcc.misc-tests/dg-7.c: Prototype abort.
21907         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
21908         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
21909         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
21910         not exit.
21911         * gcc.misc-tests/sieve.c: Use return from main, not exit.
21912         * gcc.misc-tests/sort2.c: Use return from main, not exit.
21913
21914 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
21915
21916         * gcc.dg/cpp/20000628-1.c: New test.
21917         * gcc.dg/cpp/20000628-1.h: New header for above test.
21918         * gcc.dg/cpp/20000628-1a.h: Likewise.
21919
21920 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
21921
21922         * gcc.dg/cpp: New directory.
21923         * gcc.dg/cpp/cpp.exp: New driver.
21924         * gcc.dg/cpp/20000627-1.c: New test.
21925         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
21926         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
21927         and rewrite as a compilation test.
21928
21929         * gcc.dg: Move many files into the cpp subdirectory, possibly
21930         renaming or editing them as well.
21931         Old name                New name
21932         990119-1.c              cpp/19990119-1.c
21933         990228-1.c              cpp/19990228-1.c
21934         990407-1.c              cpp/19990407-1.c
21935         990409-1.c              cpp/19990409-1.c
21936         990413-1.c              cpp/19990413-1.c
21937         990703-1.c              cpp/19990703-1.c
21938         20000127-1.c            cpp/20000127-1.c
21939         20000129-1.c            cpp/20000129-1.c
21940         20000207-1.c            cpp/20000207-1.c
21941         20000207-2.c            cpp/20000207-2.c
21942         20000209-1.c            cpp/20000209-1.c
21943         20000209-2.c            cpp/20000209-2.c
21944         20000301-1.c            cpp/20000301-1.c
21945         20000419-1.c            cpp/20000419-1.c
21946         20000510-1.S            cpp/20000510-1.S
21947         20000519-1.c            cpp/20000519-1.c
21948         20000529-1.c            cpp/20000529-1.c
21949         20000625-1.c            cpp/20000625-1.c
21950         20000625-2.c            cpp/20000625-2.c
21951         cpp-as1.c               cpp/assert1.c
21952         cpp-as2.c               cpp/assert2.c
21953         cxx-comments-1.c        cpp/cxxcom1.c
21954         cxx-comments-2.c        cpp/cxxcom2.c
21955         endif-label.c           cpp/endif.c
21956         cpp-hash1.c             cpp/hash1.c
21957         cpp-hash2.c             cpp/hash2.c
21958         cpp-if1.c               cpp/if-1.c
21959         cpp-if2.c               cpp/if-2.c
21960         cpp-if3.c               cpp/if-3.c
21961         cpp-if4.c               cpp/if-4.c
21962         cpp-if5.c               cpp/if-5.c
21963         cpp-cond.c              cpp/if-cexp.c
21964         cpp-missingop.c         cpp/if-mop.c
21965         cpp-missingparen.c      cpp/if-mpar.c
21966         cpp-opprec.c            cpp/if-oppr.c
21967         cpp-ifparen.c           cpp/if-paren.c
21968         cpp-shortcircuit.c      cpp/if-sc.c
21969         cpp-shift.c             cpp/if-shift.c
21970         cpp-unary.c             cpp/if-unary.c
21971         cpp-li1.c               cpp/line1.c
21972         cpp-li2.c               cpp/line2.c
21973         lineno.c                cpp/line3.c
21974         lineno-2.c              cpp/line4.c
21975         cpp-mi.c                cpp/mi1.c
21976         cpp-mic.h               cpp/mi1c.h
21977         cpp-micc.h              cpp/mi1cc.h
21978         cpp-mind.h              cpp/mi1nd.h
21979         cpp-mindp.h             cpp/mi1ndp.h
21980         cpp-mix.h               cpp/mi1x.h
21981         cpp-mi2.c               cpp/mi2.c
21982         cpp-mi2a.h              cpp/mi2a.h
21983         cpp-mi2b.h              cpp/mi2b.h
21984         cpp-mi2c.h              cpp/mi2c.h
21985         cpp-mi3.c               cpp/mi3.c
21986         cpp-mi3.def             cpp/mi3.def
21987         poison-1.c              cpp/poison.c
21988         pr-impl.c               cpp/prag-imp.c
21989         cpp-redef-2.c           cpp/redef1.c
21990         cpp-redef.c             cpp/redef2.c
21991         strpaste.c              cpp/strp1.c
21992         strpaste-2.c            cpp/strp2.c
21993         cpp-tradpaste.c         cpp/tr-paste.c
21994         cpp-tradstringify.c     cpp/tr-str.c
21995         cpp-tradwarn1.c         cpp/tr-warn1.c
21996         cpp-tradwarn2.c         cpp/tr-warn2.c
21997         trigraphs.c             cpp/trigraphs.c
21998         cpp-unc1.c              cpp/unc1.c
21999         cpp-unc2.c              cpp/unc2.c
22000         cpp-unc3.c              cpp/unc3.c
22001         cpp-unc.c               cpp/unc4.c
22002         undef.c                 cpp/undef1.c
22003         undef-2.c               cpp/undef2.c
22004         cpp-wi1.c               cpp/widestr1.c
22005
22006 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
22007
22008         * lib/g++.exp (g++_include_flags): Tweak.
22009
22010 2000-06-27  H.J. Lu  <hjl@gnu.org>
22011             Loren J. Rittle  <ljrittle@acm.org>
22012
22013         * lib/g++.exp (g++_include_flags): Override libgloss.exp
22014         version with one that knows about the new gcc tree structure.
22015         (g++_link_flags): Same.
22016
22017 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
22018
22019         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
22020         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
22021         case we are cross-compiling.
22022
22023         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
22024         g++.old-deja/g++.niklas/Makefile.in,
22025         g++.old-deja/g++.niklas/configure.in,
22026         g++.old-deja/g++.other/Makefile.in,
22027         g++.old-deja/g++.other/configure.in,
22028         gcc.c-torture/code_quality/Makefile.in,
22029         gcc.c-torture/code_quality/configure.in,
22030         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
22031         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
22032         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
22033         gcc.c-torture/execute/ieee/Makefile.in,
22034         gcc.c-torture/execute/ieee/configure.in,
22035         gcc.c-torture/noncompile/Makefile.in,
22036         gcc.c-torture/noncompile/configure.in,
22037         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
22038         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
22039         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
22040
22041 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
22042
22043         * g++.old-deja/g++.other/ambig3.C: New test.
22044
22045 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
22046
22047         * g++.old-deja/g++.pt/syntax1.C: New test.
22048         * g++.old-deja/g++.pt/syntax2.C: New test.
22049         * g++.old-deja/g++.other/syntax3.C: New test.
22050         * g++.old-deja/g++.other/syntax4.C: New test.
22051
22052 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
22053
22054         * gcc.dg/20000623-1.c: Prototype exit and abort.
22055
22056 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
22057
22058         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
22059         New tests.
22060         * gcc.dg/cpp-mi3.def: New file.
22061
22062         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
22063         inside assertions.
22064         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
22065         lexer's error messages.
22066         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
22067         divine anything from the linemarkers.
22068         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
22069         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
22070
22071 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
22072
22073         * gcc.dg/20000623-1.c: New test.
22074
22075 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
22076
22077         * gcc.c-torture/execute/20000622-1.c: New test.
22078
22079 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
22080
22081         * g++.old-deja/g++.other/init15.C: New test.
22082
22083 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
22084
22085         * g++.old-deja/g++.pt/vaarg2.C: New test.
22086         * g++.old-deja/g++.pt/vaarg3.C: New test.
22087
22088 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
22089
22090         * g++.old-deja/g++.other/dyncast6.C: New test.
22091
22092 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
22093
22094         * gcc.c-torture/execute/loop-6.c: New test.
22095
22096 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
22097
22098         * gcc.dg/20000614-1.c: New test.
22099         * gcc.dg/20000614-2.c: New test.
22100
22101 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
22102
22103         * g++.old-deja/g++.other/inline12.C: New test.
22104
22105 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
22106
22107         * g++.old-deja/g++.other/eh1.C: New test.
22108
22109 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
22110
22111         * g++.old-deja/g++.other/type.C: New test.
22112
22113 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
22114
22115         * g++.old-deja/g++.other/initstring.C: New test.
22116
22117 2000-06-12  Jason Merrill  <jason@redhat.com>
22118
22119         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
22120
22121 2000-06-09  Jeffrey A Law  (law@cygnus.com)
22122
22123         * gcc.c-torture/compile/20000609-1.c: New test.
22124
22125 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
22126
22127         * gcc.dg/20000609-1.c: New test.
22128
22129 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
22130
22131         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
22132         * gcc.c-torture/noncompile/poison-1.c: Move...
22133         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
22134         * gcc.dg/cpp-li1.c: Add a token after the #line.
22135
22136 2000-06-05  Richard Henderson  <rth@cygnus.com>
22137
22138         * gcc.c-torture/execute/20000605-2.c: New test.
22139         * gcc.c-torture/execute/20000605-3.c: New test.
22140
22141 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
22142
22143         * g77.f-torture/execute/20000503-1.x: New file.
22144
22145 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
22146
22147         * g++.old-deja/g++.eh/badalloc1.C: New test.
22148
22149 2000-06-05  Richard Henderson  <rth@cygnus.com>
22150
22151         * gcc.c-torture/execute/20000605-1.c: New test.
22152
22153 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
22154             Nathan Sidwell <nathan@codesourcery.com>
22155
22156         * gcc.c-torture/compile/20000605-1.c: New test.
22157
22158 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
22159
22160         * g77.f-torture/compile/20000601-1.f:  New test.
22161
22162 2000-06-03  Richard Henderson  <rth@cygnus.com>
22163
22164         * gcc.c-torture/execute/20000603-1.c: New.
22165
22166 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
22167
22168         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
22169         * gcc.dg/noreturn-2.c (noreturn): Likewise.
22170
22171 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
22172
22173         * gcc.dg/compare2.c (case 12): XFAIL.
22174         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
22175         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
22176
22177         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
22178
22179 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
22180
22181         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
22182         guard macro is already defined when the header is first
22183         included.
22184         * gcc.dg/cpp-mix.h: New file.
22185         * gcc.dg/endif-label.c: Update patterns to match compiler.
22186
22187         * g++.brendan/complex1.C: Declare abort.
22188         * g++.law/refs4.C: Remove XFAIL.
22189         * g++.oliva/expr2.C: Declare abort and exit.
22190
22191 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
22192
22193         * gcc.c-torture/execute/20000528-1.c: New test.
22194
22195         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
22196         * g++.old-deja/g++.law/temps4.C: Likewise.
22197
22198         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
22199         stdlib.h.  Call abort() on failure.
22200         * g++.old-deja/g++.law/refs4.C: Likewise.
22201         * g++.old-deja/g++.law/temps4.C: Likewise.
22202         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
22203         * gcc.c-torture/execute/20000112-1.c: Include string.h.
22204
22205 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
22206
22207         Relative to g++.dg/special:
22208         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
22209
22210         Relative to g++.old-deja:
22211         * g++.brendan/complex1.C, g++.jason/optimize2.C,
22212         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
22213         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
22214         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
22215         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
22216         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
22217         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
22218
22219         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
22220         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
22221         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
22222         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
22223         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
22224         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
22225         and/or string.h.
22226
22227         * g++.other/goto1.C: Update expectations for error messages.
22228
22229 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
22230
22231         * gcc.c-torture/compile/20000523-1.c: New test.
22232
22233 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
22234
22235         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
22236
22237 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
22238
22239         * g++.old-deja/g++.eh/catch11.C: New test.
22240         * g++.old-deja/g++.eh/catch12.C: New test.
22241
22242 2000-05-24  Nick Clifton  <nickc@cygnus.com>
22243
22244         * gcc.c-torture/execute/20000523-1.c: New test.
22245
22246 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
22247
22248         * c-torture/execute/bcp-1.c: Replace abort in arg of
22249         __builtin_constant_p with a generic external function.
22250
22251         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
22252         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
22253         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
22254         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
22255         Prototype abort and/or exit.
22256
22257         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
22258         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
22259         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
22260         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
22261
22262 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
22263
22264         * gcc.dg/dwarf2-1.c: New test.
22265
22266 2000-05-20  Richard Henderson  <rth@cygnus.com>
22267
22268         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
22269
22270 2000-05-20  Andreas Jaeger  <aj@suse.de>
22271
22272         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
22273         testcase.
22274
22275 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
22276
22277         * gcc.c-torture/execute/20000519-2.c: New test.
22278
22279 2000-05-19  Andreas Jaeger  <aj@suse.de>
22280
22281         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
22282         which fails with SSA.
22283
22284         * lib/c-torture.exp: Also test with -O3 -fssa.
22285
22286 2000-05-18  Michael Meissner  <meissner@redhat.com>
22287
22288         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
22289         * gcc.c-torture/execute/920415-1.c: Ditto.
22290         * gcc.c-torture/execute/920501-1.c: Ditto.
22291         * gcc.c-torture/execute/conversion.c: Ditto.
22292         * gcc.c-torture/execute/cvt-1.c: Ditto.
22293
22294 2000-05-18  Jeffrey A Law  (law@cygnus.com)
22295
22296         * gcc.c-torture/compile/20000518-1.c: New test.
22297
22298 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
22299
22300         * g77.f-torture/compile/200005018.f:  New test.
22301
22302 2000-05-17  Jeffrey A Law  (law@cygnus.com)
22303
22304         * gcc.c-torture/compile/20000517-1.c: New test.
22305
22306 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22307
22308         * gcc.c-torture/execute/20000516-1.c: New test.
22309
22310 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
22311
22312         * g++.old-deja/g++.other/eh.C: New test.
22313
22314 2000-05-12  Richard Henderson  <rth@cygnus.com>
22315
22316         * gcc.c-torture/execute/990208-1.c (main): Don't pass
22317         constants through to doit's conditional.
22318
22319 2000-05-11  Jeffrey A Law  (law@cygnus.com)
22320
22321         * gcc.c-torture/compile/20000511-1.c: New test.
22322         * g77.f-torture/compile/20000511-1.f: New test.
22323         * g77.f-torture/compile/20000511-2.f: New test.
22324
22325 2000-05-11  Michael Meissner  <meissner@redhat.com>
22326
22327         * gcc.c-torture/execute/20000511-1.c: New test.
22328
22329 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
22330
22331         * gcc.dg/dg.exp: Scan .S files as well as .c files.
22332         * gcc.dg/20000510-1.S: New.
22333
22334 2000-05-08  Catherine Moore  <clm@cygnus.com>
22335
22336         * gcc.dg/unused-3.c: New.
22337
22338 2000-05-06  Richard Henderson  <rth@cygnus.com>
22339
22340           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
22341           * g++.old-deja/g++.mike/warn1.C: Likewise.
22342           * g++.old-deja/g++.pt/local1.C: Likewise.
22343           * g++.old-deja/g++.pt/local7.C: Likewise.
22344           * g++.old-deja/g++.pt/spec16.C: Likewise.
22345
22346 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
22347
22348         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
22349
22350 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
22351
22352           * g77.f-torture/execute/20000503-1.f:  New test.
22353
22354 2000-05-04  Andreas Jaeger  <aj@suse.de>
22355
22356         * gcc.dg/noreturn-2.c: New test.
22357
22358 2000-05-04  Neil Booth  <NeilB@earthling.net>
22359
22360         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
22361         preprocessor.
22362
22363 2000-05-04  Richard Henderson  <rth@cygnus.com>
22364
22365         * gcc.c-torture/execute/20000503-1.c: Fix typo.
22366
22367 2000-05-04  Richard Henderson  <rth@cygnus.com>
22368
22369         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
22370         OpenSSL by Jason R Thorpe.
22371
22372 2000-05-03  Jim Wilson  <wilson@cygnus.com>
22373
22374         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
22375
22376 2000-05-03  Robert Lipe <robertlipe@usa.net>
22377
22378         * gcc.dg/20000503-1.c: New test.
22379
22380 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
22381
22382         * gcc.c-torture/compile/20000502-1.c: New test.
22383         * g++.old-deja/g++.other/align.C: New test.
22384         * gcc.dg/cpp-tradstringify.c: New test.
22385
22386 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
22387
22388         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
22389         and hard registers.
22390
22391 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
22392
22393         * gcc.c-torture/execute/loop-5.c: New test.
22394
22395 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
22396
22397         * gcc.c-torture/execute/va-arg-20.c: New test.
22398
22399 2000-04-23  Jeffrey A Law  (law@cygnus.com)
22400
22401         * gcc.c-torture/execute/20000422-1.c: New test.
22402
22403 2000-04-20  Greg McGary  <gkm@gnu.org>
22404
22405         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
22406         when optimizing, but without sibling-call optimizations (-O1).
22407
22408 2000-04-20  Jeffrey A Law  (law@cygnus.com)
22409
22410           * gcc.c-torture/compile/20000420-1.c: New test.
22411
22412 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
22413
22414         * g++.abi/ptrflags.C: New test.
22415         * g++.eh/catchptr1.C: Test incomplete pointer chains.
22416
22417 2000-04-19  Catherine Moore  <clm@cygnus.com>
22418
22419         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
22420
22421 2000-04-19  Greg McGary  <gkm@gnu.org>
22422
22423         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
22424         sibling-call optimizations.
22425
22426 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
22427
22428         * gcc.dg/20000419-1.c: New test.
22429
22430 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
22431
22432         * gcc.c-torture/execute/20000412-6.c: New test.
22433
22434 2000-04-12  Jeffrey A Law  (law@cygnus.com)
22435
22436         * gcc.c-torture/execute/20000412-5.c: New test.
22437         * g77.f-torture/compile/20000412-1.f: New test.
22438         * gcc.c-torture/execute/20000412-4.c: New test.
22439         * gcc.c-torture/compile/20000412-2.c: New test.
22440         * gcc.c-torture/execute/20000412-3.c: New test.
22441         * gcc.c-torture/compile/20000412-1.c: New test.
22442         * gcc.c-torture/execute/20000412-2.c: New test.
22443
22444 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
22445
22446         * objc/execute/bf-20.m: New test.
22447
22448 2000-04-10  Richard Henderson  <rth@cygnus.com>
22449
22450         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
22451
22452         * gcc.c-torture/execute/20000412-1.c: New test.
22453
22454 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
22455
22456         * g++.old-deja/g++.eh/catchptr1.C: New test.
22457
22458 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
22459
22460         * g++.old-deja/g++.abi/cxa_vec.C: New test.
22461
22462 2000-04-08  Neil Booth  <NeilB@earthling.net>
22463
22464         * gcc.dg/cpp-nullchar.c: Remove test as
22465         embedded nulls cause problems.
22466
22467 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22468
22469         * gcc.dg/compare2.c: New test.
22470
22471 2000-04-08  Neil Booth  <NeilB@earthling.net>
22472
22473         * gcc.dg/cpp-nullchar.c: New test.
22474
22475 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
22476
22477         * gcc.dg/cpp-mi2.c: New test.
22478         * gcc.dg/cpp-mi2[abc].h: New files.
22479
22480 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
22481
22482         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
22483         member name.
22484
22485 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
22486
22487         * g++.old-deja/g++.abi/vmihint.C: New test.
22488
22489 2000-04-06  Neil Booth  <NeilB@earthling.net>
22490
22491         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
22492         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
22493         copyright.
22494
22495 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
22496
22497         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
22498         avoid stack-frame overwrite.
22499
22500 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
22501
22502         * gcc.c-torture/compile/20000405-2.c: New test.
22503         * gcc.c-torture/compile/20000405-3.c: New test.
22504
22505 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22506
22507         * gcc.c-torture/compile/20000405-1.c: New test.
22508
22509 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
22510
22511         * gcc.dg/cast-qual-1.c: Revert last change.
22512
22513 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22514
22515         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
22516
22517 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
22518
22519         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
22520         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
22521
22522 2000-04-03  Jeffrey A Law  (law@cygnus.com)
22523
22524         * gcc.c-torture/compile/20000403-2.c: New test.
22525         * gcc.c-torture/compile/20000403-1.c: New test.
22526
22527 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
22528
22529         * gcc.c-torture/execute/20000403-1.c: New test.
22530
22531 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
22532
22533         * gcc.c-torture/execute/20000402-1.c: New test.
22534
22535 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
22536
22537         * gcc.c-torture/execute/va-arg-15.c: New test.
22538         * gcc.c-torture/execute/va-arg-16.c: New test.
22539         * gcc.c-torture/execute/va-arg-17.c: New test.
22540         * gcc.c-torture/execute/va-arg-18.c: New test.
22541         * gcc.c-torture/execute/va-arg-19.c: New test.
22542
22543 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
22544
22545         * gcc.c-torture/compile/981211-1.c: Move to...
22546         * gcc.dg/cpp-as1.c: ...here.
22547         * gcc.dg/cpp-as2.c: New file.
22548
22549         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
22550         compiler.
22551
22552 2000-04-02  Neil Booth  <NeilB@earthling.net>
22553
22554         * gcc.dg/cpp-cond.c  New tests.
22555         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
22556         accidental success less likely.
22557         * gcc.dg/cpp-missingop.c  New tests.
22558         * gcc.dg/cpp-missingparen.c  New tests.
22559         * gcc.dg/cpp-shift.c  New tests.
22560         * gcc.dg/cpp-shortcircuit.c  New tests.
22561         * gcc.dg/cpp-unary.c  New tests.
22562
22563 2000-03-29  Jeffrey A Law  (law@cygnus.com)
22564
22565         * gcc.c-torture/compile/20000329-1.c: New test.
22566
22567 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
22568
22569         * gcc.c-torture/compile/20000326-1.c: New test.
22570         * gcc.c-torture/compile/20000326-2.c: New test.
22571
22572 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
22573
22574         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
22575         the first parameter is a function argument.
22576
22577 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
22578
22579         * g++.old-deja/g++.ext/array4.C: New test.
22580
22581 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
22582
22583         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
22584
22585 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22586
22587         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
22588
22589 2000-03-19  Richard Henderson  <rth@cygnus.com>
22590
22591         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
22592
22593 2000-03-19  Richard Henderson  <rth@cygnus.com>
22594
22595         * gcc.c-torture/compile/20000319-1.c: New test.
22596
22597 2000-03-14  Jeffrey A Law  (law@cygnus.com)
22598
22599         * gcc.c-torture/execute/20000314-3.c: New test.
22600         * gcc.c-torture/execute/20000314-2.c: New test.
22601         * gcc.c-torture/execute/20000314-1.c: New test.
22602         * gcc.c-torture/compile/20000314-2.c: New test.
22603         * gcc.c-torture/compile/20000314-1.c: New test.
22604
22605 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
22606
22607         * g++.old-deja/g++.warn/inline.C: New test.
22608
22609 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
22610
22611         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
22612         standards-compliant result rather than specific constants.
22613         Put test-values in array.
22614
22615 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
22616
22617         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
22618         (g++_target_compile): Put test-specific options last.
22619
22620 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
22621
22622         * g++.old-deja/g++.eh/vbase4.C: New test.
22623
22624 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
22625
22626         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
22627
22628 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
22629
22630         * g++.old-deja/g++.brendan/misc12.C: Removed.
22631         * g++.old-deja/g++.pt/memtemp77.C: Constify.
22632         * g++.old-deja/g++.ext/pretty4.C: New test.
22633
22634 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
22635
22636         * g++.old-deja/g++.other/string2.C: New test.
22637
22638 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
22639
22640         * g++.old-deja/g++.warn/impint2.C: New test.
22641
22642 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
22643
22644         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
22645         is 1, not zero.
22646
22647 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
22648
22649         * g++.old-deja/g++.warn/impint.C: New test.
22650         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
22651         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
22652         * g++.old-deja/g++.pt/explicit12.C: Likewise.
22653         * g++.old-deja/g++.pt/explicit13.C: Likewise.
22654         * g++.old-deja/g++.pt/explicit17.C: Likewise.
22655         * g++.old-deja/g++.pt/explicit18.C: Likewise.
22656         * g++.old-deja/g++.pt/explicit19.C: Likewise.
22657         * g++.old-deja/g++.pt/explicit23.C: Likewise.
22658         * g++.old-deja/g++.pt/explicit31.C: Likewise.
22659         * g++.old-deja/g++.pt/explicit35.C: Likewise.
22660         * g++.old-deja/g++.pt/explicit6.C: Likewise.
22661         * g++.old-deja/g++.pt/memclass7.C: Likewise.
22662
22663 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
22664
22665         * gcc.dg/cpp-redef.c: New test.
22666
22667 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
22668
22669         * g++.old-deja/g++.pt/unify7.C: New test.
22670
22671 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
22672
22673         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
22674         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
22675
22676 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
22677
22678         * gcc.c-torture/compile/20000224-1.c: New test.
22679
22680 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22681
22682         * gcc.c-torture/compile/cpp-2.c: New test.
22683         * gcc.c-torture/compile/cpp-1.c: New test.
22684
22685 2000-02-25  Jeffrey A Law  (law@cygnus.com)
22686
22687         * gcc.c-torture/execute/20000225-1.c: New test.
22688
22689 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22690
22691         * gcc.dg/cpp-li2.c: New test.
22692
22693         * gcc.dg/cpp-wi1.c: New test.
22694
22695         * gcc.dg/cpp-li1.c: New test.
22696
22697 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
22698
22699         * g++.old-deja/g++.other/sizeof5.C: New test.
22700
22701 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22702
22703         * gcc.c-torture/execute/va-arg-13.c: New test.
22704
22705 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
22706
22707         * gcc.c-torture/execute/va-arg-12.c: New test.
22708
22709 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
22710
22711         * gcc.c-torture/execute/20000223-1.c: New test.
22712
22713 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
22714
22715         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
22716
22717 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
22718
22719         * g++.old-deja/g++.abi/ptrmem.C: New test.
22720
22721 2000-02-19  Richard Henderson  <rth@cygnus.com>
22722
22723         * gcc.c-torture/compile/init-3.c: New.
22724
22725 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
22726
22727         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
22728         ALWAYS_CXXFLAGS.
22729
22730 2000-02-11  Robert Lipe <robertl@sco.com>
22731
22732         * gcc.c-torture/compile/20000211-3.c: New test.
22733
22734 2000-02-11  Martin Buchholz <martin@xemacs.org>
22735
22736         * gcc.c-torture/compile/20000211-2.c: New test.
22737
22738 2000-02-11  Jeffrey A Law  (law@cygnus.com)
22739
22740         * gcc.c-torture/compile/20000211-1.c: New test.
22741
22742 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
22743
22744         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
22745           on native targets
22746
22747 2000-02-08  Nathan Sidwell  <nathan@acm.org>
22748
22749         * g++.old-deja/g++.other/cast5.C: New test.
22750
22751 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
22752
22753         * gcc.c-torture/execute/20000205-1.c: New.
22754
22755 2000-02-03  Nathan Sidwell  <nathan@acm.org>
22756
22757         * g++.old-deja/g++.jason/cast3.C: Return void.
22758         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
22759
22760 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22761
22762         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
22763
22764         * gcc.dg/loop-1.c: New test.
22765
22766 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
22767
22768         * gcc.c-torture/compile/20000127-1.c: New test.
22769         * gcc.c-torture/execute/991228-1.c: New test.
22770
22771 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22772
22773         * gcc.dg/unused-2.c: New test.
22774
22775         * gcc.dg/conv-1.c: New test.
22776
22777 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
22778
22779         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
22780         compiler.
22781         (tool_option_proc): Fix typo.
22782
22783 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
22784
22785         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
22786         of the ld on the host, not on the build machine.
22787         Also, don't crash if '--help' is not a supported option.
22788
22789 2000-01-24  Richard Henderson  <rth@cygnus.com>
22790
22791         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
22792
22793 2000-01-20  Jeffrey A Law  (law@cygnus.com)
22794
22795         * gcc.c-torture/execute/20000120-2.c: New test.
22796         * gcc.c-torture/execute/20000120-1.c: New test.
22797
22798 2000-01-13  Jeffrey A Law  (law@cygnus.com)
22799
22800         * gcc.c-torture/execute/20000113-1.c: New test.
22801
22802 2000-01-12  Jeffrey A Law  (law@cygnus.com)
22803
22804         * gcc.c-torture/execute/20000112-1.c: New test.
22805
22806 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22807
22808         * gcc.dg/20000111-1.c: New test.
22809
22810 2000-01-10  Jeffrey A Law  (law@cygnus.com)
22811
22812         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
22813         with 16 bit integers.
22814
22815 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22816
22817         * gcc.dg/20000108-1.c: New test.
22818
22819 2000-01-05  Nathan Sidwell  <nathan@acm.org>
22820
22821         * g++.old-deja/g++.ns/koenig8.C: New test.
22822
22823 2000-01-05  Nathan Sidwell  <nathan@acm.org>
22824
22825         * g++.old-deja/g++.other/cast4.C: New test.
22826
22827 2000-01-05  Jeffrey A Law  (law@cygnus.com)
22828
22829         * gcc.c-torture/compile/20000105-2.c: New test.
22830         * gcc.c-torture/compile/20000105-1.c: New test.
22831
22832 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22833
22834         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
22835         references to printf & atoi to conform to ANSI standard.
22836         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
22837         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
22838         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
22839         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
22840         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
22841         * g++.old-deja/g++.brendan/complex1.C: Likewise.
22842         * g++.old-deja/g++.brendan/copy1.C: Likewise.
22843         * g++.old-deja/g++.brendan/copy2.C: Likewise.
22844         * g++.old-deja/g++.brendan/copy3.C: Likewise.
22845         * g++.old-deja/g++.brendan/copy4.C: Likewise.
22846         * g++.old-deja/g++.brendan/copy5.C: Likewise.
22847         * g++.old-deja/g++.brendan/copy6.C: Likewise.
22848         * g++.old-deja/g++.brendan/copy7.C: Likewise.
22849         * g++.old-deja/g++.brendan/copy8.C: Likewise.
22850         * g++.old-deja/g++.brendan/crash11.C: Likewise.
22851         * g++.old-deja/g++.brendan/crash14.C: Likewise.
22852         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
22853         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
22854         * g++.old-deja/g++.brendan/delete2.C: Likewise.
22855         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
22856         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
22857         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
22858         * g++.old-deja/g++.brendan/eh1.C: Likewise.
22859         * g++.old-deja/g++.brendan/groff1.C: Likewise.
22860         * g++.old-deja/g++.brendan/init3.C: Likewise.
22861         * g++.old-deja/g++.brendan/misc12.C: Likewise.
22862         * g++.old-deja/g++.brendan/misc7.C: Likewise.
22863         * g++.old-deja/g++.brendan/new2.C: Likewise.
22864         * g++.old-deja/g++.brendan/operators4.C: Likewise.
22865         * g++.old-deja/g++.brendan/operators5.C: Likewise.
22866         * g++.old-deja/g++.brendan/overload2.C: Likewise.
22867         * g++.old-deja/g++.brendan/overload7.C: Likewise.
22868         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
22869         * g++.old-deja/g++.brendan/reference1.C: Likewise.
22870         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
22871         * g++.old-deja/g++.brendan/template24.C: Likewise.
22872         * g++.old-deja/g++.brendan/template3.C: Likewise.
22873         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
22874         * g++.old-deja/g++.jason/inline3.C: Likewise.
22875         * g++.old-deja/g++.jason/opeq.C: Likewise.
22876         * g++.old-deja/g++.law/arg5.C: Likewise.
22877         * g++.old-deja/g++.law/arm7.C: Likewise.
22878         * g++.old-deja/g++.law/ctors11.C: Likewise.
22879         * g++.old-deja/g++.law/cvt8.C: Likewise.
22880         * g++.old-deja/g++.law/init9.C: Likewise.
22881         * g++.old-deja/g++.law/refs4.C: Likewise.
22882         * g++.old-deja/g++.law/template2.C: Likewise.
22883         * g++.old-deja/g++.law/visibility24.C: Likewise.
22884         * g++.old-deja/g++.law/vtable3.C: Likewise.
22885         * g++.old-deja/g++.mike/asm2.C: Likewise.
22886         * g++.old-deja/g++.mike/eh1.C: Likewise.
22887         * g++.old-deja/g++.mike/misc1.C: Likewise.
22888         * g++.old-deja/g++.mike/misc13.C: Likewise.
22889         * g++.old-deja/g++.mike/misc14.C: Likewise.
22890         * g++.old-deja/g++.mike/ns12.C: Likewise.
22891         * g++.old-deja/g++.mike/p1248.C: Likewise.
22892         * g++.old-deja/g++.mike/p3708.C: Likewise.
22893         * g++.old-deja/g++.mike/p3708a.C: Likewise.
22894         * g++.old-deja/g++.mike/p3708b.C: Likewise.
22895         * g++.old-deja/g++.mike/p646.C: Likewise.
22896         * g++.old-deja/g++.mike/p700.C: Likewise.
22897         * g++.old-deja/g++.mike/p783.C: Likewise.
22898         * g++.old-deja/g++.mike/p783a.C: Likewise.
22899         * g++.old-deja/g++.mike/p783b.C: Likewise.
22900         * g++.old-deja/g++.mike/p786.C: Likewise.
22901         * g++.old-deja/g++.mike/p789.C: Likewise.
22902         * g++.old-deja/g++.mike/p789a.C: Likewise.
22903         * g++.old-deja/g++.mike/p807a.C: Likewise.
22904         * g++.old-deja/g++.other/delete3.C: Likewise.
22905         * g++.old-deja/g++.other/dyncast1.C: Likewise.
22906         * g++.old-deja/g++.other/dyncast2.C: Likewise.
22907         * g++.old-deja/g++.other/dyncast3.C: Likewise.
22908         * g++.old-deja/g++.other/empty1.C: Likewise.
22909         * g++.old-deja/g++.other/temporary1.C: Likewise.
22910         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
22911         * g++.old-deja/g++.pt/t16.C: Likewise.
22912         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
22913
22914 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
22915
22916         * gcc.dg/991230-1.c: New test.
22917
22918 1999-12-29  Jeffrey A Law  (law@cygnus.com)
22919
22920         * gcc.c-torture/compile/991229-3.c: New test.
22921         * gcc.c-torture/compile/991229-2.c: New test.
22922         * gcc.c-torture/compile/991229-1.c: New test.
22923
22924 1999-12-29  Greg McGary <gkm@eng.ascend.com>
22925
22926         * gcc.c-torture/compile/labels-2.c: New test.
22927
22928 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
22929
22930         * gcc.c-torture/execute/991227-1.c: New test.
22931
22932 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22933
22934         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
22935
22936 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
22937
22938         * gcc.c-torture/execute/991221-1.c: New test.
22939
22940 1999-12-20  Nathan Sidwell  <nathan@acm.org>
22941
22942         * g++.old-deja/g++.other/cast3.C: New test.
22943
22944 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
22945
22946         * gcc.c-torture/execute/991216-4.c: New test.
22947
22948 1999-12-16  Michael Meissner  <meissner@cygnus.com>
22949
22950         * gcc.c-torture/execute/991216-1.c: New test.
22951         * gcc.c-torture/execute/991216-2.c: New test.
22952         * gcc.c-torture/execute/991216-3.c: New test.
22953
22954 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
22955
22956         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
22957         Actually make the test fail by using "-O2" for compilation.
22958
22959 1999-12-15  Nathan Sidwell  <nathan@acm.org>
22960
22961         * g++.old-deja/g++.warn/cast-align1.C: New test.
22962
22963 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
22964
22965         * gcc.c-torture/compile/991214-1.c: New test.
22966         * gcc.c-torture/compile/991214-2.c: New test.
22967
22968 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
22969
22970         * gcc.dg/991214-1.c: New test.
22971
22972 1999-12-13  Jeffrey A Law  (law@cygnus.com)
22973
22974         * gcc.c-torture/compile/991213-3.c: New test.
22975         * gcc.c-torture/compile/991213-2.c: New test.
22976         * gcc.c-torture/compile/991213-1.c: New test.
22977
22978 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
22979
22980         * gcc.dg/991209-1.c: New test.
22981
22982 1999-12-08  Nathan Sidwell <nathan@acm.org>
22983
22984         * gcc.c-torture/compile/991208-1.c: New test.
22985
22986 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22987
22988         * gcc.dg/ultrasp2.c: New test.
22989
22990 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
22991
22992         * g++.old-deja/g++.abi/align.C (main): Fix typo.
22993
22994 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
22995
22996         * gcc.c-torture/compile/991202-1.c: New test.
22997         * gcc.c-torture/execute/991202-1.c: New test.
22998         * gcc.c-torture/execute/991202-2.c: New test.
22999         * gcc.c-torture/execute/991202-3.c: New test.
23000
23001 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
23002
23003         * g++.old-deja/g++.abi/align.C: New test.
23004         * g++.old-deja/g++.abi/aggregates.C: Likewise.
23005         * g++.old-deja/g++.abi/bitfields.C: Likewise.
23006
23007 1999-12-01  Richard Henderson  <rth@cygnus.com>
23008
23009         * gcc.c-torture/execute/991201-1.c: New.
23010
23011 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
23012
23013         * gcc.dg/991129-1.c: New test.
23014
23015 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
23016
23017         * gcc.c-torture/compile/991127-1.c: New test.
23018
23019 1999-11-22  Nathan Sidwell  <nathan@acm.org>
23020
23021         * g++.old-deja/g++.other/warn4.C: New test.
23022
23023 1999-11-22  Nathan Sidwell  <nathan@acm.org>
23024
23025         * g++.old-deja/g++.eh/cleanup2.C: New test.
23026         * g++.old-deja/g++.ext/pretty2.C: New test.
23027         * g++.old-deja/g++.ext/pretty3.C: New test.
23028         * g++.old-deja/g++.other/debug6.C: New test.
23029
23030 1999-10-20  Jim Wilson  <wilson@cygnus.com>
23031
23032         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
23033         compiler_output to look for one error message instead of two.
23034
23035 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
23036
23037         * gcc.c-torture/execute/991118-1.c: Also test case
23038         where the word boundary does not split a byte evenly.
23039
23040 1999-11-19  Nathan Sidwell  <nathan@acm.org>
23041
23042         * g++.old-deja/g++.ext/restrict1.C: New test.
23043
23044 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
23045
23046         * gcc.c-torture/execute/991118-1.c: New test.
23047
23048 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
23049
23050         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
23051         working directory pathnames.
23052
23053 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
23054
23055         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
23056         host is equipped with driver.h and driver.o so it can actually
23057         compile and run the tests.
23058
23059 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
23060
23061         * gcc.c-torture/compile/991008-1.c: New test.
23062
23063 1999-11-08  Nick Clifton  <nickc@cygnus.com>
23064
23065         * lib/gcc-dg.exp: Include target-supports.exp
23066
23067 1999-11-05  Nick Clifton  <nickc@cygnus.com>
23068
23069         * lib/target-supports.exp: New file: Provide procs to test for
23070         features supported by the target.
23071         (check_weak_available): Moved here from ecos.exp.
23072         (check_alias_available): New proc: Determine of the target
23073         toolchain supports the alias attribute.
23074
23075         * gcc.dg/special/ecos.exp: Move check_weak_available to
23076         target-supports.exp.
23077         (alias-1.c): Only perform the test if the target supports
23078         aliases.
23079         (wkali-1.c): Only perform the test if the target supports
23080         aliases.
23081
23082         * gcc.dg/990506-0.c: Expect error messages from cross
23083         targets as well as native targets.
23084
23085 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23086
23087         * gcc.dg/ultrasp1.c: Removed xfail.
23088         * gcc.dg/struct-ret-2.c: Likewise.
23089         * gcc.dg/array-1.c: Likewise.
23090
23091 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23092
23093         * gcc.dg/struct-ret-2.c: New test.
23094
23095         * gcc.dg/array-1.c: New test.
23096
23097 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
23098
23099         * gcc.c-torture/execute/991030-1.c: New test.
23100
23101 1999-10-26  Richard Henderson  <rth@cygnus.com>
23102
23103         * gcc.c-torture/compile/991026-2.c: New test.
23104
23105 1999-10-26  Jeffrey A Law  (law@cygnus.com)
23106
23107         * gcc.c-torture/compile/991026-1.c: New test.
23108
23109 1999-10-23  Jeffrey A Law  (law@cygnus.com)
23110
23111         * gcc.c-torture/execute/991023-1.c: New test.
23112
23113 1999-10-19  Jeffrey A Law  (law@cygnus.com)
23114
23115         * gcc.c-torture/execute/991019-1.c: New test.
23116
23117 1999-10-16  Richard Henderson  <rth@cygnus.com>
23118
23119         * gcc.c-torture/execute/991016-1.c: New test.
23120
23121 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
23122
23123         * gcc.c-torture/execute/991014-1.c: New test.
23124
23125 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
23126
23127         * g++.old-deja/g++.other/union2.C: New test.
23128
23129 1999-10-13  Nathan Sidwell  <nathan@acm.org>
23130
23131         * g++.old-deja/g++.other/vaarg2.C: New test.
23132         * g++.old-deja/g++.other/vaarg3.C: New test.
23133
23134 1999-10-12  Craig Burley  <craig@jcb-sc.com>
23135
23136         * g77.f-torture/noncompile/19990905-1.f: Moved from being
23137         in compile/.
23138
23139 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
23140
23141         * gcc.c-torture/execute/va-arg-11.c: New test.
23142
23143 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
23144
23145         * lib/file-format.exp (gcc_target_object_format): Don't
23146         crash if objdump is unavailable.
23147
23148 1999-09-29  Donn Terry <donn@interix.com>
23149
23150         * gcc.misc-tests/mg.exp: delete extraneous redirection.
23151
23152 1999-09-28  Nick Clifton  <nickc@cygnus.com>
23153
23154         * gcc.c-torture/compile/990928-1.c: New test.
23155
23156 1999-09-28  Nathan Sidwell  <nathan@acm.org>
23157
23158         * g++.old-deja/g++.other/decl6.C: New test.
23159
23160 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23161
23162         * gcc.c-torture/execute/va-arg-10.c: New test.
23163
23164 1999-09-27  Nathan Sidwell  <nathan@acm.org>
23165
23166         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
23167         __PRETTY_FUNCTION__.
23168
23169 1999-09-23  Nick Clifton  <nickc@cygnus.com>
23170
23171         * gcc.c-torture/execute/990923-1.c: New test.
23172
23173 1999-09-21  Nick Clifton  <nickc@cygnus.com>
23174
23175         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
23176         for which -fpic is inappropriate.
23177
23178 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
23179
23180         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
23181
23182 1999-09-21  Nathan Sidwell  <nathan@acm.org>
23183
23184         * g++.old-deja/g++.other/dyncast1.C: New test.
23185         * g++.old-deja/g++.other/dyncast2.C: New test.
23186         * g++.old-deja/g++.other/dyncast3.C: New test.
23187         * g++.old-deja/g++.other/dyncast4.C: New test.
23188         * g++.old-deja/g++.other/dyncast5.C: New test.
23189         * g++.old-deja/g++.eh/catch3.C: New test.
23190         * g++.old-deja/g++.eh/catch3p.C: New test.
23191         * g++.old-deja/g++.eh/catch4.C: New test.
23192         * g++.old-deja/g++.eh/catch4p.C: New test.
23193         * g++.old-deja/g++.eh/catch5.C: New test.
23194         * g++.old-deja/g++.eh/catch5p.C: New test.
23195         * g++.old-deja/g++.eh/catch6.C: New test.
23196         * g++.old-deja/g++.eh/catch6p.C: New test.
23197         * g++.old-deja/g++.eh/catch7.C: New test.
23198         * g++.old-deja/g++.eh/catch7p.C: New test.
23199         * g++.old-deja/g++.eh/catch8.C: New test.
23200         * g++.old-deja/g++.eh/catch8p.C: New test.
23201         * g++.old-deja/g++.eh/catch9.C: New test.
23202         * g++.old-deja/g++.eh/catch9p.C: New test.
23203
23204 1999-09-13  Nathan Sidwell  <nathan@acm.org>
23205
23206         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
23207         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
23208
23209 1999-09-13  Jeffrey A Law  (law@cygnus.com)
23210
23211         * gcc.c-torture/compile/990913-1.c: New test.
23212
23213 1999-09-10  Nathan Sidwell  <nathan@acm.org>
23214
23215         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
23216         * g++.old-deja/g++.jason/rfg5.C: Likewise.
23217
23218 1999-09-09  Richard Henderson  <rth@cygnus.com>
23219
23220         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
23221
23222 1999-09-09  Nathan Sidwell  <nathan@acm.org>
23223
23224         * g++.old-deja/g++.other/lookup11.C: New test.
23225         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
23226         what is permitted and what we want.
23227         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
23228         overload use.
23229         * g++.old-deja/g++.jason/rfg5.C: Likewise
23230
23231 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
23232
23233         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
23234         * gcc.c-torture/noncompile/poison-1.c: New file.
23235
23236 1999-09-08  Nathan Sidwell  <nathan@acm.org>
23237
23238         * g++.old-deja/g++.other/sizeof3.C: New test.
23239         * g++.old-deja/g++.other/sizeof4.C: New test.
23240         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
23241         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
23242
23243 1999-09-07  Richard Henderson  <rth@cygnus.com>
23244
23245         * gcc.dg/va-arg-1.c: New.
23246
23247 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23248
23249         * gcc.c-torture/execute/va-arg-9.c: New test.
23250
23251 1999-09-05  Craig Burley  <craig@jcb-sc.com>
23252
23253         * g77.f-torture/compile/980519-2.f: New test.
23254         * g77.f-torture/compile/19990905-0.f: New test.
23255         * g77.f-torture/compile/19990905-1.f: New test.
23256         * g77.f-torture/compile/19990905-2.f: New test.
23257
23258         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
23259
23260 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
23261
23262         * gcc.c-torture/execute/990827-1.c: Fix typo.
23263
23264 1999-09-03  Nathan Sidwell  <nathan@acm.org>
23265
23266         * g++.old-deja/g++.other/deref1.C: New test.
23267
23268 1999-09-02  Nathan Sidwell  <nathan@acm.org>
23269
23270         * g++.old-deja/g++.other/ambig2.C: New test.
23271         * g++.old-deja/g++.other/cond5.C: New test.
23272         * g++.old-deja/g++.other/lookup16.C: New test.
23273
23274 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
23275
23276         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
23277         assemblers too.
23278
23279 1999-08-31  Jeffrey A Law  (law@cygnus.com)
23280
23281         * lib/c-torture.exp: Avoid the "compare executables" optimization
23282         when testing native.
23283
23284 1999-08-29  Jeffrey A Law  (law@cygnus.com)
23285
23286         * gcc.c-torture/execute/990829-1.c: New test.
23287         * gcc.c-torture/compile/990829-1.c: New test.
23288
23289 1999-08-27  Paul Burchard  <burchard@pobox.com>
23290
23291         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
23292         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
23293         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
23294         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
23295         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
23296         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
23297         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
23298         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
23299         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
23300         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
23301         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
23302
23303 1999-08-27  Jeffrey A Law  (law@cygnus.com)
23304
23305         * gcc.c-torture/execute/990827-1.c: New test.
23306
23307 1999-08-26  Craig Burley  <craig@jcb-sc.com>
23308
23309         * g77.f-torture/noncompile/19990826-4.f: New test.
23310
23311         * g77.f-torture/compile/19990826-3.f: New test.
23312
23313         * g77.f-torture/execute/19990826-2.f: New test.
23314
23315         * g77.f-torture/compile/19990826-1.f: New test.
23316
23317         * gcc.c-torture/execute/990826-0.c: New test.
23318         * g77.c-torture/execute/19990826-0.f: New test.
23319
23320         * g77.f-torture/noncompile/970626-2.f: New test.
23321
23322 1999-08-25  Paul Burchard  <burchard@pobox.com>
23323
23324         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
23325         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
23326         lss-011.C: New tests.
23327
23328 1999-08-25  Nathan Sidwell  <nathan@acm.org>
23329
23330         * g++.old-deja/g++.other/decl5.C: New test.
23331
23332 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23333
23334         * noncompile/noncompile.exp: Load_lib c-torture.exp.
23335         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
23336         call `postbase' for each one.  All callers of `postbase' changed
23337         to call this instead.
23338
23339 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
23340
23341         * gcc.c-torture/execute/990811-1.c: New test.
23342
23343 1999-08-09  Nick Clifton  <nickc@cygnus.com>
23344
23345         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
23346         just native ones.
23347
23348         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
23349         just native ones.
23350
23351 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
23352
23353         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
23354
23355 1999-08-04  Jeffrey A Law  (law@cygnus.com)
23356
23357         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
23358
23359 1999-08-04  Nathan Sidwell  <nathan@acm.org>
23360
23361         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
23362
23363 1999-08-04  Jeffrey A Law  (law@cygnus.com)
23364
23365         * gcc.c-torture/execute/990804-1.c: New test.
23366
23367 1999-08-03  Nathan Sidwell  <nathan@acm.org>
23368
23369         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
23370         * g++.old-deja/g++.brendan/crash64.C: Likewise
23371         * g++.old-deja/g++.brendan/overload8.C: Likewise
23372
23373 1999-08-03  Nathan Sidwell  <nathan@acm.org>
23374
23375         * g++.old-deja/g++.other/struct1.C: New test.
23376
23377 1999-08-03  Nathan Sidwell  <nathan@acm.org>
23378
23379         * g++.old-deja/g++.other/enum2.C: New test.
23380
23381 1999-08-02  Richard Henderson  <rth@cygnus.com>
23382
23383         Adapted from tests from Franz Sirl:
23384         * gcc.c-torture/execute/va-arg-7.c: New test.
23385         * gcc.c-torture/execute/va-arg-8.c: New test.
23386
23387 1999-08-01  Jeffrey A Law  (law@cygnus.com)
23388
23389         * gcc.c-torture/compile/990801-2.c: New test.
23390
23391         * gcc.c-torture/compile/990801-1.c: New test.
23392
23393 1999-07-27  Michael Meissner  <meissner@cygnus.com>
23394
23395         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
23396         fp-cmp-1.c, converting double to float.
23397
23398         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
23399         fp-cmp-1.c, converting double to long double.
23400
23401         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
23402         from fr1 to unknown_register, since fr1 is a legitimate register
23403         on some machines.
23404
23405 1999-07-25  Jeffrey A Law  (law@cygnus.com)
23406
23407         * README: More listname related changes.
23408
23409 1999-07-08  Catherine Moore  <clm@cygnus.com>
23410
23411         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
23412
23413 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
23414
23415         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
23416
23417 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
23418
23419         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
23420
23421 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
23422
23423         * gcc.dg/990703-1.c: New test.
23424
23425 1999-06-29  Nick Clifton  <nickc@cygnus.com>
23426
23427         * lib/file-format.exp: New file: Move definition of proc
23428         gcc_target_object_format to here from
23429         gcc.dg/special/ecos.exp.
23430
23431         * lib/c-torture.exp: Include lib file-format.exp.
23432         * lib/gcc-dg.exp: Include lib file-format.exp.
23433
23434         * gcc.dg/special/ecos.exp: Remove definition of proc
23435         gcc_target_object_format.
23436
23437 1999-06-28  Jeffrey A Law  (law@cygnus.com)
23438
23439         * gcc.c-torture/execute/990628-1.c: New test.
23440
23441 1999-06-25  Jeffrey A Law  (law@cygnus.com)
23442
23443         * gcc.c-torture/compile/990625-2.c: New test.
23444
23445         * gcc.c-torture/compile/990625-1.c: New test.
23446
23447 1999-06-23  Nick Clifton  <nickc@cygnus.com>
23448
23449         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
23450         attributes compile.
23451         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
23452         ports that use the COFF/PE file format.
23453
23454 1999-06-17  Jeffrey A Law  (law@cygnus.com)
23455
23456         * gcc.c-torture/compile/990617-1.c: New test.
23457
23458 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
23459
23460         * g++.old-deja/g++.other/decl4.C: New test.
23461
23462 1999-06-14  Nathan Sidwell  <nathan@acm.org>
23463
23464         * g++.old-deja/g++.other/bitfld3.C: New test.
23465
23466 1999-06-08  Nathan Sidwell  <nathan@acm.org>
23467
23468         * g++.old-deja/g++.eh/catch1.C: New test.
23469
23470 1999-06-07  Jeffrey A Law  (law@cygnus.com)
23471
23472         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
23473
23474         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
23475         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
23476
23477 1999-06-05  Craig Burley  <craig@jcb-sc.com>
23478
23479         * g77.f-torture/compile/19990502-0.f: Replace with new,
23480         shorter, test that still fails after recent changes.
23481
23482 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
23483
23484         * gcc.c-torture/execute/990604-1.c: New test.
23485
23486 1999-05-31  Jeffrey A Law  (law@cygnus.com)
23487
23488         * gcc.c-torture/execute/990531-1.c: New test.
23489
23490 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23491
23492         * gcc.c-torture/compile/990527-1.c: New test.
23493
23494 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
23495
23496         * gcc.c-torture/execute/990527-1.c: New test.
23497
23498 1999-05-25  Nick Clifton  <nickc@cygnus.com>
23499
23500         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
23501         bitfields as signed.
23502
23503 1999-05-25  Craig Burley  <craig@jcb-sc.com>
23504
23505         * g77.f-torture/compile/19990525-0.f: New test.
23506
23507 1999-05-25  Jeffrey A Law  (law@cygnus.com)
23508
23509         * gcc.c-torture/execute/990525-2.c: New test.
23510
23511         * gcc.c-torture/execute/990525-1.c: New test.
23512
23513 1999-05-24  Nathan Sidwell  <nathan@acm.org>
23514
23515         * g++.old-deja/g++.other/anon3.C: New test.
23516         * g++.old-deja/g++.other/anon4.C: New test.
23517         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
23518         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
23519         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
23520         Merrill).
23521
23522 1999-05-24  Jeffrey A Law  (law@cygnus.com)
23523
23524         * gcc.c-torture/execute/990524-1.c: New test.
23525
23526         * gcc.dg/990524-1.c: New test.
23527
23528 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23529
23530         * gcc.c-torture/compile/990523-1.c: New test.
23531
23532 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
23533
23534         * gcc.c-torture/compile/990519-1.c: New test.
23535
23536 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
23537
23538         * gcc.c-torture/compile/990517-1.c: New test.
23539
23540         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
23541         (e4, f4): New tests.
23542         (main): Call them.
23543
23544 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23545
23546         * gcc.dg/noreturn-1.c: New test.
23547
23548 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
23549
23550         * gcc.c-torture/execute/990513-1.c: New test.
23551
23552 1999-05-10  Richard Henderson  <rth@cygnus.com>
23553
23554         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
23555
23556 1999-05-10  Craig Burley  <craig@jcb-sc.com>
23557
23558         * g77.f-torture/execute/erfc.f: Use small single-precision
23559         values, to avoid problems on Alphas when not -mieee.
23560
23561 1999-05-08  Craig Burley  <craig@jcb-sc.com>
23562
23563         * gcc.dg/990506-0.c: New test.
23564
23565 1999-05-08  Richard Henderson  <rth@cygnus.com>
23566
23567         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
23568         the constant to test.  Don't XFAIL 64-bit targets.
23569
23570         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
23571         * g++.old-deja/g++.law/profile1.C: Likewise.
23572
23573         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
23574         operator new instances.
23575         * g++.old-deja/g++.other/delete5.C: Likewise.
23576
23577 1999-05-03  Craig Burley  <craig@jcb-sc.com>
23578
23579         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
23580         intrinsic.
23581
23582 1999-05-03  Craig Burley  <craig@jcb-sc.com>
23583
23584         * g77.f-torture/execute/u77-test.f: Reverse order of two
23585         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
23586
23587 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23588
23589         * gcc.dg/compare1.c: New test.
23590
23591 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
23592
23593         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
23594         New tests.
23595
23596 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23597
23598         * g77.f-torture/compile/19990502-1.f: New test.
23599
23600 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23601
23602         * g77.f-torture/compile/19990502-0.f: New test.
23603
23604 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23605
23606         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
23607         intrinsic.
23608
23609 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23610
23611         * g77.f-torture/execute/u77-test.f (main): List libU77
23612         intrinsics not currently tested.
23613         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
23614         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
23615         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
23616         Trim blanks off the ends of some printed strings.
23617
23618 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23619
23620         * g77.f-torture/execute/u77-test.f (main): Just warn about
23621         FSTAT gid disagreement, as it's expected on some systems.
23622
23623 1999-05-01  Craig Burley  <craig@jcb-sc.com>
23624
23625         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
23626         use a new function, which allows for some slop.
23627         Clean up some commentary.
23628         (issum): The new function.
23629         (sgladd): Deleted subroutine.
23630
23631 1999-05-01  Craig Burley  <craig@jcb-sc.com>
23632
23633         * g77.f-torture/execute/u77-test.f: Modify to be more like
23634         libf2c/libU77 version, bringing patches to that version here.
23635         Add suitable commentary.
23636
23637 1999-04-25  Richard Henderson  <rth@cygnus.com>
23638
23639         * gcc.dg/990424-1.c: New test.
23640
23641 1999-04-24  Craig Burley  <craig@jcb-sc.com>
23642
23643         * g77.f-torture/execute/u77-test.f (main): Bug involving
23644         LSTAT has been fixed, so turn back on full checking.
23645
23646 1999-04-20  Craig Burley  <craig@jcb-sc.com>
23647
23648         * g77.f-torture/compile/19990419-0.f: New test.
23649         * g77.f-torture/execute/19990419-1.f: New test.
23650
23651 1999-04-17  Richard Henderson  <rth@cygnus.com>
23652
23653         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
23654         to avoid the need for a prototype to supress a warning.
23655
23656 1999-04-07  Jim Wilson  <wilson@cygnus.com>
23657
23658         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
23659
23660 1999-04-04  Jeffrey A Law  (law@cygnus.com)
23661
23662         * gcc.c-torture/execute/990404-1.c: New test.
23663
23664 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
23665
23666         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
23667         * gcc.dg/cpp-if3.c: Don't use -pedantic.
23668         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
23669         missing initializer warnings.
23670
23671 1999-03-28  Jeffrey A Law  (law@cygnus.com)
23672
23673         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
23674         matching strings.
23675
23676 1999-03-26  Jeffrey A Law  (law@cygnus.com)
23677
23678         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
23679
23680 1999-03-26  Craig Burley  <craig@jcb-sc.com>
23681
23682         * g77.f-torture/execute/19990325-0.f: New test.
23683         * g77.f-torture/execute/19990325-1.f: New test.
23684
23685 1999-03-24  Jeffrey A Law  (law@cygnus.com)
23686
23687         * gcc.c-torture/execute/990324-1.c: New test.
23688
23689 1999-03-22  Jim Wilson  <wilson@cygnus.com>
23690
23691         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
23692         test with 4.
23693
23694 1999-03-17  Richard Henderson  <rth@cygnus.com>
23695
23696         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
23697
23698 1999-03-13  Craig Burley  <craig@jcb-sc.com>
23699
23700         * g77.f-torture/execute/19990313-2.f: New test.
23701         * g77.f-torture/execute/19990313-3.f: New test.
23702
23703 1999-03-13  Craig Burley  <craig@jcb-sc.com>
23704
23705         * g77.f-torture/execute/19990313-0.f: New test.
23706         * g77.f-torture/execute/19990313-1.f: New test.
23707
23708 1999-03-12  Jim Wilson  <wilson@cygnus.com>
23709
23710         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
23711         printf to sprintf.
23712         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
23713         (main): Add check for u15.  Conditionalize u31 check depending on
23714         whether ints are <32 bits or >=32 bits.
23715
23716 1999-03-08  Craig Burley  <craig@jcb-sc.com>
23717
23718         * g77.f-torture/execute/19981119-0.f: Improve testiness.
23719
23720 1999-03-08  Craig Burley  <craig@jcb-sc.com>
23721
23722         * g77.f-torture/compile/19990305-0.f: New test.
23723         * g77.f-torture/execute/19981119-0.f: New test.
23724
23725 1999-03-08  Craig Burley  <craig@jcb-sc.com>
23726
23727         * g77.f-torture/execute/970625-2.f: call ABORT if final
23728         result is not correct, instead of just printing it.
23729         Add this checking via newly introduced obfuscation, to
23730         trip up buggy front ends.
23731
23732 1999-03-07  Craig Burley  <craig@jcb-sc.com>
23733
23734         * g77.f-torture/compile/960317-1.f: Moved from being
23735         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
23736
23737 1999-03-06  Craig Burley  <craig@jcb-sc.com>
23738
23739         * g77.f-torture/execute/960317-1.f: New (old) test.
23740         * g77.f-torture/execute/970625-2.f: Ditto.
23741
23742 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
23743
23744         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
23745         message on line 1 or line 2; cccp and cpplib do this differently.
23746
23747 1999-03-01  Jeffrey A Law  (law@cygnus.com)
23748
23749         * g++.old-deja/g++.law/weak1.C: New test.
23750
23751 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
23752
23753         * gcc.c-torture/execute/990119-1.c: Renamed to...
23754         * gcc.dg/990119-1.c: this, so it will only be tested once
23755         (it's a preprocessor test, it doesn't need to be run at
23756         multiple optimization levels).
23757
23758 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
23759
23760         * lib/g++.exp: Don't add incdir=$base_dir/../include to
23761           ALWAYS_CXXFLAGS.
23762
23763 1999-02-24  Craig Burley  <craig@jcb-sc.com>
23764
23765         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
23766         * g77.f-torture/compile/19981216-0.f: ...as it is expected
23767         to not be compilable by current g77.
23768
23769 1999-02-24  Nick Clifton  <nickc@cygnus.com>
23770
23771         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
23772
23773 1999-02-22  Jeffrey A Law  (law@cygnus.com)
23774
23775         * gcc.c-torture/execute/990222-1.c: New test.
23776
23777 1999-02-19  Craig Burley  <craig@jcb-sc.com>
23778
23779         * g77.f-torture/compile/19990218-0.f: New test.
23780         * g77.f-torture/noncompile/19990218-1.f: New test.
23781
23782 1999-02-18  Craig Burley  <craig@jcb-sc.com>
23783
23784         * g77.f-torture/compile/19981216-0.f: New test.
23785
23786 1999-02-14  Jeffrey A Law  (law@cygnus.com)
23787
23788         * gcc.dg/990214-1.c: New test.
23789
23790 1999-02-13  Jeffrey A Law  (law@cygnus.com)
23791
23792         * gcc.dg/990213-2.c: New test.
23793
23794         * gcc.dg/990213-1.c: New test.
23795
23796 1999-02-12  Jeffrey A Law  (law@cygnus.com)
23797
23798         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
23799         ints.
23800
23801 1999-02-11  Nick Clifton  <nickc@cygnus.com>
23802
23803         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
23804         specified by target.
23805
23806         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
23807
23808 1999-02-11  Jeffrey A Law  (law@cygnus.com)
23809
23810         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
23811
23812 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
23813
23814         * gcc.dg/special/ecos.exp: New test driver for new tests with
23815         special requirements.
23816
23817         * gcc.dg/special/alias-1.c: New test.
23818         * gcc.dg/special/gcsec-1.c: New test.
23819         * gcc.dg/special/weak-1.c: New test.
23820         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
23821         * gcc.dg/special/weak-2.c: New test.
23822         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
23823         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
23824         * gcc.dg/special/wkali-1.c: New test.
23825         * gcc.dg/special/wkali-2.c: New test.
23826         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
23827         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
23828
23829 1999-02-10  Felix Lee  <flee@cygnus.com>
23830
23831           * lib/c-torture.exp (c-torture-compile): Pull out code for
23832           analyzing gcc error messages.
23833           (c-torture-execute): Likewise.  Fix some (harmless) false
23834           positives.
23835           * lib/gcc.exp (gcc_check_compile): New function.
23836
23837 1999-02-08  Richard Henderson  <rth@cygnus.com>
23838
23839         * gcc.c-torture/execute/990208-1.c: New test.
23840
23841 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
23842
23843         * g++.dg/special/ecos.exp: New driver for new tests with special
23844         requirements
23845
23846         * g++.dg/special/conpr-1.C: New test
23847         * g++.dg/special/conpr-2.C: New test
23848         * g++.dg/special/conpr-2a.C: New test
23849         * g++.dg/special/conpr-3.C: New test
23850         * g++.dg/special/conpr-3a.C: New test
23851         * g++.dg/special/conpr-3b.C: New test
23852
23853         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
23854         allow g++ to use the dg driver
23855
23856         * README: Add comment about g++.dg directory
23857
23858 1999-02-06  Jeffrey A Law  (law@cygnus.com)
23859
23860         * README: Update email addresses.
23861
23862 1999-02-03  Nick Clifton  <nickc@cygnus.com>
23863
23864         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
23865         arguments in order to force structure S onto the stack even on
23866         the alpha.
23867         (test): Pass 10 leading arguments to function foo as well as the
23868         structure S.
23869
23870         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
23871         failure for all targets.
23872
23873         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
23874         abort to terminate program execution.
23875
23876 1999-01-30  Richard Henderson  <rth@cygnus.com>
23877
23878         * gcc.c-torture/execute/990130-1.c: New test.
23879
23880 1999-01-30  Jeffrey A Law  (law@cygnus.com)
23881
23882         * gcc.dg/990130-1.c: New test.
23883
23884 1999-01-28  Michael Meissner  <meissner@cygnus.com>
23885
23886         * gcc.c-torture/execute/990128-1.c: New test.
23887
23888 1999-01-27  Michael Meissner  <meissner@cygnus.com>
23889
23890         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
23891
23892 1999-01-27  Felix Lee  <flee@cygnus.com>
23893
23894         * lib/c-torture.exp (c-torture-compile): pull out code for
23895         analyzing gcc error messages.
23896         (c-torture-execute): ditto, and fix some (harmless) false
23897         positives.
23898         * lib/gcc.exp (gcc_check_compile): new function.
23899
23900 1999-01-17  Jeffrey A Law  (law@cygnus.com)
23901
23902         * gcc.dg/990117-1.c: New test.
23903
23904         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
23905
23906         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
23907
23908 1999-01-15  Jeffrey A Law  (law@cygnus.com)
23909
23910         * g77.f-torture/compile/990115-1.f: New test.
23911
23912 1999-01-07  Jeffrey A Law  (law@cygnus.com)
23913
23914         * gcc.c-torture/compile/990107-1.c: New test
23915
23916 1999-01-06  Jeffrey A Law  (law@cygnus.com)
23917
23918         * gcc.c-torture/execute/990106-2.c: New test.
23919
23920         * gcc.c-torture/execute/990106-1.c: New test.
23921
23922 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
23923
23924         * gcc.c-torture/compile/981223-1.c: New test.
23925
23926 1998-12-29  Richard Henderson  <rth@cygnus.com>
23927
23928         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
23929         (opt3): Rename from opt4 and disable.
23930
23931 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
23932
23933         * g++.old-deja/g++.pt/ptrmem5.C: New test.
23934
23935 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
23936
23937         * g++.old-deja/g++.other/conv5.C: New test.
23938
23939 1998-12-14  Nick Clifton  <nickc@cygnus.com>
23940
23941         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
23942
23943 1998-12-11  Jeffrey A Law  (law@cygnus.com)
23944
23945         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
23946
23947 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
23948
23949         * gcc.c-torture/compile/981211-1.c: New test.
23950
23951 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
23952
23953         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
23954
23955         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
23956
23957 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23958
23959         * gcc.special/930510-1.c: Make C9X safe.
23960         * gcc.misc-tests/gcov-1.c Similarly.
23961         * gcc.misc-tests/gcov-2.c Similarly.
23962
23963 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
23964
23965         * gcc.dg/ultrasp1.c: New test.
23966
23967 1998-12-06  Richard Henderson  <rth@cygnus.com>
23968
23969         * gcc.c-torture/execute/981206.c: New test.
23970
23971 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
23972
23973         * g++.old-deja/g++.ns/template7.C: New test.
23974
23975         * g++.old-deja/g++.other/expr1.C: New test.
23976
23977         * g++.old-deja/g++.eh/tmpl3.C: New test.
23978
23979         * g++.old-deja/g++.eh/tmpl2.C: New test.
23980
23981 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
23982
23983         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
23984         * g++.old-deja/g++.other/using6.C: Removed.
23985         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
23986
23987         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
23988
23989 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
23990
23991         * g++.old-deja/g++.pt/overload8.C: New test.
23992
23993         * g++.old-deja/g++.pt/overload7.C: New test.
23994
23995         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
23996
23997         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
23998         and relinking messages.
23999         * lib/g++.exp (g++_target_compile): Remove .rpo file when
24000         compiling with -frepo.
24001
24002 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
24003
24004         * g++.old-deja/g++.pt/lookup6.C: New test.
24005
24006 1998-11-30  Nick Clifton  <nickc@cygnus.com>
24007
24008         * gcc.c-torture/execute/981130-1.c: New test.
24009         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
24010
24011 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
24012
24013         * g++.old-deja/g++.pt/explicit76.C: New test.
24014
24015         * g++.old-deja/g++.pt/friend38.C: New test.
24016
24017         * g++.old-deja/g++.ns/crash2.C: New test.
24018
24019         * g++.old-deja/g++.pt/defarg8.C: New test.
24020
24021         * g++.old-deja/g++.pt/instantiate6.C: New test.
24022
24023         * g++.old-deja/g++.pt/static6.C: New test.
24024
24025         * g++.old-deja/g++.pt/decl2.C: New test.
24026
24027 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
24028
24029         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
24030         problem is actually related with name lookup, but so what? :-)
24031
24032         * g++.old-deja/g++.pt/friend37.C: New test.
24033
24034 1998-11-25  Dave Love  <d.love@dl.ac.uk>
24035
24036         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
24037         element, which fails on some systems.
24038
24039         * g77.f-torture/execute/labug1.f: New test.
24040
24041 1998-11-21  Jeffrey A Law  (law@cygnus.com)
24042
24043         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
24044         is defined.
24045
24046 1998-11-18  Dave Love  <d.love@dl.ac.uk>
24047
24048         * g77.f-torture/compile/981117-1.f: New test.
24049
24050 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
24051
24052         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
24053         properly discarded.
24054
24055 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
24056
24057         * gcc.c-torture/execute/memcheck: New directory of tests for
24058         -fcheck-memory-usage.
24059
24060 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
24061
24062         * README: New file, general information about the testsuite and
24063         new description of the various C++ test subdirectories.
24064         * README.g++: Eliminate obsolete information, update and move most
24065         relevant stuff to README.
24066
24067 1998-11-07  Richard Henderson  <rth@cygnus.com>
24068
24069         * gcc.c-torture/compile/981107-1.c: New test.
24070
24071 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
24072
24073         * execute/memcpy-bi.c: New testcase.
24074
24075 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
24076
24077         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
24078         base classes.
24079
24080         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
24081         template is selected.
24082
24083         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
24084         classes, it should be accepted for all types.
24085
24086         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
24087
24088         * g++.old-deja/g++.pt/spec24.C: Ensure that template
24089         specializations start with template headers.
24090
24091 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
24092
24093         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
24094
24095         * g++.old-deja/g++.other/init9.C: Test cross initialization of
24096         non-POD types.
24097
24098 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
24099
24100         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
24101
24102 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
24103
24104         * compile/981022-1.c, compile/981022-1.x: New test and driver.
24105
24106 1998-10-19  Jeffrey A Law  (law@cygnus.com)
24107
24108         * 981019-1.c: New test.
24109
24110 1998-10-14  Robert Lipe <robertl@dgii.com>
24111
24112         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
24113         find objc headers.
24114
24115 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
24116
24117         * compile/981001-4.c: Remove use of GCC extension that triggers a
24118         compiler bug.
24119
24120 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
24121
24122         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
24123
24124 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
24125
24126         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
24127         instantiation of template produces incorrect code for delete
24128         expression.
24129
24130         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
24131         constructors' name is not unique.
24132         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
24133         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
24134
24135         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
24136         automatic array of const is ill-formed.
24137
24138         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
24139         of template parameter?
24140
24141         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
24142         const.
24143
24144         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
24145         pointer-to-member expression.
24146
24147         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
24148         declaration causes ICE.
24149
24150 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
24151
24152         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
24153         reserved in the global namespace.
24154
24155         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
24156         generate needed virtual table.
24157
24158         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
24159
24160 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
24161
24162         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
24163         template-dependent type
24164
24165 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
24166
24167         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
24168         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
24169         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
24170
24171         * g++.old-deja/g++.other/using5.C: New test; using decl from base
24172         class should be usable as argument of member function.
24173         * g++.old-deja/g++.other/using6.C: New test; using decl from base
24174         class should be usable as return type of member function.
24175         * g++.old-deja/g++.other/using7.C: New test; using decl from base
24176         class should be usable as type of data member.
24177
24178         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
24179
24180 1998-10-09  Jeffrey A Law  (law@cygnus.com)
24181
24182         * gcc.c-torture/special/920521-1.c: Fix bogus test.
24183
24184 1998-10-08  Nick Clifton  <nickc@cygnus.com>
24185
24186         * gcc.dg/dll-?.c Add thumb to target list.
24187         Fix assembler scan patterns to match current assembler output.
24188
24189 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
24190
24191         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
24192         matching of template brackets.
24193
24194         * g++.old-deja/g++.other/using4.C: New test.  Test using
24195         declarations of methods from base classes.
24196
24197         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
24198         within functions should introduce names into the innermost
24199         enclosing namespace.
24200
24201         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
24202         of static locals if first initialization throws.
24203
24204 1998-10-07  Jim Wilson  <wilson@cygnus.com>
24205
24206         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
24207
24208 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
24209
24210         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
24211         lose track of the possible targets of tablejump insns.
24212         * special/special.exp: Run it.
24213
24214 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
24215
24216         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
24217         must be declared before its specializations can be named in friend
24218         declarations.
24219
24220 1998-10-05  Dave Love  <d.love@dl.ac.uk>
24221
24222         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
24223
24224         * g77.f-torture/execute/io1.f: New test.
24225
24226 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
24227
24228         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
24229         with pointer to template function, for which no argument deduction
24230         is possible.
24231
24232         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
24233         specialization of template function as argument to template
24234         function.
24235
24236         * g++.old-deja/g++.other/access2.C: New test; Inner class
24237         shouldn't have privileged access to Outer's names.
24238
24239 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
24240
24241         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
24242         friend template declared within template class conflicts with
24243         nested class of the same name.
24244
24245         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
24246         is ignored.
24247
24248         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
24249         object with direct initializer as function declaration.
24250
24251         * g++.old-deja/g++.other/decl2.C: New test; duplicate
24252         initializers.
24253
24254         * g++.old-deja/g++.other/null2.C: New test; conditional operator
24255         involving const pointer and NULL produces incorrect result.
24256
24257         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
24258         type name without `typename' should be rejected with -pedantic.
24259
24260 1998-10-02  Richard Henderson  <rth@cygnus.com>
24261
24262         * g++.old-deja/g++.other/addrof1.C: New test.
24263
24264 1998-10-01  Nick Clifton  <nickc@cygnus.com>
24265
24266         * gcc.c-torture/compile/981001-1.c: New test.
24267         * gcc.c-torture/execute/981001-1.c: New test.
24268
24269 1998-10-01  Jeffrey A Law  (law@cygnus.com)
24270
24271         * gcc.c-torture/compile/981001-2.c: New test.
24272         * gcc.c-torture/compile/981001-3.c: New test.
24273         * gcc.c-torture/compile/981001-4.c: New test.
24274
24275 1998-10-01  Robert Lipe  <robertl@dgii.com>
24276
24277         * lib/objc.exp (objc_target_compile): Add -L during compiles for
24278         multilibbed hosts.   Idea grafted from g77.exp.
24279
24280 1998-09-30  Dave Love  <d.love@dl.ac.uk>
24281
24282         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
24283         avoid losing on systems which need -lsocket.
24284
24285 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
24286
24287         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
24288         * g++.old-deja/g++.other/nested2.C: Ditto.
24289         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
24290         failure.
24291
24292 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
24293
24294         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
24295         preferred over template operator!= for enum bitfields.
24296
24297 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
24298
24299         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
24300         that happen to have the same base name, but in different scopes,
24301         are incorrectly rejected.
24302
24303 1998-09-16  Richard Henderson  <rth@cygnus.com>
24304
24305         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
24306         on the native word size instead of an integer literal.
24307
24308 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
24309
24310         * g++.old-deja/g++.other/static2.C: Invocation of static data
24311         member of type pointer-to-function denoted as non-static member.
24312
24313         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
24314         checks involving function types and aliases.
24315
24316 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
24317
24318         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
24319         redefined to the same non-trivial type.
24320
24321         * g++.old-deja/g++.pt/explicit73.C: Test for proper
24322         namespace-qualification of template specializations declared in
24323         other namespaces.
24324
24325         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
24326         to declare a subset of the specializations of a template function
24327         as friends of specializations of a template class.
24328
24329         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
24330         member templates that do not fully specialize the enclosing
24331         template class are rejected.
24332
24333 1998-09-11  Dave Love  <d.love@dl.ac.uk>
24334
24335         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
24336
24337 1998-09-08  Dave Love  <d.love@dl.ac.uk>
24338
24339         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
24340         altered from libf2c/libU77 version.
24341
24342 1998-09-06  Dave Love  <d.love@dl.ac.uk>
24343
24344         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
24345
24346 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
24347
24348         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
24349         (un)signed char are different types for template specialization
24350         purposes.
24351
24352 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
24353
24354         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
24355         * objc: ObjC testsuite.
24356
24357 1998-08-31  Catherine Moore  <clm@cygnus.com>
24358
24359         * gcc.c-torture/execute/941014-1.x:  New file.
24360
24361 1998-08-31  Nick Clifton  <nickc@cygnus.com>
24362
24363         * lib/c-torture.exp: Add support for
24364         torture_eval_before_compile and torture_eval_before_execute
24365         variables.
24366
24367 1998-08-30  Jeffrey A Law  (law@cygnus.com)
24368
24369         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
24370         this test triggers valid.
24371
24372 1998-08-27  Jeffrey A Law  (law@cygnus.com)
24373
24374         * gcc.dg/980827-1.c: New test.
24375
24376 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
24377
24378         * gcc.c-torture/execute/loop-4b.c: New test.
24379
24380 1998-08-26  Nick Clifton  <nickc@cygnus.com>
24381
24382         * lib/c-torture.exp: Add support for
24383         torture_eval_before_compile and torture_eval_before_execute
24384         variables.
24385
24386 1998-08-25  Jeffrey A Law  (law@cygnus.com)
24387
24388         * gcc.c-torture/compile/980825-1.c: New test.
24389
24390 1998-08-24  Nick Clifton  <nickc@cygnus.com>
24391
24392         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
24393         count number tests in opt_t0 not good_t0.
24394
24395 1998-08-24  Jeffrey A Law  (law@cygnus.com)
24396
24397         * gcc.c-torture/compile/930326-1.x: Fix typo.
24398
24399 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
24400
24401         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
24402         causes an ICE.
24403
24404 1998-08-21  Jeffrey A Law  (law@cygnus.com)
24405
24406         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
24407         STACK_SIZE is defined.
24408         * gcc.c-torture/unsorted/stuct.c: Similarly.
24409
24410         * gcc.c-torture/compile/980821-1.c: New test.
24411
24412 1998-08-21  Jeffrey A Law  (law@cygnus.com)
24413
24414         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
24415
24416 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
24417
24418         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
24419         code.
24420
24421 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
24422
24423         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
24424         error'.
24425
24426 1998-08-18  Jeffrey A Law  (law@cygnus.com)
24427
24428         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
24429
24430 1998-08-16  Jeffrey A Law  (law@cygnus.com)
24431
24432         * gcc.c-torture/compile/980816-1.c: New test.
24433
24434         * gcc.dg/980816-1.c: New test.
24435
24436 1998-08-13  Jeffrey A Law  (law@cygnus.com)
24437
24438         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
24439         compiler for ieee tests.
24440
24441 1998-08-01  Dave Love  <d.love@dl.ac.uk>
24442
24443         * g77.f-torture/compile/980729-0.f: New test.
24444
24445 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
24446
24447         * gcc.c-torture/special/eeprof-1.c: New test, for
24448         -finstrument-functions.
24449         * gcc.c-torture/special/special.exp: Run it.
24450
24451 1998-07-29  Jeffrey A Law  (law@cygnus.com)
24452
24453         * gcc.c-torture/compile/980729-1.c: New test.
24454
24455 1998-07-27  Nick Clifton  <nickc@cygnus.com>
24456
24457         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
24458         __thumb__ is defined, and test for ARM style doubles if so.
24459
24460 1998-07-26  Dave Love  <d.love@dl.ac.uk>
24461
24462         * g77.f-torture/noncompile/980615-0.f: New test.
24463
24464 1998-07-26  H.J. Lu  (hjl@gnu.org)
24465
24466         * gcc.dg/980312-1.c: Do link instead of compile.
24467         * gcc.dg/980313-1.c: Likewise.
24468
24469 1998-07-26  Jeffrey A Law  (law@cygnus.com)
24470
24471         * gcc.c-torture/compile/980726-1.c: New test.
24472
24473 1998-07-25  Dave Love  <d.love@dl.ac.uk>
24474
24475         * g77.f-torture/execute/io0.f: New test.
24476
24477 1998-07-24  Nick Clifton  <nickc@cygnus.com>
24478
24479         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
24480         an int.
24481
24482 1998-06-18  Michael Meissner  <meissner@cygnus.com>
24483
24484         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
24485         m32r bugs.
24486
24487 1998-07-17  Nick Clifton  <nickc@cygnus.com>
24488
24489         * gcc.dg/980626-1.c: Expect failures for all toolchains until
24490         c-decl.c:grokdeclarator can handle mode attributes.
24491
24492 1998-07-16  Jeffrey A Law  (law@cygnus.com)
24493
24494         * gcc.c-torture/execute/980716-1.c: New test.
24495
24496 1998-07-13  Jeffrey A Law  (law@cygnus.com)
24497
24498         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
24499         the mn10200.
24500         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
24501         the mn10200.
24502         * gcc.c-torture/execute/va-arg-3.x: Similarly.
24503         * gcc.c-torture/compile/930326-1.x: Similarly.
24504
24505 1998-07-13  Dave Love  <d.love@dl.ac.uk>
24506
24507         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
24508         New test from Craig.
24509
24510 1998-07-12  Dave Love  <d.love@dl.ac.uk>
24511
24512         * g77.f-torture/noncompile/980616-0.f: New test.
24513
24514         * g77.f-torture/execute/970816-3.f:  New test from Craig.
24515
24516 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
24517
24518         *  g++.other/singleton.C: Return error value instead of taking
24519         SIGSEGV.
24520
24521 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
24522
24523         *  g++.other/singleton.C: New test.   Warning is under dispute.
24524         Runtime crash is not.
24525
24526 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
24527
24528         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
24529         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
24530         using6.C, using7.C}:  New namespace tests.
24531
24532 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
24533
24534         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
24535         specialization with typedef'ed names used as array indexes.
24536
24537 1998-07-09  Jeffrey A Law  (law@cygnus.com)
24538
24539         * gcc.c-torture/execute/980709-1.c: New test.
24540
24541         * gcc.dg/980709-1.c: New test.
24542
24543 1998-07-07  Richard Henderson  <rth@cygnus.com>
24544
24545         * gcc.c-torture/execute/bcp-1.c: New test.
24546
24547 1998-07-07  Jeffrey A Law  (law@cygnus.com)
24548
24549         * gcc.c-torture/execute/980707-1.c: New test.
24550
24551 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
24552
24553         * gcc.c-torture/compile/980706-1.c: New test.
24554
24555 1998-07-01  Dave Love  <d.love@dl.ac.uk>
24556
24557         * g77.f-torture/execute/980701-0.f,
24558         g77.f-torture/execute/980701-1.f: New test from Craig.
24559
24560 1998-07-01  Jeffrey A Law  (law@cygnus.com)
24561
24562         * gcc.c-torture/compile/980701-1.c: New test.
24563
24564         * gcc.c-torture/execute/980701-1.c: New test.
24565
24566 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
24567 rlsruhe.de>
24568
24569         * g++.old-deja/g++.robertl/eb132.C: New test.
24570         * g++.old-deja/g++.robertl/eb133.C: Likewise.
24571
24572 1998-06-29  Dave Love  <d.love@dl.ac.uk>
24573
24574         * g77.f-torture/execute/980628-7.f,
24575         g77.f-torture/execute/980628-8.f,
24576         g77.f-torture/execute/980628-9.f,
24577         g77.f-torture/execute/980628-10.f: New tests from Craig.
24578
24579         * g77.f-torture/execute/980628-3.f: Remove mail headers.
24580
24581 1998-06-28  Jeffrey A Law  (law@cygnus.com)
24582
24583         * g77.f-torture/execute/980628-4.f: New test from Craig.
24584         * g77.f-torture/execute/980628-5.f: Likewise.
24585         * g77.f-torture/execute/980628-2.f: Likewise.
24586         * g77.f-torture/execute/980628-0.f: Likewise.
24587         * g77.f-torture/execute/980628-1.f: Likewise.
24588         * g77.f-torture/execute/980628-3.f: Likewise.
24589         * g77.f-torture/execute/980628-6.f: Likewise.
24590
24591 1998-06-28  Jeffrey A Law  (law@cygnus.com)
24592
24593         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
24594         directory when nothing has been installed yet.
24595
24596 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
24597
24598         * gcc.c-torture/special/special.exp: Handle newer versions of
24599         dejagnu.
24600
24601 1998-06-26  Jeffrey A Law  (law@cygnus.com)
24602
24603         * gcc.dg/980626-1.c: New test.
24604
24605 1998-06-19  Bruno Haible <haible@ilog.fr>
24606
24607         * gcc.misc-tests/m-un-2.c: New test.
24608         * g++.old-deja/g++.other/warn01.c: Likewise.
24609
24610 1998-06-19  Robert Lipe  <robertl@dgii.com>
24611
24612         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
24613         compatibility with assmblers with a different comment character.
24614         Eliminate use of GAS-specific extensions.
24615
24616 1998-06-19  Jeffrey A Law  (law@cygnus.com)
24617
24618         * gcc.c-torture/execute/ieee/980619-1.c: New test.
24619
24620 1998-06-19  Robert Lipe  <robertl@dgii.com>
24621
24622         *lib/g77.exp: Replace search for libf2c.a with search for newly
24623         renamed libg2c.a
24624
24625 1998-06-17  Jeffrey A Law  (law@cygnus.com)
24626
24627         * gcc.c-torture/execute/980617-1.c: New test.
24628
24629 1998-06-12  Jeffrey A Law  (law@cygnus.com)
24630
24631         * gcc.c-torture/execute/980612-1.c: New test.
24632
24633 1998-06-08  Jeffrey A Law  (law@cygnus.com)
24634
24635         * gcc.dg/980523-1.c: Only test on ppc-linux.
24636         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
24637
24638         * gcc.c-torture/execute/980608-1.c: New test.
24639
24640 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
24641
24642         * gcc.c-torture/execute/980605-1.c: New test.
24643
24644 1998-06-04  Jeffrey A Law  (law@cygnus.com)
24645
24646         * gcc.c-torture/execute/980604-1.c: New test.
24647
24648 1998-06-02  Jeffrey A Law  (law@cygnus.com)
24649
24650         * gcc.c-torture/execute/980602-1.c: New test.
24651         * gcc.c-torture/execute/980602-2.c: Likewise.
24652
24653 1998-06-02  Dave Love  <d.love@dl.ac.uk>
24654
24655         * 970125-0.f: Fix per JCB.  Add commentary.
24656
24657 1998-05-31  Michael Meissner  <meissner@cygnus.com>
24658
24659         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
24660         IEEE -0 support.
24661
24662 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
24663
24664         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
24665         earlier.
24666
24667 1998-05-28  Catherine Moore <clm@cygnus.com>
24668
24669         * gcc.c-torture/execute/980526-3.c: New test.
24670
24671 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
24672
24673         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
24674         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
24675         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
24676         m88k-motorola-sysv3 to XFAIL.
24677
24678 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24679
24680         * gcc.dg/980526-1.c: New test.
24681         * gcc.c-torture/execute/980526-2.c: New test.
24682
24683 1998-05-26  Jeffrey A Law  (law@cygnus.com)
24684
24685         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
24686
24687         * gcc.c-torture/execute/980526-1.c: New test.
24688
24689 1998-05-26  Dave Love  <d.love@dl.ac.uk>
24690
24691         * g77.f-torture/execute/alpha2.f: Add runtime test.
24692
24693 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
24694
24695         * g++.old-deja/old-deja.exp: Strip leading directories.
24696
24697         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
24698         error for the line.  Don't run multiple tests for the same line.
24699
24700 1998-05-23  Jeffrey A Law  (law@cygnus.com)
24701
24702         * gcc.dg/980523-1.c: New test.
24703
24704 1998-05-23  Dave Love  <d.love@dl.ac.uk>
24705
24706         * g77.f-torture/compile/970915-0.f: New test.
24707
24708 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
24709
24710         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
24711
24712 1998-05-21  Jeffrey A Law  (law@cygnus.com)
24713
24714         * gcc.dg/980520-1.c: New test.
24715
24716 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
24717
24718         * gcc.dg/980502-1.c: Fix return type.
24719
24720 1998-05-20  Jeffrey A Law  (law@cygnus.com)
24721
24722         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
24723         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
24724         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
24725         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
24726         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
24727
24728 1998-05-20  Dave Love  <d.love@dl.ac.uk>
24729
24730         * g77.f-torture/execute/980520-1.f: New test.
24731
24732 1998-05-15  Dave Love  <d.love@dl.ac.uk>
24733
24734         * lib/mike-g77.exp: New file.
24735
24736         * g77.f-torture/noncompile/noncompile.exp,
24737         g77.f-torture/noncompile/check0.f: New files.
24738
24739 1998-05-14  Dave Love  <d.love@dl.ac.uk>
24740
24741         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
24742         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
24743         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
24744         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
24745         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
24746         abort where appropriate.
24747
24748 1998-05-05  Michael Meissner  <meissner@cygnus.com>
24749
24750         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
24751         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
24752
24753 1998-04-29  Dave Love  <d.love@dl.ac.uk>
24754
24755         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
24756
24757 1998-04-27  Dave Love  <d.love@dl.ac.uk>
24758
24759         * g77.f-torture/compile/980427-0.f: New test.
24760
24761 1998-04-24  Dave Love  <d.love@dl.ac.uk>
24762
24763         * g77.f-torture/compile/980424-0.f: New test.
24764
24765 1998-04-19  Dave Love  <d.love@dl.ac.uk>
24766
24767         * g77.f-torture/compile/980419-2.f (main): New test.
24768         * g77.f-torture/compile/970125-0.f: New test.
24769         * g77.f-torture/compile/980419-1.f: New test.
24770
24771 1998-04-08  Jim Wilson  <wilson@cygnus.com>
24772
24773         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
24774         of loop-4.c.
24775
24776 1998-04-07  Jim Wilson  <wilson@cygnus.com>
24777
24778         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
24779
24780 1998-04-03  Jim Wilson  <wilson@cygnus.com>
24781
24782         * gcc.c-torture/compile/980329-1.c: New test.
24783
24784 1998-03-18  Jim Wilson  <wilson@cygnus.com>
24785
24786         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
24787         * gcc.dg/980312-1.c: Fix typo in -march command.
24788
24789 1998-03-16  H.J. Lu  (hjl@gnu.org)
24790
24791         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
24792
24793 1998-03-11  Robert Lipe  <robertl@dgii.com>
24794
24795         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
24796         Dave Love agree the Fortran source is bogus.
24797
24798 1998-03-11  Robert Lipe  <robertl@dgii.com>
24799
24800         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
24801         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
24802         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
24803         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
24804         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
24805
24806 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
24807
24808         * g++.old-deja/g++.other/friend1.C: New test.
24809
24810 1998-02-18  Dave Love  <d.love@dl.ac.uk>
24811
24812         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
24813         possibly uninitialized) variables and declare dnrm2.
24814
24815 1998-02-23  Robert Lipe <robertl@dgii.com>
24816
24817         From Bruno Haible <haible@ilog.fr>:
24818         * gcc.c-torture/execute/980223.c: New test.
24819
24820 1998-02-13  Jeffrey A Law  (law@cygnus.com)
24821
24822         * gcc.dg/ifelse-1.c: New test.
24823
24824 1998-02-09  H.J. Lu  (hjl@gnu.org)
24825
24826         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
24827
24828           * lib/old-dejagnu.exp (old-dejagnu): Added the
24829           "execution test - XFAIL *-*-*" handling in the spirit of
24830           "excess errors test -". Changed the "execution test fails"
24831           handling to be like "excess errors test fails".
24832           * Update various tests accordingly.
24833
24834 1998-02-06  Jim Wilson  <wilson@cygnus.com>
24835
24836         * gcc.c-torture/execute/980205.c: New test.
24837
24838 1998-01-18  Jeffrey A Law  (law@cygnus.com)
24839
24840         * lib/c-torture.exp: Look for .x files instead of .cexp files.
24841         * lib/f-torture.exp: Similarly.
24842         * gcc.c-torture: Rename all .cexp files to .x files.
24843
24844 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
24845
24846         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
24847         (940510-1.c): Removed duplicate.
24848         (971104-1.c): New test.
24849
24850 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
24851
24852           * lib/f-torture.exp: Improve error and loop detection.
24853
24854 1997-11-19  Michael Meissner  <meissner@cygnus.com>
24855
24856         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
24857         use that to size the filler array.
24858
24859 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
24860
24861         * lib/c-torture.exp(c-torture-execute): Fix typo.
24862
24863         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
24864         testcase as the executable name. Keep the executable around if
24865         the test fails.
24866
24867 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
24868
24869         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
24870         changes.  Only test one -g option, and move it to the end of the
24871         list of options to test.
24872
24873 1997-09-19  Michael Meissner  <meissner@cygnus.com>
24874
24875         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
24876         variable GCC_TORTURE_OPTIONS to supply default switches separated
24877         by colons.  If no environment variable, run tests with -O0 -g, -O1
24878         -g, and -O2 -g as well.
24879
24880 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
24881
24882         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
24883         explanatory comments. Fix indentation.
24884
24885 1997-09-15  Jeffrey A Law  (law@cygnus.com)
24886
24887         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
24888
24889 1997-09-11  Jeffrey A Law  (law@cygnus.com)
24890
24891         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
24892         * g++.old-deja/g++.mike/p7325.C: Likewise.
24893         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
24894
24895 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
24896
24897         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
24898         * g++.old-deja/g++.brendan/crash30.C: Likewise.
24899         * g++.old-deja/g++.brendan/crash39.C: Likewise.
24900         * g++.old-deja/g++.law/operators4.C: Likewise.
24901
24902 1997-09-11  Joe Buck  (jbuck@synopsys.com)
24903
24904         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
24905         * g++.old-deja/g++.mike/p784.C: Ditto.
24906         * g++.old-deja/g++.mike/p785.C: Ditto.
24907
24908 1997-09-05  Jeffrey A Law  (law@cygnus.com)
24909
24910           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
24911
24912 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
24913
24914         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
24915         target feature; pass this to c-torture-execute as needed.
24916
24917 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
24918
24919         * lib/c-torture.exp(c-torture-execute): If the previous and the
24920         current executables being tested are identical, we don't need to
24921         run the executable again. Try to make the executable names
24922         unique. Add an optional argument for passing additional compiler
24923         flags.
24924
24925 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
24926
24927         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
24928
24929 1997-08-29  Jeffrey A Law  (law@cygnus.com)
24930
24931         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
24932
24933 1997-07-31  Jeffrey A Law  (law@cygnus.com)
24934
24935         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
24936         32bit or larger longs.
24937
24938         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
24939         have either a 32bit long or 32bit int.
24940
24941 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
24942
24943         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
24944         Make double precision tests dependent on sizeof (double).
24945
24946 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
24947
24948         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
24949         too.
24950
24951 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
24952
24953         * gcc.c-torture/compile/961203-1.cexp: New script.
24954
24955 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
24956
24957         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
24958         up the includes ourselves.
24959
24960 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
24961
24962         * lib/plumhall.exp: Remove random include, and add a few
24963         verbose messages for debugging.
24964
24965 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
24966
24967         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
24968         of trying to do it ourselves.
24969
24970 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
24971
24972         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
24973
24974 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
24975
24976         * gcc.prms/5403.c: Made regexp a bit less strict.
24977
24978 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
24979
24980         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
24981         is returned from remote_load instead.
24982         * lib/plumhall.exp: Ditto.
24983         * lib/mike-g++.exp: Ditto.
24984         * lib/old-dejagnu.exp: Ditto.
24985         * lib/c-torture.exp: Ditto.
24986
24987 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
24988
24989         * lib/g++.exp: Use build_wrapper procedure.
24990         * lib/gcc.exp: Ditto.
24991
24992 1997-05-20  Jeffrey A Law  (law@cygnus.com)
24993
24994         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
24995         an old-style decl for malloc.  Fixes tests to work when
24996         sizeof (int) != sizeof (size_t).
24997
24998 1997-05-15  Mike Meissner  <meissner@cygnus.com>
24999
25000         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
25001
25002         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
25003         use stdargs.h interface.
25004
25005 1997-05-15  Mike Meissner  <meissner@cygnus.com>
25006
25007         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
25008         NO_VARARGS when compiling.
25009
25010 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
25011
25012         * lib/plumhall.exp(ph_includes): New procedure.
25013         (ph_make): Use it.
25014         (ph_compiler): Ditto.
25015
25016         * lib/g++.exp: Rename test-glue.c to testglue.c.
25017         * lib/gcc.exp: Ditto.
25018
25019 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
25020
25021         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
25022         to completion when it's called.
25023
25024 1997-03-21  Michael Meissner  <meissner@cygnus.com>
25025
25026         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
25027         is defined, don't do test.
25028
25029 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
25030
25031         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
25032         for object files.
25033         (ph_summary): Mark skipped testcases as untested, not unresolved.
25034
25035         * lib/plumhall.exp (ph_make): If unresolved because of bad
25036         errorCode, record errorCode in log file.
25037         (*): Replace send_log/verbose with verbose -log.
25038
25039 1997-03-19  Michael Meissner  <meissner@cygnus.com>
25040
25041         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
25042         double conversion if double isn't at least 8 bytes.
25043
25044         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
25045         int to work with targets where int is 16 bits.
25046
25047         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
25048         8 bytes, just exit, since 4 byte doubles don't have enough bits of
25049         precision for the test to complete.
25050
25051 1997-03-14  Michael Meissner  <meissner@cygnus.com>
25052
25053         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
25054         if d10v is not compiled with the -mdouble64 flag.
25055         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
25056
25057         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
25058         d10v is not compiled with the -mint32 flag.
25059
25060 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
25061
25062         * lib/plumhall.exp: Use incr_count.
25063
25064 1997-03-12  Jeffrey A Law  (law@cygnus.com)
25065
25066         * gcc.c-torture: Update to c-torture-1.45.
25067
25068 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
25069
25070         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
25071         the name of the expect testcase file).
25072
25073         * lib/g++.exp(g++_init): Ditto.
25074
25075 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
25076
25077         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
25078         the host.
25079
25080         * lib/gcc.exp(gcc_exit): New procedure.
25081
25082 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
25083
25084         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
25085         specs where appropriate.
25086
25087         * g++.old-deja/g++.arm/*: Added additional ERROR checks
25088         because of new "candidates are" messages, and removed a few
25089
25090         * Converted all non-old-style g++ testcases to old-style, and
25091         moved into g++.old-deja.
25092
25093 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
25094
25095         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
25096         options.
25097
25098         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
25099         succeeded.
25100
25101         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
25102
25103 1997-02-13  Michael Meissner  <meissner@cygnus.com>
25104
25105         * lib/gcc.exp (gcc_target_compile): Add support for defining
25106         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
25107         the machine doesn't have those features.
25108
25109 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
25110
25111         * g++.law/operators4.exp: Don't use LIBS.
25112
25113 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
25114
25115         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
25116
25117         * lib/mike-g++.exp: Don't set the compiler to be tested here.
25118         * lib/g++.exp: Set it here instead. Also, allow use of the
25119         --tool_exec and --tool_opt options. Change CXX to
25120         GXX_UNDER_TEST.
25121
25122         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
25123
25124         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
25125
25126 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
25127
25128         * lib/old-dejagnu.exp: Use prune_warnings instead of
25129         prune_system_crud.
25130         * lib/mike-g++.exp: Ditto.
25131         * lib/gcc.exp: Ditto.
25132         * lib/g++.exp: Ditto.
25133
25134         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
25135
25136 1997-02-07  Jeffrey A Law  (law@cygnus.com)
25137
25138           * 941014-2.c: Include stdlib.h
25139           * 960327-1.c: Include stdio.h
25140           * dbra.c, index-1.c: Don't assume ints are 32bits.
25141
25142 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
25143
25144         * lib/gcc.exp: Add gcc,stack_size target feature.
25145
25146         * lib/g++.exp(g++_target_compile): Add the include and link
25147         paths here, not in two other places. And, it's $options, not
25148         options.
25149
25150         * lib/mike-g++.exp(postbase): Remove the code that determines
25151         the correct include and link paths.
25152         * g++.old-deja/old-deja.exp: Ditto.
25153
25154 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
25155
25156         * lib/g++.exp(g++_init): target_compile no longer returns the
25157         filename of the result.
25158
25159 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
25160
25161         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
25162         call to glob.
25163
25164         * gcc.c-torture/special/special.exp: Change call to
25165         gcc_target_compile to include the object file.
25166
25167 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
25168
25169         * gcc.c-torture/special/special.exp: Correct misspelling in last
25170         change.
25171
25172 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
25173
25174         * lib/plumhall.exp(ph_summary): Log the entire output of the
25175         executable. Return -1 if there were any failures, 0 otherwise.
25176         (ph_execute): Return -1 if there were any failures, 0 otherwise.
25177         (ph_make): Clean up objects and executables that were built
25178         if the tests succeeded.
25179
25180 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
25181
25182         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
25183         libraries and includes in the build tree as appropriate.
25184
25185 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
25186
25187         * lib/c-torture.exp: Instead of looking for the global variable
25188         NO_LONG_LONG, check to see if that's a feature of the target.
25189
25190 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
25191
25192         * config/default.exp: Minimize. Delete the remainer of the files in
25193         config; this functionality is now in devo/dejagnu/config.
25194
25195         g++.*/*: Pass any additional flags used to compile to postbase;
25196         delete CXXFLAGS.
25197
25198         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
25199         is now done by runtest.exp. Use gcc_target_compile instead of
25200         compile.
25201
25202         lib/c-torture.exp: Use gcc_target_compile instead of compile.
25203         Remove references to CFLAGS. Use remote_file instead of
25204         calling rm -f.
25205         (c-torture): Take a list of arguments to use to compile this
25206         testcase.
25207
25208         lib/g++.exp: Simplify. Use target_compile instead of compile.
25209         lib/gcc-dg.exp: Ditto.
25210         lib/gcc.exp: Ditto.
25211         lib/mike-{gcc,g++}.exp: Ditto.
25212         lib/old-dejagnu.exp: Ditto.
25213         lib/plumhall.exp: Ditto.
25214
25215 1997-01-08  Jim Wilson  <wilson@cygnus.com>
25216
25217         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
25218         (ph_linker): Likewise.
25219
25220 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
25221
25222           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
25223         MAP_ANON / MAP_ANONYMOUS if defined;
25224         else try to map from /dev/zero .
25225
25226 1996-11-12  Jeffrey A Law  (law@cygnus.com)
25227
25228         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
25229         isn't defined, then define it to MAP_ANONYMOUS.
25230
25231 1996-11-12  Jeffrey A Law  (law@cygnus.com)
25232
25233         * gcc.c-torture: Update to c-torture-1.42 release.
25234
25235 1996-11-11  Jeffrey A Law  (law@cygnus.com)
25236
25237         * gcc.c-torture: Update to c-torture-1.41 release.
25238
25239 1996-10-27  Jeffrey A Law  (law@cygnus.com)
25240
25241         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
25242         c-torture release.
25243
25244 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
25245
25246         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
25247         and LDFLAGS.  Fix second case to append the target_info ldflags
25248         onto LDFLAGS, not CFLAGS.
25249         * lib/g++.exp (g++_init): Add target_info stuff.
25250         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
25251         of libgloss and newlib flags for !native.
25252
25253         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
25254         (GDB): Fix relative path to go up another dir for finding gdb.
25255
25256 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
25257
25258         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
25259         versions in the target_info array, if they don't exist.
25260
25261 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
25262
25263         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
25264
25265 1996-07-08  Jim Wilson  <wilson@cygnus.com>
25266
25267         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
25268         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
25269
25270 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
25271
25272         * lib/old-dejagnu.exp: Don't remove the output file before we've
25273         actually tested it. Don't append pwd to the path of the executable
25274         we're testing.
25275
25276 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
25277
25278         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
25279
25280 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
25281
25282         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
25283         temporary directory for compiler files, and set it to a default
25284         value of /tmp. Set $output as the name of the output file from
25285         compiling the testcase. Add a -o option to $cflags_var so the
25286         compiler writes the final output file as $output. Set $executable
25287         to $output.
25288
25289         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
25290         directory for compiler files, and set it to /tmp if it doesn't
25291         already have a value. Set $output_file to the name of the output
25292         file from compiling the testcase. Add a -o option to CXXFLAGS so
25293         the compiler writes the final output file as $output. Use $output
25294         as the executable to be tested.
25295
25296 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
25297
25298         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
25299
25300 1996-06-08  Jeffrey A Law  (law@cygnus.com)
25301
25302         * gcc.c-torture/execute/pending-1.c: New test.  Still
25303         pending in Tege's queue.
25304
25305 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
25306
25307         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
25308         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
25309         if there were failures.  Call unresolved if there were unresolved
25310         testcases.  Call gcc_fail if program did not run to completion.
25311         (ph_make): Pass additional argument name to ph_execute.
25312         (ph_execute): Add new argument.  Pass additional arguments to
25313         ph_summary.  Call gcc_fail is there is no execution output.
25314
25315 1996-04-24  Jeffrey A Law  (law@cygnus.com)
25316
25317         * lib/plumhall.exp (proc_summary): Output relavent summary
25318         lines into the log so specific failures in plumhall can be
25319         investigated.
25320
25321 1996-04-10  Jeffrey A Law  (law@cygnus.com)
25322
25323         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
25324         (c-torture-execute): Don't try to execute tests which use
25325         "long long" types if $NO_LONG_LONG is nonzero.
25326
25327 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
25328
25329         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
25330         not c-torture.
25331
25332         * gcc.ieee: Move from here.
25333         * gcc.c-torture/execute/ieee: To here.
25334
25335 1996-03-26  Jeffrey A Law  (law@cygnus.com)
25336
25337         * gcc.c-torture: Update to c-torture-1.41 release.
25338
25339 1996-03-22  Jeffrey A Law  (law@cygnus.com)
25340
25341         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
25342         not "$output".
25343
25344 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
25345
25346         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
25347         -c present.
25348
25349 1996-03-02  Jeffrey A Law  (law@cygnus.com)
25350
25351         * config/proelf.exp: Handle connecting to a simulator.
25352
25353 1996-01-31  Jeffrey A Law  (law@cygnus.com)
25354
25355         * config/proelf.exp: New file.  Enough framework that we can
25356         run c-torture tests on the proelf targets (or any other target
25357         that gdb can connect to for that matter).
25358
25359 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
25360
25361         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
25362         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
25363
25364         * lib/plumhall.exp (ph_execute): Always call ph_summary if
25365         exec_output exists.
25366
25367 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
25368
25369         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
25370         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
25371
25372         * config/*.exp: Update FSF address.  Change result of ${tool}_load
25373         to pass/fail/unresolved/unsupported/untested.  Caller must now
25374         call unresolved/unsupported/untested.
25375         * lib/*.exp: Update FSF address.  Update to handle new results of
25376         ${tool}_load.
25377         * lib/chill.exp (verbose): Delete.
25378
25379 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
25380
25381         * lib/gcc.exp (default_gcc_start): Change order of args to
25382         $LDFLAGS $CFLAGS $LIBS.
25383         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
25384         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
25385         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
25386         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
25387         * gcc.misc-tests/dg-test.exp: Likewise.
25388         * gcc.misc-tests/msgs.exp: Likewise.
25389         * gcc.prms/prms.exp: Likewise.
25390         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
25391         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
25392
25393         * lib/dg.exp: Deleted, moved to dejagnu/lib.
25394
25395 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
25396
25397         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
25398
25399         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
25400         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
25401
25402         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
25403         necessary.
25404
25405 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
25406
25407         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
25408         global for loop; add use of $mathlib.
25409         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
25410         settings here; set mathlib for anything but VxWorks.
25411
25412 1996-01-22  Jeffrey A Law  (law@cygnus.com)
25413
25414         * gcc.c-torture: Update to c-torture-1.40 release.
25415
25416 1996-01-03  Jeffrey A Law  (law@cygnus.com)
25417
25418         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
25419         dg.exp.
25420
25421 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
25422
25423         * lib/c-torture.exp (c-torture-execute): Declare "output" as
25424         global.
25425
25426 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
25427
25428         * lib/g++.exp (LIBS): Define if not already.
25429         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
25430         (gcc-dg-prune): Call prune_gcc_output.
25431         * lib/gcc.exp (prune_gcc_output): New proc.
25432         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
25433         prune_gcc_output.
25434
25435 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
25436
25437         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
25438         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
25439
25440 1995-11-15  Jeffrey A Law  (law@cygnus.com)
25441
25442         * gcc.c-torture: Update to c-torture-1.39 release.
25443
25444 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
25445
25446         * lib/c-torture.exp (c-torture-execute): Don't return if one option
25447         fails, try others as well.
25448
25449 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
25450
25451         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
25452         If compilation fails, mark execute tests as `untested'.
25453         If test is marked as unsupported, don't mark compilation and
25454         execute tests as failed.
25455
25456 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
25457
25458         * lib/g++.exp (g++_init): Don't link in libg++, and look to
25459         libstdc++ for whether or not we want to be doing shared
25460         libraries.  Delete link_curses since we don't need it anymore.
25461         * lib/mike-g++.exp (postbase): Don't link in libg++.
25462         * g++.old-deja/old-deja.exp: Likewise.
25463
25464 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
25465
25466         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
25467
25468 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
25469
25470         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
25471         For that, add `-Wl,-a,shared_archive'.
25472         * g++.old-deja/old-deja.exp: Likewise.
25473
25474 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
25475
25476         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
25477
25478 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
25479
25480         * lib/mike-g++.exp (postbase): Pay attention to the status of
25481         g++_load.
25482
25483 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
25484
25485           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
25486
25487 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
25488
25489         * lib/gcc.exp (default_gcc_start): No longer need to log program
25490         being executed or its output, execute_anywhere does that now.
25491         * lib/g++.exp (default_g++_version): Call execute_anywhere.
25492         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
25493
25494 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
25495
25496         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
25497         the same as those in lib/g++.exp.
25498
25499 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
25500
25501         * gcc.c-torture: Update to c-torture-1.38 release.
25502         * gcc.ieee: Related changes.
25503
25504 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
25505
25506         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
25507         "exec". Minor reformatting changes.
25508
25509         * config/rom68k.exp (${tool}_load): Make it work in a canadian
25510         cross. This means all "exec" calls now work on a remote host as
25511         well.
25512         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
25513         cross. Filter out the extra "\r\n" stuff that expect puts in.
25514         (c-torture-execute): Filter out the bogus warnings like
25515         c-torture-compile does. Add support for canadian cross.
25516         * lib/gcc.exp (default_gcc_version, default_gcc_start)
25517         Use execute_anywhere rather than calling exec directly. Now it
25518         works for canadian cross testing.
25519
25520 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
25521
25522         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
25523         results into a variable, and check that rather than using file exists.
25524
25525 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
25526
25527         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
25528         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
25529
25530 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
25531
25532         * g++.old-deja/old-deja.exp: Create and pass runshlib and
25533         lib_curses if there's a shared libg++ in the build tree.
25534
25535 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
25536
25537         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
25538         if not supported target.
25539
25540 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
25541
25542         * lib/g++.exp (g++_init): Move empty setting of runshlib and
25543         link_curses up to always happen, not just for native builds.
25544
25545 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
25546
25547         * gcc.c-torture: Update to c-torture-1.36 release.
25548         * gcc.failure: Related changes.
25549
25550 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
25551
25552         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
25553
25554 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
25555
25556         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
25557         * lib/mike-g++.exp (postbase): Not in here.  Still reference
25558         runshlib, link_curses, and mathlib for link and run.
25559
25560         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
25561         pass the runtime shared library options for Solaris, OSF/1, and
25562         Irix5, and link with -lcurses to avoid unresolved references.
25563
25564 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
25565
25566         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
25567         only run once.
25568
25569 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
25570
25571         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
25572
25573 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
25574
25575         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
25576         do not have a framework for the "compat" tests yet.
25577
25578 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
25579
25580         * lib/mike-g++.exp (postbase): New local variable `mathlib',
25581         set to null if we're testing vxworks5.1.  Use that instead of
25582         `-lm' in the setting of LIBS for link and run.
25583
25584 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
25585
25586         * config/rom68k.exp (${tool}_load): Major changes to make it
25587         work.  Verified that it does in fact return the stuff in
25588         exec_output properly.  Catch any Emul or any TRAP other than 0.
25589
25590 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
25591
25592         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
25593         LDFLAGS properly for targets that need stuff from libgloss.
25594         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
25595         only run once.
25596         (gpp_initialized): New variable.
25597
25598 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
25599
25600         * config/rom68k.exp: Load libgloss.exp.
25601         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
25602         so we can produce a fully linked binary.
25603         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
25604         so we can produce a fully linked binary.
25605
25606 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
25607
25608         * lib/plumhall.exp (ph_section): Watch for expected failures.
25609         Add missing `else'.
25610
25611         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
25612         run the testcase.
25613         (c-torture): Likewise.
25614
25615 1995-08-28  Doug Evans  <dje@cygnus.com>
25616
25617         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
25618
25619         * lib/mike-g++.exp (mike_cleanup): New proc.
25620         (prebase): New globals compiler_result, not_compiler_result,
25621         target_regexp.
25622         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
25623         allow leading "-" in pattern.  Watch for unsupported tests.
25624         If $compiler_result is set, pattern match assembler code,
25625         and ditto for $not_compiler_result.
25626         * lib/mike-gcc.exp: Likewise.
25627
25628         * lib/plumhall.exp (ph_execute): Only call ph_summary if
25629         execution "succeeded".
25630
25631 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
25632
25633         * config/win32.exp: New file.
25634         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
25635
25636 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
25637
25638         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
25639         unsupported.
25640         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
25641         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
25642         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
25643
25644         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
25645         "... without exceptions was ...".  That is now handled by
25646         prune_system_crud.
25647         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
25648
25649 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
25650
25651         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
25652         sieve.c,sort2.c}: New files.
25653         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
25654         sieve.exp,sort2.exp}: Drivers for them.
25655
25656         * lib/mike-gcc.exp (program_output): New user settable variable.
25657         (postbase): Call prune_system_crud.  Also prune extraneous compiler
25658         messages.
25659         * lib/mike-g++.exp (program_output): New user settable variable.
25660
25661         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
25662
25663         * config/sh.exp: Deleted (use sim.exp instead).
25664
25665 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
25666
25667         * config/vx.exp: Declare CHECKTASK as global.
25668         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
25669         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
25670         * lib/old-dejagnu.exp: Load [pwd]/$executable.
25671
25672 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
25673
25674         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
25675         target. Like vx.exp, only includes `vx29k.exp' instead of
25676         `vxworks.exp'.
25677
25678 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
25679
25680         * config/sim.exp: Increase time limit from 120 seconds to 240.
25681
25682 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
25683
25684         * gcc.c-torture/execute/950628-1.c: New test.
25685
25686 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
25687
25688         * gcc.c-torture: Update with changes/additions from
25689         c-torture-1.34.
25690
25691 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
25692
25693         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
25694
25695 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
25696
25697         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
25698
25699 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
25700
25701         * gcc.c-torture/compile/950512-1.c: New test.
25702         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
25703         * gcc.dg/struct-ret-1.c: Likewise.
25704
25705 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
25706
25707         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
25708           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
25709
25710 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
25711
25712         * gcc.c-torture/special/920411-1.c: Deleted.
25713         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
25714
25715 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
25716
25717         * config/sim.exp (${tool}_load): Hack in call to bash to get a
25718         cpu limit.
25719
25720 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
25721
25722         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
25723
25724 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
25725
25726         From kenner;
25727         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
25728         is the proper length.
25729         * va-arg-3.c: Likewise.
25730
25731 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
25732
25733         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
25734         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
25735
25736         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
25737         * lib/g++.exp (default_g++_start): Delete old cruft.
25738
25739 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
25740
25741         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
25742         (2 * (1 << 18)) to (2 * (1 << 17)).
25743
25744         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
25745
25746 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
25747
25748         * config/rom68k.exp: Renamed from config/idp.exp
25749
25750 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
25751
25752         * c-torture/compile/921109-2.c
25753
25754 1995-04-18  Mike Stump  <mrs@cygnus.com>
25755
25756         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
25757         excess errors.
25758
25759 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
25760
25761         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
25762         output.
25763         * lib/g++.exp (default_g++_start): Likewise.
25764
25765 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
25766
25767         * gcc.c-torture/compile/950329-1.c: New test.
25768
25769 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
25770
25771           * config/bug.exp (${tool}_load): Updated to use new remote_open
25772           and remote_close procs.
25773         * config/idp.exp: New file.
25774
25775 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
25776
25777         * gcc.c-torture/execute/950322-1.c: New test.
25778
25779 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
25780
25781         * config/vx.exp (${tool}_load): Clean up testing of return code from
25782         vxworks_ld and vxworks_spawn.
25783
25784 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
25785
25786         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
25787
25788 1995-03-13  Mike Stump  <mrs@cygnus.com>
25789
25790         * lib/old-deja.exp: Add `excess errors test - ' error, now one
25791         can mark excess errors on a machine by machine basis.  Note, the
25792         default is to not expect any excess errors, even when excess
25793         errors test - is given, so you will want to put an XFAIL ... on
25794         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
25795         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
25796         those 4 machines, but no others.
25797
25798 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
25799
25800         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
25801         * lib/c-torture.exp: to here.
25802
25803 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
25804
25805         * gcc.c-torture/execute/950221-1.c: New test.
25806         * gcc.c-torture/execute/struct-ret-1.c: New test.
25807         * gcc.c-torture/compile/950221-1.c: New test.
25808
25809         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
25810
25811 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
25812
25813         * gcc.c-torture/execute/arith-1.c (main): Return 0.
25814         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
25815
25816 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
25817
25818         * g++.gb: New directory of tests, derived from my signature and
25819         class scoping tests.
25820
25821         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
25822         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
25823         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
25824         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
25825         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
25826         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
25827         * g++.gb/sig25.C: Likewise.
25828
25829         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
25830         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
25831         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
25832         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
25833         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
25834         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
25835         * g++.gb/sig25.exp: Likewise.
25836
25837         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
25838         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
25839         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
25840         * g++.gb/scope13.C: Likewise, this test still fails.
25841
25842         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
25843         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
25844         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
25845         * g++.gb/scope13.exp: Ditto.
25846
25847         * g++.gb/README: New file, explains what these tests are about.
25848
25849 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
25850
25851         * lib/dg.exp (dg-do): Support `preprocess'.
25852         (dg-test): Likewise.
25853
25854 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
25855
25856         * config/udi.exp: change "continue -expect" to "exp_continue".
25857
25858 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
25859
25860         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
25861         Delete redundant tests.
25862
25863         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
25864         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
25865         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
25866         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
25867         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
25868         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
25869         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
25870         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
25871
25872         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
25873         storing label pointers.
25874         * gcc.c-torture/execute/921019-1.c: Likewise.
25875         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
25876         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
25877         parameter fp.
25878         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
25879         constants.
25880
25881         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
25882         Delete obsolete tests.
25883
25884         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
25885         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
25886         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
25887         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
25888         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
25889         * gcc.c-torture/compile/950124-1.c: New test.
25890
25891         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
25892
25893 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
25894
25895         * lib/mike-g++.exp: Add -lm to LIBS.
25896
25897 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
25898
25899         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
25900
25901 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
25902
25903         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
25904
25905 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
25906
25907         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
25908
25909 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
25910
25911         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
25912         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
25913         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
25914         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
25915         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
25916         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
25917         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
25918         * g++.law/{operators31.C, operators32.C,
25919         * g++.law/{operators33.C, operators34.C}: Likewise.
25920         * g++.law/{pic1.C, refs2.C}: Likewise.
25921         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
25922         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
25923         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
25924         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
25925
25926         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
25927         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
25928         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
25929         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
25930         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
25931         * g++.law/{enum9.exp, friend5.exp}: Likewise.
25932         * g++.law/{nest3.exp, nest4.exp}: Likewise.
25933         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
25934         * g++.law/{operators30.exp, operators31.exp}: Likewise.
25935         * g++.law/{operators32.exp, operators33.exp}: Likewise.
25936         * g++.law/{operators34.exp}: Likewise.
25937         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
25938         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
25939         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
25940         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
25941         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
25942
25943         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
25944         No longer expected to fail.
25945         * g++.law/missed-error3.C: Tweak for recent bool changes.
25946
25947 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
25948
25949         * config/emb-unix: Deleted.
25950         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
25951         remote execution.  Do final link on remote host if REMOTE_LINK is set.
25952
25953 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
25954
25955         * lib/dg.exp (dg-test): Fix typo in last patch.
25956
25957 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
25958
25959         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
25960         (handles multiple occurrences).
25961
25962 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
25963
25964         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
25965         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
25966         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
25967         printed).
25968         * lib/c-torture.exp (c-torture-compile): Likewise.
25969         (c-torture): Prepend full path if missing.
25970         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
25971         (gcc_fail): Likewise.
25972         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
25973
25974 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
25975
25976         * lib/netware.exp: Only attach to NetWare i386 systems.
25977
25978 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
25979
25980         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
25981         messages.  Add test name to "output pattern match" pass/fail message.
25982
25983 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
25984
25985         * gcc.dg: New testsuite.
25986         * gcc.dg/dg.exp: New file.
25987
25988         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
25989         test-switch.c}: Deleted.
25990
25991         * gcc.misc-tests/msgs.exp: New testcase driver.
25992
25993 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
25994
25995         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
25996         Watch for illegal return values from ${tool}_load.
25997         * config/unix.exp (${tool}_load): Fix pass/fail detection for
25998         cross targets.  Coerce return value >0 to 1.
25999
26000 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
26001
26002         * config/unix.exp (${tool}_load): Call program rsh, not proc.
26003
26004         * config/emb-unix.exp: New file.
26005
26006         * config/sim.exp: Error if variable $SIM not defined.
26007         (${tool}_load): Mark test as "untested" if simulator missing.
26008
26009         * config/unix.exp: Load remote.exp to get rcp_download.
26010         * lib/c-torture.exp: Use different option lists for testcases with
26011         and without loops.
26012         * gcc.c-torture/execute/execute.exp: Likewise.
26013
26014 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
26015
26016         * config/*.exp: Clarify return code from ${tool}_load.
26017         Call `unresolved' or `untested' instead of `warning' or `perror'
26018         (sometimes you still want to call both though).
26019         Add comment that `shell_id' is local to each file.
26020         * config/udi.exp (timeout): Set to 30.
26021         Don't print warning if connection fails, $connectmode has already
26022         printed an error.
26023         (${tool}_load): Move verbose messages to level 2.
26024         Rework pattern for "Process started" message.
26025         Pass `shell_id' to ${connectmode}_download.
26026         Retry twice upon timeout.  Make resetting of target more robust.
26027         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
26028         Pass `shell_id' to exit_$connectmode.
26029         Only call exit_$connectmode if connected.
26030         * config/unix.exp (${tool}_load): Check return codes better.
26031         * config/vrtx.exp (${tool}_load): Likewise.
26032         * config/vx.exp (${tool}_load): Likewise.
26033         Delete unneeded global's.
26034         * lib/dg.exp (dg-test): Update to reflect clarified return codes
26035         from ${tool}_load.
26036         (dg-stat): Delete.
26037         (dg-init): Delete recording of pass/fail counts.
26038         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
26039         (old-dejagnu-init): Likewise.
26040         (old-dejagnu-stat): Delete contents, empty proc now.
26041         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
26042         (c-torture): Delete references to lcnt, lpass, lfail.
26043         Get option list from TORTURE_OPTIONS.
26044         Delete -funroll[-all]-loops if no loops.
26045         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
26046         (g++_stat): Delete contents (empty proc now).
26047         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
26048         (gcc_finish): Likewise.
26049         (gcc_stat): Deleted.
26050         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
26051         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
26052         * gcc.c-torture/execute/execute.exp: Likewise.
26053         Split tests into two parts: compile, execute.
26054         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
26055         no loops.  Update to reflect clarified return codes from ${tool}_load.
26056
26057 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
26058
26059         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
26060         to grep for.
26061         (old-dejagnu): Likewise (where necessary).
26062
26063 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
26064
26065         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
26066
26067         * lib/dg.exp (dg-process-target): Fix processing of selector.
26068         Add comment regarding use of `error'.
26069
26070         * lib/gcc.exp (prune_system_crud): Define if missing.
26071         * lib/g++.exp (prune_system_crud): Likewise.
26072
26073         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
26074         Call prune_system_crud.
26075         * lib/dg.exp (dg-runtest): New proc.
26076         Use perror instead of send_user for tcl errors in testcase.
26077         Don't return any value, it's never used.
26078         Don't clobber previous definition of `unknown'.
26079         Print tcl errors in `dg-final'.
26080
26081 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
26082
26083         * lib/dg.exp (dg-process-target): Improve syntax error messages.
26084         (dg-test): Don't print errorInfo, it contains stack backtrace.
26085
26086 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
26087
26088         * lib/g++.exp (runtest_file_p): Define if missing.
26089
26090 1994-09-24  Doug Evans  (dje@cygnus.com)
26091
26092         * lib/mike-g++.exp: Comment out loading of g++.exp.
26093         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
26094         (default_g++_version): Always print something.
26095         (default_g++_start): Comment out call to `which'.
26096         (g++_start, g++_load): Deleted (must be defined in config file).
26097         * lib/gcc.exp: Test for existence of $CC at start.
26098         Delete check for tmpdir (done in gcc_init).
26099         (default_gcc_version): Always print something.
26100         (default_gcc_start): Comment out call to `which'.
26101         * config/*.exp: Major cleanup - make cross targets work at least a
26102         little better for g++ (by not being "--tool gcc" specific).
26103         Rename gcc_xxx to ${tool}_xxx.
26104         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
26105         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
26106
26107 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
26108
26109         * lib/c-torture.exp (c-torture-compile): Rework compiler
26110         message processing.
26111
26112         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
26113         c-torture.
26114
26115 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
26116
26117         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
26118
26119         * lib/dg.exp (dg-process-target): Support { target native }.
26120
26121 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
26122
26123         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
26124         looked for "... program xxx got fatal signal".
26125         Correct regsub munging of `comp_output'.
26126         Ignore compiler messages "path prefix not used" and "linker input
26127         file unused".
26128
26129 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
26130
26131         * lib/gcc.exp (runtest_file_p): Define if missing.
26132         * gcc.prms/template.c: Example to work from.
26133
26134 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
26135
26136         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
26137         * lib/dg.exp (dg-test): Call unsupported testcases as such.
26138
26139         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
26140         * gcc.prms/1883.c: Moved from compile/940714-1.c.
26141         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
26142         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
26143
26144         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
26145         (dg-process-target): No longer a varargs proc.
26146         Return S/N for target, P/F for xfail.  All callers changed.
26147         (user option procs): More argument checking.
26148         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
26149         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
26150         (dg-test): Skip test if not running on selected target in `dg-do'.
26151         Update handling of `dg-do-what', `dg-output-text'.
26152         Separate execution pass/fail from output pattern match pass/fail.
26153         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
26154
26155 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
26156
26157         * gcc.c-torture/special/special.exp: Don't expect failure for mips
26158         target for 920510-1.c.
26159
26160 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
26161
26162         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
26163         Clean up comment regarding use of passcnt, etc.
26164         (gcc_stat): Don't update `testcnt' here.
26165         (gcc_finish): Do it here.
26166         Might as well reset `but_id' here too.
26167         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
26168         to determine if the file should be tested.
26169         * gcc.c-torture/compile/compile.exp: Likewise.
26170         * gcc.c-torture/execute/execute.exp: Likewise.
26171         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
26172         * gcc.misc-tests/dg-test.exp: Likewise.
26173         * gcc.prms/prms.exp: Likewise.
26174         * gcc.wendy/wendy.exp: Likewise.
26175         * g++.old-deja.exp: Likewise.
26176         Move "Testing file" message to verbose level 1.
26177
26178 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
26179
26180         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
26181
26182 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
26183
26184         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
26185         (default_gcc_start): Accept optional second list element
26186         of compiler flags.  Print compiler output at verbosity level 2.
26187         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
26188         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
26189         Save current values of framework globals passcnt, failcnt, xpasscnt,
26190         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
26191         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
26192         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
26193         xfailcnt to compute stats.  Update framework global `testcnt' from
26194         pass/fail counts.
26195         (gcc_finish): New proc.  Clean up test environment.
26196         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
26197         (gcc_epass, gcc_efail): Delete.
26198         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
26199         argument of line number.
26200         (dg-init): If the tool has an init routine, call it.
26201         (dg-test): Remove args `cflags_var' and `libs_var'.
26202         Pass all compiler options to ${tool}_start.
26203         Handle missing line number.
26204         (dg-finish): New function.
26205         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
26206         particular files.  Call gcc_finish at end.  Move "skipping test"
26207         message to verbosity level 3.
26208         * gcc.c-torture/compile/compile.exp: Likewise.
26209         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
26210         * gcc.c-torture/execute/execute.exp: Likewise.
26211         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26212         Print testcase being tried at verbosity level 1.
26213         * gcc.c-torture/special/special.exp: Unset xfail.
26214         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26215         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
26216         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
26217         * gcc.failure/failure.exp: Likewise.
26218         * gcc.ieee/ieee.exp: Likewise.
26219         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
26220         Update call to dg-test.  Call dg-finish at end.
26221         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
26222         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26223         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
26224         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
26225         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
26226         * gcc.wendy/wendy.exp: Add copyright.
26227         Delete setting of tmpdir (done by gcc_init).
26228         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
26229         Pass compiler flags to gcc_start.  Call gcc_finish at end.
26230         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
26231         gcc_[ce]pass/fail.
26232
26233 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
26234
26235         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
26236         confusion.
26237         (g++_load): Likewise.
26238
26239         * config/*.exp (gcc_load): Some were varargs fns and some were not.
26240         Rename argument to `prog' to remove the confusion.
26241         Varargs fns behave differently too!
26242         (g++_load): Likewise.
26243
26244         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
26245
26246         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
26247         what it is.  Delete (always) printing of status value for !native.
26248         Simplify verbose code, and include status and exec_output.
26249         (g++_load): Use gcc_load.
26250
26251 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
26252
26253         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
26254         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
26255         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
26256         940714-3.c as these testcases don't exist anymore.  Make
26257         va-arg-1.c expected to pass.
26258
26259 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
26260
26261         * gcc.misc-tests/misc.exp: Only run specific testcases.
26262         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
26263         * gcc.misc-tests/dg-[1-9].c: New files.
26264
26265         * lib/dg.exp: New testsuite driver.
26266         * gcc.prms/prms.exp: Use it.
26267
26268         * README.gcc: New file.
26269
26270         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
26271         Document and reset `lxpass' and `lxfail'.
26272         Simplify "initialized" message.
26273         (gcc_stat): Clean up comments a little.
26274
26275 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
26276
26277         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
26278
26279 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
26280
26281         * lib/old-dejagnu.exp (process-option): New proc.
26282         (old-dejagnu-init, old-dejagnu-stat): Likewise.
26283         (old-dejagnu): Simplify.
26284         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
26285
26286 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
26287
26288         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
26289         exists and is not an empty string.
26290
26291         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
26292         $xfail rather than calling setup_xfail.  Clear $xfail when test is
26293         finished.
26294         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
26295         automatically.
26296
26297         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
26298         longer expected to fail.
26299
26300         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
26301         "f" function call.
26302
26303         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
26304
26305         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
26306         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
26307         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
26308         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
26309         c-torture-1.29.
26310
26311         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
26312         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
26313
26314         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
26315
26316         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
26317         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
26318
26319         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
26320         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
26321         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
26322
26323 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
26324
26325         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
26326         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
26327         940714-1.c, 940714-2.c, 940714-3.c},
26328         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
26329         gcc.misc-tests/{mg.c,mg.exp}:
26330         New tests.
26331         * gcc.noncompile/noncompile.exp: Change accordingly.
26332
26333 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
26334
26335         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
26336         Undo previous clobberage.
26337
26338 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
26339
26340         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
26341         * gcc.special/{930510-1.c, special.exp}:
26342         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
26343         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
26344         struct-varargs-1.c}: New tests from c-torture-1.26.
26345
26346 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
26347
26348         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
26349           argument to switch.
26350
26351 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
26352
26353         * Revert the previous changes.  Please see Rob's directory
26354           (/lisa/test/rob/progressive/gcc/testsuite) for testing
26355           fixes.
26356
26357 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
26358
26359         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
26360             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
26361             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
26362             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
26363             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
26364             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
26365             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
26366             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
26367             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
26368             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
26369             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
26370             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
26371             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
26372             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
26373             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
26374             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
26375             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
26376             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
26377             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
26378             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
26379             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
26380             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
26381             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
26382             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
26383             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
26384             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
26385             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
26386
26387 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
26388
26389         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
26390             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
26391           with perror calls.
26392
26393 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
26394
26395         * config/unix.exp (g++_load): Fix syntax.
26396
26397 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
26398
26399         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
26400         * gcc.noncompile/921017-1.c: Deleted obsolete test.
26401         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
26402         Don't expect va-arg-1.c to fail.  Correct expected output for
26403         920928-1.c.
26404         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
26405         * gcc.wendy/hbm4.c: Correct typo.
26406         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
26407
26408 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
26409
26410         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
26411         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
26412         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
26413         * lib/c-torture.exp (c-torture-compile): Ditto.
26414
26415         Reduce volume of output (remove all the -I's and such).
26416         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
26417         Call gcc_cpass, gcc_cfail.
26418         (c-torture): Pass testing option to c-torture-compile.
26419
26420 1994-03-21  Doug Evans  (dje@cygnus.com)
26421
26422         Bring patches over from progressive.
26423         * config/default.exp: Exit remote shell cleanly.
26424         (g++_exit, g++_start): Add default versions.
26425         * config/sim.exp (gcc_load): Use perror, not error.
26426
26427 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
26428
26429         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
26430         set in site.exp.
26431
26432 1994-03-14  Doug Evans  (dje@cygnus.com)
26433
26434         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
26435         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
26436         (wendy_try): New proc to run testcase.
26437         (main loop): Call 'em.
26438         * gcc.wendy/*.c: Clean up pass to correct expected output.
26439
26440         * lib/gcc.exp: Minor cleanup work.
26441         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
26442
26443 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
26444
26445         * config/sim.exp (gcc_load): Document return codes better.
26446         Don't pass -v to simulator.
26447
26448 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
26449
26450           * gcc.special/920717-x.c: Fix typo.
26451           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
26452           get at sources.
26453
26454         * lib/mike-gcc.exp: Fix typo.
26455
26456 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
26457
26458         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
26459         binary to use, transform the name.
26460         * config/*.exp: rename everything. Nuke any g++ specific files,
26461         it's now a special case of gcc that requires no special support.
26462         Add a default.exp for unsupported targets.
26463
26464 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
26465
26466         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
26467         lib/old-dejagnu.exp: Fix a few patterns to work with the new
26468         version of Tcl.
26469
26470 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
26471
26472         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
26473         than a warning.
26474
26475 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
26476
26477         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
26478
26479 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
26480
26481         * gcc.execute/execute.exp: Combine opt_list and foption_list into
26482         option_list.  Compile every file with only 4/6 option choices
26483         (same as C torture) instead of with 12/18 different option
26484         choices.
26485         * lib/c-torture.exp: Likewise.
26486
26487         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
26488         not already set.
26489
26490 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
26491
26492         * lib/old-deja.exp: Add `excess errors test fails' error, now one
26493         can put an XFAIL *-*-* on excess errors.
26494
26495 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
26496
26497         * g++.law: Add more tests derived from g++-bugs snapshots.
26498
26499         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
26500         equivalent to g++.law/init9.
26501
26502         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
26503         compiled it, and the a.out file after we've run it.
26504
26505 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
26506
26507         * lib/mike-g++.exp (postbase): Delete the .o file after we've
26508         compiled it, and the a.out file after we've run it.
26509
26510 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
26511
26512         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
26513
26514 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
26515
26516         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
26517         version number.
26518
26519 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
26520
26521         * g++.law: New directory of g++ tests derived from the g++-bugs
26522         snapshots.
26523
26524 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
26525
26526         * gcc.compile: initbug1.c initbug1.exp testcase added
26527
26528 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
26529
26530         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
26531         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
26532           fixes submitted by Jeff Law (law@cs.utah.edu)
26533         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
26534           Jeff Law (law@cs.utah.edu)
26535
26536
26537 1993-11-30  Mike Stump  (mrs@cygnus.com)
26538
26539         * config/unix-g++.exp: Follow the gcc way of doing things.
26540         * g++.old-deja/old-deja.exp: Minor updates.
26541         * lib/g++.exp: New file, follow the gcc way of doing things.
26542         * lib/old-dejagnu.exp: Minor updates.
26543         * lib/mike-g++.exp: Always unset errorInfo.
26544
26545 1993-11-06  Mike Stump  (mrs@cygnus.com)
26546
26547         * lib/gcc.exp: Fix some errors with the below change, CC and
26548         CFLAGS should be global when setting, not local.
26549
26550 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
26551
26552         * lib/gcc.exp: Transform tool name.
26553
26554 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
26555
26556         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
26557
26558 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
26559
26560         * lib/gcc.exp: change gcc_done to gcc_stat
26561
26562 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
26563
26564         * Upgraded gcc testsuite to c-torture version 1.25
26565
26566 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
26567
26568         * lib/gcc.exp: added reporting code. Changed verbose compile message.
26569         * lib/c-torture: added hooks for new reporting code.
26570
26571 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
26572
26573         * config/sh-gcc.exp: check if sh-sim exists in the path
26574
26575 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
26576
26577         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
26578         * gcc.compile/compile.exp: Initial changes for new logic.
26579         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
26580         * gcc.failure/failure.exp: Initial changes for new logic.
26581         * gcc.ieee/ieee.exp: Initial changes for new logic.
26582         * gcc.misc-tests/misc.exp: Initial changes for new logic.
26583         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
26584         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
26585         * lib/c-torture.exp: Initial changes for new logic.
26586         * lib/gcc.exp: Initial changes for new logic.
26587
26588 1993-10-15  Mike Stump  (mrs@cygnus.com)
26589
26590         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
26591         depend upon failure or success.  Fully qualify names in failure
26592         and success messages.  Always remove a.out before starting
26593         compile, just in case.  Pay more attention to error text output by
26594         the compiler.  Handle testcases with no known past errors just
26595         like all others, so that things are uniform.  Other miscellaneous
26596         improvements.
26597
26598 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
26599
26600         * gcc.cpp: new directory for cpp tests
26601
26602 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
26603
26604         * lib/chill.exp: Code reformatted, removed unused code.
26605         * config/unix-chill.exp: Code reformatted, removed unused code.
26606         * chill.execute/execute.exp: Code reformatted, removed unused code.
26607         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
26608
26609 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
26610
26611         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
26612         routines not written.
26613
26614 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
26615
26616         * config/bug-gcc.exp: Use new procs from bug.exp.
26617
26618 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
26619
26620         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
26621         via ftp, rather than depending on NFS.
26622         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
26623         case.
26624
26625 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
26626
26627         * config/bug-gcc.exp: Use new download proc.
26628
26629 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
26630
26631         * chill.execute/execute.exp: cleanups, handles errors better
26632         * chill.compile/compile.exp: rewrite, based on execute.exp
26633         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
26634         * lib/chill.exp: major changes to diff proc and compile and link
26635           procs. added chill_fail and chill_pass wrappers to pass and
26636           fail. added more comments, and handle error codes better.
26637           Added a hack to capture stderr from exec, so noncompile tests
26638           can work.
26639
26640 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
26641
26642         * chill.execute/execute.exp: rewrite of testsuite driver
26643         * lib/chill.exp: rewrite of testsuite driver
26644         * config/unix-chill.exp: rewrite of testsuite driver
26645
26646 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
26647
26648     In chill.execute:
26649         * iexpr.ch: Standardize uppercase.
26650         * tuples.dat: Standardize uppercase.
26651         * vary.ch: standardize.  Correct varying string assignments.
26652         * vary.dat: Add new output lines.
26653
26654 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
26655
26656     In chill.execute:
26657         * chprintf.ch: Standardize use of uppercase.
26658         * tuples.ch: Standardize and turn arr2 into a DCL,
26659           rather than a SYN.
26660         * pinits.ch: Standardize.
26661
26662 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
26663
26664         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
26665         * Makefil: Renamed to Makefile.in.
26666         * configure.in: New.
26667
26668 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
26669
26670     In chill.execute:
26671         * .cvsignore: Add result/output files.
26672         * Makefile: Fix up variables at start.  Use MFLAGS
26673           everywhere.  Correct bool_loc, built_ins entries.
26674           Add entry for vary1.ch.
26675         * bitarray.ch: Standardize upper-case usage.
26676         * bitexpr.ch: Standardize, add output of b1.
26677         * params.ch: Use arrayt in along PROC parameters, to
26678           avoid novelty problems.
26679         * sets.ch: Tiny cleanup.
26680         * vary1.ch: Re-indent.
26681
26682 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
26683
26684           * Add PR-related files to Makefiles, .cvsignore files, etc.
26685
26686 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
26687
26688         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
26689           with compiler objects. New names are test-flow.c and test-loop.c
26690
26691 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
26692
26693         * Upgraded c-torture tests from 1.19 to 1.20
26694
26695         * new files:
26696         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
26697         * gcc.compile: 930623-1.c 930623-2.c
26698         * gcc.noncompile: 930622-1.c 930622-2.c
26699         * gcc.failure: 920411-1.c 920627-2.c
26700         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
26701
26702 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
26703
26704         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
26705           More changes to get testsuite working properly. Needs more work.
26706           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
26707
26708 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
26709
26710         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
26711           More changes to get testsuite working properly. Needs more work.
26712
26713 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
26714
26715         * chill.compile/compile.exp: Added for Dejagnu support
26716         * chill.execute/execute.exp: Added for Dejagnu support
26717         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
26718
26719 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
26720
26721     This should complete moving the CHILL test files.
26722         * chill.noncompile(.cvsignore printf.grt
26723             in-printf.grt chprintf.grt chprintf.ch):
26724             Added test-support files.
26725           (Makefile): Modified further.
26726         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
26727             signal.ch): Added test files.
26728           * chill.execute (.cvsignore printf.grt printr.c
26729             in-printf.grt rts.c chprintf.grt rts.h): Added
26730           test-support files.
26731             (Makefile): More corrections.
26732
26733 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
26734
26735         * chill.compile, chill.execute, chill.nocompile: Add CHILL
26736           test cases, ready for DejaGnu.
26737
26738 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
26739
26740         * Upgraded c-torture tests from 1.18 to 1.19
26741
26742         * gcc.compile: added test(s):
26743           930607-1.c
26744         * gcc.execute: added test(s):
26745           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
26746
26747         * added new subdirectory for misc tests: gcc.misc-tests
26748         * gcc.misc-test(s): added tests:
26749           inst-check.c test-consts.c test-ior.c test-switch.c
26750
26751 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
26752
26753         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
26754
26755 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
26756
26757         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
26758
26759 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
26760
26761         * Upgraded c-torture tests from 1.17 to 1.18
26762
26763 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
26764
26765         * Upgraded c-torture tests from 1.12 to 1.17
26766
26767 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
26768
26769         * lib/old-dejagnu.exp:
26770           Fixed handling of XFAIL target triplets to correctly
26771           recognize wildcard characters.  Removed code that
26772           appended a unique id tag to the end of the file name
26773           printed out by the result of the testcases within a
26774           given test file.
26775
26776 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
26777
26778         * lib/old-dejagnu.exp:
26779           Reworked expected failure handling to trigger off of XFAIL
26780           keyword in keyphrase embeded in testcase source code. The
26781           XFAIL keyword must be at the end of the keyphrase line. It
26782           may optionally be followed by one or more target triplets.
26783           It has just occured that the handling of wildcards in the
26784           target triplet may not be correct.
26785
26786 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
26787
26788         * g++.old-deja/tests:
26789           Moved all subdirectories up one level into g++.old-deja .
26790
26791         * lib/old-dejagnu.exp:
26792           Fixed problem with CXXFLAGS not being properly reset, and being
26793           corrupted with extraneous "-c" compiler option.  This was
26794           causing binaries to not be generated for test that needed them.
26795           Modified strings passed to "pass" and "fail" so that individual
26796           tests from the same test file would be distinguished by an
26797           identifier appended to the test file name in the summary logs;
26798           this corrected a problem with erroneous diff logs.  Added code
26799           to search testcases for expected fail and unexpected pass keywords.
26800
26801 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
26802
26803         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
26804
26805 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
26806
26807         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
26808           Removed extraneous text from end of "Special g++ Options"
26809           keyphrase.
26810
26811         * lib/old-dejagnu.exp: Added pattern matching to look for new
26812           keywords, embedded in testcases comments, which will trigger
26813           calls to xpass and xfail.
26814
26815 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
26816
26817         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
26818           comments embedded in the testcases, especially the one looking for
26819           special compiler options, as well as the pattern matching for the
26820           compiler output again.
26821
26822 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
26823
26824         * lib/old-dejagnu.exp: Do a proper check of the return value for
26825           execute tests. Fixed several problems with the pattern matching
26826           of the compiler output which gave erroneous test results.
26827           Changed several of the test result messages to be more descriptive.
26828         * config/unix-g++.exp: Proc g++_load now actually works and
26829           executes the tests passed to it and returns a usable return
26830           value.
26831
26832 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
26833
26834           * lib/gcc.exp: Exits gracefully if $CC is bogus.
26835
26836 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
26837
26838         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
26839           Modified both files to properly execute the old style
26840           dejagnu tests. The previous versions of these files were
26841           experimental and did not function anything near correctly.
26842
26843 1993-04-05  Rob Savoye  (rob@cygnus.com)
26844
26845         * Removed all Makefile.in and configure.in files. No configuration
26846         needed now.
26847
26848 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
26849
26850         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
26851
26852 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
26853
26854         * gcc.compile/configure.in, gcc.unsorted/configure.in,
26855         gcc.special/configure.in, gcc.noncompile/configure.in,
26856         gcc.execute/configure.in, gcc.code_quality/configure.in,
26857         g++.other/configure.in, g++.old-deja/configure.in,
26858         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
26859         in srcname setting.
26860
26861 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
26862
26863         * lib/udi.exp:  Fixed mondfe and mondfe_download.
26864         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
26865         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
26866
26867 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
26868
26869         * config/udi-gdb.exp: Check $shell_id after connecting to target.
26870         (gdb_exit): Don't remove *_soc files.
26871
26872 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
26873
26874         * lib/c-torture.exp: Don't look for main; instead always use -w
26875         -c.  This is how the c-torture tests work.  Remove the object
26876         file if the compilation succeeds.
26877         * gcc.execute/execute.exp: Remove executable if test passes.
26878         * gcc.noncompile/noncompile.exp: Every test is an expected
26879         failure.
26880         * gcc.special/special.exp: Added tests from c-torture 1.11,
26881         corrected use of existing test.
26882         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
26883         gcc.execute/920625-1.c: Updated to c-torture 1.11.
26884         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
26885         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
26886         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
26887         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
26888         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
26889         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
26890         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
26891         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
26892         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
26893         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
26894         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
26895         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
26896         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
26897         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
26898         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
26899         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
26900         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
26901         c-torture 1.11.
26902         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
26903         correspond to c-torture 1.11.
26904
26905         * New file.