OSDN Git Service

* g++.dg/ext/attrib9.C: Add dg-warnings.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
2
3          * g++.dg/ext/attrib9.C: Add dg-warnings.
4
5 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6
7         PR c++/12335
8         * g++.dg/parse/dtor3.C: New test.
9
10 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
11
12         PR c++/12709
13         * g++.dg/parse/try-catch-1.C: New test.
14
15 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
16
17         * ada/acats/run_all.sh: Add more verbose output in acats.log
18         when compiling tests.
19
20 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
21
22         PR 13656
23         * gcc.dg/typedef-redecl.c: New test case.
24         * gcc.dg/typedef-redecl.h: New support file.
25
26 2004-01-13  Jan Hubicka  <jh@suse.cz>
27
28         * gcc.dg/always_inline.c: New test.
29         * gcc.dg/debug/20031231-1.c: Fix.
30
31 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
32
33         PR c++/13474
34         * g++.dg/template/array3.C: New test.
35
36 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
37
38         * g++.dg/ext/lvalue1.C: No longer expected to fail.
39         * g++.dg/warn/Wunused-2.C: Likewise.
40
41 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
42
43         PR c++/13289
44         * g++.dg/template/instantiate6.C: New test.
45
46 2004-01-12  Roger Sayle  <roger@eyesopen.com>
47
48         PR middle-end/11397
49         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
50
51 2004-01-12  Jan Hubicka  <jh@suse.cz>
52
53         PR opt/12826
54         * gcc.dg/20040112-1.c: New.
55
56         * gcc.dg/dwarf-die[1-7].c: Move to...
57         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
58         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
59
60 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
61
62         PR c++/4100
63         * g++.dg/parse/friend4.C: New test.
64
65 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
66
67         PR c++/4100
68         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
69         definition is called a friend.
70
71 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
72
73         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
74
75 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
76
77         PR c++/3478
78         * g++.dg/parse/error10.C: New test.
79         * g++.dg/template/arg2.C: Accept "invalid type" error.
80
81 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
82
83         PR middle-end/13392
84         * g++.dg/opt/expect2.C: New test.
85
86 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
87
88         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
89         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
90         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
91         Update dg-error regexps.
92
93 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
94
95         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
96         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
97
98 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
99
100         * gcc.dg/pragma-re-1.c: Use right pointer type.
101
102 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
103
104         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
105
106 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
107
108         * gcc.dg/rs6000-ldouble-1.c: New.
109
110 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
111
112         DR 337
113         PR c++/9256
114         * g++.dg/other/abstract1.C: New test.
115
116 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
117
118         * g++.dg/lookup/strong-using-1.C: New.
119
120 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
121
122         PR c/11234
123         * gcc.dg/func-ptr-conv-1.c: New test.
124         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
125
126 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
127
128         PR target/13380.
129         * gcc.c-torture/compile/20040109-1.c: New.
130
131 2004-01-08  Stuart Hastings  <stuart@apple.com>
132
133         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
134         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
135         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
136
137 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
138
139         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
140
141 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
142
143         * ada/acats/run_acats: Treat 'gnatchop' the same way
144         as 'gnatmake'.  Export GCC_DRIVER.
145         * ada/acats/run_all.sh: Add target_gnatchop.  Use
146         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
147
148 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
149
150         PR c++/12573
151         * g++.dg/template/dependent-expr4.C: New test.
152
153 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
154
155         * gcc.dg/altivec-11.c: New test.
156
157 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
158
159         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
160
161 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
162
163         PR c/6024
164         * gcc.dg/enum-compat-1.c: New test.
165         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
166
167 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
168
169         PR c/12165
170         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
171         gcc.dg/c99-idem-qual-3.c: New tests.
172
173 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
174
175         * gcc.dg/winline-7.c: Don't cast void * to int.
176
177 2004-01-06  Jan Hubicka  <jh@suse.cz>
178
179         * gcc.dg/i386-sse-5.c: New test
180         * g++.dg/eh/simd-1.c: Add -w argument for i386.
181
182 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
183
184         PR c++/12815
185         * g++.dg/rtti/typeid4.C: New test.
186
187 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
188
189         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
190
191 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
192
193         PR c++/12132
194         * g++.dg/template/error11.C: New test.
195
196         PR c++/13451
197         * g++.dg/template/class2.C: New test.
198
199 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
200         Richard Sandiford <rsandifo@redhat.com>
201
202         PR c++/13387
203         * g++.dg/opt/alias3.C: New test.
204
205 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
206
207         PR c++/13157
208         * g++.dg/template/koenig3.C: New test.
209
210         PR c++/13529
211         * g++.dg/parse/offsetof3.C: New test.
212
213         * g++.dg/init/copy7.C: Add missing dg-error markers.
214
215         PR c++/12226
216         * g++.dg/init/copy7.c: New test.
217
218         PR c++/13536
219         * g++.dg/parse/cast1.C: New test.
220
221 2004-01-04  Jan Hubicka  <jh@suse.cz>
222
223         * gcc.dg/winline[1-7].c: New tests.
224
225 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
226
227         PR c++/13520
228         * g++.dg/template/qualttp22.C: New test.
229
230 2004-01-01  Jan Hubicka  <jh@suse.cz>
231
232         * gcc.dg/debug/20031231-1.c: New.
233         * gcc.c-torture/compile/20040101-1.c: New.
234         * gcc.dg/dwarf-die-[1-7].c: New.
235
236 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
237
238         PR optimization/13521
239         * gcc.c-torture/compile/20031231-1.c: New test.
240
241 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
242
243         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
244
245 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
246
247         PR c++/10079
248         * g++.dg/template/crash16.C: New test.
249
250 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
251
252         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
253
254 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
255
256         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
257         ports.
258         * g++.old-deja/g++.jason/thunk3.C: Likewise.
259         * g++.old-deja/g++.law/profile1.C: Likewise.
260         * gcc.c-torture/compile/981006-1.c: Likewise.
261         * gcc.c-torture/execute/loop-2e.x: Likewise.
262         * gcc.c-torture/execute/loop-2f.x: Remove.
263         * gcc.c-torture/execute/loop-2g.x: Likewise.
264         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
265         * gcc.dg/20020312-2.c: Remove traces of dead ports.
266
267 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
268
269         PR c++/13507
270         * g++.dg/ext/attrib11.C: New test.
271
272         PR c++/13494
273         * g++.dg/template/array2-1.C: New test.
274         * g++.dg/template/array2-2.C: New test.
275
276 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
277
278         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
279
280 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
281
282         PR c++/12774
283         * g++.dg/template/array1-1.C: New test.
284         * g++.dg/template/array1-2.C: New test.
285
286 2003-12-29  Roger Sayle  <roger@eyesopen.com>
287
288         PR fortran/12632
289         * g77.dg/12632.f: New test case.
290
291 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
292
293         PR c++/13289
294         * g++.dg/parse/nontype1.C: New test.
295
296 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
297
298         PR c++/12403
299         * g++.dg/parse/explicit1.C: New test.
300         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
301
302 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
303
304         PR c++/13081
305         * g++.dg/opt/inline6.C: New test.
306
307         PR c++/12613
308         * g++.dg/parse/error9.C: New test.
309
310         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
311
312 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
313
314         PR c++/13009
315         * g++.dg/init/assign1.C: New test.
316
317 2003-12-28  Roger Sayle  <roger@eyesopen.com>
318
319         PR c++/13070
320         * g++.dg/warn/format3.C: New test case.
321
322 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
323
324         * gcc.c-torture/compile/20031227-1.c: New test.
325
326 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
327
328         * g++.dg/bprob/bprob.exp: Load target-supports.exp
329         * g77.dg/bprob/bprob.exp: Likewise.
330         * gcc.misc-tests/bprob.exp: Likewise.
331         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
332         variants on systems where the library does not provide that
333         functionality.
334         * gcc.dg/builtins-20.c: Use builtins-config.h.
335         * gcc.dg/builtins-config.h: New file.
336
337 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
338
339         * lib/gcc-dg.exp (dg-require-profiling): New function.
340         * lib/target-supports.exp (check_profiling_available): Likewise.
341         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
342         * g77.dg/bprob/bprob.exp: Likewise.
343         * gcc.misc-tests/bprob.exp: Likewise.
344         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
345         * gcc.dg/20021014-1.c: Likewise.
346         * gcc.dg/nest.c: Likewise.
347
348 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
349
350         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
351         compiling.
352         * g++.dg/lookup/java2.C: Likewise.
353         * gcc.dg/cpp/lexident.c: Likewise.
354
355 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
356
357         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
358         given.
359         * gcc.c-torture/compile/961203-1.c: Likewise.
360         * gcc.c-torture/compile/980506-1.c: Likewise.
361
362 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
363
364         * lib/gcc-dg.exp (dg-prune-output): New annotation.
365         (additional_prunes): New global.
366         (gcc-dg-prune): Handle additional per-test pruning.
367         (dg-test): Clear additional_prunes between tests.
368
369         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
370         dg-prune-output to avoid spurious failures from assembler
371         complaining about nonexistent WAW violations.
372         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
373         Use dg-prune-output to avoid spurious failures from assembler
374         warning about Itanium B-step errata.
375
376 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
377
378         * g++.dg/abi/macro0.C: New test.
379         * g++.dg/abi/macro1.C: Likewise.
380         * g++.dg/abi/macro2.C: Likewise.
381
382         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
383         * g++.dg/abi/bitfield7.C: Likewise.
384         * g++.dg/abi/dtor2.C: Likewise.
385         * g++.dg/abi/mangle11.C: Likewise.
386         * g++.dg/abi/mangle12.C: Likewise.
387         * g++.dg/abi/mangle14.C: Likewise.
388         * g++.dg/abi/mangle17.C: Likewise.
389         * g++.dg/abi/vbase10.C: Likewise.
390         * g++.dg/abi/vbase14.C: Likewise.
391         * g++.dg/template/qualttp17.C: Likewise.
392
393 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
394
395         PR c/11995
396         * gcc.dg/20031223-1.c: New test.
397
398 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
399
400         * gcc.dg/noreturn-7.c: New test.
401
402 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
403
404         * gcc.dg/null-pointer-1.c: New test.
405
406 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
407
408         * g++.old-deja/g++.jason/template18.C: Remove.
409         * g++.old-deja/g++.jason/template37.C: Likewise.
410
411         PR c++/12862
412         * g++.dg/lookup/ns1.C: New test.
413
414         PR c++/12397
415         * g++.dg/template/lookup3.C: New test.
416
417 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
418
419         * g++.dg/template/recurse1.C: New test
420
421 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
422
423         PR c++/12479
424         * g++.dg/parse/semicolon1.C: New test.
425         * g++.dg/parse/semicolon1.h: Likewise.
426
427 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
428
429         * gcc.dg/darwin-misaligned.c: New test.
430
431 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
432
433         PR c/9163
434         * gcc.dg/20031222-1.c: New test.
435
436 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
437
438         PR c++/13438
439         * g++.dg/parse/error8.C: New test.
440
441         PR c++/11554
442         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
443
444 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
445
446         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
447         too small.
448         * gcc.c-torture/compile/930217-1.c: Likewise.
449         * gcc.c-torture/compile/930513-1.c: Likewise.
450         * gcc.c-torture/execute/920908-2.c: Likewise.
451         * gcc.c-torture/execute/921204-1.c: Likewise.
452         * gcc.c-torture/execute/930621-1.c: Likewise.
453         * gcc.c-torture/execute/930630-1.c: Likewise.
454         * gcc.c-torture/execute/931031-1.c: Likewise.
455         * gcc.c-torture/execute/980602-2.c: Likewise.
456         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
457         * gcc.c-torture/execute/compndlit-1.c: Likewise.
458         * gcc.c-torture/execute/extzvsi.c: Likewise.
459         * gcc.c-torture/unsorted/ext.c: Likewise.
460
461 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
462
463         PR target/12749
464         * gcc.c-torture/compile/20031220-2.c: New test case.
465
466 2003-12-20  Roger Sayle  <roger@eyesopen.com>
467
468         PR optimization/13031
469         * gcc.c-torture/compile/20031220-1.c: New test case.
470
471 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
472
473         * gcc.dg/cast-function-1.c: New test.
474
475 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
476
477         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
478         formats.
479
480 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
481
482         PR c++/12795
483         * g++.dg/ext/attrib10.C: New test.
484
485 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
486
487         * gcc.dg/cleanup-10.c: New test.
488         * gcc.dg/cleanup-11.c: New test.
489
490 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
491
492         PR c++/13239
493         * g++.dg/opt/expect1.C: New test.
494
495 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
496
497         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
498
499 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
500
501         PR debug/12923
502         * gcc.dg/20031218-1.c: New test.
503
504         PR debug/12389
505         * gcc.dg/20031218-2.c: New test.
506         * gcc.dg/20031218-3.c: New test.
507
508         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
509         of label name and allow for USER_LABEL_PREFIX == "_" names.
510         * g++.dg/abi/mangle18-2.C: Likewise.
511         * g++.dg/abi/mangle19-1.C: Likewise.
512         * g++.dg/abi/mangle19-2.C: Likewise.
513         * g++.dg/abi/mangle20-1.C: Likewise.
514         * g++.dg/abi/mangle20-2.C: Likewise.
515
516 2003-12-18  Richard Henderson  <rth@redhat.com>
517
518         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
519
520 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
521             Dan Kegel <dank@kegel.com>
522
523         PR other/12009
524         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
525         testing a cross compiler, it causes spurious compile failures.
526         * lib/g++.exp: Likewise.
527
528 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
529
530         PR c++/13262
531         * g++.dg/template/access13.C: New test.
532
533 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
534
535         * gcc.dg/20031216-1.c: New test.
536
537 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
538
539         PR c++/9154
540         * g++.dg/template/error10.C: New test.
541
542 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
543
544         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
545         * g++.dg/eh/simd-2.C: Likewise.
546
547 2003-12-17  James E Wilson  <wilson@specifixinc.com>
548             Roger Sayle  <roger@eyesopen.com>
549
550         * gcc.c-torture/execute/ieee/mzero5.c: New.
551
552 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
553
554         PR c++/10603
555         * g++.dg/parse/error6.C: New test.
556
557         PR c++/12827
558         * g++.dg/parse/error7.C: New test.
559
560 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
561
562         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
563         at -O with stabs debugging formats.
564         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
565         * gcc.dg/debug/debug-2.c: Likewise.
566
567 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
568
569         PR c++/12696
570         * g++.dg/init/error1.C: New test.
571
572         PR c++/12218
573         * g++.dg/init/pm3.C: New test.
574
575 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
576
577         PR c/3347
578         * gcc.dg/bitfld-8.c: New test.
579
580 2003-12-16  James Lemke  <jim@wasabisystems.com>
581
582         * gcc.dg/arm-scd42-[123].c: New tests.
583
584 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
585
586         PR c++/9043
587         * g++.dg/abi/mangle20-1.C: New test.
588         * g++.dg/abi/mangle20-2.C: New test.
589
590 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
591
592         PR c++/13275
593         * g++.dg/other/offsetof2.C: Remove XFAIL.
594         * g++.dg/parse/offsetof1.C: New test.
595         * g++.gd/parse/offsetof2.C: Likewise.
596
597 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
598
599         * g++.dg/template/nontype3.C: New test.
600         * g++.dg/template/static2.C: Tweaked the dg-error clause.
601
602 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
603
604         * g++.dg/warn/noreturn-3.C: Also test instantiation.
605
606 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
607
608         PR c++/13387
609         * g++.dg/expr/assign1.C: New test.
610
611         PR c++/13242
612         * g++.dg/abi/mangle19-1.C: New test.
613         * g++.dg/abi/mangle19-2.C: New test.
614
615 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
616
617         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
618
619 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
620
621         * gcc.c-torture/execute/20031216-1.c: New test.
622
623 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
624
625         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
626         an ICE regression.
627
628 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
629
630         PR c++/10926
631         * g++.dg/template/error9.C: New test.
632
633         PR c++/11116
634         * g++.dg/template/error8.C: New test.
635
636 2003-12-15  Roger Sayle  <roger@eyesopen.com>
637
638         PR middle-end/13400
639         * gcc.c-torture/execute/20031215-1.c: New test case.
640
641 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
642
643         PR c++/13269
644         * g++.dg/parse/error5.C: New test.
645
646         PR c++/12989
647         * g++.dg/expr/sizeof1.C: New test.
648
649         PR c++/13310
650         * g++.dg/template/crash15.C: New test.
651
652 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
653
654         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
655         a non-POD type as the last named parameter of a varargs function.
656
657 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
658
659         PR c++/13243
660         PR c++/12573
661         * g++.dg/template/crash14.C: New test.
662         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
663
664 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
665
666         * g++.dg/other/java1.C: New test.
667
668         PR c++/13241
669         * g++.dg/abi/mangle18-1.C: New test.
670         * g++.dg/abi/mangle18-2.C: New test.
671
672 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
673
674         PR optimization/10312
675         * gcc.c-torture/execute/20031214-1.c: New.
676
677 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
678
679         PR c++/10779
680         PR c++/12160
681         * g++.dg/parse/error3.C: New test.
682         * g++.dg/parse/error4.C: Likewise.
683         * g++.dg/abi/mangle4.C: Tweak error messages.
684         * g++.dg/lookup/using5.C: Likewise.
685         * g++.dg/other/error2.C: Likewise.
686         * g++.dg/parse/typename5.C: Likewise.
687         * g++.dg/parse/undefined1.C: Likewise.
688         * g++.dg/template/arg2.C: Likewise.
689         * g++.dg/template/ttp3.C: Likewise.
690         * g++.dg/template/type1.C: Likewise.
691         * g++.old-deja/g++.other/crash32.C: Likewise.
692         * g++.old-djea/g++.pt/defarg8.C: Likewise.
693
694 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
695
696         PR c++/13106
697         * g++.dg/warn/noreturn-3.C: New test.
698
699 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
700
701         PR c++/13118
702         * g++.dg/abi/covariant3.C: New.
703
704 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
705
706         * g++.dg/eh/ia64-1.C: New test.
707
708 2003-12-12  Roger Sayle  <roger@eyesopen.com>
709
710         PR optimization/13037
711         * g77.f-torture/execute/13037.f: New test case.
712
713 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
714
715         PR c++/12881
716         * g++.dg/abi/covariant2.C: New.
717
718 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
719
720         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
721
722 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
723
724         * gcc.c-torture/execute/wchar_t-1.x: Delete.
725
726 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
727
728         PR other/10819
729         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
730         to fix Bug 10819.
731         * lib/g++.exp (g++_version): Likewise.
732         * lib/g77.exp (g77_version): Likewise.
733         * lib/objc.exp (default_objc_version): Likewise.
734
735 2003-12-10  Richard Henderson  <rth@redhat.com>
736
737         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
738
739         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
740
741 2003-12-08  Matt Austern  <austern@apple.com>
742
743         PR c/13134
744         * lib/gcc-dg.exp (dg-require-visibility): Define.
745         * lib/target-supports (check_visibility_available): Define.
746         * gcc.dg/visibility-1.c: New test.
747         * gcc.dg/visibility-2.c: Likewise.
748         * gcc.dg/visibility-3.c: Likewise.
749         * gcc.dg/visibility-4.c: Likewise.
750         * gcc.dg/visibility-5.c: Likewise.
751         * gcc.dg/visibility-6.c: Likewise.
752         * g++.dg/ext/visibility-1.C: Likewise.
753         * g++.dg/ext/visibility-2.C: Likewise.
754         * g++.dg/ext/visibility-3.C: Likewise.
755         * g++.dg/ext/visibility-4.C: Likewise.
756         * g++.dg/ext/visibility-5.C: Likewise.
757         * g++.dg/ext/visibility-6.C: Likewise.
758
759 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
760
761         * g++.dg/lookup/java1.C: New test.
762         * g++.dg/lookup/java2.C: New test.
763
764 2003-12-07  Falk Hueffner  <falk@debian.org>
765
766         * g++.dg/opt/noreturn-1.C: New test.
767
768 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
769
770         * gcc.dg/overflow-1.c: New test.
771
772 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
773
774         * g77.f-torture/compile/13060.f: New test.
775
776 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
777
778         PR c++/13323
779         * g++.dg/inherit/operator2.C: New test.
780
781 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
782
783         PR c++/13305
784         * g++.dg/ext/attrib9.C: New test.
785
786 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
787
788         PR c++/13314
789         * g++.dg/template/error7.C: New test.
790
791 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
792             J"orn Rennecke <joern.rennecke@superh.com>
793
794         PR target/13302
795         * g++.dg/other/struct-va_list.C: New test.
796
797 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
798
799         PR c++/13166
800         * g++.dg/parse/defarg6.C: New test.
801
802 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
803
804         PR target/13256
805         * gcc.c-torture/execute/20031201-1.c: New test.
806
807 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
808
809         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
810
811 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
812
813         * gcc.dg/builtin-return-1.c: New test.
814
815 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
816             J"orn Rennecke <joern.rennecke@superh.com>
817
818         PR optimization/13260
819         * gcc.c-torture/execute/20031204-1.c: New test.
820
821 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
822
823         PR c++/9127
824         * g++.dg/template/error6.C: New test.
825
826 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
827
828         * gcc.dg/20031202-1.c: New test.
829
830 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
831
832         PR c++/13179
833         * g++.dg/template/eh1.C: New test.
834
835         PR c++/10771
836         * g++.dg/template/error5.C: New test.
837
838 2003-12-02  David Ung  <davidu@mips.com>
839
840         * gcc.dg/compat/vector-check.h: Corrected type for var
841         g_##TMODE
842
843 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
844
845         PR c++/10126
846         * g++.dg/template/ptrmem8.C: New test.
847
848 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
849
850         PR c++/12573
851         * g++.dg/template/dependent-expr3.C: New test.
852
853 2003-12-01  James Lemke  <jim@wasabisystems.com>
854
855         * gcc.dg/arm-g2.c: New test.
856
857 2003-12-01  Roger Sayle  <roger@eyesopen.com>
858
859         PR optimization/11634
860         * gcc.dg/20031201-2.c: New test case.
861
862 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
863
864         PR 11433
865         * objc.dg/proto-lossage-3.m: New test.
866
867 2003-12-01  Roger Sayle  <roger@eyesopen.com>
868
869         PR optimization/12628
870         * gcc.dg/20031201-1.c: New test case.
871
872 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
873
874         * gcc.dg/unaligned-1.c: New test.
875
876 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
877
878         PR c++/9849
879         * g++.dg/template/error4.C: New test.
880         * g++.dg/template/nested3.C: Adjust error markers.
881
882 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
883
884         * gcc.dg/cpp/assert4.c: Check more #system assertions.
885
886 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
887
888         PR c/10333
889         * gcc.dg/bitfld-7.c: New test.
890
891 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
892
893         * gcc.dg/tls/asm-1.C: New test.
894
895 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
896
897         * gcc.dg/cpp/assert4.c: Update.
898
899 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
900
901         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
902         * gcc.dg/builtin-apply3.c: New test.
903
904 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
905
906         * lib/compat.exp (compat-obj): New xfaildata parameter.
907         Use it to set compiler_conditional_xfail_data before compiling.
908         (compat-get-options): Handle dg-xfail-if.
909         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
910         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
911         * gcc.dg/compat/vector-1_y.c: Likewise.
912         * gcc.dg/compat/vector-2_x.c: Likewise.
913         * gcc.dg/compat/vector-2_y.c: Likewise.
914
915 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
916
917         * g++.dg/opt/reg-stack4.C: New test.
918
919 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
920
921         * gcc.dg/builtin-apply2.c: New test.
922
923 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
924
925         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
926
927 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
928
929         PR c++/12924
930         * g++.dg/template/template-id-2.C: New test.
931
932 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
933
934         PR c++/5369
935         * g++.dg/template/memfriend1.C: New test.
936         * g++.dg/template/memfriend2.C: Likewise.
937         * g++.dg/template/memfriend3.C: Likewise.
938         * g++.dg/template/memfriend4.C: Likewise.
939         * g++.dg/template/memfriend5.C: Likewise.
940         * g++.dg/template/memfriend6.C: Likewise.
941         * g++.dg/template/memfriend7.C: Likewise.
942         * g++.dg/template/memfriend8.C: Likewise.
943         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
944
945 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
946
947         PR c++/12515
948         * g++.dg/ext/cond1.C: New test.
949
950 2003-11-20  Richard Henderson  <rth@redhat.com>
951
952         * gcc.dg/20020201-2.c: Remove.
953         * gcc.dg/20020201-4.c: Remove.
954         * gcc.dg/20020304-1.c: Remove.
955
956 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
957
958         * gcc.dg/cpp/trad/xwin1.c: New test case.
959
960 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
961
962         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
963         * lib/g77.exp: Likewise.
964         * lib/objc.exp: Likewise.
965         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
966         for darwin.
967
968 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
969
970         PR c++/12932
971         * g++.dg/template/static5.C: New test.
972
973 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
974
975         * gcc.dg/nested-func-1.c: New test.
976
977 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
978
979         * gcc.dg/cpp/assert4.c: New test.
980
981 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
982
983         PR c++/2294
984         * g++.dg/lookup/using9.c: New test.
985
986 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
987
988         PR c++/12762
989         * g++.dg/template/error3.C: New test.
990
991 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
992
993         PR ada/13035
994         * ada/acats/run_acats, run_all.sh: Fix syntax error.
995         No longer use a wrapper for gcc, since this does not work under
996         Windows.
997
998 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
999
1000         PR c++/2094
1001         * g++.dg/template/ptrmem7.C: New test.
1002
1003 2003-11-13  Andrew Pinski <apinski@apple.com>
1004
1005         * gcc.c-torture/compile/20031113-1.c: New test.
1006
1007 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
1008             Kean Johnston <jkj@sco.com>
1009
1010         PR c/13029
1011         * gcc.dg/unused-4.c: Update.
1012
1013 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1014
1015         * g++.dg/opt/const3.C: New test.
1016
1017 2003-11-13  Jan Hubicka  <jh@suse.cz>
1018
1019         * gcc.c-torture/compile/20031112-1.c: New test.
1020
1021 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
1022
1023         * g++.dg/parse/crash10.C: Remove bogus error marker.
1024
1025 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1026
1027         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
1028         (host_gcc): Likewise.
1029         (ROOT): Honor $PWDCMD.
1030         (BASE): Likewise.
1031         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
1032
1033 2003-11-12  Catherine Moore  <clm@redhat.com>
1034
1035         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
1036
1037 2003-11-12  Andreas Jaeger  <aj@suse.de>
1038             Jakub Jelinek  <jakub@redhat.com>
1039             Andrew Pinski  <pinskia@physics.uc.edu>
1040             Richard Henderson  <rth@redhat.com>
1041
1042         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
1043         systems.
1044         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
1045
1046         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
1047         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
1048
1049 2003-11-11  Andreas Jaeger  <aj@suse.de>
1050
1051         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
1052
1053         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
1054
1055 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
1056
1057         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
1058         Clean ups.
1059
1060 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
1061
1062         * gcc.dg/trampoline-1.c: New test.
1063
1064 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
1065
1066         * gcc.c-torture/compile/200031109-1.c: New test.
1067
1068 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1069
1070         PR c/3190
1071         PR c/8714
1072         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
1073         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
1074         gcc.dg/format/no-y2k-1.c: Update.
1075
1076 2003-11-08  Roger Sayle  <roger@eyesopen.com>
1077
1078         PR optimization/10467
1079         * gcc.dg/20031108-1.c: New test case.
1080
1081 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
1082
1083         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
1084
1085 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1086
1087         * gcc.dg/compound-lvalue-1.c: New test.
1088         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
1089         some XFAILs.
1090
1091 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
1092
1093         * gcc.dg/altivec-varargs-1.c: New test.
1094
1095 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
1096
1097         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
1098         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
1099         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
1100         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
1101         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
1102
1103 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
1104
1105         * gcc.dg/cond-lvalue-1.c: New test.
1106
1107 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
1108
1109         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
1110
1111 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1112
1113         PR c++/11616
1114         * g++.dg/template/instantiate5.C: New test.
1115
1116 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1117
1118         PR c++/12726
1119         * g++.dg/ext/complit2.C: Replace test with self-contained version.
1120         * ChangeLog: Add missing first entry for above test.
1121
1122 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1123
1124         PR c++/9810
1125         * g++.dg/template/using8.C: New test.
1126         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
1127
1128 2003-11-02  Roger Sayle  <roger@eyesopen.com>
1129
1130         PR optimization/10817
1131         * gcc.c-torture/compile/20031102-1.c: New test case.
1132
1133 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
1134
1135         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
1136         2147483647.
1137
1138 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
1139
1140         * gcc.dg/20031102-1.c: New test.
1141
1142 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
1143
1144         * gcc.dg/complex-1.c: New test.
1145
1146 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1147
1148         PR c++/12796
1149         * g++.dg/template/crash13.C: Adjust expected error location.
1150         * g++.old-deja/g++.brendan/ns1.C: Likewise.
1151
1152 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
1153
1154         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
1155
1156 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
1157
1158         PR/10239
1159         * gcc.c-torture/compile/20031031-2.c: New test.
1160
1161 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
1162
1163         PR/11640
1164         * gcc.c-torture/compile/20031031-1.c: New test.
1165
1166 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
1167
1168         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
1169         * gcc.misc-tests/bprob.exp: Likewise.
1170         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
1171         the execution test on arm-elf configs.
1172         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
1173         configs that don't support scratch files.
1174         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
1175
1176 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
1177
1178         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
1179         done by dejagnu.
1180
1181 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
1182
1183         * ada/acats/run_all.sh: Redirect mv output to /dev/null
1184         Avoid non pure sh syntax. Add more logging.
1185
1186         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
1187         fail.
1188
1189 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1190
1191         PR libgcj/10610
1192         * gcc.dg/ppc-stackalign-1.c: New test.
1193
1194 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
1195
1196         * ada/acats/run_all.sh: Change output to be more compliant with
1197         dejagnu framework.
1198         Create acats.sum and acats.log files under testsuite/ada/acats
1199         Only run [a-z]* directories, to filter out e.g. CVS.
1200         Redirect build output to log file.
1201
1202 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
1203
1204         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
1205
1206 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
1207
1208         PR ada/5909:
1209         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
1210
1211 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
1212
1213         * gcc.c-torture/compile/20031023-1.c: New test.
1214         * gcc.c-torture/compile/20031023-2.c: New test.
1215         * gcc.c-torture/compile/20031023-3.c: New test.
1216         * gcc.c-torture/compile/20031023-4.c: New test.
1217
1218 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1219
1220         PR c++/10371
1221         * g++.dg/lookup/scoped8.C: New test.
1222
1223 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
1224
1225         * g++.dg/opt/reg-stack3.C: New test.
1226
1227 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
1228
1229         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
1230
1231 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1232
1233         PR c++/11076
1234         * g++.dg/template/crash13.C: New test.
1235
1236 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
1237
1238         * gcc.dg/c99-restrict-2.c: New test.
1239
1240 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
1241
1242         PR c++/12698, c++/12699, c++/12700, c++/12566
1243         * g++.dg/inherit/covariant9.C: New test.
1244         * g++.dg/inherit/covariant10.C: New test.
1245         * g++.dg/inherit/covariant11.C: New test.
1246
1247 2003-10-23  Jason Merrill  <jason@redhat.com>
1248
1249         PR c++/12726
1250         * g++.dg/ext/complit2.C: New test.
1251
1252 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
1253
1254         PR target/12654
1255         * gcc.c-torture/execute/20031020-1.c: New test.
1256
1257 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1258
1259         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
1260         following the jump_insn.
1261
1262 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
1263
1264         * gcc.dg/cast-lvalue-1.c: New test.
1265
1266 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
1267
1268         PR c++/11962
1269         * g++.dg/template/cond2.C: New test.
1270
1271 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
1272
1273         * gcc.dg/builtins-28.c: New test.
1274
1275 2003-10-20  Jan Hubicka  <jh@suse.cz>
1276
1277         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
1278         parameter.
1279         * testsuite/gcc.dg/inline-2.c: Likewise.
1280
1281 2003-10-20  Phil Edwards  <phil@codesourcery.com>
1282
1283         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
1284         * gcc.dg/nest.c:  Likewise.
1285
1286 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1287
1288         PR c++/9781, c++/10583, c++/11862
1289         * g++.dg/parse/crash13.C: New test.
1290
1291 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1292
1293         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
1294
1295 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
1296
1297         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
1298         Define HAVE_C99_RUNTIME except on Solaris.
1299         * gcc.dg/builtins-20.c: Likewise.
1300
1301 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1302
1303         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
1304
1305 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1306
1307         PR c++/12495
1308         * g++.dg/template/crash21.C: New test.
1309
1310 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1311
1312         PR c++/2513
1313         * g++.dg/template/typename5.C: New test.
1314
1315 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1316
1317         PR c++/12369
1318         * g++.dg/template/friend25.C: New test.
1319
1320 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
1321
1322         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
1323         versions.
1324
1325 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
1326
1327         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
1328         == 2147483647.
1329
1330 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
1331
1332         * gcc.c-torture/execute/960416-1.x: Remove.
1333         * gcc.c-torture/execute/divconst-3.x: Likewise.
1334
1335 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
1336
1337         PR target/12598
1338         * gcc.dg/torture/cris-volatile-1.c: New test.
1339
1340 2003-10-14  Roger Sayle  <roger@eyesopen.com>
1341
1342         PR optimization/9325
1343         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
1344         for overflowing floating point to integer conversion during RTL
1345         simplification.
1346
1347 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
1348
1349         * objc/execute/_cmd.m: Fix typo.
1350         * objc.dg/image-info.m, objc.dg/symtab-1.m:
1351         Relax 'scan-assembler' regexp.
1352         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
1353         objc.dg/try-catch-4.m: Run on non-Darwin targets.
1354         * objc.dg/zero-link-2.m: Remove blank line.
1355         * objc.dg/zero-link-3.m: New test case.
1356
1357 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
1358
1359         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
1360
1361         * gcc.dg/asm-names.c: Use scan-assembler-not rather
1362         than linker trickery.
1363
1364 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1365
1366         PR c++/12370
1367         * g++.dg/other/friend2.C: New test.
1368
1369 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
1370
1371         * gcc.dg/20031012-1.c: New test.
1372
1373 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
1374
1375         * gcc.dg/weak/weak-3.c: Fix for new warning.
1376
1377 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
1378
1379         PR optimization/8750
1380         * gcc.c-torture/execute/20031012-1.c: New test case.
1381
1382 2003-10-11  Roger Sayle  <roger@eyesopen.com>
1383
1384         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
1385         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
1386
1387 2003-10-11  Roger Sayle  <roger@eyesopen.com>
1388
1389         PR optimization/12260
1390         * gcc.c-torture/compile/20031011-2.c: New test case.
1391
1392 2003-10-11  Roger Sayle  <roger@eyesopen.com>
1393
1394         * gcc.c-torture/execute/20031011-1.c: New testcase.
1395
1396 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
1397
1398         * gcc.c-torture/compile/20031011-1.c: New test.
1399
1400 2003-10-11  Jan Hubicka  <jh@suse.cz>
1401
1402         * g++.dg/other/first-global.C: New test.
1403
1404 2003-10-11  Roger Sayle  <roger@eyesopen.com>
1405
1406         * gcc.c-torture/execute/string-opt-18.c: New testcase.
1407
1408 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
1409
1410         * gcc.c-torture/compile/20031010-1.c: New test.
1411
1412 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
1413
1414         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
1415         * gcc.c-torture/execute/va-arg-25.c: ... here.
1416
1417 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
1418
1419         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
1420
1421 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
1422
1423         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
1424
1425 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
1426
1427         * g++.dg/parse/error2.C: New test.
1428
1429 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
1430
1431         PR c++/11097
1432         * g++.dg/other/error5.C: Modify the error message.
1433         * g++.dg/lookup/using8.C: New test.
1434
1435 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
1436
1437         * gcc.dg/darwin-abi-2.c: New file.
1438         * gcc.c-torture/execute/va-arg-24.c: New file.
1439
1440 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
1441
1442         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
1443         indentation.
1444
1445 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
1446
1447         PR c++/10147
1448         * g++.dg/other/error4.C: Update error messages.
1449         * g++.dg/template/ptrmem4.C: Likewise.
1450
1451         PR c++/12337
1452         * g++.dg/init/new9.C: New test.
1453
1454         PR c++/12334, c++/12236, c++/8656
1455         * g++.dg/ext/attrib8.C: New test.
1456
1457 2003-10-06  Devang Patel  <dpatel@apple.com>
1458
1459         * gcc.dg/debug/dwarf2-3.h: New test.
1460         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
1461
1462 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
1463
1464         * g++.dg/opt/cfg2.C: New test.
1465
1466 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
1467
1468         * g++.dg/opt/float1.C: New test.
1469
1470 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1471
1472         * gcc.dg/c90-array-lval-6.c: New test.
1473         * gcc.dg/c99-array-lval-6.c: New test.
1474
1475 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
1476             Ziemowit Laski  <zlaski@apple.com>
1477
1478         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
1479         'Derived', so that it is never considered a class method; add
1480         new warning for '+port' method ambiguity.
1481         * objc.dg/method-12.m: Include <objc/objc.h> instead of
1482         <objc/objc-api.h> (needed on Mac OS X).
1483         * objc.dg/method-13.m: New test.
1484
1485 2003-10-03  Roger Sayle  <roger@eyesopen.com>
1486
1487         PR optimization/9325, PR java/6391
1488         * gcc.c-torture/execute/20031003-1.c: New test case.
1489
1490 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
1491
1492         PR optimization/12180
1493         * gcc.dg/20031002-1.c: New test.
1494
1495         PR c++/12486
1496         * g++.dg/inherit/error1.C: New test.
1497
1498 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
1499
1500         * lib/f-torture.exp (search_for): Rename to...
1501         (search_for_re): This.  Also, clean up comments and the
1502         "regexp" invocation.
1503
1504 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
1505
1506         * gcc.c-torture/compile/20031002-1.c: New test.
1507
1508 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
1509
1510         * g++.dg/opt/cond1.C: New test.
1511
1512 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
1513
1514         * gcc.dg/Wold-style-definition-2.c: New testcase.
1515         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
1516
1517 2003-09-29  Richard Henderson  <rth@redhat.com>
1518
1519         * g++.dg/init/array10.C: Add dg-options.
1520
1521 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
1522
1523         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
1524
1525 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1526
1527         * g++.dg/template/friend19.C: Fix typo.
1528         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
1529
1530 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
1531
1532         * gcc.c-torture/execute/20030928-1.c: New test.
1533         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
1534
1535 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
1536
1537         * g++.dg/opt/unroll1.C: New test.
1538
1539 2003-09-26  Roger Sayle  <roger@eyesopen.com>
1540
1541         PR optimization/11741
1542         * gcc.dg/20030926-1.c: New test case.
1543
1544 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1545
1546         PR c++/5655
1547         * g++.dg/parse/access7.C: New test.
1548         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
1549
1550 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
1551
1552         MERGE OF objc-improvements-branch into MAINLINE:
1553         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
1554         if libobjc has not been built.
1555         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
1556         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
1557         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
1558         objc/execute/nested-3.m, objc/execute/np-2.m,
1559         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
1560         objc/execute/redefining_self.m, objc/execute/root_methods.m,
1561         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
1562         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
1563         objc.dg/special/unclaimed-category-1.h,
1564         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
1565         well as GNU runtime.
1566         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
1567         * execute/cascading-1.m, execute/function-message-1.m,
1568         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
1569         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
1570         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
1571         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
1572         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
1573         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
1574         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
1575         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
1576         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
1577         * objc.dg/bitfield-2.m: Run only on Darwin.
1578         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
1579         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
1580         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
1581         * objc.dg/const-str-1.m: Fix constant string layout.
1582
1583 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
1584
1585         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
1586
1587 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
1588
1589         * gcc.dg/darwin-abi-1.c: New file.
1590
1591 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
1592
1593         PR target/12281
1594         * gcc.c-torture/compile/20030921-1.c: New test.
1595
1596 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
1597
1598         * g++.dg/opt/reg-stack2.C: New test.
1599
1600 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
1601
1602         * g++.dg/eh/delayslot1.C: New test.
1603
1604 2003-09-20  Richard Henderson  <rth@redhat.com>
1605
1606         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
1607
1608 2003-09-20  Roger Sayle  <roger@eyesopen.com>
1609
1610         * gcc.c-torture/execute/20030920-1.c: New test case.
1611
1612 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1613
1614         * g++.dg/rtti/typeid3.C: Correct expected error message.
1615
1616 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1617
1618         PR c++/157
1619         * g++.dg/parse/crash12.C: New test.
1620
1621 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
1622
1623         * gcc.dg/compat/mixed-struct-check.h: New.
1624         * gcc.dg/compat/mixed-struct-defs.h: New.
1625         * gcc.dg/compat/mixed-struct-init.h: New.
1626         * gcc.dg/compat/struct-by-value-19_main.c: New.
1627         * gcc.dg/compat/struct-by-value-19_x.c: New.
1628         * gcc.dg/compat/struct-by-value-19_y.c: New.
1629         * gcc.dg/compat/struct-by-value-20_main.c: New.
1630         * gcc.dg/compat/struct-by-value-20_x.c: New.
1631         * gcc.dg/compat/struct-by-value-20_y.c: New.
1632         * gcc.dg/compat/struct-return-19_main.c: New.
1633         * gcc.dg/compat/struct-return-19_x.c: New.
1634         * gcc.dg/compat/struct-return-19_y.c: New.
1635         * gcc.dg/compat/struct-return-20_main.c: New.
1636         * gcc.dg/compat/struct-return-20_x.c: New.
1637         * gcc.dg/compat/struct-return-20_y.c: New.
1638
1639 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
1640         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
1641         so that it will not complain on LP64 targets.
1642
1643 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1644
1645         PR c++/495
1646         * g++.dg/template/friend24.C: New test.
1647
1648 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
1649
1650         PR c++/12332
1651         * g++.dg/template/memtmpl2.C: New test.
1652
1653 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
1654
1655         PR target/11184
1656         * gcc.dg/builtin-apply1.c: New test.
1657
1658 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
1659
1660         PR c++/9848
1661         * g++.dg/warn/Wunused-4.C: New test.
1662
1663 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1664
1665         PR c++/12316
1666         * g++.dg/other/gc2.C: New test.
1667
1668 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
1669
1670         PR c++/11991
1671         * g++.dg/rtti/typeid3.C: New test.
1672
1673         PR c++/12266
1674         * g++.dg/overload/template1.C: New test.
1675
1676 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
1677
1678         * g++.dg/opt/cfg3.C: New test.
1679
1680 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1681
1682         PR c++/7939
1683         * g++.dg/template/crash11.C: New test.
1684
1685 2003-09-16  Jason Merrill  <jason@redhat.com>
1686             Jakub Jelinek  <jakub@redhat.com>
1687
1688         * gcc.dg/attr-warn-unused-result.c: New test.
1689
1690 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
1691
1692         PR c++/12184
1693         * g++.dg/expr/call2.C: New test.
1694
1695 2003-09-15  Andreas Jaeger  <aj@suse.de>
1696
1697         * gcc.dg/Wold-style-definition-1.c: New test.
1698
1699 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
1700
1701         PR c++/3907
1702         * g++.dg/parse/template12.C: New test.
1703
1704         * g++.dg/abi/bitfield11.C: New test.
1705         * g++.dg/abi/bitfield12.C: Likewise.
1706
1707 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
1708
1709         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
1710         non-expansion of functional macro name without arguments at EOL.
1711         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
1712
1713 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
1714
1715         * gcc.c-torture/execute/20030914-[12].c: New tests.
1716
1717 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
1718
1719         PR c++/11788
1720         * g++.dg/overload/addr1.C: New test.
1721
1722 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
1723
1724         * gcc.dg/20030909-1.c: New test.
1725
1726 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
1727
1728         * gcc.dg/ultrasp10.c: New test.
1729
1730 2003-09-09  Devang Patel  <dpatel@apple.com>
1731
1732         * gcc.dg/darwin-ld-6.c: New test.
1733
1734 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1735
1736         * gcc.dg/torture/builtin-explog-1.c: New testcase.
1737
1738 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
1739
1740         * gcc.dg/ia64-types1.c: New test.
1741         * gcc.dg/ia64-types2.c: Likewise.
1742
1743 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1744
1745         * gcc.dg/builtins-1.c: Add more _Complex tests.
1746         * gcc.dg/torture/builtin-attr-1.c: Likewise.
1747
1748         * gcc.dg/builtins-1.c: Test existing _Complex functions.
1749         * gcc.dg/torture/builtin-attr-1.c: Likewise.
1750
1751 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
1752
1753         PR c++/11786
1754         * g++.dg/lookup/koenig2.C: New test.
1755
1756         PR c++/5296
1757         * g++.dg/rtti/typeid2.C: New test.
1758
1759 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
1760
1761         * gcc.c-torture/compile/20030904-1.c: New test.
1762
1763 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
1764
1765         * g++.dg/opt/longbranch2.C: New test.
1766
1767 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
1768
1769         * g++.dg/template/crash10.C: Only compile it.
1770
1771 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
1772
1773         PR middle-end/11665
1774         * gcc.c-torture/compile/20030907-1.c: New test.
1775         * g++.dg/init/array11.C: New test.
1776
1777 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
1778
1779         PR c++/11852
1780         * g++.dg/init/struct1.C: New test.
1781
1782 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
1783
1784         PR c++/12181
1785         * g++.dg/expr/comma1.C: New test.
1786
1787 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
1788
1789         PR c++/11867
1790         * g++.dg/expr/static_cast5.C: New test.
1791
1792 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
1793
1794         PR c++/11507
1795         * g++.dg/lookup/scoped7.C: New test.
1796
1797         PR c++/9574
1798         * g++.dg/other/static1.C: New test.
1799
1800         PR c++/11490
1801         * g++.dg/warn/template-1.C: New test.
1802
1803         PR c++/11432
1804         * g++.dg/template/crash10.C: New test.
1805
1806         PR c++/2478
1807         * g++.dg/overload/VLA.C: New test.
1808
1809         PR c++/10804
1810         * g++.dg/template/call1.C: New test.
1811
1812 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
1813
1814         PR c++/11794
1815         * g++.dg/parse/using3.C: New test.
1816
1817 2003-09-06  Roger Sayle  <roger@eyesopen.com>
1818
1819         PR c++/11409
1820         * g++.dg/overload/builtin3.C: New test case.
1821
1822 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
1823
1824         PR c/9862
1825         * gcc.dg/20030906-1.c: New test.
1826         * gcc.dg/20030906-2.c: Likewise.
1827
1828 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
1829
1830         PR c++/12167
1831         * g++.dg/parse/defarg5.C: New test.
1832
1833         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
1834
1835 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
1836
1837         PR c++/12163
1838         * g++.dg/expr/static_cast4.C: New test.
1839
1840         PR c++/12146
1841         * g++.dg/template/crash9.C: New test.
1842
1843 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
1844
1845         * g++.old-deja/g++.ext/pretty2.C: Update for change
1846         in __FUNCTION__.
1847         * g++.old-deja/g++.ext/pretty3.C: Likewise.
1848
1849 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
1850
1851         PR c++/11922
1852         * g++/dg/template/qualified-id1.C: New test.
1853
1854         PR c++/12037
1855         * g++.dg/warn/noeffect4.C: New test.
1856
1857 2003-09-04  Matt Austern  <austern@apple.com>
1858
1859         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
1860         * g++.dg/ext/fnname2.C: Likewise.
1861         * g++.dg/ext/fnname3.C: Likewise.
1862
1863 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
1864
1865         * g++.dg/expr/lval1.C: New test.
1866         * g++.dg/ext/lvcast.C: Remove.
1867
1868 2003-09-03  Roger Sayle  <roger@eyesopen.com>
1869
1870         PR optimization/11700.
1871         * gcc.c-torture/compile/20030903-1.c: New test case.
1872
1873 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
1874
1875         PR c++/12053
1876         * g++.dg/abi/layout4.C: New test.
1877
1878 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
1879
1880         PR c++/11553
1881         * g++.dg/parse/friend3.C: New test.
1882
1883 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
1884
1885         PR c++/11847
1886         * g++.dg/template/class1.C: New test.
1887
1888         PR c++/11808
1889         * g++.dg/expr/call1.C: New test.
1890
1891 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
1892
1893         PR c++/12114
1894         * g++.dg/init/ref9.C: New test.
1895
1896         PR c++/11972
1897         * g++.dg/template/nested4.C: New test.
1898
1899 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
1900
1901         PR c++/12093
1902         * g++.dg/template/non-dependent4.C: New test.
1903
1904         PR c++/11928
1905         * g++.dg/inherit/conv1.C: New test.
1906
1907 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
1908
1909         PR c++/6196
1910         * g++.dg/ext/label1.C: New test.
1911         * g++.dg/ext/label2.C: Likewise.
1912
1913 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
1914
1915         * g++.dg/expr/cond3.C: New test.
1916
1917 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1918
1919         * gcc.dg/builtins-1.c: Add new builtin cases.
1920
1921 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1922
1923         * gcc.dg/builtins-1.c: Add new cases.
1924         * gcc.dg/torture/builtin-attr-1.c: Likewise.
1925
1926 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1927
1928         * gcc.dg/builtins-1.c: Add more math builtin tests.
1929         * gcc.dg/torture/builtin-attr-1.c: New test.
1930
1931 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
1932
1933         PR optimization/5079
1934         * g++.dg/opt/static3.C: New test.
1935
1936 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1937
1938         * gcc.misc-tests/gcov-10b.c: New test.
1939
1940 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
1941
1942         * g++.dg/opt/ptrmem3.C: New test.
1943
1944         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
1945
1946 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
1947
1948         * gcc.dg/20030826-2.c: New test.
1949
1950 2003-08-26  Roger Sayle  <roger@eyesopen.com>
1951
1952         PR middle-end/12002
1953         * g77.f-torture/compile/12002.f: New test case.
1954
1955 2003-08-26  Roger Sayle  <roger@eyesopen.com>
1956
1957         * gcc.dg/20030826-1.c: New test case.
1958
1959 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
1960
1961         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
1962
1963 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
1964
1965         PR c++/11871
1966         * c++.dg/lookup/crash1.C: New test.
1967
1968         * c++.dg/warn/noeffect3.C: New test.
1969
1970 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
1971
1972         * gcc.dg/compat/vector-1_x.c: Compile with -w.
1973         * gcc.dg/compat/vector-1_y.c: Ditto.
1974         * gcc.dg/compat/vector-2_x.c: Ditto.
1975         * gcc.dg/compat/vector-2_y.c: Ditto.
1976
1977 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
1978
1979         * gcc.dg/20030702-1.c: New test.
1980
1981 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
1982
1983         PR c++/8795
1984         * g++.dg/ext/altivec-1.C: New test.
1985
1986 2003-08-24  Richard Henderson  <rth@redhat.com>
1987
1988         * g++.dg/eh/simd-2.C: Add -w for x86.
1989
1990 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
1991
1992         * gcc.dg/20030815-1.c: New test.
1993
1994 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1995
1996         PR c++/3765
1997         * g++.dg/parse/access6.C: New test.
1998
1999 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2000
2001         PR c++/641, c++/11876
2002         * g++.dg/template/friend22.C: New test.
2003         * g++.dg/template/friend23.C: Likewise.
2004
2005 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
2006
2007         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
2008         identically.
2009
2010 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
2011
2012         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
2013
2014 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
2015
2016         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
2017
2018 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
2019
2020         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
2021
2022 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
2023
2024         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
2025
2026 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
2027
2028         PR c++/11919
2029         * g++.dg/overload/prom1.C: New test.
2030
2031         PR c++/11551
2032         * g++.dg/parse/dtor2.C: New test.
2033
2034         PR c++/10762
2035         * g++.dg/parse/using2.C: New test.
2036
2037 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
2038
2039         PR target/11805
2040         * gcc.c-torture/compile/20030821-1.c: New.
2041
2042 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
2043
2044         PR c++/11834
2045         * g++.dg/template/deduce2.C: New test.
2046
2047 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
2048
2049         * gcc.c-torture/execute/20030821-1.c: New test.
2050
2051 2003-08-20  Roger Sayle  <roger@eyesopen.com>
2052
2053         PR middle-end/11984
2054         * gcc.dg/20030820-1.c: New test case.
2055
2056 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
2057
2058         PR c++/11945
2059         * g++.dg/warn/noeffect2.C: New test.
2060
2061 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
2062
2063         PR c++/10926
2064         * g++.dg/template/dtor2.C: New test.
2065
2066         PR c++/11684
2067         * g++.dg/template/operator1.C: New test.
2068         * g++.dg/parse/operator4.C: New test.
2069
2070         PR c++/11946.C
2071         * g++.dg/expr/enum1.C: New test.
2072         * gcc.dg/c99-bool-1.c: Remove bogus warning.
2073
2074         PR c++/11036.C
2075         * g++.dg/parse/elab2.C: New test.
2076         * g++.dg/parse/typedef4.C: Change error message.
2077         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
2078         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
2079         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
2080
2081 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
2082
2083         * gcc.dg/pch/warn-1.c: New.
2084         * gcc.dg/pch/warn-1.hs: New.
2085
2086         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
2087         not-tested file.
2088
2089 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
2090
2091         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
2092
2093 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
2094
2095         * gcc.dg/uninit-D.c: New Test.
2096         * gcc.dg/uninit-E.c: New Test.
2097         * gcc.dg/uninit-F.c: New Test.
2098         * gcc.dg/uninit-G.c: New Test.
2099
2100 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
2101
2102         * g++.dg/README: Describe the pch directory.
2103
2104 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2105
2106         PR c++/11174
2107         * g++.dg/parse/access4.C: New test.
2108         * g++.dg/parse/access5.C: Likewise.
2109         * g++.old-deja/g++.jason/access17.C: Adjust error message.
2110
2111 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
2112
2113         * gcc.dg/noncompile/20030818-1.c: New.
2114
2115 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
2116
2117         PR c++/11957
2118         * g++.dg/warn/noeffect1.C: New test.
2119
2120         * g++.dg/template/scope2.C: New test.
2121         * g++.dg/template/error2.C: Correct dg-error
2122
2123 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
2124
2125         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
2126
2127 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
2128
2129         PR C++/11512
2130         * g++.dg/template/warn1.C: New.
2131
2132 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
2133
2134         * g++.dg/template/error2.C: New test.
2135         * g++.dg/lookup/using7.C: Adjust errors
2136         * g++.old-deja/g++.pt/crash36.C: Likewise.
2137         * g++.old-deja/g++.pt/derived3.C: Likewise.
2138
2139 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2140
2141         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
2142         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
2143         * gcc.c-torture/execute/builtins/string-9.c: New, from
2144         string-opt-9.c.  Adjust for execute/builtins framework.
2145         * gcc.c-torture/execute/string-opt-9.c: Delete.
2146
2147 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
2148
2149         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
2150
2151         * g++.dg/parse/ret-type2.C: New test.
2152
2153         PR c++/11703
2154         * g++.dg/init/new8.C: New test.
2155
2156         PR c++/10923
2157         * g++.dg/parse/typedef5.C: New test.
2158
2159         PR c++/9512
2160         * g++.dg/parse/qualified2.C: New test.
2161         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
2162         invalid code.
2163
2164 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
2165
2166         * g++.dg/conversion/ptrmem1.C: New test.
2167
2168 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
2169
2170         PR target/11693
2171         * gcc.dg/20030811-1.c: New test.
2172
2173         PR target/11535
2174         * gcc.c-torture/execute/20030811-1.c: New test.
2175
2176 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2177
2178         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
2179
2180 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
2181
2182         PR c++/11789.C
2183         * g++.dg/inherit/multiple1.C: New test.
2184
2185 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
2186
2187         * gcc.dg/spe1.c: New test.
2188
2189         PR c++/11670
2190         * g++.dg/expr/cast2.C: New test.
2191
2192         PR c++/10530
2193         * g++.dg/template/dependent-name2.C: New test.
2194
2195 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
2196
2197         * g++.dg/parse/crash11.C: Put the dg options in comments.
2198
2199 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
2200
2201         * lib/gcc-dg.exp: Update for diagnostic change.
2202
2203 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2204
2205         PR c++/5767
2206         * g++.dg/parse/crash11.C: New test.
2207
2208 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
2209
2210         * gcc.dg/cpp/spacing1.c: Update.
2211
2212 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
2213
2214         PR target/11739
2215         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
2216         a value for -mtune.
2217
2218 2003-08-04  Roger Sayle  <roger@eyesopen.com>
2219
2220         PR middle-end/11771
2221         * gcc.c-torture/compile/20030804-1.c: New test case.
2222
2223 2003-08-04  Roger Sayle  <roger@eyesopen.com>
2224
2225         * gcc.dg/20030804-1.c: New test case.
2226
2227 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
2228
2229         * gcc.dg/cpp/separate-1.c: New test.
2230
2231 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
2232
2233         PR c++/11704
2234         * g++.dg/template/dependent-expr2.C: New test.
2235
2236         PR c++/11766
2237         * g++.dg/expr/ptrmem1.C: New test.
2238
2239 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2240
2241         PR c++/9453
2242         * g++.dg/template/friend15.C: New test.
2243
2244 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
2245
2246         * lib/dg-pch.exp: Work round PCH bug.
2247
2248 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2249
2250         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
2251         builtins.  Move cases from builtins-4.c here.
2252
2253         * gcc.dg/torture/builtin-math-1.c: New test taken from
2254         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
2255         additional cases.
2256
2257         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
2258         Delete.
2259
2260 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
2261
2262         PR c++/9447
2263         * g++.dg/template/using7.C: New test.
2264
2265 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
2266
2267         * import1.c, import2.c: New tests.
2268
2269 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
2270
2271         * g++.dg/eh/crossjump1.C: New test.
2272
2273 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
2274
2275         PR c++/11697
2276         * g++.dg/template/using6.C: New test.
2277
2278         PR c++/11744
2279         * g++.dg/template/koenig2.C: New test.
2280
2281 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2282
2283         PR c++/7983
2284         * g++.dg/parse/typedef4.C: New test.
2285
2286 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2287
2288         PR c++/8442, c++/8806
2289         * g++.dg/template/elab1.C: New test.
2290         * g++.dg/template/type2.C: Likewise.
2291         * g++.dg/template/ttp3.C: Adjust expected error message.
2292         * g++.old-deja/g++.law/visibility13.C: Likewise.
2293         * g++.old-deja/g++.niklas/t135.C: Likewise.
2294         * g++.old-deja/g++.pt/ttp41.C: Likewise.
2295         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
2296         template argument.
2297         * g++.old-deja/g++.pt/ttp44.C: Likewise.
2298
2299 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
2300
2301         PR c++/11295
2302         * g++.dg/ext/stmtexpr1.C: New test.
2303
2304         * g++.dg/opt/tmp1.C: New test.
2305
2306         PR c++/11525
2307         * g++.dg/parse/constant4.C: New test.
2308
2309         PR c++/9447
2310         * g++.dg/template/using5.C: New test.
2311
2312 2003-07-31  Roger Sayle  <roger@eyesopen.com>
2313
2314         * gcc.dg/builtins-27.c: New test case.
2315
2316 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
2317
2318         * gcc.dg/tls/opt-7.c: New test.
2319
2320 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
2321
2322         * g++.old-deja/g++.other/crash18.C: Remove.
2323
2324 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
2325
2326         * g++.dg/template/explicit3.C: New.
2327         * g++.dg/template/explicit4.C: New.
2328         * g++.dg/template/explicit5.C: New.
2329
2330         PR c++/11347
2331         * g++.dg/template/memtmpl1.C: New.
2332
2333 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
2334
2335         PR target/11565
2336         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
2337         * gcc.dg/i386-387-5.c (dg-options): Likewise.
2338
2339 2003-07-30  Jan Hubicka  <jh@suse.cz>
2340
2341         * vtgc1.c: Kill.
2342
2343 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
2344
2345         * gcc.dg/struct-in-proto-1.c: New test.
2346
2347 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
2348
2349         * gcc.dg/cpp/include2.c: Only expect one message.
2350
2351 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
2352
2353         PR c++/9447
2354         * g++.dg/template/using1.C: New test.
2355         * g++.dg/template/using2.C: New test.
2356         * g++.dg/template/using3.C: New test.
2357         * g++.dg/template/using4.C: New test.
2358
2359 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
2360
2361         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
2362         * gcc.c-torture/execute/string-opt-10.c: Likewise.
2363
2364 2003-07-28  Jan Hubicka  <jh@suse.cz>
2365
2366         PR c++/11530
2367         * g++.dg/opt/call1.C: New test.
2368
2369 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
2370
2371         PR c++/11667
2372         * g++.dg/init/enum2.C: New test.
2373         * g++.dg/template/overload1.C: Add "-w" option.
2374
2375 2003-07-28    <hp@bitrange.com>
2376
2377         * gcc.dg/Wdeclaration-after-statement-1.c,
2378         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
2379
2380 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
2381
2382         * gcc.c-torture/compile/20030725-1.c: New test.
2383
2384 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
2385
2386         * gcc.dg/20030505.c: Only run for SPE.
2387         Remove definition of opaque type.
2388
2389 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
2390
2391         * g++.dg/template/ptrmem6.C: New test.
2392
2393 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
2394
2395         * gcc.c-torture/compile/zero-strct-2.c: New test.
2396
2397 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
2398
2399         * gcc.dg/intermod-1.c: New test.
2400
2401 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
2402
2403         PR c++/11617
2404         * g++.dg/template/lookup2.C: New test.
2405         * g++.dg/template/memclass1.C: Remove instantiated from error.
2406         * g++.dg/other/error2.C: Tweak expected errors.
2407
2408         PR c++/11596
2409         * g++.dg/template/defarg3.C: New test.
2410
2411         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
2412
2413 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
2414
2415         * g++.dg/inherit/access5.C: New test.
2416
2417 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2418
2419         PR c++/11513
2420         * g++.dg/template/crash8.C: New test.
2421
2422 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
2423
2424         PR c/10602
2425         * gcc.dg/noncompile/incomplete-2.c: New test.
2426
2427 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
2428
2429         PR c++/11645
2430         * g++.dg/inherit/access4.C: New test.
2431
2432         PR c++/11517
2433         * g++.dg/expr/cond2.C: New test.
2434
2435         PR optimization/10679
2436         * g++.dg/opt/inline4.C: New test.
2437
2438 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
2439
2440         * g++.dg/parse/crash10: New test.
2441
2442 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
2443
2444         * g++.dg/ext/flexary1.C: New test.
2445
2446 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2447
2448         PR c++/10793
2449         * g++.dg/template/crash9.C: New test.
2450
2451 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2452
2453         PR c++/3004
2454         * g++.dg/parse/typedef3.C: New test.
2455
2456         PR c++/7906
2457         * g++.dg/parse/operator2.C: New test.
2458
2459         PR c++/8895
2460         * g++.dg/parse/def-tmpl-arg1.C: New test.
2461
2462         PR c++/9282
2463         * g++.dg/parse/funptr1.C: New test.
2464
2465         PR c++/9452
2466         * g++.dg/parse/ambig3.C: New test.
2467
2468         PR c++/9454
2469         * g++.dg/parse/operator3.C: New test.
2470
2471         PR c++/9486
2472         * g++.dg/parse/template10.C: New test.
2473
2474         PR c++/9488
2475         * g++.dg/parse/template11.C: New test.
2476
2477         PR c++/10150
2478         * g++.dg/parse/invalid-op1.C: New test.
2479
2480         PR c++/10247
2481         * g++.dg/parse/condexpr1.C: New test.
2482
2483 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
2484
2485         * g++.dg/ext/packed3.C: New test.
2486         * g++.dg/ext/packed4.C: New test.
2487
2488         * gcc.dg/pack-test-3.c: New test.
2489
2490 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
2491
2492         * lib/compat.exp: Handle dg-options per source file.
2493         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
2494         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
2495         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
2496         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
2497         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
2498         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
2499         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
2500         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
2501         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
2502         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
2503         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
2504         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
2505         * g++.dg/compat/break/bitfield7_x.C: Ditto.
2506         * g++.dg/compat/break/bitfield7_y.C: Ditto.
2507
2508 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
2509
2510         PR c/10320
2511         * gcc.c-torture/execute/20030718-1.c: New test.
2512
2513 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2514
2515         PR optimization/11536
2516         * gcc.dg/20030721-1.c: New test.
2517
2518 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
2519
2520         PR c++/11546
2521         * g++.dg/template/lookup1.C: New test.
2522
2523 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
2524
2525         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
2526         diagnostics of ill-formed constructs involving labels.
2527         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
2528         the new 'previously defined here' message.
2529
2530 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
2531
2532         * g++.dg/parse/non-dependent2.C: New test.
2533
2534 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
2535
2536         * g++.dg/init/init-ref4.C: xfail on targets without
2537         weak symbols.
2538
2539 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
2540
2541         PR target/11087
2542         * gcc.c-torture/execute/20030717-1.c: New test.
2543
2544 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
2545
2546         * g++.dg/opt/cfg1.C: New test.
2547
2548 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
2549
2550         PR optimization/11557
2551         * gcc.dg/20030717-1.c: New test.
2552
2553 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
2554
2555         PR c++/10476
2556         * g++.dg/expr/crash-1.C: New test.
2557
2558         PR c++/11027
2559         * g++.dg/template/init3.C: New test.
2560
2561         PR c++/8222
2562         * g++.dg/template/non-dependent1.C: New test.
2563
2564         PR c++/11070
2565         * g++.dg/template/non-dependent2.C: New test.
2566
2567         PR c++/11071
2568         * g++.dg/template/non-dependent3.C: New test.
2569
2570         PR c++/9907
2571         * g++.dg/template/sizeof5.C: New test.
2572
2573 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
2574
2575         PR 11498
2576         * gcc.c-torture/compile/mangle-1.c: New file.
2577
2578 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2579
2580         PR c++/7809
2581         * g++.dg/parse/access3.C: New test.
2582
2583 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
2584
2585         PR c++/11384
2586         * g++.dg/init/init-ref4.C: New test.
2587
2588 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
2589
2590         PR c++/11547
2591         * g++.dg/parse/constant3.C: New test.
2592         * g++.dg/parse/crash7.C: Likewise.
2593
2594 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
2595
2596         PR target/11008
2597         * gcc.dg/i386-pentium4-not-mull.c: New.
2598
2599 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
2600
2601         * gcc.dg/asm-names.c (ymain): Make it weak.
2602
2603 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2604
2605         PR c++/5421
2606         * g++.dg/template/friend21.C: New test.
2607
2608 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
2609
2610         * gcc.dg/cleanup-8.c: New test.
2611         * gcc.dg/cleanup-9.c: New test.
2612
2613 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
2614
2615         * g++.dg/ext/dll-MI1.h: New file.
2616         * g++.dg/ext/dllexport-MI1.C: New file.
2617         * g++.dg/ext/dllimport-MI1.C: New file.
2618
2619 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
2620
2621         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
2622         it does not have cmpstrsi patterns (just cmpmemsi).
2623
2624 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
2625
2626         PR debug/11473
2627         * g++.dg/debug/debug8.C: New test.
2628
2629 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2630
2631         PR c++/10108
2632         * g++.dg/template/crash7.C: New test.
2633
2634 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
2635
2636         PR target/10795
2637         * gcc.c-torture/compile/20030708-1.c: New.
2638
2639 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
2640
2641         * gcc.c-torture/execute/20030715-1.c: New test.
2642
2643 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
2644
2645         * gcc.dg/pch/inline-3.c: New file.
2646         * gcc.dg/pch/inline-3.hs: New file.
2647         * gcc.dg/pch/inline-4.c: New file.
2648         * gcc.dg/pch/inline-4.hs: New file.
2649
2650 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
2651
2652         PR c++/11509
2653         * g++.dg/template/crash6.C: New test.
2654
2655         PR c++/7053
2656         * g++.dg/template/friend20.C: New test.
2657
2658         PR c++/7019
2659         * g++.dg/template/overload2.C: New test.
2660
2661 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2662
2663         PR optimization/11440
2664         * gcc.c-torture/execute/20030714-1.c: New test.
2665
2666 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2667
2668         PR c++/11154
2669         * g++.dg/template/partial2.C: New test.
2670
2671 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
2672
2673         PR c++/11503
2674         * g++.dg/template/anon1.C: New test.
2675
2676         PR c++/11493
2677         PR c++/11495
2678         * g++.dg/parse/template9.C: Likewise.
2679         * g++.dg/template/crash4.C: New test.
2680         * g++.dg/template/koenig1.C: Likewise.
2681         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
2682         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
2683         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
2684         functions.
2685         * g++.old-deja/g++.jason/template36.C: Likewise.
2686         * g++.old-deja/g++.mike/p1989.C: Likewise.
2687         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
2688         * g++.old-deja/g++.pt/ttp20.C: Use this->.
2689         * g++.old-deja/g++.pt/ttp21.C: Use this->.
2690         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
2691         compiling.
2692         * g++.old-deja/g++.pt/union2.C: Use this->.
2693
2694 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
2695
2696         * gcc.dg/20030711-1.c: New test.
2697
2698 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
2699
2700         PR c++/11050
2701         * g++.dg/parse/args1.C: New test.
2702         * g++.pt/defarg8.C: Change expected errors.
2703
2704 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
2705
2706         PR c++/8164
2707         * g++.dg/template/nontype2.C: New test.
2708
2709         PR c++/10558
2710         * g++.dg/parse/template8.C: New test.
2711
2712         PR c++/8327
2713         * g++.dg/template/scope1.C: New test.
2714
2715         * g++.dg/warn/Wsign-compare-1.C: New test.
2716
2717 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
2718
2719         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
2720
2721 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
2722
2723         PR c++/9411
2724         * g++.dg/template/explicit2.C: New test.
2725
2726         PR c++/10032
2727         * g++.dg/warn/pedantic1.C: New test.
2728
2729 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
2730
2731         PR c++ 9483
2732         * g++.dg/other/field1.C: New test.
2733
2734 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
2735
2736         PR c/11449
2737         * gcc.c-torture/compile/20030707-1.c: New.
2738
2739 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2740
2741         PR c++/10849
2742         * g++.dg/template/access12.C: New test.
2743
2744 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
2745
2746         * g++.dg/bprob/bprob.exp (prof_ext): Update.
2747         * g77.dg/bprob/bprob.exp (prof_ext): Update.
2748         * gcc.misc-tests/bprob.exp (prof_ext): Update.
2749         * gcc.misc-tests/gcov.exp: Update
2750         * g++.dg/gcov/gcov.exp: Update
2751         * lib/gcov.exp: Update.
2752
2753 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
2754
2755         * g++.dg/abi/mangle17.C: Make sure template expressions are
2756         dependent.
2757         * g++.dg/abi/mangle4.C: Mark erroneous casts.
2758         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
2759         * g++.dg/opt/stack1.C: Remove erroneous code.
2760         * g++.dg/parse/template7.C: New test.
2761         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
2762         * g++.old-deja/g++.pt/crash4.C: Likewise.
2763
2764 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2765
2766         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
2767         with zero or one occurence of `$' after the initial `L'.
2768
2769 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
2770
2771         * gcc.c-torture/compile/20030704-1.c: Add a comment.
2772
2773 2003-07-08  Roger Sayle  <roger@eyesopen.com>
2774
2775         PR c/11370
2776         * gcc.dg/Wunreachable-6.c: New testcase.
2777         * gcc.dg/Wunreachable-7.c: New testcase.
2778
2779 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
2780
2781         PR c/11420
2782         * gcc.dg/20030708-1.c: New test.
2783
2784 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
2785
2786         * gcc.dg/compat/sdata-section.h: New file.
2787         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
2788         * gcc.dg/torture/mips-sdata-1.c: New test.
2789
2790 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2791
2792         PR c++/11030
2793         * g++.dg/template/friend19.C: New test.
2794
2795 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
2796
2797         * g++.dg/opt/strength-reduce.C: New test.
2798
2799 2003-07-07  Roger Sayle  <roger@eyesopen.com>
2800
2801         PR target/10979
2802         * gcc.dg/20030707-1.c: New testcase.
2803
2804 2003-07-07  Roger Sayle  <roger@eyesopen.com>
2805
2806         PR optimization/11059
2807         * g++.dg/opt/emptyunion.C: New testcase.
2808
2809 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2810             Eric Botcazou  <ebotcazou@libertysurf.fr>
2811
2812         * g++.dg/opt/stack1.C: New test.
2813
2814 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
2815
2816         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
2817         run test.
2818
2819         PR c++/11431
2820         * g++.dg/expr/static_cast3.C: New test.
2821
2822 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
2823
2824         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
2825         everywhere.
2826         * gcc.dg/concat.c: Concatenation of string constants with
2827         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
2828         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
2829         * gcc.dg/cpp/escape-2.c: Use wide character constants where
2830         necessary to avoid multi-character character constant warning.
2831         * gcc.dg/cpp/escape.c: Likewise.
2832         * gcc.dg/cpp/ucs.c: Likewise.
2833         Remove backslashes from dg-bogus comments, as they confuse Tcl.
2834         Fix a typo.
2835
2836 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
2837
2838         PR c/11428
2839         * gcc.c-torture/compile/20030704-1.c: New.
2840
2841 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
2842
2843         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
2844
2845 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
2846
2847         PR c++/5287, PR c++/7910,  PR c++/11021
2848         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
2849         tests for warnings.
2850         * g++.dg/ext/dllimport2.C: Add tests for warnings.
2851         * g++.dg/ext/dllimport3.C: Likewise.
2852         * g++.dg/ext/dllimport4.C: New file.
2853         * g++.dg/ext/dllimport5.C: New file.
2854         * g++.dg/ext/dllimport6.C: New file.
2855         * g++.dg/ext/dllimport7.C: New file.
2856         * g++.dg/ext/dllimport8.C: New file.
2857         * g++.dg/ext/dllimport9.C: New file.
2858         * g++.dg/ext/dllimport10.C: New file.
2859         * g++.dg/ext/dllexport1.C: New file.
2860
2861 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
2862
2863         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
2864         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
2865
2866 2003-07-03  Roger Sayle  <roger@eyesopen.com>
2867
2868         * gcc.dg/builtins-25.c: New testcase.
2869         * gcc.dg/builtins-26.c: New testcase.
2870
2871 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
2872
2873         * gcc.dg/compat/vector-defs.h: New file.
2874         * gcc.dg/compat/vector-setup.h: New file.
2875         * gcc.dg/compat/vector-check.h: New file.
2876         * gcc.dg/compat/vector-1_main.c: New file.
2877         * gcc.dg/compat/vector-1_x.c: New file.
2878         * gcc.dg/compat/vector-1_y.c: New file.
2879         * gcc.dg/compat/vector-2_main.c: New file.
2880         * gcc.dg/compat/vector-2_x.c: New file.
2881         * gcc.dg/compat/vector-2_y.c: New file.
2882
2883         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
2884         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
2885         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
2886         * gcc.dg/compat/struct-align-1.h: New file.
2887         * gcc.dg/compat/struct-align-1_main.c: New file.
2888         * gcc.dg/compat/struct-align-1_x.c: New file.
2889         * gcc.dg/compat/struct-align-1_y.c: New file.
2890         * gcc.dg/compat/struct-align-2.h: New file.
2891         * gcc.dg/compat/struct-align-2_main.c: New file.
2892         * gcc.dg/compat/struct-align-2_x.c: New file.
2893         * gcc.dg/compat/struct-align-2_y.c: New file.
2894
2895         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
2896         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
2897         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
2898         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
2899         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
2900         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
2901         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
2902         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
2903         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
2904         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
2905         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
2906         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
2907         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
2908         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
2909         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
2910         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
2911         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
2912         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
2913         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
2914         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
2915         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
2916         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
2917         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
2918         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
2919         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
2920         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
2921         * gcc.dg/compat/struct-return-10_x.c: Ditto.
2922         * gcc.dg/compat/struct-return-2_x.c: Ditto.
2923         * gcc.dg/compat/struct-return-3_x.c: Ditto.
2924
2925 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
2926
2927         * gcc.dg/i386-call-1.c: New test.
2928
2929 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
2930
2931         PR c++/9162
2932         * g++.dg/parse/defarg4.C: New.
2933
2934 2003-07-03  Roger Sayle  <roger@eyesopen.com>
2935
2936         PR target/10700
2937         * gcc.c-torture/compile/20030703-1.c: New test case.
2938
2939 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
2940
2941         * g++.dg/template/local3.C: Remove extra semicolon.
2942
2943 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
2944
2945         * gcc.dg/i386-volatile-1.c: New test.
2946
2947 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
2948
2949         PR c++/11072
2950         * g++.dg/other/offsetof2.C: XFAIL.
2951         * g++.dg/other/offsetof5.C: New.
2952
2953         PR c++/10219
2954         * g++.dg/template/error1.C: New.
2955
2956         PR c++/9779
2957         * g++.dg/template/dependent-expr1.C: New.
2958
2959 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
2960
2961         PR c++/6949
2962         * g++.dg/template/local3.C: New test.
2963
2964         PR c++/11149
2965         * g++.dg/lookup/scoped6.C: New test.
2966
2967 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
2968
2969         PR c++/8046
2970         * g++.dg/other/error7.C: New test.
2971
2972 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
2973
2974         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
2975         * g++.old-deja/g++.abi/vtable3.h: Likewise.
2976         * g++.old-deja/g++.law/code-gen5.C: Likewise.
2977         * g++.old-deja/g++.other/union2.C: Likewise.
2978         * gcc.dg/c90-const-expr-2.c: Likewise.
2979         * gcc.dg/c90-const-expr-3.c: Likewise.
2980         * gcc.dg/c99-const-expr-2.c: Likewise.
2981         * gcc.dg/c99-const-expr-3.c: Likewise.
2982         * gcc.dg/concat.c: Likewise.
2983
2984 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
2985
2986         PR c++/9559
2987         * g++.dg/init/static1.C: New test.
2988
2989 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2990
2991         * Changelog: Remove ">>>>>>>" from previous change.
2992
2993 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2994
2995         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
2996         * g++.old-deja/g++.other/access2.C: Likewise.
2997         * g++.old-deja/g++.other/decl2.C: Likewise.
2998         * gcc.c-torture/execute/20020615-1.c: Likewise.
2999
3000 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
3001
3002         PR c++/4933
3003         * g++.dg/template/sizeof4.C: New test.
3004
3005 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
3006
3007         * g++.dg/other/error6.C: New test.
3008
3009 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
3010
3011         PR c++/10750
3012         * g++.dg/parse/constant2.C: New test.
3013
3014 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
3015
3016         PR c++/11106
3017         * g++.dg/other/error5.C: New test.
3018
3019 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3020
3021         * gcc.dg/format/gcc_diag-1.c: New test.
3022
3023 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
3024
3025         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
3026
3027 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
3028
3029         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
3030         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
3031         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
3032
3033 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
3034
3035         * gcc.c-torture/execute/builtins/string-8.c: New test.
3036         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
3037         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
3038         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
3039
3040 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
3041
3042         PR c++/10468
3043         * g++.dg/ext/typeof6.C: New test.
3044
3045 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
3046
3047         PR c++/10796
3048         * g++.dg/init/enum1.C: New test.
3049
3050 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
3051
3052         * gcc.dg/20030627-1.c: New test.
3053
3054 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
3055
3056         PR c++/11332
3057         * g++.dg/expr/static_cast2.C: New test.
3058
3059 2003-06-26  Roger Sayle  <roger@eyesopen.com>
3060             Jakub Jelinek  <jakub@redhat.com>
3061
3062         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
3063         sprintf(dst,"%s",src) optimization.
3064         * gcc.c-torture/execute/20030626-1.c: New test case.
3065         * gcc.c-torture/execute/20030626-2.c: New test case.
3066
3067 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
3068
3069         * gcc.c-torture/execute/multi-ix.c: New test.
3070
3071         * gcc.c-torture/execute/simd-4.c (main):
3072         Added missing semicolon at end of union.
3073
3074 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
3075
3076         PR c++/8266
3077         * g++.dg/template/explicit-instantiation3.C: New test.
3078
3079 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
3080
3081         * gcc.dg/20030626-1.c: Use signed char.
3082
3083 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
3084
3085         * gcc.dg/20030626-1.c: New test.
3086
3087 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
3088
3089         * const-str-2.m: Update.
3090
3091 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
3092
3093         PR c++/10990
3094         * g++.dg/rtti/dyncast1.C: New test.
3095         * g++.dg/abi/mangle4.C: Correct base-specifier access.
3096         * g++.dg/lookup/scoped1.C: Remove XFAIL.
3097         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
3098
3099         PR c++/10931
3100         * g++.dg/expr/static_cast1.C: New test.
3101
3102 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
3103
3104         * gcc.dg/20030625-1.c: New test.
3105
3106 2003-06-24  Roger Sayle  <roger@eyesopen.com>
3107
3108         * gcc.c-torture/compile/20030624-1.c: New test case.
3109
3110 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
3111
3112         * gcc.c-torture/execute/string-opt-17.c: New test.
3113
3114 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
3115
3116         PR c++/5754
3117         * g++.dg/parse/crash6.C: New test.
3118
3119 2003-06-23  Roger Sayle  <roger@eyesopen.com>
3120
3121         * gcc.dg/builtins-24.c: New test case.
3122
3123 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
3124
3125         * g++.dg/opt/operator1.C: New test.
3126
3127 2003-06-22  Roger Sayle  <roger@eyesopen.com>
3128
3129         * gcc.c-torture/execute/string-opt-16.c: New test case.
3130
3131 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
3132
3133         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
3134         * g++.old-deja/g++.other/conv7.C: Likewise
3135         * g++.old-deja/g++.other/overcnv2.C: Likewise.
3136         * g++.old-deja/g++.other/overload14.C: Likewise.
3137
3138 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
3139
3140         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
3141         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
3142
3143 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
3144
3145         PR c++/10888
3146         * g++.dg/warn/Winline-3.C: New test.
3147
3148 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
3149
3150         * lib/target-supports.exp (check_alias_available): Make the test
3151         program acceptable to the Solaris assembler.
3152
3153         PR c++/10749
3154         * g++.dg/template/memclass2.C: New test.
3155
3156 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
3157             Eric Botcazou  <ebotcazou@libertysurf.fr>
3158
3159         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
3160         data for non-matching targets.
3161         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
3162
3163 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
3164
3165         PR c++/10845
3166         * g++.dg/template/member3.C: New test.
3167
3168 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
3169
3170         PR c++/10939
3171         * g++.dg/template/func1.C: New test.
3172
3173         PR c++/9649
3174         * g++.dg/template/static4.C: New test.
3175         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
3176
3177         PR c++/11041
3178         * g++.dg/init/ref7.C: New test.
3179
3180 2003-06-19  Matt Austern  <austern@apple.com>
3181
3182         PR c++/11228
3183         * g++.dg/anew1.C: New test.
3184         * g++.dg/anew2.C: New test.
3185         * g++.dg/anew3.C: New test.
3186         * g++.dg/anew4.C: New test.
3187
3188 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
3189
3190         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
3191
3192 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
3193
3194         * gcc.c-torture/execute/simd-4.c (main): Make expected value
3195         endian-dependent.
3196
3197 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
3198
3199         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
3200         Remove cruft.
3201
3202 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
3203
3204         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
3205         * gcc.c-torture/compile/961203-1.c: Likewise.
3206         * gcc.c-torture/compile/980506-1.c: Likewise.
3207
3208 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
3209
3210         PR c++/10712
3211         * g++.dg/lookup/using7.C: New test.
3212
3213 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
3214
3215         PR c++/11105
3216         * g++.dg/abi/conv1.C: Remove it.
3217         * g++.dg/template/conv7.C: New test.
3218         * g++.dg/template/conv8.C: Likewise.
3219         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
3220         conversion operator.
3221
3222 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
3223
3224         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
3225         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
3226         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
3227         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
3228         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
3229         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
3230         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
3231         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
3232         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
3233         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
3234         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
3235         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
3236         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
3237         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
3238         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
3239         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
3240         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
3241         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
3242         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
3243         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
3244         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
3245         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
3246         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
3247         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
3248         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
3249         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
3250         * gcc.dg/compat/struct-return-10_x.c: Ditto.
3251         * gcc.dg/compat/struct-return-2_x.c: Ditto.
3252         * gcc.dg/compat/struct-return-3_x.c: Ditto.
3253
3254 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
3255
3256         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
3257         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
3258         indications.
3259
3260 2003-06-16  Roger Sayle  <roger@eyesopen.com>
3261
3262         * gcc.dg/i386-387-5.c: New test case.
3263         * gcc.dg/i386-387-6.c: New test case.
3264         * gcc.dg/builtins-23.c: New test case.
3265
3266 2003-06-15  Roger Sayle  <roger@eyesopen.com>
3267
3268         * gcc.dg/builtins-22.c: New test case.
3269         * gcc.dg/i386-387-1.c: Update to test exp.
3270         * gcc.dg/i386-387-2.c: Likewise.
3271
3272 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3273
3274         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
3275
3276 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
3277
3278         * lib/gcc-dg.exp (dg-require-dll): New function.
3279         (dg-xfail-if): Likewise.
3280         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
3281         driver.
3282
3283         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
3284         * gcc.c-torture/compile/20001205-1.c: Likewise.
3285         * gcc.c-torture/compile/20001226-1.c: Likewise.
3286         * gcc.c-torture/compile/20010518-2.c: Likewise.
3287         * gcc.c-torture/compile/20020312-1.c: Likewise.
3288         * gcc.c-torture/compile/20020604-1.c: Likewise.
3289         * gcc.c-torture/compile/920501-12.c: Likewise.
3290         * gcc.c-torture/compile/920501-4.c: Likewise.
3291         * gcc.c-torture/compile/920520-1.c: Likewise.
3292         * gcc.c-torture/compile/920521-1.c: Likewise.
3293         * gcc.c-torture/compile/920625-1.c: Likewise.
3294         * gcc.c-torture/compile/961203-1.c: Likewise.
3295         * gcc.c-torture/compile/980506-1.c: Likewise.
3296         * gcc.c-torture/compile/981006-1.c: Likewise.
3297         * gcc.c-torture/compile/981022-1.c: Likewise.
3298         * gcc.c-torture/compile/981223-1.c: Likewise.
3299         * gcc.c-torture/compile/990617-1.c: Likewise.
3300         * gcc.c-torture/compile/dll.c: Likewise.
3301         * gcc.c-torture/compile/labels-3.c: Likewise.
3302         * gcc.c-torture/compile/mipscop-1.c: Likewise.
3303         * gcc.c-torture/compile/mipscop-2.c: Likewise.
3304         * gcc.c-torture/compile/mipscop-3.c: Likewise.
3305         * gcc.c-torture/compile/mipscop-4.c: Likewise.
3306         * gcc.c-torture/compile/simd-5.c: Likewise.
3307         * gcc.c-torture/compile/20000804-1.x: Remove.
3308         * gcc.c-torture/compile/20001205-1.x: Likewise.
3309         * gcc.c-torture/compile/20001226-1.x: Likewise.
3310         * gcc.c-torture/compile/20010518-2.x: Likewise.
3311         * gcc.c-torture/compile/20020312-1.x: Likewise.
3312         * gcc.c-torture/compile/20020604-1.x: Likewise.
3313         * gcc.c-torture/compile/920501-12.x: Likewise.
3314         * gcc.c-torture/compile/920501-4.x: Likewise.
3315         * gcc.c-torture/compile/920520-1.x: Likewise.
3316         * gcc.c-torture/compile/920521-1.x: Likewise.
3317         * gcc.c-torture/compile/920625-1.x: Likewise.
3318         * gcc.c-torture/compile/961203-1.x: Likewise.
3319         * gcc.c-torture/compile/980506-1.x: Likewise.
3320         * gcc.c-torture/compile/981006-1.x: Likewise.
3321         * gcc.c-torture/compile/981022-1.x: Likewise.
3322         * gcc.c-torture/compile/981223-1.x: Likewise.
3323         * gcc.c-torture/compile/990617-1.x: Likewise.
3324         * gcc.c-torture/compile/mipscop-1.x: Likewise.
3325         * gcc.c-torture/compile/mipscop-2.x: Likewise.
3326         * gcc.c-torture/compile/mipscop-3.x: Likewise.
3327         * gcc.c-torture/compile/mipscop-4.x: Likewise.
3328         * gcc.c-torture/compile/simd-5.x: Likewise.
3329
3330         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
3331
3332 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
3333
3334         * gcc.c-torture/execute/20030611-1.c: New test.
3335
3336 2003-06-12  Roger Sayle  <roger@eyesopen.com>
3337
3338         PR middle-end/168
3339         * gcc.dg/20030612-1.c: New test case.
3340
3341 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
3342
3343         PR c++/10635
3344         * g++.dg/expr/cast1.C: New test.
3345
3346 2003-06-12  Roger Sayle  <roger@eyesopen.com>
3347
3348         * gcc.dg/builtins-21.c: New test case.
3349
3350 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
3351
3352         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
3353         options instead of at the end.
3354         * lib/objc.exp (objc_target_compile): Likewise.
3355
3356 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
3357
3358         PR c++/10432
3359         * g++.dg/parse/error1.C: New test.
3360
3361 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
3362
3363         * gcc.dg/compat/struct-by-value-11_main.c: New file.
3364         * gcc.dg/compat/struct-by-value-11_x.c: New file.
3365         * gcc.dg/compat/struct-by-value-11_y.c: New file.
3366         * gcc.dg/compat/struct-by-value-12_main.c: New file.
3367         * gcc.dg/compat/struct-by-value-12_x.c: New file.
3368         * gcc.dg/compat/struct-by-value-12_y.c: New file.
3369         * gcc.dg/compat/struct-by-value-13_main.c: New file.
3370         * gcc.dg/compat/struct-by-value-13_x.c: New file.
3371         * gcc.dg/compat/struct-by-value-13_y.c: New file.
3372         * gcc.dg/compat/struct-by-value-14_main.c: New file.
3373         * gcc.dg/compat/struct-by-value-14_x.c: New file.
3374         * gcc.dg/compat/struct-by-value-14_y.c: New file.
3375         * gcc.dg/compat/struct-by-value-15_main.c: New file.
3376         * gcc.dg/compat/struct-by-value-15_x.c: New file.
3377         * gcc.dg/compat/struct-by-value-15_y.c: New file.
3378         * gcc.dg/compat/struct-by-value-16_main.c: New file.
3379         * gcc.dg/compat/struct-by-value-16_x.c: New file.
3380         * gcc.dg/compat/struct-by-value-16_y.c: New file.
3381         * gcc.dg/compat/struct-by-value-17_main.c: New file.
3382         * gcc.dg/compat/struct-by-value-17_x.c: New file.
3383         * gcc.dg/compat/struct-by-value-17_y.c: New file.
3384         * gcc.dg/compat/struct-by-value-18_main.c: New file.
3385         * gcc.dg/compat/struct-by-value-18_x.c: New file.
3386         * gcc.dg/compat/struct-by-value-18_y.c: New file.
3387
3388         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
3389         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
3390         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
3391         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
3392         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
3393         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
3394         * gcc.dg/compat/scalar-return-3_main.c: New file.
3395         * gcc.dg/compat/scalar-return-3_x.c: New file.
3396         * gcc.dg/compat/scalar-return-3_y.c: New file.
3397         * gcc.dg/compat/scalar-return-4_main.c: New file.
3398         * gcc.dg/compat/scalar-return-4_x.c: New file.
3399         * gcc.dg/compat/scalar-return-4_y.c: New file.
3400
3401 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
3402
3403         * gcc.dg/compat/fp2-struct-check.h: New file.
3404         * gcc.dg/compat/fp2-struct-defs.h: New file.
3405         * gcc.dg/compat/fp2-struct-init.h: New file.
3406         * gcc.dg/compat/struct-by-value-10_main.c: New file.
3407         * gcc.dg/compat/struct-by-value-10_x.c: New file.
3408         * gcc.dg/compat/struct-by-value-10_y.c: New file.
3409         * gcc.dg/compat/struct-return-10_main.c: New file.
3410         * gcc.dg/compat/struct-return-10_x.c: New file.
3411         * gcc.dg/compat/struct-return-10_y.c: New file.
3412
3413         * gcc.dg/compat/compat-common.h: New file.
3414         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
3415         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
3416         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
3417         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
3418         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
3419         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
3420         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
3421         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
3422         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
3423         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
3424         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
3425         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
3426         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
3427         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
3428         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
3429         * gcc.dg/compat/small-struct-check.h: Ditto.
3430         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
3431         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
3432         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
3433         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
3434         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
3435         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
3436         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
3437         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
3438         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
3439         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
3440         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
3441         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
3442         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
3443         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
3444         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
3445         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
3446         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
3447         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
3448         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
3449         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
3450         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
3451         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
3452         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
3453         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
3454         * gcc.dg/compat/struct-return-2_main.c: Ditto.
3455         * gcc.dg/compat/struct-return-2_x.c: Ditto.
3456         * gcc.dg/compat/struct-return-2_y.c: Ditto.
3457         * gcc.dg/compat/struct-return-3_main.c: Ditto.
3458         * gcc.dg/compat/struct-return-3_x.c: Ditto.
3459         * gcc.dg/compat/struct-return-3_y.c: Ditto.
3460
3461 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
3462
3463         * g++.dg/pch/static-1.C: New file.
3464         * g++.dg/pch/static-1.Hs: New file.
3465
3466 2003-06-10  Richard Henderson  <rth@redhat.com>
3467
3468         * gcc.dg/asm-7.c: Adjust expected warning text.
3469
3470 2003-06-10  Roger Sayle  <roger@eyesopen.com>
3471
3472         * gcc.dg/builtins-20.c: New test case.
3473
3474 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
3475
3476         PR c++/11131
3477         * g++.dg/opt/template1.C: New test.
3478
3479 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
3480
3481         * lib/gcc-dg.exp (dg-test): Clear additional_files and
3482         additional_sources.
3483
3484 2003-05-21  David Taylor  <dtaylor@emc.com>
3485
3486         * gcc.dg/Wpadded.c: New file.
3487
3488 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
3489
3490         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
3491         * gcc.dg/special/weak-2.c: Add dg-require-weak.
3492         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
3493         dg-require-weak.
3494
3495 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
3496
3497         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
3498
3499 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
3500
3501         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
3502         (dg-require-alias): Likewise.
3503         (dg-require-gc-sections): Likewise.
3504         * lib/target-supports.exp (check_gc_sections_available): Likewise.
3505
3506 2003-06-08  Richard Henderson  <rth@redhat.com>
3507
3508         * gcc.dg/20011029-2.c: Fix the array reference.
3509         * gcc.dg/asm-7.c: New.
3510
3511 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
3512
3513         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
3514
3515 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
3516
3517         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
3518         (dg-require-gc-sections): Likewise.
3519
3520 2003-06-08  Jan Hubicka  <jh@suse.cz>
3521
3522         * i386-cmov1.c: Fix regular expression.
3523         * i386-cvt-1.c: Likewise.
3524         * i386-local.c: Likewise.
3525         * i386-local2.c: Likewise.
3526         * i386-mul.c: Likewise.
3527         * i386-ssetype-1.c: Likewise.
3528         * i386-ssetype-3.c: Likewise.
3529         * i386-ssetype-5.c: Likewise.
3530
3531 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3532
3533         PR c++/11039
3534         * g++.dg/warn/implicit-typename2.C: New test.
3535         * g++.dg/warn/implicit-typename3.C: New test.
3536
3537 2003-06-07  Richard Henderson  <rth@redhat.com>
3538
3539         * g++.dg/other/offsetof3.C: Use size_t.
3540         * g++.dg/other/offsetof4.C: Likewise.
3541
3542 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
3543
3544         * lib/copy-file.exp: New. Implement gcc_copy_files.
3545
3546         * lib/dg-pch.exp: Load copy-file.exp
3547         (dg-pch): Use gcc_copy_files instead of "file copy".
3548
3549 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
3550
3551         * gcc.dg/weak/weak.exp: Simplify.
3552         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
3553         * gcc.dg/weak/weak-1.c: Likewise.
3554         * gcc.dg/weak/weak-2.c: Likewise.
3555         * gcc.dg/weak/weak-3.c: Likewise.
3556         * gcc.dg/weak/weak-4.c: Likewise.
3557         * gcc.dg/weak/weak-5.c: Likewise.
3558         * gcc.dg/weak/weak-6.c: Likewise.
3559         * gcc.dg/weak/weak-7.c: Likewise.
3560         * gcc.dg/weak/weak-8.c: Likewise.
3561         * gcc.dg/weak/weak-9.c: Likewise.
3562
3563 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
3564
3565         gcc.c-torture/execute/20030606-1.c: New.
3566
3567 2003-06-06  Roger Sayle  <roger@eyesopen.com>
3568
3569         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
3570         * gcc.dg/builtins-19.c: Likewise.
3571
3572 2003-06-06  Roger Sayle  <roger@eyesopen.com>
3573
3574         * gcc.dg/builtins-2.c: Add some more tests.
3575         * gcc.dg/builtins-18.c: New test case.
3576         * gcc.dg/builtins-19.c: New test case.
3577
3578 2003-06-06  Roger Sayle  <roger@eyesopen.com>
3579             Jim Wilson  <wilson@tuliptree.org>
3580
3581         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
3582
3583 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
3584
3585         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
3586         mempcpy/stpcpy calls not to be optimized into something else.
3587         * gcc.c-torture/execute/string-opt-3.c: Moved to...
3588         * gcc.c-torture/execute/builtins/string-7.c: ...here.
3589         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
3590
3591 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3592
3593         * gcc.dg/format/asm_fprintf-1.c: New test.
3594
3595 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
3596
3597         * lib/gcc-defs.exp (additional_sources): New variable.
3598         (dg-additional-sources): New function.
3599         (additional_files): New variable.
3600         (dg-additional-files): New function.
3601         (dg-additional-files-options): Likewise.
3602         * lib/gcc-dg.exp (dg-require-weak): New function.
3603         (dg-require-alias): Likewise.
3604         (dg-require-gc-sections): Likewise.
3605         * lib/target-supports.exp (check_alias_available): Remove testfile
3606         parameter.
3607         (check_gc_sections_available): New function.
3608         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
3609         (dg-gpp-additional-files): Likewise.
3610         * lib/g++.exp (additional_sources): Remove.
3611         (additional_files): Likewise.
3612         (g++_target_compile): Use dg-additional-files-options.
3613
3614         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
3615         Tcl logic.
3616         * gcc.dg/special/ecos.exp: Remove.
3617         * gcc.dg/special/20000419-2.c: Use dg-require-*.
3618         * gcc.dg/special/alias-1.c: Likewise.
3619         * gcc.dg/special/alias-2.c: Likewise.
3620         * gcc.dg/special/gcsec-1.c: Likewise.
3621         * gcc.dg/special/weak-1.c: Likewise.
3622         * gcc.dg/special/weak-2.c: Likewise.
3623         * gcc.dg/special/wkali-1.c: Likewise.
3624         * gcc.dg/special/wkali-2.c: Likewise.
3625
3626         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
3627         dg-gpp-additional-*.
3628         * g++.dg/special/conpr-3.C: Likewise.
3629         * g++.dg/special/conpr-4.C: Likewise.
3630         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
3631         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
3632         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
3633         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
3634         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
3635         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
3636         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
3637         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
3638         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
3639         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
3640         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
3641         * g++.old-deja/g++.other/comdat1.C: Likewise.
3642         * g++.old-deja/g++.other/comdat2.C: Likewise.
3643         * g++.old-deja/g++.other/comdat3.C: Likewise.
3644         * g++.old-deja/g++.other/ctor1.C: Likewise.
3645         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
3646
3647 2003-06-05  Richard Henderson  <rth@redhat.com>
3648
3649         * gcc.dg/debug/20030605-1.c: New.
3650
3651 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
3652
3653         * README.QMTEST: Update.
3654
3655 2003-06-04  Richard Henderson  <rth@redhat.com>
3656
3657         * gcc.dg/cleanup-1.c: New.
3658         * gcc.dg/cleanup-2.c: New.
3659         * gcc.dg/cleanup-3.c: New.
3660         * gcc.dg/cleanup-4.c: New.
3661         * gcc.dg/cleanup-5.c: New.
3662         * gcc.dg/cleanup-6.c: New.
3663         * gcc.dg/cleanup-7.c: New.
3664
3665 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
3666
3667         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
3668
3669         * lib/dg-pch.exp: New file.
3670         * g++.dg/pch/pch.exp: Use dg-pch.exp.
3671         * gcc.dg/pch/pch.exp: Likewise.
3672
3673 2003-06-04  Roger Sayle  <roger@eyesopen.com>
3674
3675         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
3676         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
3677         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
3678         * gcc.dg/builtins-17.c: New test case.
3679         * gcc.dg/i386-387-4.c: New test case.
3680         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
3681
3682 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3683
3684         * gcc.dg/ultrasp9.c: New test.
3685
3686 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3687
3688         * gcc.c-torture/compile/20030604-1.c: New test.
3689         * gcc.dg/sparc-constant-1.c: New test.
3690
3691 2003-06-03  Glen Nakamura  <glen@imodulo.com>
3692
3693         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
3694
3695 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
3696
3697         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
3698
3699         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
3700         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
3701
3702 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
3703
3704         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
3705
3706 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3707
3708         PR c++/10940
3709         * g++.dg/template/spec10.C: New test.
3710
3711 2003-06-03  Roger Sayle  <roger@eyesopen.com>
3712
3713         * gcc.dg/builtins-16.c: New test case.
3714
3715 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
3716
3717         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
3718         mempcpy test with post-increments.
3719         * gcc.c-torture/execute/string-opt-3.c: New test.
3720         * gcc.dg/string-opt-1.c: New test.
3721
3722 2003-06-03  David Billinghurst (David.Billinghurst@riotinto.com)
3723
3724         PR fortran/10965
3725         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
3726
3727 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
3728
3729         * lib/scanasm.exp (dg-scan): New function, factored out of ...
3730         (scan-assembler): ... here.  Use dg-scan.
3731         (scan-assembler-not): Likewise.
3732         (scan-file): New function.
3733         (scan-file-not): Likewise.
3734         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
3735         * gcc.dg/cpp/_Pragma4.c: Likewise.
3736         * gcc.dg/cpp/_Pragma5.c: Likewise.
3737         * gcc.dg/cpp/avoidpaste1.c: Likewise.
3738         * gcc.dg/cpp/avoidpaste2.c: Likewise.
3739         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
3740         * gcc.dg/cpp/cmdlne-P.c: Likewise.
3741         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
3742         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
3743         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
3744         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
3745         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
3746         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
3747         * gcc.dg/cpp/cxxcom1.c: Likewise.
3748         * gcc.dg/cpp/line1.c: Likewise.
3749         * gcc.dg/cpp/maccom1.c: Likewise.
3750         * gcc.dg/cpp/maccom2.c: Likewise.
3751         * gcc.dg/cpp/maccom3.c: Likewise.
3752         * gcc.dg/cpp/maccom4.c: Likewise.
3753         * gcc.dg/cpp/maccom5.c: Likewise.
3754         * gcc.dg/cpp/maccom6.c: Likewise.
3755         * gcc.dg/cpp/multiline.c: Likewise.
3756         * gcc.dg/cpp/spacing1.c: Likewise.
3757         * gcc.dg/cpp/spacing2.c: Likewise.
3758         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
3759         * gcc.dg/cpp/trad/maccom1.c: Likewise.
3760         * gcc.dg/cpp/trad/maccom2.c: Likewise.
3761         * gcc.dg/cpp/trad/maccom3.c: Likewise.
3762         * gcc.dg/cpp/trad/maccom4.c: Likewise.
3763         * gcc.dg/cpp/trad/maccom6.c: Likewise.
3764         * gcc.dg/cpp/cxxcom2.c: Likewise.
3765         * gcc.dg/cpp/cxxcom2.h: New file.
3766
3767         * gcc.dg/cpp/truefalse.cpp: Move it to ...
3768         * g++.dg/cpp/truefalse.C: Here.
3769         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
3770
3771 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
3772
3773         * gcc.dg/cpp/redef3.c: New file.
3774
3775 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
3776
3777         * gcc.dg/i386-loop-3.c: New test.
3778
3779 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
3780
3781         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
3782
3783 2003-05-31  Roger Sayle  <roger@eyesopen.com>
3784
3785         * gcc.dg/fwrapv-1.c: New test case.
3786         * gcc.dg/fwrapv-2.c: New test case.
3787
3788 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3789
3790         PR c++/10956
3791         * g++.dg/template/spec9.C: New test.
3792
3793 2003-05-29  Roger Sayle  <roger@eyesopen.com>
3794
3795         * gcc.dg/duff-4.c: New test case.
3796
3797 2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)
3798
3799         PR fortran/10843
3800         * g77.dg/ffixed-form-1.f: New test
3801         * g77.dg/ffixed-form-2.f: New test
3802         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
3803         * g77.dg/ffree-form-3.f: New test
3804
3805 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
3806
3807         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
3808         * gcc.dg/wint_t-1.c: Likewise.
3809
3810 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3811
3812         * g++.dg/template/access11.C: New test.
3813
3814 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3815
3816         PR c++/10849
3817         * g++.dg/template/access10.C: New test.
3818
3819 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
3820             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3821
3822         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
3823
3824 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
3825
3826         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
3827         suppress for powerpc-*-darwin*.
3828         * gcc.dg/torture/builtin-noret-2.c: Likewise.
3829
3830 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
3831
3832         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
3833         suppress option for powerpc-*-darwin*.
3834
3835 2003-05-23  Roger Sayle  <roger@eyesopen.com>
3836
3837         * gcc.dg/builtins-1.c: Add tests for tan and atan.
3838         * gcc.dg/builtins-4.c: Add test for fmod.
3839
3840 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3841
3842         PR c++/10682
3843         * g++.dg/template/instantiate4.C: New test.
3844
3845 2003-05-22  Roger Sayle  <roger@eyesopen.com>
3846
3847         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
3848
3849 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
3850
3851         * gcc.dg/compat/scalar-return-1_main.c: New file.
3852         * gcc.dg/compat/scalar-return-1_x.c: New file.
3853         * gcc.dg/compat/scalar-return-1_y.c: New file.
3854         * gcc.dg/compat/scalar-return-2_main.c: New file.
3855         * gcc.dg/compat/scalar-return-2_x.c: New file.
3856         * gcc.dg/compat/scalar-return-2_y.c: New file.
3857         * gcc.dg/compat/struct-return-3_main.c: New file.
3858         * gcc.dg/compat/struct-return-3_y.c: New file.
3859         * gcc.dg/compat/struct-return-3_x.c: New file.
3860         * gcc.dg/compat/struct-return-2_main.c: New file.
3861         * gcc.dg/compat/struct-return-2_x.c: New file.
3862         * gcc.dg/compat/struct-return-2_y.c: New file.
3863
3864 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3865
3866         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
3867         for hppa*-hp-hpux*.
3868         * gcc.dg/20021014-1.c (dg-options): Likewise.
3869         * gcc.dg/nest.c (dg-options): Likewise.
3870
3871 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3872
3873         PR c++/9738
3874         * g++.dg/ext/dllimport2.C: New file.
3875         * g++.dg/ext/dllimport3.C: New file.
3876
3877 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
3878
3879         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
3880         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
3881         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
3882         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
3883         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
3884         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
3885         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
3886         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
3887         * gcc.dg/compat/small-struct-defs.h: New file.
3888         * gcc.dg/compat/small-struct-init.h: New file.
3889         * gcc.dg/compat/small-struct-check.h: New file.
3890         * gcc.dg/compat/fp-struct-defs.h: New file.
3891         * gcc.dg/compat/fp-struct-check.h: New file.
3892         * gcc.dg/compat/fp-struct-init.h: New file.
3893         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
3894         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
3895
3896 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
3897
3898         * gcc.dg/20030225-2.c: New test.
3899
3900 2003-05-18  Roger Sayle  <roger@eyesopen.com>
3901             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3902
3903         * gcc.c-torture/compile/20030518-1.c: New test case.
3904
3905 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
3906
3907         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
3908         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
3909         gcc-dg-debug-runtest.
3910         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
3911         gcc-dg-debug-runtest.
3912
3913 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3914
3915         PR c++/9022
3916         * g++.dg/lookup/using6.C: New test.
3917
3918 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3919
3920         * g++.dg/parse/access2.C: New test.
3921
3922 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
3923
3924         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
3925         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
3926         * gcc.dg/debug/debug.exp: Likewise.
3927
3928 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
3929
3930         * gcc.dg/dollar.c: New test.
3931
3932 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
3933
3934         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
3935         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
3936         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
3937         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
3938         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
3939         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
3940         * gcc.dg/compat/struct-by-value-6_main.c: New file.
3941         * gcc.dg/compat/struct-by-value-6_x.c: New file.
3942         * gcc.dg/compat/struct-by-value-6_y.c: New file.
3943         * gcc.dg/compat/struct-by-value-7_main.c: New file.
3944         * gcc.dg/compat/struct-by-value-7_x.c: New file.
3945         * gcc.dg/compat/struct-by-value-7_y.c: New file.
3946         * gcc.dg/compat/struct-by-value-8_main.c: New file.
3947         * gcc.dg/compat/struct-by-value-8_x.c: New file.
3948         * gcc.dg/compat/struct-by-value-8_y.c: New file.
3949         * gcc.dg/compat/struct-by-value-9_main.c: New file.
3950         * gcc.dg/compat/struct-by-value-9_x.c: New file.
3951         * gcc.dg/compat/struct-by-value-9_y.c: New file.
3952
3953 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
3954
3955         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
3956         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
3957         support for "repo" mode.
3958         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
3959         * lib/g77-dg.exp: Likewise.
3960         * lib/obj-dg.exp: Likewise.
3961
3962 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
3963
3964         Merge from gcc-3_2-rhl8-branch:
3965         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
3966
3967         * gcc.dg/tls/opt-6.c: New test.
3968
3969         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
3970
3971         * gcc.dg/20030405-1.c: New test.
3972
3973         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
3974
3975         * gcc.dg/20030309-1.c: New test.
3976
3977         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
3978
3979         * gcc.c-torture/execute/20030307-1.c: New test.
3980
3981         2003-02-20  Randolph Chung  <tausq@debian.org>
3982
3983         * gcc.c-torture/compile/20030220-1.c: New test.
3984
3985         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
3986
3987         * gcc.dg/20030217-1.c: New test.
3988
3989         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
3990
3991         * gcc.c-torture/compile/20020129-1.c: New test.
3992
3993         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3994
3995         * gcc.dg/unroll-1.c: New test.
3996
3997         2002-11-16  Jan Hubicka  <jh@suse.cz>
3998
3999         * gcc.c-torture/execute/20020920-1.c: New test.
4000
4001         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
4002
4003         PR target/7434
4004         * gcc.c-torture/compile/20021008-1.c: New test.
4005
4006         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
4007
4008         PR target/7559
4009         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
4010
4011         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
4012
4013         * gcc.c-torture/compile/20020807-1.c: New test.
4014
4015         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
4016
4017         * gcc.dg/tls/opt-1.c: New test.
4018
4019         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
4020
4021         * gcc.dg/20020729-1.c: New test.
4022
4023         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
4024
4025         * g++.dg/opt/life1.C: New test.
4026
4027         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
4028
4029         * gcc.dg/20020525-1.c: New test.
4030
4031         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
4032
4033         PR c++/6794
4034         * g++.dg/ext/pretty1.C: New test.
4035         * g++.dg/ext/pretty2.C: New test.
4036
4037 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
4038
4039         PR c++/8385
4040         * g++.dg/ext/typeof5.C: New test.
4041
4042 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
4043
4044         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
4045         __USER_LABEL_PREFIX__ into account.
4046         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
4047
4048 2003-05-14  Roger Sayle  <roger@eyesopen.com>
4049
4050         * gcc.dg/builtins-15.c: New test case.
4051
4052 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
4053
4054         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
4055
4056 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
4057
4058         * lib/g++.exp: Tweak handling of additional source files.
4059         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
4060         * g++.dg/special/conpr-2a.C: Rename to ...
4061         * g++.dg/special/conpr-2a.cc: ... this.
4062         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
4063         * g++.dg/special/conpr-3a.C: Rename to ...
4064         * g++.dg/special/conpr-3a.cc: This.
4065         * g++.dg/special/conpr-3b.C: Rename to ...
4066         * g++.dg/special/conpr-3b.cc: This.
4067         * g++.dg/special/conpr-4.C: New test.
4068         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
4069
4070 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
4071
4072         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
4073
4074 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4075
4076         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
4077         * g++.old-deja/g++.robertl/eb71.C: Likewise.
4078         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
4079         * g++.old-deja/g++.other/warn3.C: Likewise.
4080
4081 2003-05-11  Roger Sayle  <roger@eyesopen.com>
4082
4083         * gcc.dg/i386-387-1.c: Update to also test log.
4084         * gcc.dg/i386-387-2.c: Likewise.
4085
4086 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
4087
4088         * g77.f-torture/execute/int8421.f: New test.
4089
4090 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4091
4092         PR c++/10230, c++/10481
4093         * g++.dg/lookup/scoped5.C: New test.
4094
4095 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4096
4097         PR c++/10552
4098         * g++.dg/template/ttp6.C: New test.
4099
4100 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
4101
4102         * gcc.c-torture/execute/builtins: New directory.
4103         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
4104         gcc.c-torture/execute/builtins.
4105         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
4106         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
4107         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
4108         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
4109
4110 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4111
4112         PR c++/9252
4113         * g++.dg/template/access8.C: New test.
4114         * g++.dg/template/access9.C: New test.
4115
4116 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4117
4118         PR c++/9554
4119         * g++.dg/parse/access1.C: New test.
4120
4121 2003-05-09  DJ Delorie  <dj@redhat.com>
4122
4123         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
4124         long, and not an int.
4125
4126 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4127
4128         PR c++/10555, c++/10576
4129         * g++.dg/template/memclass1.C: New test.
4130
4131 2003-05-08  DJ Delorie  <dj@redhat.com>
4132
4133         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
4134         targets.
4135         * gcc.c-torture/execute/20021024-1.x: Likewise.
4136         * gcc.c-torture/execute/shiftdi.x: Likewise.
4137         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
4138         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
4139         * gcc.dg/20021018-1.c: Likewise.
4140
4141 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4142
4143         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
4144
4145         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
4146         (bcopy): Call memmove.
4147
4148 2003-05-08  Roger Sayle  <roger@eyesopen.com>
4149
4150         * g77.f-torture/compile/8485.f: New test case.
4151
4152 2003-05-07  Richard Henderson  <rth@redhat.com>
4153
4154         PR c++/10570
4155         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
4156         Verify exception_cleanup not called for rethrows.
4157         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
4158         when exiting catch block without rethrowing.
4159         * g++.dg/eh/forced3.C: New.
4160         * g++.dg/eh/forced4.C: New.
4161
4162 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
4163
4164         * gcc.dg/20030505.c: Fix triplet.
4165
4166 2003-05-06  DJ Delorie  <dj@redhat.com>
4167
4168         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
4169         * gcc.dg/nest.c: Likewise.
4170
4171 2003-05-05  Roger Sayle  <roger@eyesopen.com>
4172
4173         * gcc.dg/builtins-14.c: New test case.
4174
4175 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
4176
4177         * lib/compat.exp (compat-execute): New argument.
4178         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
4179         * gcc.dg/compat: New test directory.
4180         * gcc.dg/compat/compat.exp: New expect script.
4181         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
4182         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
4183         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
4184         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
4185         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
4186         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
4187
4188         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
4189         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
4190         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
4191         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
4192         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
4193         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
4194         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
4195         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
4196         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
4197         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
4198         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
4199         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
4200         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
4201         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
4202         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
4203
4204 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
4205
4206         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
4207
4208 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
4209
4210         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
4211
4212 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
4213
4214         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
4215         * gcc.dg/ppc-fsel-2.c: New test.
4216
4217         * gcc.dg/unused-5.c: New test.
4218
4219 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4220
4221         PR c++/10496
4222         * g++.dg/warn/pmf1.C: New test.
4223
4224 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4225
4226         PR c++/4494
4227         * g++.dg/warn/main.C: New test.
4228
4229 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4230
4231         * gcc.dg/nonnull-3.c: New test.
4232
4233 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
4234
4235         * gcc.dg/cpp/Wtrigraphs.c: Update.
4236         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
4237
4238 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
4239
4240         * gcc.dg/ppc-fsel-1.c: New test.
4241
4242 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
4243
4244         PR c/10604
4245         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
4246
4247 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
4248
4249         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
4250
4251 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4252
4253         PR c++/9364, c++/10553, c++/10586
4254         * g++.dg/parse/typename4.C: New test.
4255         * g++.dg/parse/typename5.C: Likewise.
4256
4257 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
4258
4259         * gcc.c-torture/compile/20030503-1.c: New test.
4260
4261 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4262
4263         * g++.dg/lookup/using5.C: Fix testcase error.
4264
4265 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
4266
4267         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
4268         since MEABI is no longer supported.  Remove all vestiges
4269         of MEABI from the test.
4270
4271 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4272
4273         PR c++/10554
4274         * g++.dg/lookup/using5.C: New test.
4275
4276 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4277
4278         PR c++/8772
4279         * g++.dg/template/ttp5.C: New test.
4280
4281 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
4282
4283         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
4284         (dg-gpp-additional-sources): New function.
4285         (dg-gpp-additional-files): Likewise.
4286         * lib/g++.exp (additional_sources): New variable.
4287         (additional_files): Likewise.
4288         (g++_target_compile): Deal with them.
4289         * lib/old-dejagnu.exp: Remove.
4290         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
4291         * g++.old-deja: Revise all tests to use dg commands.
4292
4293 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4294
4295         PR c++/9432, c++/9528
4296         * g++.dg/lookup/using4.C: New test.
4297
4298 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
4299
4300         * gcc.dg/noreturn-5.c: New file.
4301         * gcc.dg/noreturn-6.c: New file.
4302
4303         * gcc.c-torture/compile/inline-1.c: New file.
4304
4305 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
4306
4307         PR c++/10551
4308         * g++.dg/template/explicit1.C: New test.
4309
4310 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
4311
4312         PR c++/10549
4313         * g++.dg/other/bitfield1.C: New test.
4314
4315         PR c++/10527
4316         * g++.dg/init/new7.C: New test.
4317
4318 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
4319
4320         * g++.dg/ext/desig1.C: New test.
4321         * g++.dg/ext/init1.C: Update.
4322
4323         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
4324
4325 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
4326
4327         PR c++/10180
4328         * g++.dg/warn/Winline-1.C: New test.
4329
4330 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
4331
4332         * gcc.c-torture/execute/string-opt-19.c: New test.
4333
4334         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
4335         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
4336
4337 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
4338
4339         PR c++/10506
4340         * g++.dg/init/new6.C: New test.
4341
4342         PR c++/10503
4343         * g++.dg/init/ref6.C: New test.
4344
4345 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
4346
4347         * g++.dg/warn/weak1.C: XFAIL on AIX4.
4348
4349 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4350
4351         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
4352         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
4353
4354 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
4355
4356         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
4357         initialized static data members.
4358
4359 2003-04-25  H.J. Lu <hjl@gnu.org>
4360
4361         * gcc.dg/ia64-sync-4.c: New test.
4362
4363 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4364
4365         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
4366         date.
4367
4368 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
4369
4370         PR c++/10337
4371         * g++.dg/warn/conv1.C: New test.
4372         * g++.old-deja/g++.other/conv7.C: Adjust.
4373         * g++.old-deja/g++.other/overload14.C: Adjust.
4374
4375 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
4376
4377         PR c++/10471
4378         * g++.dg/template/defarg2.C: New test.
4379
4380 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
4381
4382         * gcc.dg/cpp/include2.c: Update.
4383         * gcc.dg/cpp/multiline-2.c: New.
4384         * gcc.dg/cpp/multiline.c: Update.
4385         * gcc.dg/cpp/strify2.c: Update.
4386         * gcc.dg/cpp/trad/literals-2.c: Update.
4387
4388 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4389
4390         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
4391
4392 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
4393
4394         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
4395
4396 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
4397
4398         PR c++/10451
4399         * g++.dg/parse/crash4.C: New test.
4400
4401         PR c++/9847
4402         * g++.dg/parse/crash5.C: New test.
4403
4404 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
4405
4406         PR c++/10446
4407         * g++.dg/parse/crash3.C: New test.
4408
4409         PR c++/10428
4410         * g++.dg/parse/elab1.C: New test.
4411
4412 2003-04-22  Devang Patel  <dpatel@apple.com>
4413
4414         * gcc.dg/cpp/trad/funlike-5.c: New test.
4415
4416 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
4417
4418         * g++.dg/other/packed1.C: Fix dg options.
4419
4420 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
4421
4422         * g++.dg/other/offsetof2.C: New test.
4423
4424 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
4425
4426         * g++.dg/template/recurse.C: Adjust location of error messages.
4427
4428 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
4429
4430         PR c++/9881
4431         * g++.dg/init/addr-const1.C: New test.
4432         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
4433
4434 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
4435
4436         PR c++/10405
4437         * g++.dg/lookup/struct-hack1.C: New test.
4438
4439 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
4440
4441         * ucs.c: Update diagnostic messages.
4442
4443 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
4444
4445         * gcc.dg/cpp/truefalse.cpp: New test.
4446         * gcc.dg/cpp/cpp.exp: Update.
4447         * g++.dg/other/stdbool-if.C: Remove.
4448
4449 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
4450
4451         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
4452         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
4453
4454 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
4455
4456         * gcc.c-torture/compile/20030418-1.c: New test.
4457
4458 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
4459
4460         * README.compat: Remove; content moved to doc/sourcebuild.texi.
4461
4462 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4463
4464         PR c++/10347
4465         g++.dg/template/dependent-name1.C: New test.
4466
4467 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
4468
4469         * gcc.dg/warn-1.c (tourist_guide): New array,
4470         contains a pointer to bar.
4471
4472 2003-04-16  Roger Sayle  <roger@eyesopen.com>
4473
4474         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
4475         * gcc.c-torture/execute/medce-1.c: New test case.
4476         * gcc.c-torture/execute/medce-2.c: New test case.
4477
4478 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
4479
4480         * lib/prune.exp: Ignore more messages.
4481
4482         PR c++/10381
4483         * g++.dg/parse/lookup3.C: New test.
4484
4485 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
4486
4487         * gcc.c-torture/compile/20030415-1.c : New test.
4488
4489 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
4490
4491         * gcc.c-torture/execute/scope-2.c: Move to ...
4492         * gcc.dg/noncompile/scope.c: .... here.
4493
4494 2003-04-14  Roger Sayle  <roger@eyesopen.com>
4495
4496         * gcc.dg/20030414-2.c: New test case.
4497
4498 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
4499
4500         PR target/10377
4501         * gcc.dg/20030414-1.c: New test.
4502
4503 2003-04-13  Roger Sayle  <roger@eyesopen.com>
4504
4505         * gcc.dg/builtins-12.c: New test case.
4506         * gcc.dg/builtins-13.c: New test case.
4507
4508 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4509
4510         * gcc.c-torture/execute/string-opt-18.c: New test.
4511
4512 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
4513
4514         PR c++/10300
4515         * g++.dg/init/new5.C: New test.
4516
4517 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
4518
4519         PR c++/7910
4520         * g++.dg/ext/dllimport1.C: New test.
4521
4522 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
4523
4524         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
4525
4526 2003-04-11  Bud Davis <bdavis9659@comcast.net>
4527
4528         PR Fortran/9263
4529         * g77.f-torture/noncompile/9263.f: New test
4530         PR Fortran/1832
4531         * g77.f-torture/execute/1832.f: New test
4532
4533 2003-04-11  David Chad  <davidc@freebsd.org>
4534             Loren J. Rittle  <ljrittle@acm.org>
4535
4536         libobjc/8562
4537         * objc.dg/headers.m: New test.
4538
4539 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
4540
4541         * gcc.c-torture/execute/builtin-noret-2.c: New.
4542         * gcc.c-torture/execute/builtin-noret-2.x: New.
4543         XFAIL builtin-noret-2.c at -O1 and above.
4544         * gcc.dg/redecl.c: New.
4545         * gcc.dg/Wshadow-1.c: Update error regexps.
4546
4547 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
4548
4549         * g++.dg/abi/bitfield10.C: New test.
4550
4551 2003-04-09  Mike Stump  <mrs@apple.com>
4552
4553         * gcc.dg/pch/pch.exp: Make testcase names longer.
4554         * g++.dg/pch/pch.exp: Make testcase names longer.
4555
4556 2003-04-08  Roger Sayle  <roger@eyesopen.com>
4557
4558         * gcc.dg/builtins-11.c: New test case.
4559
4560 2003-04-08  Roger Sayle  <roger@eyesopen.com>
4561
4562         * gcc.dg/builtins-9.c: New test case.
4563         * gcc.dg/builtins-10.c: New test case.
4564
4565 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
4566
4567         * gcc.dg/noncompile/init-4.c.c: New test.
4568
4569 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
4570
4571         * gcc.misc-test/gcov-9.c: New test.
4572         * gcc.misc-test/gcov-10.c: New test
4573         * gcc.misc-test/gcov-11.c: New test.
4574
4575 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
4576
4577         PR optimization/10024
4578         * gcc.c-torture/compile/20030405-1.c: New test.
4579
4580 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
4581
4582         * gcc.dg/pch/static-3.c: New.
4583         * gcc.dg/pch/static-3.hs: New.
4584         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
4585
4586 2003-04-04  Richard Henderson  <rth@redhat.com>
4587
4588         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
4589         * g++.dg/eh/forced2.C: Likewise.
4590
4591 2003-04-03  Mike Stump  <mrs@apple.com>
4592
4593         * lib/scanasm.exp (scan-assembler): Add xfail processing for
4594         target arg.
4595         (scan-assembler-times, scan-assembler-not): Likewise.
4596         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
4597
4598 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
4599
4600         * gcc.dg/sparc-loop-1.c: New test.
4601
4602 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
4603
4604         PR other/9274
4605         * g++.dg/pch/system-2.C: New.
4606         * g++.dg/pch/system-2.Hs: New.
4607
4608 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
4609
4610         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
4611
4612         * g++.dg/eh/simd-1.C (vecfunc): Same.
4613
4614 2003-04-01  Roger Sayle  <roger@eyesopen.com>
4615
4616         * gcc.c-torture/execute/20030401-1.c: New test case.
4617
4618 2003-04-01  Ziemowit Laski <zlaski@apple.com>
4619
4620         * objc.dg/defs.m: New.
4621
4622 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
4623
4624         * g++.dg/eh/simd-1.C: New.
4625         * g++.dg/eh/simd-2.C: New.
4626
4627 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
4628
4629         * gcc.c-torture/execute/simd-3.c: New.
4630
4631 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
4632
4633         PR c/9936
4634         * gcc.dg/20030331-2.c: New test.
4635
4636 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
4637
4638         PR c++/10278
4639         * g++.dg/parse/crash2.C: New test.
4640
4641 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
4642
4643         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
4644         * gcc.c-torture/execute/20030331-1.c: ...here.
4645
4646 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
4647
4648         * gcc.c-torture/execute/20030331-1.c: New test.
4649
4650 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
4651
4652         * lib/gcov.exp: Adjust call return testing strings.
4653         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
4654
4655 2003-03-31  Roger Sayle  <roger@eyesopen.com>
4656
4657         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
4658         * gcc.dg/builtins-7.c: New test case.
4659         * gcc.dg/builtins-8.c: New test case.
4660
4661 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
4662
4663         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
4664
4665 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
4666
4667         PR c++/7647
4668         * g++.dg/lookup-class-member-2.C: New test.
4669
4670 2003-03-30  Glen Nakamura  <glen@imodulo.com>
4671
4672         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
4673
4674 2003-03-28  Roger Sayle  <roger@eyesopen.com>
4675
4676         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
4677
4678 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
4679
4680         * g++.dg/init/attrib1.C: New test.
4681
4682 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
4683
4684         * gcc.dg/ultrasp8.c: New test.
4685
4686 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
4687
4688         * gcc.dg/ultrasp7.c: New test.
4689
4690 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
4691
4692         PR c++/10047
4693         * g++.dg/template/inline1.C: New test.
4694
4695 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
4696
4697         * gcc.dg/sparc-dwarf2.c: New test.
4698
4699 2003-03-27  Roger Sayle  <roger@eyesopen.com>
4700
4701         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
4702         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
4703
4704 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
4705
4706         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
4707         than reading .x files.
4708         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
4709         * g77.dg/gcov/gcov-1.f: Likewise.
4710         * gcc.misc-tests/gcov-4b.c: Likewise.
4711         * gcc.misc-tests/gcov-5b.c: Likewise.
4712         * gcc.misc-tests/gcov-6.c: Likewise.
4713         * gcc.misc-tests/gcov-7.c: Likewise.
4714         * gcc.misc-tests/gcov-8.c: Likewise.
4715         * g++.dg/gcov/gcov-1.x: Remove.
4716         * g77.dg/gcov/gcov-1.x: Likewise.
4717         * gcc.misc-tests/gcov-4b.x: Likewise.
4718         * gcc.misc-tests/gcov-5b.x: Likewise.
4719         * gcc.misc-tests/gcov-6.x: Likewise.
4720         * gcc.misc-tests/gcov-7.x: Likewise.
4721         * gcc.misc-tests/gcov-8.x: Likewise.
4722
4723 2003-03-27  Glen Nakamura  <glen@imodulo.com>
4724
4725         PR opt/10087
4726         * gcc.dg/20030324-1.c: New test.
4727
4728 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
4729
4730         PR c++/10224
4731         * g++.dg/template/arg3.C: New test.
4732
4733         PR c++/10158
4734         * g++.dg/template/friend18.C: New test.
4735
4736 2003-03-26  Roger Sayle  <roger@eyesopen.com>
4737
4738         * g77.f-torture/compile/20030326-1.f: New test case.
4739
4740 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
4741
4742         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
4743
4744         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
4745
4746 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
4747
4748         * gcc.dg/ia64-sync-3.c: New test.
4749
4750 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
4751
4752         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
4753
4754 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
4755
4756         * gcc.dg/ultrasp6.c: New test.
4757
4758 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
4759
4760         * gcc.dg/i386-signbit-1.c: New test.
4761         * gcc.dg/i386-signbit-2.c: New test.
4762         * gcc.dg/i386-signbit-3.c: New test.
4763
4764 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
4765
4766         * gcc.dg/ultrasp5.c: Fix options.
4767
4768 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
4769
4770         * gcc.dg/ultrasp5.c: Fix comment.
4771
4772 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
4773
4774         PR fortran/10197
4775         * g77.f-torture/execute/10197.f: New test.
4776
4777 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
4778
4779         PR c++/9898, c++/383
4780         * g++.dg/template/conv6.C: New test.
4781
4782         PR c++/10119
4783         * g++.dg/template/ptrmem5.C: New test.
4784
4785         PR c++/10026
4786         * g++.dg/lookup/koenig1.C: New test.
4787
4788         PR C++/10199
4789         * g++.dg/lookup/template2.C: New test.
4790
4791 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
4792
4793         * g++.dg/opt/rtti1.C: New test.
4794
4795 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
4796
4797         * gcc.dg/ultrasp5.c: New test.
4798
4799 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
4800
4801         PR middle-end/9967
4802         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
4803         builtin fputs.
4804
4805 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4806
4807         PR c/8224
4808         * gcc.dg/20030323-1.c: New test.
4809
4810 2003-03-23  Roger Sayle  <roger@eyesopen.com>
4811
4812         * gcc.c-torture/compile/20030323-1.c: New test case.
4813
4814 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
4815
4816         * gcc.dg/20030321-1.c: New test.
4817
4818 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
4819
4820         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
4821
4822 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
4823
4824         PR c++/9978, c++/9708
4825         * g++.dg/ext/vlm1.C: Adjust expected error.
4826         * g++.dg/ext/vla2.C: New test.
4827         * g++.dg/template/arg1.C: New test.
4828         * g++.dg/template/arg2.C: New test.
4829
4830 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
4831
4832         * g77.f-torture/execute/select.f: New test.
4833         * g77.f-torture/noncompile/select_no_compile.f: New test.
4834
4835 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
4836
4837         PR c++/9898
4838         * g++.dg/other/error4.C: New test.
4839
4840 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
4841
4842         * g++.dg/template/friend17.C: New test.
4843
4844 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
4845
4846         * gcc.c-torture/compile/20030320-1.c: New.
4847
4848 2003-03-20  Roger Sayle  <roger@eyesopen.com>
4849
4850         * gcc.dg/builtins-6.c: New test case.
4851
4852 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
4853
4854         PR target/10073
4855         * gcc.c-torture/compile/20030319-1.c: New.
4856
4857 2003-03-18  Jan Hubicka  <jh@suse.cz>
4858
4859         * gcc.dg/i386-cvt-1.c: New test.
4860
4861 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
4862
4863         * objc.dg/naming-1.m: Use "(parse|syntax) error".
4864         * objc.dg/naming-2.m: Likewise.
4865
4866 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
4867
4868         PR c++/9639
4869         * g++.dg/parse/crash1.C: New test.
4870
4871 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
4872
4873         PR c++/8805
4874         * g++.dg/eh/cleanup1.C: New test.
4875
4876 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
4877
4878         * gcc.c-torture/execute/20030316-1.c: New test case.
4879
4880 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
4881
4882         PR c++/9629
4883         * g++.dg/init/ctor2.C: New test.
4884
4885 2003-03-15  Roger Sayle  <roger@eyesopen.com>
4886
4887         * g77.f-torture/compile/xformat.f: New test case.
4888
4889 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4890
4891         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
4892         * g++.old-deja/g++.mike/eh50.C: Likewise.
4893
4894 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4895
4896         PR c++/6440
4897         * g++.dg/template/spec7.C: New test.
4898         * g++.dg/template/spec8.C: Likewise.
4899
4900 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
4901
4902         * gcc.c-torture/execute/20030313-1.c: New test.
4903
4904 2003-03-14  Richard Henderson  <rth@redhat.com>
4905
4906         * gcc.dg/inline-2.c: Adjust alpha test for external call.
4907
4908 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
4909
4910         * gcc.c-torture/compile/20030314-1.c: New test.
4911
4912 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
4913
4914         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
4915         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
4916         thumb target,
4917         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
4918         to accept newer _imp__  prefix and additional
4919         newline in .drectve section.
4920         * gcc.dg/dll-4.c: Likewise.
4921         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
4922         switch.
4923
4924 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
4925
4926         * g++.dg/parse/namespace9.C: New test.
4927
4928         * g++.dg/init/ref5.C: New test.
4929         * g++.dg/parse/ptrmem1.C: Likewise.
4930
4931 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4932
4933         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
4934         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
4935         regular expression.
4936         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
4937         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
4938
4939 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
4940
4941         * gcc.c-torture/execute/20030224-2.c: New test.
4942
4943 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
4944
4945         * gcc.dg/decl-3.c: New test.
4946
4947 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
4948
4949         * gcc.dg/i386-loop-2.c: New test.
4950
4951 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
4952
4953         PR c++/9474
4954         * g++.dg/parse/namespace8.C: New test.
4955
4956         PR c++/9924
4957         * g++.dg/overload/builtin2.C: New test.
4958
4959 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
4960
4961         * gcc.dg/return-type-3.c: New test.
4962
4963 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
4964
4965         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
4966         profiling options are not supported.
4967
4968 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
4969
4970         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
4971         * g++.old-deja/g++.warn/impint2.C: Likewise.
4972
4973 2003-03-10  Devang Patel  <dpatel@apple.com>
4974
4975         * g++.dg/cpp/c++_cmd_1.C: New test.
4976         * g++.dg/cpp/c++_cmd_1.h: New file.
4977
4978 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
4979
4980         * gcc.dg/altivec-9.c: New file.
4981
4982 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4983
4984         * gcc.dg/ppc-sdata-1.c: New test.
4985         * gcc.dg/ppc-sdata-2.c: New test.
4986
4987 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
4988
4989         PR c++/9373
4990         * g++.dg/opt/ptrmem2.C: New test.
4991
4992         PR c++/8534
4993         * g++.dg/opt/ptrmem1.C: New test.
4994
4995 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
4996
4997         * gcc.dg/i386-loop-1.c: New test.
4998
4999 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5000
5001         PR c++/9970
5002         * g++.dg/lookup/friend1.C: New test.
5003
5004 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
5005
5006         PR c++/9823
5007         * g++.dg/parser/constructor1.C: New test.
5008
5009 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
5010
5011         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
5012
5013         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
5014
5015 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
5016
5017         * gcc.dg/cpp/Wunused.c: Update test.
5018
5019 2003-03-08  Jan Hubicka  <jh@suse.cz>
5020
5021         * gcc.dg/inline-3.c: New test.
5022
5023 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
5024
5025         PR c++/9809
5026         * g++.dg/parse/builtin1.C: New test.
5027
5028         PR c++/9982
5029         * g++.dg/abi/cookie1.C: New test.
5030         * g++.dg/abi/cookie2.C: Likewise.
5031
5032         PR c++/9524
5033         * g++.dg/template/field1.C: New test.
5034
5035         PR c++/9912
5036         * g++.dg/parse/class1.C: New test.
5037         * g++.dg/parse/namespace7.C: Likewise.
5038         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
5039
5040 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
5041
5042         * g++.dg/init/ref4.C: New test.
5043
5044 2003-03-07  Jan Hubicka  <jh@suse.cz>
5045
5046         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
5047         * gcc.dg/inline-3.c:  New test.
5048
5049 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
5050
5051         * g++.dg/init/ref3.C: New test.
5052
5053         PR c++/9965
5054         * g++.dg/init/ref2.C: New test.
5055
5056         PR c++/9400
5057         * g++.dg/warn/Wshadow-2.C: New test.
5058
5059         PR c++/9791
5060         * g++.dg/warn/Woverloaded-1.C: New test.
5061
5062 2003-03-05  Jan Hubicka  <jh@suse.cz>
5063
5064         * gcc.dg/i386-local2.c: New.
5065         * gcc.dg/i386-local.c: Fix typo.
5066
5067 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
5068
5069         * g++.dg/abi/layout3.C: New test.
5070
5071 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
5072
5073         * gcc.c-torture/compile/20030305-1.c
5074
5075 2003-03-05  Jan Hubicka  <jh@suse.cz>
5076
5077         * gcc.dg/i386-local.c: New.
5078
5079 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
5080
5081         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
5082
5083 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5084
5085         * gcc.dg/switch-2.c: New test.
5086         * gcc.dg/switch-3.c: New test.
5087         * gcc.dg/Wswitch.c: Adjust line numbers.
5088         * gcc.dg/Wswitch-default.c: Likewise.
5089         * gcc.dg/Wswitch-enum.c: Likewise.
5090
5091 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
5092
5093         * gcc.c-torture/execute/20030222-1.c: New test.
5094
5095 2003-03-03  James E Wilson  <wilson@tuliptree.org>
5096
5097         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
5098
5099 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
5100
5101         PR c++/9878
5102         * g++.dg/init/ref1.C: New test.
5103
5104 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
5105
5106         * gcc.dg/sh-relax.c: New SH-only test.
5107
5108 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
5109
5110         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
5111         comment explaining purpose of testcase.
5112
5113 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
5114
5115         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
5116         for HC11/HC12 (asm needs two int registers).
5117         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
5118         HC11/HC12 because the test uses an asm which needs two 32-bit
5119         registers.
5120
5121 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
5122
5123         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
5124         for HC11/HC12 (array is too large otherwise).
5125         * gcc.c-torture/compile/920501-4.x: New file, likewise.
5126         * gcc.c-torture/compile/20010518-2.x: Likewise.
5127         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
5128         HC11/HC12 (array is too large).
5129
5130 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
5131
5132         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
5133         * lib/g++-dg.exp (g++-dg-test): Likewise.
5134
5135 2003-03-01  Roger Sayle  <roger@eyesopen.com>
5136
5137         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
5138         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
5139
5140 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5141
5142         * g++.dg/warn/implicit-typename1.C: Remove warning.
5143
5144 2003-02-28  Richard Henderson  <rth@redhat.com>
5145
5146         * gcc.dg/noreturn-1.c: Move noreturn warning line.
5147         * gcc.dg/return-type-1.c: Move control reaches end warning line.
5148
5149 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
5150
5151         * gcc.dg/pch/pch.exp: Change .pch to .gch.
5152         * g++.dg/pch/pch.exp: Likewise.
5153
5154 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
5155
5156         PR c++/9879
5157         * testsuite/g++.dg/init/new4.C: New test.
5158
5159 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
5160
5161         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
5162
5163 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
5164
5165         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
5166         unsigned long.
5167
5168         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
5169         wider than float.
5170
5171 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5172
5173         * lib/scanasm.exp: Add support for counting numbers of
5174         occurences.
5175         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
5176         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
5177
5178 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
5179
5180         PR c++/9683
5181         * g++.dg/template/static3.C: New test.
5182
5183         PR c++/9829
5184         * g++.dg/parse/namespace6.C: New test.
5185
5186 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5187
5188         PR target/9732
5189         * gcc.dg/20030225-1.c: New test.
5190
5191 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
5192
5193         * README: Remove out-of-date information.
5194
5195         PR c++/9836
5196         * g++.dg/template/spec6.C: New test.
5197
5198 2003-02-24  Jeff Law  <law@redhat.com>
5199
5200         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
5201
5202 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5203
5204         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
5205         * gcc.dg/pragma-ep-1.c: Likewise.
5206
5207 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5208
5209         PR c++/9602
5210         * g++.dg/template/friend16.C: New test.
5211
5212 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
5213
5214         PR c++/5333
5215         * g++.dg/parse/fused-params1.C: Adjust error messages.
5216         * g++.dg/template/nested3.C: New test.
5217
5218 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
5219
5220         * g++.dg/abi/param1.C: New test.
5221
5222 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5223
5224         PR c++/7982
5225         * g++.dg/warn/implicit-typename1.C: New test.
5226
5227 2003-02-22  Kelley Cook <kelleycook@comcast.net>
5228
5229         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
5230         with "mtune".
5231         * g++.old-deja/g++.other/store-expr2.C: Likewise.
5232         * gcc.c-torture/execute/20010129-1.x: Likewise.
5233         * gcc.dg/20011107-1.c: Likewise.
5234         * gcc.dg/20020108-1.c: Likewise.
5235         * gcc.dg/20020122-3.c: Likewise.
5236         * gcc.dg/20020206-1.c: Likewise.
5237         * gcc.dg/20020310-1.c: Likewise.
5238         * gcc.dg/20020426-2.c: Likewise.
5239         * gcc.dg/20020517-1.c: Likewise.
5240         * gcc.dg/991230-1.c: Likewise.
5241         * gcc.dg/i386-unroll-1.c: Likewise.
5242         * gcc.misc-tests/i386-prefetch.exp: Likewise.
5243
5244 2003-02-22  Jan Hubicka  <jh@suse.cz>
5245
5246         * gcc.dg/i386-mul.c: New test.
5247
5248 2003-02-21  Roger Sayle  <roger@eyesopen.com>
5249
5250         * gcc.dg/builtins-5.c: New test case.
5251
5252 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
5253
5254         * gcc.dg/asmreg-1.c: New test.
5255
5256 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
5257
5258         PR c++/9749
5259         * g++.dg/parse/varmod1.C: New test.
5260
5261 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
5262
5263         PR c++/9727
5264         * g++.dg/template/op1.C: New test.
5265
5266 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
5267
5268         PR c++/8906
5269         * g++.dg/template/nested2.C: New test.
5270
5271 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
5272
5273         PR c++/8724
5274         * g++.dg/expr/dtor1.C: New test.
5275
5276 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
5277
5278         * gcc.dg/cpp/include3.c: New test.
5279         * gcc.dg/cpp/inc/foo.h: New file.
5280
5281 2003-02-21  Glen Nakamura  <glen@imodulo.com>
5282
5283         * gcc.c-torture/execute/20030221-1.c: New test.
5284
5285 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
5286
5287         PR c++/9729
5288         * g++.dg/abi/conv1.C: New test.
5289
5290 2003-02-20  Jan Hubicka  <jh@suse.cz>
5291
5292         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
5293
5294 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
5295
5296         * gcc.c-torture/compile/20030219-1.c: New test.
5297
5298 2003-02-18  Jan Hubicka  <jh@suse.cz>
5299
5300         * gcc.dg/funcorder.c: New test.
5301
5302 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
5303
5304         * gcc.c-torture/execute/20030218-1.c: New.
5305
5306 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
5307
5308         * gcc.dg/20030218-1.c: New.
5309
5310 2003-02-18  Richard Henderson  <rth@redhat.com>
5311
5312         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
5313         * gcc.dg/attr-used-2.c: New.
5314
5315 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
5316
5317         PR c++/9704
5318         * g++.dg/init/copy5.C: New test.
5319
5320 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
5321
5322         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
5323         * g++.dg/pch/pch.exp: Likewise.
5324
5325 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
5326
5327         * gcc.c-torture/execute/20030209-1.c: Enable the test if
5328         STACK_SIZE is not defined.
5329
5330 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5331
5332         PR c++/9457
5333         * g++.dg/template/init1.C: New test.
5334
5335 2003-02-16  Jan HUbicka  <jh@suse.cz>
5336
5337         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
5338         (foo): Add few extra tests
5339         * gcc.dg/c99-const-expr-3.c: Likewise.
5340         * gcc.c-torture/execute/20030216-1.c: New.
5341
5342 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5343
5344         PR c++/9459
5345         * g++.dg/ext/typeof4.C: New test.
5346
5347 2003-02-15  Roger Sayle  <roger@eyesopen.com>
5348
5349         * gcc.dg/i386-387-3.c: New test case.
5350
5351 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
5352
5353         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
5354         cris-*-elf* cris-*-aout* and mmix-*-*.
5355
5356 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
5357
5358         * gcc.dg/20030213-1.c: New test.
5359
5360 2003-02-12  Roger Sayle  <roger@eyesopen.com>
5361
5362         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
5363         * gcc.dg/i386-387-2.c: Likewise.
5364
5365 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
5366
5367         * gcc.dg/ppc-spe.c: Fix formatting.
5368         Enable tests that were previously unsupported by gas.
5369         Delete tests for instructions that no longer exist.
5370         Switch arguments on evsubifw builtin.
5371
5372 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
5373
5374         * gcc.c-torture/execute/20030209-1.c: Disable the test if
5375         STACK_SIZE is too small.
5376
5377 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
5378             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
5379
5380         * gcc.dg/decl-2.c: New test.
5381
5382 2003-02-10  Jan Hubicka  <jh@suse.cz>
5383
5384         * gcc.dg/i386-fpcvt-1.c:  New test.
5385
5386 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
5387
5388         * gcc.c-torture/execute/20030209-1.c: New test.
5389
5390 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
5391
5392         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
5393         int-wide bitops, use the constants of the same width.
5394         Likewise, if long long is 32-bit wide, test bitops using
5395         32-bit constants.
5396
5397 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
5398
5399         * gcc.dg/20021014-1.c: Annotate with expected notice text.
5400
5401 2003-02-07  Roger Sayle  <roger@eyesopen.com>
5402
5403         * testsuite/gcc.dg/builtins-4.c: New test case.
5404
5405 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5406
5407         * gcc.dg/20020430-1.c: Fix dg command typos.
5408         * gcc.dg/20020503-1.c: Likewise.
5409
5410 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5411
5412         PR c++/8785
5413         * g++.dg/parse/fused-params1.C: New test.
5414
5415         PR c++/8857
5416         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
5417
5418         PR c++/8921
5419         * g++.dg/parse/non-dependent1.C: New test.
5420
5421         PR c++/8928
5422         * g++.dg/parse/dupl-tmpl-args1.C: New test.
5423
5424         PR c++/9228
5425         * g++.dg/parse/undefined7.C: New test.
5426         * g++.dg/parse/non-templ1.C: New test.
5427
5428         PR c++/9229
5429         * g++.dg/parse/too-many-tmpl-args1.C: New test.
5430
5431 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
5432
5433         * gcc.c-torture/compile/20030206-1.c: New test.
5434
5435 2003-02-05  Roger Sayle  <roger@eyesopen.com>
5436
5437         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
5438         "pow" to "foo" to avoid potential confusion with a math built-in.
5439
5440 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5441
5442         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
5443         conditions for SPARC targets.
5444
5445 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
5446
5447         * gcc.dg/20030204-1.c: New test.
5448
5449 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5450
5451         PR c++/38
5452         * g++.dg/parse/array-size1.C: New test.
5453
5454         PR c++/5657
5455         * g++.dg/parse/undefined3.C: New test.
5456
5457         PR c++/5665
5458         * g++.dg/parse/undefined4.C: New test.
5459
5460         PR c++/5975
5461         * g++.dg/parse/undefined5.C: New test.
5462
5463         PR c++/7259
5464         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
5465
5466         PR c++/8578
5467         * g++.dg/parse/casting-operator1.C: New test.
5468
5469         PR c++/8596
5470         * g++.dg/parse/undefined6.C: New test.
5471
5472         PR c++/8736
5473         * g++.dg/parse/missing-template1.C: New test.
5474
5475 2003-02-04  Jan Hubicka  <jh@suse.cz>
5476
5477         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
5478         * gcc.dg/i386-cmov?.c:  Likewise.
5479         * gcc.dg/i386-fpcvt-?.c:  Likewise.
5480         * gcc.dg/i386-ssefp-1.c:  Likewise.
5481         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
5482         conventions.
5483
5484 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
5485
5486         PR c++/7129
5487         * testsuite/g++.dg/ext/max.C: New test.
5488
5489 2003-02-03  Jan Hubicka  <jh@suse.cz>
5490
5491         * gcc.c-torture/execute/20030203-1.c: New test.
5492
5493 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
5494
5495         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
5496         'natural-endian'.
5497
5498 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
5499
5500         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
5501         * g++.dg/init/new2.C: Likewise.
5502         * g++.dg/other/new1.C: Likewise.
5503
5504 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
5505
5506         * gcc.dg/struct-ret-libc.c: New test.
5507
5508 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
5509
5510         * gcc.dg/20030129-1.c: New test.
5511
5512 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5513
5514         PR c++/8849
5515         * g++.dg/template/ptrmem4.C: New test.
5516
5517 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
5518
5519         * g++.dg/parser/constant1.C: New test.
5520
5521 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5522
5523         PR c++/8591
5524         * g++.dg/parse/friend2.C: New test.
5525
5526 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
5527
5528         PR c++/9437
5529         * g++.dg/template/unify4.C: New test.
5530
5531 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
5532
5533         * gcc.c-torture/execute/20030128-1.c: New test.
5534
5535 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
5536
5537         * g++.dg/lookup/nested1.C: Test moved from ...
5538         * g++.old-deja/g++.other/lookup24.C: ... here.
5539
5540 2003-01-28  Jan Hubicka  <jh@suse.cz>
5541
5542         * gcc.dg/i386-cmov5.c:  New test.
5543
5544 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
5545
5546         * gcc.c-torture/execute/20010925-1.c: Changed the
5547         memcpy declaration.
5548
5549 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
5550
5551         PR c++/3902
5552         * g++.dg/parse/template5.C: New test.
5553
5554 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
5555
5556         PR fortran/9258
5557         * g77.dg/pr9258: New test.
5558
5559 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5560
5561         * README: Move relevant parts from README.g++.
5562
5563         * README.g++: Remove this file.
5564
5565 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
5566
5567         * g++.dg/abi/dcast1.C: New test.
5568
5569 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5570
5571         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
5572
5573 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
5574
5575         PR c++/47
5576         * g++.old-deja/g++.other/lookup24.C: New test.
5577
5578 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5579
5580         PR middle-end/7227
5581         * gcc.dg/uninit-C.c: New test.
5582
5583 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
5584
5585         * g++.dg/abi/covariant1.C: New test.
5586
5587 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
5588
5589         * gcc.dg/20030123-1.c: New test.
5590
5591 2003-01-25  Jan Hubicka  <jh@suse.cz>
5592
5593         PR opt/8492
5594         * gcc.c-torture/compile/20030125-1.c
5595
5596 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
5597
5598         PR c++/9403
5599         * g++.dg/parse/template3.C: New test.
5600         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
5601
5602         PR c++/795
5603         * g++.dg/parse/template4.C: New test.
5604
5605         PR c++/9415
5606         * g++.dg/template/qual2.C: New test.
5607
5608         PR c++/8545
5609         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
5610
5611         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
5612
5613 2003-01-25  Roger Sayle  <roger@eyesopen.com>
5614
5615         * gcc.c-torture/execute/switch-1.c: New test case.
5616
5617 2003-01-25  Jan Hubicka  <jh@suse.cz>
5618
5619         * gcc.c-torture/execute/20030125-1.[cx]: New test.
5620
5621 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
5622
5623         Tweaks for Bison-1.875. From the NEWS file:
5624         "- `parse error' -> `syntax error'
5625         Bison now uniformly uses the term `syntax error'"
5626         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
5627         * gcc.dg/cpp/digraph2.c: Likewise.
5628         * gcc.dg/cpp/direct2.c: Likewise.
5629         * gcc.dg/cpp/paste4.c: Likewise.
5630         * gcc.dg/c90-restrict-1.c: Likewise.
5631         * gcc.dg/c99-func-2.c: Likewise.
5632         * gcc.dg/noncompile/920721-2.c: Likewise.
5633         * gcc.dg/noncompile/930622-2.c: Likewise.
5634         * gcc.dg/noncompile/940112-1.c: Likewise.
5635         * gcc.dg/noncompile/950921-1.c: Likewise.
5636         * gcc.dg/noncompile/951123-1.c: Likewise.
5637         * gcc.dg/noncompile/971104-1.c: Likewise.
5638         * gcc.dg/noncompile/990416-1.c: Likewise.
5639
5640 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
5641
5642         * g++.dg/parse/undefined1.C: Add error message.
5643
5644 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
5645
5646         PR c++/9354
5647         * g++.dg/parse/new1.C: New test.
5648
5649         PR c++/9216
5650         * g++.dg/parse/template2.C: New test.
5651
5652         PR c++/9354
5653         * g++.dg/parse/typedef2.C: New test.
5654
5655         PR c++/9328
5656         * g++.dg/ext/typeof3.C: New test.
5657
5658 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5659
5660         PR c++/2738
5661         * g++.dg/parse/ret-type1.C: New test.
5662
5663         PR c++/3792
5664         * g++.dg/parse/tmpl-outside1.C: New test.
5665
5666         PR c++/4207
5667         * g++.dg/parse/int-as-enum1.C: New test.
5668
5669         PR c++/4903
5670         * g++.dg/parse/no-typename1.C: New test.
5671
5672         PR c++/5533
5673         * g++.dg/parse/no-value1.C: New test.
5674
5675         PR c++/5921
5676         * g++.dg/parse/wrong-inline1.C: New test.
5677
5678         PR c++/6402
5679         * g++.dg/parse/ref1.C: New test.
5680
5681         PR c++/6992
5682         * g++.dg/parse/attr-ctor1.C: New test.
5683
5684         PR c++/7229
5685         * g++.dg/parse/namespace5.C: New test.
5686
5687         PR c++/7917
5688         * g++.dg/parse/func-def1.C: New test.
5689
5690         PR c++/8143
5691         * g++.dg/parse/undefined1.C: New test.
5692
5693         PR c++/5723, PR c++/8522
5694         * g++.dg/parse/specialization1.C: New test.
5695
5696         PR c++/163, PR c++/8595
5697         * g++.dg/parse/struct-as-enum1.C: New test.
5698
5699         PR c++/9173
5700         * g++.dg/parse/undefined2.C: New test.
5701
5702 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
5703
5704         PR c++/9298
5705         * g++.dg/parse/template1.C: New test.
5706
5707         PR c++/9384
5708         * g++.dg/parse/using1.C: New test.
5709
5710         PR c++/9285
5711         PR c++/9294
5712         * g++.dg/parse/expr2.C: New test.
5713
5714         PR c++/9388
5715         * g++.dg/parse/lookup2.C: Likewise.
5716
5717 2003-01-21  Jan Hubicka  <jh@suse.cz>
5718
5719         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
5720         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
5721         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
5722         * gcc.c-torture/execute/string-opt-*.c: Likewise.
5723
5724 2003-01-20  Nick Clifton  <nickc@redhat.com>
5725
5726         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
5727         problem with ARM sibcall code generation.
5728
5729 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
5730
5731         * gcc.c-torture/execute/20030120-1.c: New.
5732
5733 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
5734
5735         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
5736
5737 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
5738
5739         PR c++/9272
5740         * g++.dg/parse/ctor1.C: New test.
5741
5742         PR c++/9294:
5743         * g++.dg/parse/qualified1.C: New test.
5744
5745         * g++.dg/parse/typename3.C: New test.
5746
5747 2003-01-16  Richard Henderson  <rth@redhat.com>
5748
5749         * g++.dg/tls/init-2.C: Fix error matches for real this time.
5750
5751 2003-01-16  Richard Henderson  <rth@redhat.com>
5752
5753         * g++.dg/pch/pch.exp: Copy test header to the working directory
5754         before using it either for precompilation or direct use.
5755         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
5756         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
5757
5758 2003-01-16  Richard Henderson  <rth@redhat.com>
5759
5760         * gcc.dg/pch/pch.exp: Copy test header to the working directory
5761         before using it either for precompilation or direct use.
5762         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
5763         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
5764
5765 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
5766
5767         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
5768         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
5769         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
5770         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
5771         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
5772         typename warning into error.
5773         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
5774         error messages.
5775         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
5776         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
5777         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
5778         messages.
5779         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
5780         make declaration visible in template.
5781         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
5782         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
5783         messages.
5784         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
5785         message.
5786         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
5787         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
5788         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
5789         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
5790         typename warning with error message.
5791         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
5792         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
5793         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
5794
5795 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
5796
5797         * g++.dg/parse/ambig2.C: New test.
5798
5799 2003-01-15  Richard Henderson  <rth@redhat.com>
5800
5801         * g++.dg/tls/init-2.C: Update error message string.
5802
5803 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5804
5805         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
5806
5807 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
5808
5809         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
5810         all for HC11/HC12.
5811         * gcc.c-torture/compile/20001205-1.x: Likewise.
5812         * gcc.c-torture/compile/20001226-1.x: Likewise.
5813         * gcc.c-torture/compile/920520-1.x: Likewise.
5814         * gcc.c-torture/compile/961203-1.x: Likewise.
5815         * gcc.c-torture/compile/20020604-1.x: Likewise.
5816
5817 2003-01-15  Jan Hubicka  <jh@suse.cz>
5818
5819         * gcc.c-torture/compile/20030115-1.c: New test.
5820
5821         * gcc.dg/i386-fpcvt-1.c: New test.
5822         * gcc.dg/i386-fpcvt-2.c: New test.
5823
5824 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
5825
5826         Further conform g++'s __vmi_class_type_info to the C++ ABI
5827         specification.
5828         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
5829         the specification.
5830
5831 2003-01-14  Jan Hubicka  <jh@suse.cz>
5832
5833         * gcc.dg/i386-fpcvt-1.c: New test.
5834         * gcc.dg/i386-fpcvt-2.c: New test.
5835
5836 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
5837
5838         * gcc.dg/i386-mmx-3.c: New test.
5839
5840 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
5841
5842         PR c++/9264
5843         * g++.dg/parse/octal1.C: New file.
5844
5845         PR c++/9172
5846         * g++.dg/parse/typename1.C: New file.
5847
5848 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
5849
5850         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
5851         * gcc.dg/bf-no-ms-layout.c: Likewise.
5852         * gcc.dg/bf-ms-attrib.c: Likewise.
5853
5854 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
5855
5856         PR c++/9099
5857         * g++.dg/parse/dtor1.C: New file.
5858
5859         PR c++/9128
5860         * g++.dg/rtti/typeid1.C: New file.
5861
5862         PR c++/9153
5863         * g++.dg/parse/lookup1.C: New file.
5864
5865         PR c++/9171
5866         * g++.dg/templ/spec5.C: New file.
5867
5868 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
5869
5870         * gcc.c-torture/compile/20030110-1.c: New test.
5871
5872 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
5873
5874         Merge from pch-branch:
5875
5876         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
5877
5878         * gcc.dg/pch/cpp-1.h: New.
5879         * gcc.dg/pch/cpp-1.c: New.
5880         * gcc.dg/pch/cpp-2.h: New.
5881         * gcc.dg/pch/cpp-2.c: New.
5882
5883         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
5884
5885         * gcc.dg/pch/except-1.h: New.
5886         * gcc.dg/pch/except-1.c: New.
5887
5888         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
5889
5890         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
5891         running test.
5892         * gcc.dg/pch: Include *.hp not *.h.
5893         * gcc.dg/pch/system-1.h: New.
5894         * gcc.dg/pch/system-1.c: New.
5895
5896         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
5897
5898         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
5899         rather than trying to build and run a program using PCH.
5900         * gcc.dg/pch: Remove dg-do commands from test files.
5901
5902         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
5903
5904         * gcc.dg/pch/macro-3.c: New.
5905         * gcc.dg/pch/macro-3.h: New.
5906
5907         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
5908
5909         * gcc.dg/pch/common-1.c: New.
5910         * gcc.dg/pch/common-1.h: New.
5911         * gcc.dg/pch/decl-1.c: New.
5912         * gcc.dg/pch/decl-1.h: New.
5913         * gcc.dg/pch/decl-2.c: New.
5914         * gcc.dg/pch/decl-2.h: New.
5915         * gcc.dg/pch/decl-3.c: New.
5916         * gcc.dg/pch/decl-3.h: New.
5917         * gcc.dg/pch/decl-4.c: New.
5918         * gcc.dg/pch/decl-4.h: New.
5919         * gcc.dg/pch/decl-5.c: New.
5920         * gcc.dg/pch/decl-5.h: New.
5921         * gcc.dg/pch/global-1.c: New.
5922         * gcc.dg/pch/global-1.h: New.
5923         * gcc.dg/pch/inline-1.c: New.
5924         * gcc.dg/pch/inline-1.h: New.
5925         * gcc.dg/pch/inline-2.c: New.
5926         * gcc.dg/pch/inline-2.h: New.
5927         * gcc.dg/pch/static-1.c: New.
5928         * gcc.dg/pch/static-1.h: New.
5929         * gcc.dg/pch/static-2.c: New.
5930         * gcc.dg/pch/static-2.h: New.
5931
5932         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
5933
5934         * g++.dg/pch/pch.exp: Better handle failing testcases.
5935         * gcc.dg/pch/pch.exp: Likewise.
5936         * gcc.dg/pch/macro-1.c: New.
5937         * gcc.dg/pch/macro-1.h: New.
5938         * gcc.dg/pch/macro-2.c: New.
5939         * gcc.dg/pch/macro-2.h: New.
5940
5941         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
5942
5943         * g++.dg/dg.exp: Treat files in pch/ specially.
5944         * g++.dg/pch/pch.exp: New file.
5945         * g++.dg/pch/empty.H: New file.
5946         * g++.dg/pch/empty.C: New file.
5947         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
5948         "precompile".
5949
5950         * gcc.dg/pch/pch.exp: New file.
5951         * gcc.dg/pch/empty.h: New file.
5952         * gcc.dg/pch/empty.c: New file.
5953         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
5954         "precompile".
5955
5956 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5957
5958         * g++.dg/template/friend14.C: New test.
5959
5960 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
5961
5962         * gcc.dg/old-style-asm-1.c: New test.
5963
5964 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
5965
5966         * gcc.c-torture/compile/20030109-1.c: New test.
5967
5968 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
5969
5970         * gcc.c-torture/execute/20030109-1.c: New test.
5971
5972 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
5973
5974         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
5975         * g++.old-deja/g++.mike/dyncast2.C: Likewise
5976         * g++.old-deja/g++.mike/dyncast3.C: Likewise
5977         * g++.old-deja/g++.mike/eh2.C: Likewise
5978         * g++.old-deja/g++.mike/eh3.C: Likewise
5979         * g++.old-deja/g++.mike/eh5.C: Likewise
5980         * g++.old-deja/g++.mike/eh6.C: Likewise
5981         * g++.old-deja/g++.mike/eh7.C: Likewise
5982         * g++.old-deja/g++.mike/eh8.C: Likewise
5983         * g++.old-deja/g++.mike/eh9.C: Likewise
5984         * g++.old-deja/g++.mike/eh10.C: Likewise
5985         * g++.old-deja/g++.mike/eh12.C: Likewise
5986         * g++.old-deja/g++.mike/eh13.C: Likewise
5987         * g++.old-deja/g++.mike/eh14.C: Likewise
5988         * g++.old-deja/g++.mike/eh16.C: Likewise
5989         * g++.old-deja/g++.mike/eh17.C: Likewise
5990         * g++.old-deja/g++.mike/eh18.C: Likewise
5991         * g++.old-deja/g++.mike/eh21.C: Likewise
5992         * g++.old-deja/g++.mike/eh23.C: Likewise
5993         * g++.old-deja/g++.mike/eh24.C: Likewise
5994         * g++.old-deja/g++.mike/eh25.C: Likewise
5995         * g++.old-deja/g++.mike/eh26.C: Likewise
5996         * g++.old-deja/g++.mike/eh27.C: Likewise
5997         * g++.old-deja/g++.mike/eh28.C: Likewise
5998         * g++.old-deja/g++.mike/eh29.C: Likewise
5999         * g++.old-deja/g++.mike/eh31.C: Likewise
6000         * g++.old-deja/g++.mike/eh33.C: Likewise
6001         * g++.old-deja/g++.mike/eh34.C: Likewise
6002         * g++.old-deja/g++.mike/eh35.C: Likewise
6003         * g++.old-deja/g++.mike/eh36.C: Likewise
6004         * g++.old-deja/g++.mike/eh37.C: Likewise
6005         * g++.old-deja/g++.mike/eh38.C: Likewise
6006         * g++.old-deja/g++.mike/eh39.C: Likewise
6007         * g++.old-deja/g++.mike/eh40.C: Likewise
6008         * g++.old-deja/g++.mike/eh41.C: Likewise
6009         * g++.old-deja/g++.mike/eh42.C: Likewise
6010         * g++.old-deja/g++.mike/eh44.C: Likewise
6011         * g++.old-deja/g++.mike/eh46.C: Likewise
6012         * g++.old-deja/g++.mike/eh47.C: Likewise
6013         * g++.old-deja/g++.mike/eh48.C: Likewise
6014         * g++.old-deja/g++.mike/eh49.C: Likewise
6015         * g++.old-deja/g++.mike/eh50.C: Likewise
6016         * g++.old-deja/g++.mike/eh51.C: Likewise
6017         * g++.old-deja/g++.mike/eh53.C: Likewise
6018         * g++.old-deja/g++.mike/eh55.C: Likewise
6019         * g++.old-deja/g++.mike/p7912.C: Likewise
6020         * g++.old-deja/g++.mike/p9706.C: Likewise
6021         * g++.old-deja/g++.mike/p10416.C: Likewise
6022         * g++.old-deja/g++.mike/p11667.C: Likewise
6023         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
6024         Remove redundant reference to Iris.
6025         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
6026         Elxsi, i860, Pico Java, and WE32K.
6027
6028 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
6029
6030         * g++.dg/ext/asm4.C: New test.
6031
6032 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6033
6034         PR c++/9030
6035         * g++.dg/template/friend12.C: New test.
6036         * g++.dg/template/friend13.C: Likewise.
6037         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
6038
6039 2003-01-08  Jan Hubicka  <jh@suse.cz>
6040
6041         * gcc.dg/i386-cadd.c: New test.
6042         * gcc.dg/i386-cmov4.c: Likewise.
6043
6044 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
6045
6046         PR c++/9165
6047         * g++.dg/warn/Wunused-3.C: New test.
6048
6049         * g++.dg/abi/bitfield9.C: New test.
6050
6051         PR c++/9189
6052         * g++.dg/parse/defarg3.C: New test.
6053
6054 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
6055
6056         * g++.dg/parse/ambig1.C: New test.
6057         * g++.dg/parse/defarg2.C: New test.
6058
6059 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
6060
6061         * g++.dg/template/defarg-1.C: New test.
6062         * g++.dg/template/local2.C: Likewise.
6063
6064 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
6065
6066         * gcc.c-torture/execute/20030105-1.c: New test.
6067
6068 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6069
6070         * g++.dg/parse/namespace3.C: Remove extra semicolons.
6071         * g++.dg/parse/namespace4.C: Likewise.
6072
6073 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
6074
6075         * g++.dg/template/ntp2.C: New test.
6076
6077 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6078
6079         * g++.dg/parse/extern-C-1.C: New test.
6080
6081         * g++.dg/parse/namespace4.C: New test.
6082
6083         * g++.dg/template/nested1.C: New test.
6084
6085         * g++.dg/parse/namespace3.C: New test.
6086
6087 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6088
6089         * g++.dg/lookup/two-stage1.C: New test.
6090
6091 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6092
6093         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
6094         * g++.old-deja/g++.jason/access8.C: Likewise.
6095         * g++.old-deja/g++.other/decl5.C: Likewise.
6096
6097 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
6098
6099         * g++.dg/parse/parse7.C: New test.
6100
6101 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
6102
6103         PR c++/2843
6104         * g++.dg/ext/attrib7.C: New test.
6105
6106 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
6107
6108         * g++.dg/parse/parse6.C: New test.
6109
6110 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
6111
6112         * gcc.dg/h8300-stack-1.c: New.
6113
6114 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6115
6116         g++.dg/lookup/exception1.C: New test.
6117
6118         g++.dg/lookup/template1.C: New test.
6119
6120         g++.dg/parse/namespace2.C: New test.
6121
6122         g++.dg/parse/parens2.C: New test.
6123
6124 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
6125
6126         * g++.dg/parse/parse5.C: New test.
6127         * g++.dg/lookup/scoped4.C: New test.
6128
6129 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6130
6131         * g++.dg/parse/parens1.C: New test.
6132
6133         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
6134         angle-bracket1.C.
6135         * g++.dg/parse/parens2.C: New test.
6136
6137         * g++.dg/lookup/scope-operator1.C: New test.
6138
6139         * g++.dg/parse/operator1.C: New test.
6140
6141 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6142
6143         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
6144         * g++.old-deja/g++.other/access6.C: Likewise.
6145         * g++.old-deja/g++.other/decl1.C: Likewise.
6146         * g++.old-deja/g++.pt/typename12.C: Likewise.
6147
6148 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
6149
6150         * g++.dg/parse/namespace1.C: New test.
6151
6152 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
6153
6154         * g++.dg/parse/parse4.C: New test.
6155
6156 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
6157
6158         * g++.dg/parse/parse3.C: New test.
6159
6160 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
6161
6162         * g++.dg/parse/parse2.C: New test.
6163
6164 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
6165
6166         * g++.dg/template/friend11.C: New test.
6167
6168 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
6169
6170         * g++.dg/parse/parse1.C: New test.
6171
6172 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
6173
6174         * lib/profopt.exp: Change the name of a global variable to avoid
6175         possible clashes with other test suites.
6176
6177 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
6178
6179         * g++.dg/inherit/covariant8.C: New test.
6180
6181 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
6182
6183         * g++.dg/init/array9.C: New test.
6184
6185         PR c++/9112
6186         * g++.dg/parse/expr1.C: New test.
6187
6188 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
6189
6190         * gcc.c-torture/compile/20021230-1.c: New test.
6191
6192 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
6193
6194         * g++.dg/inherit/covariant5.C: New test.
6195         * g++.dg/inherit/covariant6.C: New test.
6196         * g++.dg/inherit/covariant7.C: New test.
6197
6198 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6199
6200         PR c++/2739
6201         * g++.dg/other/access2.C: New test.
6202
6203 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6204
6205         * g++.dg/other/anon-struct.C: No longer fails
6206         * g++.old-deja/g++.brendan/parse4.C: Likewise.
6207         * g++.old-deja/g++.brendan/parse5.C: Likewise.
6208         * g++.old-deja/g++.brendan/parse6.C: Likewise.
6209
6210 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6211
6212         * g++.dg/parse/angle-bracket.C (main): No longer fails.
6213
6214 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
6215
6216         * g++.dg/eh/spec4.C: Remove stray semicolon.
6217         * g++.dg/expr/pmf-1.C: Change error message.
6218         * g++.dg/ext/asm1.C: Remove stray semicolon.
6219         * g++.dg/ext/typename1.C: Add missing typenames.
6220         * g++.dg/inherit/template-as-base.C: Change error message.
6221         * g++.dg/lookup/scoped1.C: Likewise.
6222         * g++.dg/lookup/scoped2.C: Likewise.
6223         * g++.dg/lookup/using2.C: Likewise.
6224         * g++.dg/other/component1.C: Remove stray semicolon.
6225         * g++.dg/other/do1.C: Change error message.
6226         * g++.dg/other/error2.C: Likewise.
6227         * g++.dg/other/init1.C: Likewise.
6228         * g++.dg/other/packed1.C: Remove stray semicolon.
6229         * g++.dg/other/ptrmem2.C: Change error message.
6230         * g++.dg/parse/parameter-declaration-1.C: Remove line number
6231         marker.
6232         * g++.dg/special/initp1.C: Remove invalid attribute usage.
6233         * g++.dg/template/access3.C: Add typename keyword.
6234         * g++.dg/template/access5.C: Remove stray semicolon.
6235         * g++.dg/template/access6.C: Likewise.
6236         * g++.dg/template/complit1.C: Likewise.
6237         * g++.dg/template/crash1.C: Change error message.
6238         * g++.dg/template/inherit2.C: Remove stray semicolon.
6239         * g++.dg/template/instantiate2.C: Likewise.
6240         * g++.dg/template/instantiate3.C: Change error message.
6241         * g++.dg/template/qual1.C: Remove stray semicolon.
6242         * g++.dg/template/qualttp18.C: Change error message.
6243         * g++.dg/template/ref1.C: Remove stray semicolon.
6244         * g++.dg/template/sizeof1.C (A::value): Declare it.
6245         * g++.dg/template/spec4.C: Change error message.
6246         * g++.dg/template/static1.C: Likewise.
6247         * g++.dg/template/type1.C: Likewise.
6248         * g++.dg/template/typename3.C: Likewise.
6249         * g++.old-deja/g++.benjamin/13478.C: Change error message.
6250         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
6251         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
6252         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
6253         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
6254         named return value extension.
6255         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
6256         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
6257         * g++.old-deja/g++.bob/extern_C.C: Likewise.
6258         * g++.old-deja/g++.bob/inherit2.C: Likewise.
6259         * g++.old-deja/g++.brendan/complex1.C: Likewise.
6260         * g++.old-deja/g++.brendan/copy5.C: Likewise.
6261         * g++.old-deja/g++.brendan/crash13.C: Likewise.
6262         * g++.old-deja/g++.brendan/crash15.C: Likewise.
6263         * g++.old-deja/g++.brendan/crash18.C: Change error message.
6264         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
6265         * g++.old-deja/g++.brendan/crash38.C: Likewise.
6266         * g++.old-deja/g++.brendan/crash50.C: Likewise.
6267         * g++.old-deja/g++.brendan/crash56.C: Likewise.
6268         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
6269         syntax.
6270         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
6271         * g++.old-deja/g++.brendan/crash8.C: Change error message.
6272         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
6273         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
6274         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
6275         * g++.old-deja/g++.brendan/template11.C: Likewise.
6276         * g++.old-deja/g++.brendan/template26.C: Likewise.
6277         * g++.old-deja/g++.brendan/template27.C: Use explicit
6278         specialization syntax.
6279         * g++.old-deja/g++.brendan/template30.C: Likewise.
6280         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
6281         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
6282         non-dependent names.
6283         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
6284         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
6285         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
6286         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
6287         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
6288         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
6289         named return value extension.
6290         * g++.old-deja/g++.ext/namedret2.C: Likewise.
6291         * g++.old-deja/g++.ext/namedret3.C: Likewise.
6292         * g++.old-deja/g++.ext/return1.C: Likewise.
6293         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
6294         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
6295         * g++.old-deja/g++.jason/access8.C: Likewise.
6296         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
6297         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
6298         pseudo-destructor names.
6299         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
6300         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
6301         pseudo-destructor names.
6302         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
6303         * g++.old-deja/g++.jason/overload19.C: Likewise.
6304         * g++.old-deja/g++.jason/overload32.C: Likewise.
6305         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
6306         stray semicolons.
6307         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
6308         * g++.old-deja/g++.jason/return.C: Likewise.
6309         * g++.old-deja/g++.jason/return2.C: Likewise.
6310         * g++.old-deja/g++.jason/shadow1.C: Likewise.
6311         * g++.old-deja/g++.jason/special.C: Use explicit specialization
6312         syntax.
6313         * g++.old-deja/g++.jason/template10.C: Account for use of
6314         non-dependent names.
6315         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
6316         syntax.
6317         * g++.old-deja/g++.jason/template37.C: Likewise.
6318         * g++.old-deja/g++.law/access4.C: Change error messages.
6319         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
6320         pseudo-destructor names.
6321         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
6322         * g++.old-deja/g++.law/ctors9.C: Likewise.
6323         * g++.old-deja/g++.law/cvt22.C: Likewise.
6324         * g++.old-deja/g++.law/dtors5.C: Likewise.
6325         * g++.old-deja/g++.law/global-init1.C: Likewise.
6326         * g++.old-deja/g++.law/missed-error3.C: Likewise.
6327         * g++.old-deja/g++.law/operators28.C: Likewise.
6328         * g++.old-deja/g++.law/visibility28.C: Likewise.
6329         * g++.old-deja/g++.martin/eval1.C: Likewise.
6330         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
6331         name.
6332         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
6333         * g++.old-deja/g++.mike/net34.C: Likewise.
6334         * g++.old-deja/g++.mike/net36.C: Likewise.
6335         * g++.old-deja/g++.mike/ns2.C: Likewise.
6336         * g++.old-deja/g++.mike/p12306.C: Likewise.
6337         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
6338         value extension.
6339         * g++.old-deja/g++.mike/p700.C: Likewise.
6340         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
6341         * g++.old-deja/g++.mike/p710.C: Likewise.
6342         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
6343         value extension.
6344         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
6345         * g++.old-deja/g++.mike/pmf9.C: Likewise.
6346         * g++.old-deja/g++.ns/crash2.C: Likewise.
6347         * g++.old-deja/g++.ns/crash3.C: Likewise.
6348         * g++.old-deja/g++.ns/invalid1.C: Likewise.
6349         * g++.old-deja/g++.ns/ns17.C: Likewise.
6350         * g++.old-deja/g++.ns/template16.C: Likewise.
6351         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
6352         keyword.
6353         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
6354         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
6355         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
6356         named return value extension.
6357         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
6358         * g++.old-deja/g++.other/access4.C: Issue additional error
6359         messages.
6360         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
6361         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
6362         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
6363         * g++.old-deja/g++.other/crash25.C: Change error message.
6364         * g++.old-deja/g++.other/crash4.C: Change error message.
6365         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
6366         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
6367         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
6368         checks.
6369         * g++.old-deja/g++.other/defarg8.C: Likewise.
6370         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
6371         * g++.old-deja/g++.other/dtor10.C: Likewise.
6372         * g++.old-deja/g++.other/incomplete.C: Likewise.
6373         * g++.old-deja/g++.other/linkage7.C: Likewise.
6374         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
6375         lookup algorithm.
6376         * g++.old-deja/g++.other/mangle2.C: Likewise.
6377         * g++.old-deja/g++.other/refinit2.C: Likewise.
6378         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
6379         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
6380         * g++.old-deja/g++.pt/crash28.C: Likewise.
6381         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
6382         syntax.
6383         * g++.old-deja/g++.pt/crash32.C: Change error message.
6384         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
6385         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
6386         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
6387         error message position.
6388         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
6389         * g++.old-deja/g++.pt/defarg8.C: Change error message.
6390         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
6391         syntax.
6392         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
6393         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
6394         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
6395         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
6396         keyword.
6397         * g++.old-deja/g++.pt/explicit31.C: Likewise.
6398         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
6399         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
6400         keyword.
6401         * g++.old-deja/g++.pt/explicit71.C: Change error message.
6402         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
6403         syntax.
6404         * g++.old-deja/g++.pt/friend28.C: Account for use of
6405         non-dependent names.
6406         * g++.old-deja/g++.pt/friend29.C: Likewise.
6407         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
6408         rules.
6409         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
6410         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
6411         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
6412         lookup rules.
6413         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
6414         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
6415         keyword.
6416         * g++.old-deja/g++.pt/memclass20.C: Likewise.
6417         * g++.old-deja/g++.pt/memclass5.C: Likewise.
6418         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
6419         keyword.
6420         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
6421         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
6422         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
6423         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
6424         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
6425         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
6426         keyword.
6427         * g++.old-deja/g++.pt/spec10.C: Likewise.
6428         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
6429         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
6430         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
6431         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
6432         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
6433         * g++.old-deja/g++.pt/ttp62.C: Likewise.
6434         * g++.old-deja/g++.pt/ttp64.C: Likewise.
6435         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
6436         * g++.old-deja/g++.pt/typename15.C: Likewise.
6437         * g++.old-deja/g++.pt/typename22.C: Likewise.
6438         * g++.old-deja/g++.pt/typename6.C: Change error messages.
6439         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
6440         * g++.old-deja/g++.pt/virtual2.C: Likewise.
6441         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
6442         syntax.
6443         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
6444         return value extension.
6445         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
6446         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
6447         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
6448         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
6449
6450 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
6451
6452         * g++.dg/warn/inline1.C: New test.
6453         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
6454         * g++.old-deja/g++.jason/synth10.C: Likewise.
6455         * g++.old-deja/g++.mike/net31.C: Likewise.
6456         * g++.old-deja/g++.mike/p8786.C: Likewise.
6457
6458         * g++.dg/template/friend10.C: New test.
6459         * g++.dg/template/conv5.C: New test.
6460
6461 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
6462
6463         * g++.dg/lookup/scoped3.C: New test.
6464
6465         * g++.dg/lookup/decl1.C: New test.
6466         * g++.dg/lookup/decl2.C: New test.
6467
6468 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
6469
6470         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
6471         gcc.c-torture/compile/20021015-1.c,
6472         gcc.c-torture/compile/20021015-2.c,
6473         gcc.c-torture/compile/20021123-1.c,
6474         gcc.c-torture/compile/20021123-2.c,
6475         gcc.c-torture/compile/20021123-3.c,
6476         gcc.c-torture/compile/20021123-4.c,
6477         gcc.c-torture/execute/20021024-1.c: Add tests previously added
6478         only to 3.1 or 3.2 branch.
6479
6480 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
6481
6482         * gcc.dg/i386-bitfield3.c: New test.
6483
6484         * gcc.dg/i386-bitfield2.c: New test.
6485
6486 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
6487
6488         * g++.dg/parse/conv_op1.C: New test.
6489
6490 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
6491
6492         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
6493         approved.
6494
6495 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
6496
6497         * gcc.c-torture/compile/20021220-1.c: New test.
6498
6499 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
6500
6501         * gcc.dg/i386-fastcall-1.c: New.
6502
6503 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
6504
6505         * gcc.c-torture/execute/20021219-1.c: New test.
6506
6507 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
6508
6509         * gcc.dg/i386-pic-1.c: New test.
6510
6511 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6512
6513         PR c++/8099
6514         * g++.dg/template/friend9.C: New test.
6515
6516 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6517
6518         PR c++/3663
6519         * g++.dg/template/access7.C: New test.
6520
6521 2002-12-18  Nick Clifton  <nickc@redhat.com>
6522
6523         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
6524         the libstdc++-v3 directory has been found.
6525
6526 2002-12-12  Devang Patel <dpatel@apple.com>
6527         * gcc.dg/darwin-ld-1.c: New test.
6528         * gcc.dg/darwin-ld-2.c: New test.
6529         * gcc.dg/darwin-ld-3.c: New test.
6530         * gcc.dg/darwin-ld-4.c: New test.
6531         * gcc.dg/darwin-ld-5.c: New test.
6532
6533 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
6534
6535         * gcc.c-torture/compile/20021212-1.c: New test.
6536
6537 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
6538
6539         * gcc.dg/fshort-wchar: New test.
6540
6541 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
6542
6543         PR c++/8372
6544         * g++.dg/template/dtor1.C: New test.
6545
6546         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
6547         markers.
6548
6549 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
6550
6551         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
6552
6553 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
6554
6555         * g++.dg/template/static1.C: New test.
6556         * g++.dg/template/static2.C: New test.
6557         * g++.old-deja/g++.ext/memconst.C: New test.
6558
6559 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6560
6561         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
6562         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
6563         * g++.dg/special/initp1.C: Likewise.
6564
6565 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
6566
6567         * gcc.c-torture/execute/20021204-1.c: New test.
6568
6569 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
6570
6571         * gcc.dg/ppc-fmadd-1.c: New file.
6572         * gcc.dg/ppc-fmadd-2.c: New file.
6573         * gcc.dg/ppc-fmadd-3.c: New file.
6574
6575 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6576
6577         * gcc.c-torture/compile/20021204-1.c: New test.
6578
6579 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
6580
6581         * g++.dg/inherit/covariant2.C: New test.
6582         * g++.dg/inherit/covariant3.C: New test.
6583         * g++.dg/inherit/covariant4.C: New test.
6584         * g++.dg/inherit/covariant1.C: Remove XFAIL.
6585         * g++.old-deja/g++.robertl/eb17.C: Likewise.
6586
6587 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
6588
6589         PR c++/8688
6590         * g++.dg/init/brace3.C: New test.
6591
6592 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
6593
6594         * gcc.dg/20020210-1.c: Fix a comment typo.
6595
6596 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
6597
6598         PR c++/8720
6599         * g++.dg/parse/defarg1.C: New test.
6600
6601         PR c++/8615
6602         * g++.dg/template/char1.C: New test.
6603
6604         * g++.dg/template/varmod1.C: Fix typo.
6605
6606 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6607
6608         DR 180
6609         * g++.old-deja/g++.pt/crash32.C: Expect error.
6610
6611 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
6612
6613         PR c++/5919
6614         * g++.dg/template/varmod1.C: New test.
6615
6616         PR c++/8727
6617         * g++.dg/inherit/typeinfo1.C: New test.
6618
6619         PR c++/8663
6620         * g++.dg/inherit/typedef1.C: New test.
6621
6622 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
6623
6624         PR c++/8332
6625         PR c++/8493
6626         * g++.dg/template/strlen1.C: New test.
6627
6628         PR c++/8227
6629         * g++.dg/template/ctor2.C: New test.
6630
6631         PR c++/8214
6632         * g++.dg/init/string1.C: New test.
6633
6634         PR c++/8511
6635         * g++.dg/template/friend8.C: New test.
6636
6637 2002-11-29  Joe Buck <jbuck@synopsys.com>
6638
6639         * g++.dg/lookup/anon2.C: New test.
6640
6641 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
6642
6643         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
6644         h8300 port.
6645
6646 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
6647
6648         * gcc.dg/bitfld-6.c: New test.
6649
6650 2002-11-27  Jan Hubicka  <jh@suse.cz>
6651
6652         * gcc.c-torture/execute/20021127.[cx]: New test.
6653
6654 2002-11-26  Jan Hubicka  <jh@suse.cz>
6655
6656         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
6657         quality.
6658
6659 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
6660
6661         * g++.dg/init/brace2.C: New test.
6662         * g++.old-deja/g++.mike/p9129.C: Correct.
6663
6664 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
6665
6666         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
6667
6668 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
6669
6670         * gcc.dg/sibcall-6: New test for indirect sibcalls.
6671
6672 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
6673
6674         * testsuite/g++.dg/abi/empty11.C: New test.
6675         * testsuite/g++.dg/rtti/cv1.C: New test.
6676
6677 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
6678
6679         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
6680
6681 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
6682
6683         * g++.dg/abi/empty10.C: New test.
6684
6685 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
6686
6687         * gcc.c-torture/compile/20021124-1.c: New test.
6688
6689 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
6690
6691         * g++.dg/abi/rtti2.C: New test.
6692
6693 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
6694
6695         * gcc.dg/i386-unroll-1.c: New test.
6696
6697 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
6698
6699         * gcc.c-torture/compile/20021120-1.c: New test.
6700         * gcc.c-torture/compile/20021120-2.c: New test.
6701
6702 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
6703
6704         * gcc.dg/bitfld-5.c: New test.
6705
6706 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
6707
6708         * gcc.c-torture/execute/20021120-3.c: New test.
6709
6710 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
6711
6712         * gcc.c-torture/execute/20021120-2.c: New test.
6713
6714 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
6715
6716         * gcc.c-torture/execute/20021120-1.c: New test.
6717
6718 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
6719
6720         * gcc.c-torture/execute/20021118-3.c: New test.
6721
6722 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
6723
6724         * gcc.c-torture/compile/20021119-1.c: New test.
6725
6726 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
6727
6728         * gcc.dg/duff-1.c: New test.
6729         * gcc.dg/duff-2.c: New test.
6730         * gcc.dg/duff-3.c: New test.
6731
6732 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
6733
6734         * gcc.dg/cpp/_Pragma5.c: New test.
6735
6736 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
6737
6738         * gcc.c-torture/execute/20021118-2.c: New test.
6739
6740 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
6741
6742         * gcc.c-torture/execute/20021118-1.c: New test.
6743
6744 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
6745
6746         * gcc.dg/20021116-1.c: New test.
6747
6748 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
6749
6750         * g++.dg/abi/vcall1.C: New test.
6751
6752 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
6753
6754         * gcc.dg/20021029-1.c: New test.
6755         * gcc.dg/20021029-2.c: New test.
6756
6757 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6758
6759         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
6760
6761 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
6762
6763         PR c/8439
6764         * gcc.dg/20021110.c: Move to ...
6765         * gcc.c-torture/compile/20021110.c: .... here.
6766
6767 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6768
6769         PR c/8467
6770         * gcc.c-torture/execute/20021111-1.c
6771
6772 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
6773
6774         PR c/8439
6775         * gcc.dg/20021110.c: New test.
6776
6777 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
6778
6779         * g++.dg/abi/vthunk3.C: Run only on x86.
6780
6781 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
6782
6783         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
6784
6785 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
6786
6787         * lib/compat.exp (compat-execute): Fix logic error in last
6788         change.
6789
6790 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
6791
6792         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
6793
6794 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6795
6796         PR c++/8389
6797         * g++.dg/template/access6.C: New test.
6798
6799 2002-11-08  Jan Hubicka  <jh@suse.cz>
6800
6801         * gcc.dg/i386-ssefp-1.c: New test.
6802         * gcc.dg/i386-ssefp-1.c: New test.
6803
6804 2002-11-08  Jan Hubicka  <jh@suse.cz>
6805
6806         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
6807
6808 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
6809
6810         * g++.dg/abi/vthunk3.C: New test.
6811
6812         PR c++/8338
6813         * g++.dg/template/crash2.C: New test.
6814
6815 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
6816
6817         * testsuite/g++.dg/abi/dtor1.C: New test.
6818         * testsuite/g++.dg/abi/dtor2.C: Likewise.
6819
6820 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
6821
6822         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
6823         Darwin.
6824
6825 2002-11-04  Adam Nemet  <anemet@lnxw.com>
6826
6827         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
6828         -mthumb.  Only xfail with -O0.
6829
6830 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
6831
6832         * g++.dg/abi/thunk1.C: New test.
6833         * g++.dg/abi/thunk2.C: Likewise.
6834         * g++.dg/abi/vtt1.C: Likewise.
6835
6836 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
6837
6838         PR optimization/8423
6839         * gcc.c-torture/execute/builtin-constant.c: New test.
6840
6841 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
6842
6843         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
6844         Add some more cases.
6845
6846 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
6847
6848         PR c++/8391
6849         * g++.dg/opt/local1.C: New test.
6850
6851 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
6852
6853         PR c++/8160
6854         * g++.dg/template/complit1.C: New test.
6855
6856         PR c++/8149
6857         * g++.dg/template/typename4.C: Likewise.
6858
6859 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6860
6861         Core issue 287, PR c++/7639
6862         * g++.dg/template/instantiate1.C: Adjust error location.
6863         * g++.dg/template/instantiate3.C: New test.
6864         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
6865         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
6866         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
6867
6868 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
6869
6870         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
6871
6872 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
6873
6874         PR c++/8287
6875         * g++.dg/init/dtor2.C: New test.
6876
6877 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6878
6879         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
6880         * gcc.dg/nest.c: Bypass errors on irix6.
6881
6882 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
6883
6884         * gcc.dg/nest.c: Expect error for mmix-*-*.
6885         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
6886
6887 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
6888
6889         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
6890         markers.
6891
6892         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
6893
6894 2002-10-25  Mike Stump  <mrs@apple.com>
6895
6896         * gcc.dg/warn-1.c: New test.
6897
6898 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
6899
6900         * g++.dg/template/typename3.C: New test.
6901
6902 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
6903
6904         * g++.dg/lookup/ptrmem1.C: New test.
6905
6906         * g++.dg/abi/vthunk2.C: New test.
6907
6908 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
6909
6910         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
6911
6912 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
6913
6914         * g++.dg/abi/empty9.C: New test.
6915
6916 2002-10-24  Richard Henderson  <rth@redhat.com>
6917
6918         * g++.dg/inherit/thunk1.C: Enable for ia64.
6919
6920 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
6921
6922         PR c++/8067
6923         * g++.dg/lookup/pretty1.C: New test.
6924
6925 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
6926
6927         * gcc.dg/20021023-1.c: New test.
6928
6929 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
6930
6931         PR c++/7679
6932         * g++.dg/parse/inline1.C: New test.
6933
6934 2002-10-23  Richard Henderson  <rth@redhat.com>
6935
6936         * g++.dg/inherit/thunk1.C: Enable for x86_64.
6937
6938         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
6939
6940 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
6941
6942         PR c++/6579
6943         * g++.dg/parse/stmtexpr3.C: New test.
6944
6945 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
6946
6947         * g++.dg/expr/cond1.C: New test.
6948
6949 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
6950
6951         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
6952
6953 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
6954
6955         * g++.dg/abi/vbase13.C: New test.
6956         * g++.dg/abi/vbase14.C: Likewise.
6957
6958 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
6959
6960         * gcc.dg/tls/pic-1.c: New test.
6961         * gcc.dg/tls/nonpic-1.c: New test.
6962         * gcc.dg/20021018-1.c: New test.
6963
6964 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
6965
6966         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
6967         Remove only files with the same base name as the test case.
6968         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
6969         (profopt-execute): Likewise.  Also, remove old profiling
6970         and performance data files before running the tests.
6971
6972         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
6973         * g++.dg/bprob/bprob.exp: Likewise.
6974         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
6975         to allow more general test case names.
6976
6977         * g++.dg/bprob/bprob-1.C: Rename to ...
6978         * g++.dg/bprob/g++-bprob-1.C: ... this.
6979
6980         * g77.dg/bprob/bprob-1.f: Rename to ...
6981         * g77.dg/bprob/g77-bprob-1.f: ... this.
6982
6983 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
6984
6985         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
6986         bison 1.50 or later.
6987
6988 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
6989
6990         * g++.dg/README: Describe more test directories.
6991
6992 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
6993
6994         * g++.dg/init/array6.C: Add additional tests.
6995
6996 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
6997
6998         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
6999         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
7000
7001 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
7002
7003         * gcc.c-torture/compile/20020604-1.x: New.
7004         * gcc.c-torture/compile/simd-5.x: Likewise.
7005         * gcc.c-torture/execute/920710-1.x: Likewise.
7006         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
7007
7008 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
7009
7010         * g++.dg/inherit/override1.C: Add dg-options clause.
7011
7012 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7013
7014         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
7015         _mm_slli_si128.
7016
7017 2002-10-19  Andreas Schwab  <schwab@suse.de>
7018
7019         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
7020         directory component.
7021
7022 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
7023
7024         * g++.dg/inherit/thunk1.C: New test.
7025
7026         * g++.dg/inherit/override1.C: New test.
7027
7028         * g++.dg/abi/mangle11.C: New test.
7029         * g++.dg/abi/mangle14.C: New test.
7030         * g++.dg/abi/mangle17.C: New test.
7031
7032 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
7033
7034         * g++.dg/overload/member2.C: New test.
7035
7036 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
7037
7038         * g++.dg/README: Describe new compat directory.
7039         * g++.dg/dg.exp: Skip tests in compat directory.
7040         * README.compat: New file.
7041         * lib/compat.exp: New expect script.
7042         * g++.dg/compat: New test directory.
7043         * g++.dg/compat/compat.exp: New expect script.
7044         * g++.dg/compat/abi: New test directory.
7045         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
7046         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
7047         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
7048         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
7049         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
7050         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
7051         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
7052         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
7053         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
7054         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
7055         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
7056         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
7057         * g++.dg/compat/break: New test directory.
7058         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
7059         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
7060         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
7061         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
7062         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
7063         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
7064         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
7065         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
7066         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
7067         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
7068         g++.dg/compat/break/README: New files.
7069         * g++.dg/compat/eh: New test directory.
7070         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
7071         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
7072         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
7073         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
7074         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
7075         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
7076         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
7077         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
7078         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
7079         g++.dg/compat/eh/filter2_y.C,
7080         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
7081         g++.dg/compat/eh/new1_y.C,
7082         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
7083         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
7084         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
7085         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
7086         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
7087         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
7088         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
7089         g++.dg/compat/eh/unexpected1_y.C: New files.
7090         * g++.dg/compat/init: New test directory.
7091         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
7092         g++.dg/compat/init/array5_y.C,
7093         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
7094         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
7095         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
7096         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
7097         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
7098         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
7099         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
7100         g++.dg/compat/init/init-ref2_y.C: New files.
7101
7102 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
7103
7104         PR c++/7584
7105         * g++.dg/inherit/using3.C: New test.
7106
7107 2002-10-17  Jan Hubicka  <jh@suse.cz>
7108
7109         * gcc.dg/20021017-2.c: New test.
7110
7111 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
7112
7113         * g++.dg/abi/mangle16.C: Adjust.
7114
7115         * g++.dg/init/array8.C: New test.
7116
7117 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
7118
7119         * gcc.dg/special/mips-abi.exp: New test.
7120         * gcc.dg/special/mips-abi.s: Empty file used by the above.
7121
7122 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
7123
7124         * g++.dg/abi/mangle16.C: New test.
7125         * g++.dg/abi/mangle17.C: Likewise.
7126
7127         PR c++/7478
7128         * g++.dg/template/ref1.C: New test.
7129
7130 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7131
7132         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
7133
7134 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
7135
7136         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
7137
7138 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
7139
7140         PR c++/7524
7141         * g++.dg/init/array7.C: New test.
7142
7143 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
7144
7145         * g++.dg/init/array6.C: New test.
7146
7147         * g++.dg/abi/mangle13.C: Likewise.
7148         * g++.dg/abi/mangle14.C: Likewise.
7149         * g++.dg/abi/mangle15.C: Likewise.
7150
7151 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
7152
7153         * g++.dg/abi/empty8.C: New test.
7154
7155 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
7156
7157         * g++.dg/init/ctor1.C: New test.
7158
7159 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
7160
7161         * gcc.c-torture/execute/20021015-1.c: New test.
7162
7163 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
7164
7165         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
7166
7167 2002-10-14  Jan Hubicka  <jh@suse.cz>
7168
7169         * gcc.dg/i386-ssetype-[1-5].c: New tests.
7170
7171 2002-10-14  Richard Henderson  <rth@redhat.com>
7172
7173         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
7174
7175 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
7176
7177         PR optimization/6631
7178         * g++.dg/opt/const2.C: New test.
7179
7180 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
7181
7182         PR c++/7176
7183         * g++.dg/parse/friend1.C: New test.
7184         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
7185
7186 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
7187
7188         * gcc.dg/20021014-1.c: New test.
7189
7190 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
7191
7192         PR c++/5661
7193         * g++.dg/ext/vlm1.C: New test.
7194         * g++.dg/ext/vlm2.C: Likewise.
7195
7196         * g++.dg/init/array1.C: Remove invalid braces.
7197         * g++.dg/init/brace1.C: New test.
7198         * g++.dg/init/copy2.C: Likewise.
7199         * g++.dg/init/copy3.C: Likewise.
7200         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
7201         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
7202         braces.
7203
7204 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
7205
7206         * gcc.dg/cpp/assembler.S: Don't use -ansi.
7207
7208 2002-10-11  Richard Shann  <richard.shann@superh.com>
7209
7210         * gcc.c-torture/compile/simd-5.c: New test.
7211
7212 2002-10-10  Roger Sayle  <roger@eyesopen.com>
7213
7214         * gcc.c-torture/execute/shiftopt-1.c: New test case.
7215
7216 2002-10-10  Jim Wilson  <wilson@redhat.com>
7217
7218         * gcc.c-torture/execute/20021010-1.c: New test.
7219
7220 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
7221
7222         PR c/7353
7223         * g++.dg/ext/typedef-init.C: New test.
7224         * gcc.dg/typedef-init.c: New test.
7225
7226 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
7227
7228         * gcc.dg/cpp/paste13.c: New test.
7229
7230 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7231
7232         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
7233         remaining platforms, XFAIL during compile, not execute.  Don't
7234         XFAIL at -O0.
7235
7236 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
7237
7238         * gcc.dg/alias-1.c: Tweak expected warning.
7239
7240 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
7241
7242         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
7243
7244 2002-10-06  Andreas Jaeger  <aj@suse.de>
7245
7246         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
7247         * gcc.dg/cpp/c++98.C: Likewise.
7248
7249         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
7250         * g++.dg/cpp/c++98.C: Likewise.
7251
7252         * g++.dg/README (Subdirectories): Mention cpp directory.
7253
7254         PR target/7559
7255         * gcc.dg/20021006-1.c: New test.
7256
7257 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7258
7259         PR c++/7804
7260         * g++.dg/other/warning1.C: New test.
7261
7262 2002-10-04  Roger Sayle  <roger@eyesopen.com>
7263
7264         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
7265         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
7266         and sparc-*-* with -m64 as expected failures.  See PR 8087.
7267
7268 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
7269
7270         PR c++/7931
7271         * g++.dg/template/ptrmem3.C: New test.
7272
7273         PR c++/7754
7274         * g++.dg/template/union1.C: New test.
7275
7276 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
7277
7278         PR c++/8006
7279         * g++.dg/abi/mangle9.C: New test.
7280         * g++.dg/abi/mangle10.C: New test.
7281         * g++.dg/abi/mangle11.C: New test.
7282         * g++.dg/abi/mangle12.C: New test.
7283
7284 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
7285
7286         PR c++/7188.
7287         * g++.dg/template/meminit1.C: New test.
7288         * g++.dg/warn/Wreorder-1.C: Likewise.
7289         * g++.old-deja/g++.mike/warn3.C: Tweak.
7290         * lib/prune.exp: Ingore "in copy constructor".
7291
7292 2002-10-02  Andreas Jaeger  <aj@suse.de>
7293
7294         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
7295         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
7296         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
7297         on x86-64.
7298
7299 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
7300
7301         * gcc.dg/empty1.C: Fix typo.
7302
7303 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
7304
7305         * gcc.dg/alias-1.c: New test.
7306
7307 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
7308
7309         * gcc.dg/empty1.C: New test.
7310
7311         * g++.dg/tls/init-2.C: Tweak error messages.
7312
7313 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
7314
7315         * gcc.c-torture/compile/20020923-1.c: New test.
7316
7317 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
7318
7319         * gcc.c-torture/execute/ffs-1.c: New test.
7320         * gcc.c-torture/execute/ffs-2.c: Ditto.
7321
7322 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
7323
7324         * g++.dg/overload/member1.C: New test.
7325
7326 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
7327
7328         * g++.dg/abi/empty7.C: New test.
7329         * g++.dg/init/pm2.C: Likewise.
7330
7331 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
7332
7333         * g++.dg/rtti/crash1.C: New test.
7334
7335 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
7336
7337         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
7338         gcc.dg/sibcall-4.c: New tests.
7339
7340 2002-09-28  Roger Sayle  <roger@eyesopen.com>
7341
7342         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
7343         powerpc and MMIX targets.
7344
7345 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
7346
7347         * gcc.dg/cpp/20020927-1.c: New.
7348
7349 2002-09-26  David S. Miller  <davem@redhat.com>
7350
7351         * gcc.c-torture/compile/trunctfdf.c: New.
7352
7353 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7354
7355         * lib/target-supports.exp (check_weak_available): Handle solaris2.
7356
7357 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
7358
7359         * gcc.c-torture/execute/loop-15.c: New.
7360
7361 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
7362
7363         * README.QMTEST: Fix typo.
7364
7365 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
7366
7367         * gcc.dg/20020926-1.c: New test.
7368
7369 2002-09-25  David S. Miller  <davem@redhat.com>
7370
7371         PR target/7842
7372         * gcc.c-torture/execute/shiftdi.c: New test.
7373
7374 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
7375
7376         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
7377         unique to the tool.
7378         * lib/g77.exp (g77_init): Likewise.
7379         * lib/g++.exp (g++_init): Likewise.
7380         * lib/objc.exp (objc_init): Likewise.
7381
7382 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
7383
7384         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
7385         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
7386         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
7387
7388 2002-09-25  Richard Henderson  <rth@redhat.com>
7389
7390         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
7391         too-small long double.
7392
7393 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
7394
7395         * gcc.dg/20020919-1.c: New test.
7396
7397 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
7398
7399         * g++.dg/abi/bitfield6.C: New test.
7400         * g++.dg/abi/bitfield7.C: New test.
7401         * g++.dg/abi/bitfield8.C: New test.
7402         * g++.dg/abi/vbase11.C: New test.
7403
7404 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7405
7406         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
7407         hppa*-*-hpux*.  Update test comment.
7408
7409 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
7410
7411         * gcc.dg/tls/struct-1.c: New test.
7412
7413 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
7414
7415         * gcc.dg/cpp/tr-warn2.c: Update.
7416
7417 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
7418
7419         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
7420
7421 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
7422
7423         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
7424         systems.
7425
7426 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
7427
7428         * gcc.c-torture/execute/ieee/mzero3.c: New test.
7429
7430         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
7431         Adjust for c++filt moved to binutils.  Remove spurious duplicate
7432         setting of cxxfilt.
7433
7434 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
7435
7436         * gcc.dg/20020312-2.c: Update for darwin.
7437
7438 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
7439
7440         * g++.old-deja/g++.other/crash32.C: Mark ICE.
7441
7442 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
7443
7444         * objc.dg/comp-types-1.m: New test.
7445         * objc.dg/comp-types-2.m: New test.
7446         * objc.dg/comp-types-3.m: New test.
7447         * objc.dg/comp-types-4.m: New test.
7448         * objc.dg/comp-types-5.m: New test.
7449         * objc.dg/comp-types-6.m: New test.
7450
7451 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7452
7453         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
7454
7455 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
7456
7457         * g++.dg/other/do1.C: New test.
7458
7459         * g++.dg/template/subst1.C: New test.
7460
7461 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
7462
7463         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
7464
7465 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
7466
7467         * g++.dg/template/qualttp20.C: Adjust expected errors.
7468         * g++.old-deja/g++.jason/report.C: Likewise.
7469         * g++.old-deja/g++.other/qual1.C: Likewise.
7470
7471         * g++.dg/lookup/scoped2.C: New test.
7472
7473         * g++.dg/ext/asm3.C: New test.
7474
7475 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
7476
7477         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
7478
7479 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
7480
7481         * ChangeLog: follow spelling conventions.
7482         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
7483         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
7484         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
7485         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
7486         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
7487         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
7488         * g++.old-deja/g++.law/global-init1.C: Likewise.
7489         * g++.old-deja/g++.other/delete4.C: Likewise.
7490         * g++.old-deja/g++.other/inline21.C: Likewise.
7491         * g++.old-deja/g++.other/singleton.C: Likewise.
7492         * g77.dg/strlen0.f: Likewise.
7493         * g77.f-torture/compile/20010519-1.f: Likewise.
7494         * g77.f-torture/compile/980310-4.f: Likewise.
7495         * gcc.c-torture/compile/20000605-1.c: Likewise.
7496         * gcc.c-torture/execute/20020225-1.c: Likewise.
7497         * gcc.dg/c90-hexfloat-2.c: Likewise.
7498         * gcc.dg/c99-bool-1.c: Likewise.
7499         * gcc.dg/c99-hexfloat-2.c: Likewise.
7500         * gcc.dg/dll-2.c: Likewise.
7501         * gcc.dg/wtr-union-init-1.c: Likewise.
7502         * gcc.dg/wtr-union-init-2.c: Likewise.
7503         * gcc.dg/wtr-union-init-3.c: Likewise.
7504         * gcc.dg/cpp/avoidpaste1.c: Likewise.
7505         * gcc.dg/cpp/defined.c: Likewise.
7506         * gcc.dg/cpp/macsyntx.c: Likewise.
7507         * gcc.dg/cpp/paste2.c: Likewise.
7508         * gcc.dg/cpp/trad/defined.c: Likewise.
7509         * gcc.dg/format/c90-printf-1.c: Likewise.
7510         * gcc.dg/format/c90-scanf-1.c: Likewise.
7511         * gcc.dg/format/c99-printf-1.c: Likewise.
7512         * gcc.dg/format/c99-scanf-1.c: Likewise.
7513         * gcc.misc-tests/gcov-8.c: Likewise.
7514         * lib/profopt.exp: Likewise.
7515
7516 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
7517
7518         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
7519
7520 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
7521
7522         * g++.dg/inherit/using2.C: New test.
7523
7524 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
7525
7526         * ChangeLog: Follow spelling conventions.
7527         * g++.dg/template/friend4.C: Likewise.
7528         * g++.old-deja/g++.pt/crash67.C: Likewise.
7529         * gcc.c-torture/execute/20000801-4.c: Likewise.
7530         * gcc.dg/c90-digraph-1.c: Likewise.
7531         * gcc.dg/c94-digraph-1.c: Likewise.
7532         * gcc.dg/c99-digraph-1.c: Likewise.
7533         * gcc.dg/cpp/line5.c: Likewise.
7534         * gcc.dg/cpp/multiline.c: Likewise.
7535         * gcc.dg/cpp/trad/literals-1.c: Likewise.
7536         * gcc.dg/format/attr-3.c: Likewise.
7537         * gcc.dg/format/c90-scanf-3.c: Likewise.
7538         * gcc.dg/format/ext-4.c: Likewise.
7539
7540 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
7541
7542         * g++.dg/template/pretty1.C: New test.
7543
7544 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
7545
7546         * gcc.c-torture/execute/struct-cpy-1.c: New test.
7547
7548 2002-09-13  Matt Austern  <austern@apple.com>
7549
7550         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
7551         passing a cast expression to a function by const reference.
7552
7553 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
7554
7555         * g++.dg/template/deduce1.C: New test.
7556
7557 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
7558
7559         * gcc.c-torture/execute/simd-1.c: Force all use of int to
7560         32-bit int.
7561
7562 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7563
7564         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
7565         usage.
7566
7567 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
7568
7569         * gcc.c-torture/compile/20020910-1.c: New test.
7570
7571 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
7572
7573         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
7574
7575 2002-09-10  Andreas Jaeger  <aj@suse.de>
7576
7577         * gcc.dg/20020312-2.c: Adjust for x86-64.
7578
7579 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
7580
7581         * g77.dg/7388.f: New test case for PR 7388.
7582
7583 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
7584
7585         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
7586
7587 2002-09-05  Ziemowit Laski <zlaski@apple.com>
7588
7589         * objc.dg/proto-lossage-1.m: New test.
7590
7591 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
7592
7593         * gcc.dg/cpp/_Pragma4.c: Fix typo.
7594
7595 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
7596
7597         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
7598         expected to pass.
7599
7600 2002-09-06  Stan Shebs  <shebs@apple.com>
7601             David Edelsohn  <edelsohn@gnu.org>
7602
7603         * gcc.dg/weak: New directory.
7604         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
7605         target-specific xfail bits.
7606         * gcc.dg/typeof-2.c: Move to new directory.
7607         * gcc.dg/weak.exp: New expect script.
7608
7609 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
7610
7611         * gcc.c-torture/execute/extzvsi.c: New test.
7612
7613 2002-09-05  Stan Shebs  <shebs@apple.com>
7614
7615         * gcc.dg/weak-1.c: xfail on Darwin.
7616         * gcc.dg/weak-2.c: Ditto.
7617         * gcc.dg/weak-3.c: Ditto.
7618         * gcc.dg/weak-4.c: Ditto.
7619         * gcc.dg/weak-5.c: Ditto.
7620         * gcc.dg/weak-6.c: Ditto.
7621         * gcc.dg/weak-7.c: Ditto.
7622         * gcc.dg/weak-8.c: Ditto.
7623         * gcc.dg/weak-9.c: Ditto.
7624
7625 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
7626
7627         * gcc.c-torture/execute/loop-14.c: New test.
7628
7629 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
7630
7631         * g++.dg/other/cxa-atexit1.C: New test.
7632
7633         * gcc.dg/typeof-2.c: New test.
7634
7635 2002-09-03  Roger Sayle  <roger@eyesopen.com>
7636
7637         * gcc.dg/builtins-2.c: New testcase.
7638         * gcc.dg/builtins-3.c: New testcase.
7639
7640 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
7641
7642         * gcc.dg/cpp/_Pragma4.c: New test.
7643
7644 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
7645
7646         * objc/execute/nil_method-1.m: New testcase.
7647
7648 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
7649
7650         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
7651         [Object class], not [Object initialize].
7652
7653 2002-08-31  Roger Sayle  <roger@eyesopen.com>
7654             Hans-Peter Nilsson  <hp@bitrange.com>
7655
7656         * gcc.c-torture/execute/20020720-1.x: Skip test on
7657         mmix-knuth-mmixware.  Correct comment.
7658
7659 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
7660
7661         * testsuite/g++.dg/abi/bitfield5.C: New test.
7662         * testsuite/g++.dg/abi/vbase10.C: Likewise.
7663
7664 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
7665
7666         * objc.dg/undeclared-selector.m: New test.
7667
7668 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
7669
7670         * g++.dg/other/offsetof1.C: Avoid cast warning.
7671
7672 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
7673
7674         * objc.dg/super-class-2.m: New test.
7675
7676 2002-08-24  Matt Austern  <austern@apple.com>
7677
7678         * g++.dg/ext/lvaddr.C: New test.
7679         * g++.dg/ext/lvcast.C: New test.
7680
7681 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
7682
7683         * testsuite/g++.dg/inherit/cond1.C: New test.
7684
7685 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
7686
7687         * gcc.dg/noncompile/incomplete-1.c: New test.
7688
7689 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
7690
7691         * gcc.dg/typespec-1.c: New test.
7692
7693 2002-08-20  Devang Patel  <dpatel@apple.com>
7694         * objc.dg/proto-hier-2.m: New test.
7695
7696 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
7697
7698         * objc.dg/bitfield-1.m: New test.
7699         * objc.dg/bitfield-2.m: New test.
7700
7701 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
7702
7703         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
7704         gcc.dg/c99-flex-array-4.c: New tests.
7705
7706 2002-08-16  Stan Shebs  <shebs@apple.com>
7707
7708         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
7709
7710 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
7711
7712         * gcc.dg/typeof-1.c: New test.
7713         * g++.dg/ext/typeof2.C: New test.
7714
7715 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
7716
7717         * g++.dg/other/offsetof1.C: New test.
7718
7719 2002-08-14  Richard Henderson  <rth@redhat.com>
7720
7721         * gcc.dg/tls/diag-3.c: Fix expected message strings.
7722
7723 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
7724
7725         * gcc.dg/cpp/_Pragma3.c: New test.
7726
7727 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
7728
7729         * g++.dg/template/inherit3: New test.
7730
7731 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
7732
7733         * gcc.dg/bitfld-4.c: Add blank options.
7734
7735 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
7736
7737         * g++.dg/template/crash1.C: New test.
7738
7739 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
7740
7741         * gcc.dg/tls/opt-2.c: New test.
7742
7743 2002-08-08  Devang Patel  <dpatel@apple.com>
7744
7745         * objc.dg/selector-1.m : New test
7746
7747 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
7748
7749         * g++.dg/abi/bitfield4.C: New test.
7750         * gcc.dg/bitfld-4.c: New test.
7751
7752 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
7753
7754         * g++.dg/other/packed1.C: New test.
7755
7756 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
7757
7758         * g++.dg/abi/offsetof.C: Tweak error messages.
7759         * g++.old-deja/g++.mike/p10769a.C: Likewise.
7760
7761 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
7762
7763         * gcc.dg/bitfld-3.c: New test.
7764
7765 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
7766             Richard Henderson  <rth@redhat.com>
7767
7768         * gcc.dg/i386-bitfield1.c: New test.
7769         * g++.dg/abi/bitfield3.C: Update.
7770
7771 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
7772
7773         * objc.dg/const-str-2.m: Update.
7774         * gcc.dg/cpp/c++98.c: Change to C extension.
7775         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
7776         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
7777
7778 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
7779
7780         * testsuite/gcc.dg/tls/diag-3.c: New.
7781
7782 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
7783
7784         * g++.dg/README (Subdirectories): Document new subdir expr.
7785         * g++.dg/expr/pmf-1.C: New test.
7786
7787 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
7788
7789         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
7790
7791 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
7792
7793         * g++.dg/abi/bitfield3.C: New test.
7794
7795 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
7796
7797         * lib/gcov.exp: Tweak expected line formats.
7798         * gcc.misc-tests/gcov8.c: New test.
7799         * gcc.misc-tests/gcov8.x: New flags.
7800
7801 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
7802
7803         * consistency.vlad/layout/endian.c: Include string.h.
7804
7805         * gcc.c-torture/execute/20020805-1.c: New test.
7806
7807 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
7808
7809         * g++.dg/other/conversion1.C: New test.
7810
7811 2002-08-03  Roger Sayle  <roger@eyesopen.com>
7812
7813         * gcc.dg/builtins-1.c: New testcase.
7814
7815 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
7816
7817         * g++.dg/inherit/access3.C: New test.
7818
7819 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
7820
7821         * gcc.dg/ia64-visibility-2.c: New test.
7822
7823 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
7824
7825         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
7826         __qualifier_flags to __flags.
7827
7828 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
7829
7830         * g++.dg/inherit/operator1.C: New test.
7831         * g++.dg/lookup/disamb1.C: Fix typo in comment.
7832         * g++.dg/other/error1.C: Change expected error message.
7833         * g++.dg/template/conv4.C: Likewise.
7834
7835 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
7836
7837         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
7838         for documented behavior.
7839
7840 2002-07-25  Roger Sayle  <roger@eyesopen.com>
7841
7842         * gcc.c-torture/execute/20020720-1.x: Skip this test on
7843         several targets known to fail.
7844
7845 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
7846
7847         * gcc.dg/mips-args-[123].c: New tests.
7848
7849 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
7850
7851         * gcc.dg/ppc-spe.c: New.
7852
7853 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
7854
7855         * g++.dg/other/ptrmem4.C: New testcase.
7856
7857 2002-07-24  Richard Henderson  <rth@redhat.com>
7858
7859         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
7860
7861 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
7862
7863         * g++.dg/ext/alignof1.C (main): Return 0 for success.
7864
7865 2002-07-24  Roger Sayle  <roger@eyesopen.com>
7866
7867         * gcc.c-torture/execute/memset-3.c: New testcase.
7868
7869 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
7870
7871         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
7872         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
7873
7874 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7875
7876         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
7877         Delete.
7878
7879 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
7880
7881         * gcc.c-torture/compile/simd-4.c: New test.
7882
7883 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7884
7885         PR c++/7347, c++/7348
7886         * g++.dg/template/access4.C: New test.
7887         * g++.dg/template/access5.C: New test.
7888         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
7889         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
7890         * g++.old-deja/g++.pt/ttp58.C: Likewise.
7891         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
7892
7893 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
7894
7895         * gcc.dg/gnu89-init-2.c: New test.
7896
7897 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
7898
7899         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
7900
7901 2002-07-20  Roger Sayle  <roger@eyesopen.com>
7902
7903         * gcc.c-torture/execute/20020720-1.c: New testcase.
7904
7905 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
7906
7907         * gcc.dg/cpp/Wsignprom.c: New tests.
7908
7909 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
7910
7911         * gcc.c-torture/execute/loop-13.c: New test.
7912
7913 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
7914
7915         * gcc.dg/cpp/expr.c: New tests.
7916
7917 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
7918
7919         * g++.dg/opt/pr6713.C: Add template instantiation.
7920
7921 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
7922
7923         * gcc.dg/nest.c: New test.
7924
7925 2002-07-17  Richard Henderson  <rth@redhat.com>
7926
7927         * g++.dg/opt/pr6713.C: New test.
7928
7929 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
7930
7931         * gcc.c-torture/execute/loop-2e.x: Let the testcase
7932         XFAIL for all x86 processors.
7933
7934 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
7935
7936         * gcc.c-torture/execute/20010122-1.x: Do not test with
7937         -fomit-frame-pointer.
7938
7939 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7940
7941         * g++.dg/template/instantiate2.C: New test.
7942         * g++.dg/template/spec4.C: New test.
7943
7944 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7945
7946         * g++.dg/template/access2.C: New test.
7947         * g++.dg/template/access3.C: New test.
7948
7949 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
7950
7951         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
7952         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
7953         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
7954         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
7955         Convert to use <stdarg.h>.
7956         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
7957         Delete.
7958         * gcc.dg/va-arg-2.c: New.
7959         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
7960
7961 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
7962
7963         * gcc.c-torture/compile/20020710-1.c: New test.
7964
7965 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
7966                           Andrew Pinski  <pinskia@physics.uc.edu>
7967
7968         gcc.c-torture/compile/simd-2.c: New testcase.
7969         gcc.c-torture/compile/simd-3.c: Likewise.
7970
7971 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
7972
7973         PR c++/7224
7974         * g++.dg/overload/error1.C: New test.
7975
7976 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7977
7978         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
7979         configuration and IRIX 6 O32 ABI.
7980
7981 2002-07-11  Roger Sayle  <roger@eyesopen.com>
7982
7983         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
7984
7985 2002-07-10  Roger Sayle  <roger@eyesopen.com>
7986
7987         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
7988
7989 2002-07-10  Jeffrey A Law  <law@redhat.com>
7990
7991         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
7992
7993         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
7994
7995 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
7996
7997         * gcc.dg/20020312-2.c: Check for __PPC__.
7998
7999 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
8000
8001         * gcc.c-torture/compile/20020709-1.c: New test.
8002
8003 2002-07-07  Roger Sayle  <roger@eyesopen.com>
8004
8005         * g++.dg/template/qualttp21.C: New test case.
8006
8007 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
8008
8009         * gcc.c-torture/compile/20020706-1.c: New test.
8010         * gcc.c-torture/compile/20020706-2.c: New test.
8011
8012 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
8013             Alexandre Oliva  <aoliva@redhat.com>
8014
8015         * g++.dg/warn/incomplete1.C: New test.
8016
8017 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8018
8019         PR c++/7099
8020         * g++.dg/warn/noreturn1.C: New test.
8021
8022 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
8023
8024         PR c++/6706
8025         * g++.dg/debug/debug6.C: New test.
8026         * g++.dg/debug/debug7.C: New test.
8027
8028 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
8029
8030         * gcc.c-torture/compile/simd-3.c: New test.
8031
8032 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
8033
8034         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
8035         * gcc.dg/20020620-1.c: Likewise.
8036
8037 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8038
8039         PR c++/6944
8040         * g++.dg/init/array4.C: New test.
8041         * g++.dg/init/array5.C: New test.
8042
8043 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
8044
8045         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
8046         * gcc.c-torture/execute/simd-2.c (main): Likewise.
8047
8048 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8049
8050         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
8051         * gcc.dg/wtr-aggr-init-1.c: Likewise.
8052         * gcc.dg/wtr-conversion-1.c: Likewise.
8053         * gcc.dg/wtr-escape-1.c: Likewise.
8054         * gcc.dg/wtr-int-type-1.c: Likewise.
8055         * gcc.dg/wtr-label-1.c: Likewise.
8056         * gcc.dg/wtr-static-1.c: Likewise.
8057         * gcc.dg/wtr-strcat-1.c: Likewise.
8058         * gcc.dg/wtr-suffix-1.c: Likewise.
8059         * gcc.dg/wtr-switch-1.c: Likewise.
8060         * gcc.dg/wtr-unary-plus-1.c: Likewise.
8061         * gcc.dg/wtr-union-init-1.c: Likewise.
8062         * gcc.dg/wtr-union-init-2.c: Likewise.
8063         * gcc.dg/wtr-union-init-3.c: Likewise.
8064
8065         * gcc.dg/wtr-func-def-1.c: New test.
8066
8067 2002-07-02 Devang Patel <dpatel@apple.com>
8068
8069         * objc.dg/param-1.m: New test.
8070
8071 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
8072
8073         * gcc.dg/cpp/trad/directive.c: Add test.
8074         * gcc.dg/cpp/trad/macroargs.c: Add test.
8075         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
8076
8077 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
8078
8079         * gcc.dg/cpp/cmdlne-M.c: New test.
8080
8081 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
8082
8083         * objc.dg/desig-init-1.m: New test.
8084
8085 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8086
8087         PR c++/6716
8088         * g++.dg/template/instantiate1.C: New test.
8089
8090 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
8091
8092         PR c++/7112
8093         * g++.dg/template/sizeof2.C: New test.
8094
8095 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
8096
8097         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
8098         gcc.dg/cpp/trad/include.c: New tests.
8099
8100 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
8101
8102         PR target/7177
8103         * gcc.c-torture/compile/20020701-1.c: New test.
8104
8105 2002-07-01  Stan Shebs  <shebs@apple.com>
8106
8107         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
8108         header here...
8109         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
8110         (objc-torture-execute): or here.
8111
8112 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
8113
8114         * gcc.c-torture/execute/arith-rand-ll.c: New test.
8115
8116 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
8117
8118         * gcc.dg/cpp/trad/escaped-nl.c: New test.
8119
8120 2002-06-30  Devang Patel  <dpatel@apple.com>
8121
8122         * objc.dg/fsyntax-only.m: New test.
8123
8124 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
8125
8126         PR c++/6695
8127         * g++.dg/template/friend7.C: New file.
8128
8129 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
8130
8131         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
8132         return type.
8133
8134 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
8135
8136         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
8137         avoid division by zero.
8138
8139 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
8140
8141         * gcc.dg/Wunknownprag.c: New tests.
8142
8143 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
8144
8145         * gcc.c-torture/execute/simd-2.c: New test.
8146
8147 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
8148
8149         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
8150         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
8151         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
8152         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
8153         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
8154         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
8155         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
8156         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
8157         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
8158         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
8159         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
8160         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
8161         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
8162         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
8163         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
8164         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
8165         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
8166
8167 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
8168
8169         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
8170         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
8171         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
8172         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
8173         New tests.
8174         * gcc.dg/cpp/trad/directive.c: Update.
8175
8176 2002-06-23  Andreas Jaeger  <aj@suse.de>
8177
8178         * gcc.c-torture/execute/complex-6.c: New.
8179
8180 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
8181
8182         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
8183         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
8184         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
8185         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
8186
8187 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
8188
8189         * gcc.dg/cpp/trad: New directory with traditional tests copied
8190         from parent directory.
8191         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
8192         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
8193         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
8194         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
8195         Move to trad/ and rename.
8196         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
8197         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
8198         gcc.dg/cpp/trad/redef2.c: New tests.
8199         * gcc.dg/cpp/trad/trad.exp: New driver.
8200
8201 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
8202
8203         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
8204         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
8205         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
8206         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
8207         Remove.
8208
8209 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
8210
8211         * gcc.dg/20020620-1.c: New test.
8212
8213 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8214
8215         * g++.dg/template/ttp4.C: New test.
8216
8217 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
8218
8219         * g++.dg/opt/vt1.C: Fix regexp.
8220
8221 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8222
8223         * gcc.c-torture/execute/pure-1.c: Make functions static again.
8224         Don't use attribute `noinline'.
8225
8226 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
8227
8228         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
8229
8230 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
8231
8232         * gcc.c-torture/execute/simd-1.c: New.
8233
8234         * gcc.dg/simd-1.c: New.
8235
8236 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
8237
8238         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
8239
8240 2002-06-16  Richard Henderson  <rth@redhat.com>
8241
8242         * g++.dg/ext/anon-struct1.C: New.
8243         * g++.dg/ext/anon-struct2.C: New.
8244         * g++.dg/ext/anon-struct3.C: New.
8245         * gcc.dg/anon-struct-1.c: New.
8246         * gcc.dg/anon-struct-2.c: New.
8247         * gcc.dg/anon-struct-3.c: New.
8248         * gcc.dg/20011008-1.c: Adjust warning text.
8249         * gcc.dg/20020527-1.c: Add -fms-extensions.
8250
8251 2002-06-16  Richard Henderson  <rth@redhat.com>
8252
8253         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
8254
8255 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
8256
8257         * gcc.c-torture/execute/20020615-1.c: New test.
8258
8259 2002-06-15  Roger Sayle  <roger@eyesopen.com>
8260
8261         * gcc.c-tortuture/execute/compare-1.c: New test case.
8262         * gcc.c-tortuture/execute/compare-2.c: New test case.
8263         * gcc.c-tortuture/execute/compare-3.c: New test case.
8264
8265 2002-06-13  Richard Henderson  <rth@redhat.com>
8266
8267         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
8268         ia64 ilp32.
8269
8270 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8271
8272         * g++.dg/template/typename2.C: Update error message.
8273
8274 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
8275
8276         * gcc.c-torture/execute/20020611-1.c: New test.
8277
8278 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
8279
8280         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
8281         list of targets to skip.
8282
8283 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
8284
8285         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
8286         targets if not optimizing.
8287
8288 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
8289
8290         * gcc.c-torture/compile/20020605-1.c: New test.
8291
8292         * g++.dg/opt/vt1.C: New test.
8293
8294         * gcc.dg/20020531-1.c: New test.
8295
8296         * gcc.dg/20020530-1.c: New test.
8297
8298         * gcc.dg/20020527-1.c: New test.
8299
8300         * g++.dg/opt/cse1.C: New test.
8301
8302 2002-06-07  Roger Sayle  <roger@eyesopen.com>
8303
8304         * gcc.dg/20020607-2.c: New test case.
8305
8306 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
8307
8308         * gcc.c-torture/compile/20020604-1.c: New test.
8309
8310 2002-06-04  Richard Henderson  <rth@redhat.com>
8311
8312         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
8313         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
8314         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
8315
8316 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
8317
8318         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
8319
8320 2002-06-03  Richard Henderson  <rth@redhat.com>
8321
8322         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
8323         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
8324
8325 2002-06-02  Richard Henderson  <rth@redhat.com>
8326
8327         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
8328         test functions static.
8329
8330 2002-06-02  Andreas Jaeger  <aj@suse.de>
8331
8332         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
8333         now.
8334
8335 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
8336
8337         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
8338         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
8339         Update for mofified diagnostics.
8340         * gcc.dg/c99-intconst-1.c: No longer fail.
8341
8342 2002-06-02  Richard Henderson  <rth@redhat.com>
8343
8344         * gcc.dg/uninit-A.c: Remove xfail markers.
8345
8346 2002-06-01  Roger Sayle  <roger@eyesopen.com>
8347
8348         * gcc.dg/fnegate-1.c: New test case.
8349
8350 2002-05-30  Osku Salerma  <osku@iki.fi>
8351
8352         * gcc.c-torture/execute/mayalias-1.c: New file.
8353
8354 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
8355
8356         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
8357         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
8358         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
8359
8360 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
8361
8362         * gcc.c-torture/execute/20020529-1.c: New test.
8363
8364 2002-05-27  Richard Henderson  <rth@redhat.com>
8365
8366         * g++.dg/ext/attrib6.C: New test case.
8367
8368 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8369
8370         * gcc.c-torture/execute/pure-1.c: New test.
8371
8372 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
8373
8374         * gcc.dg/cpp/arith-2.c: Remove.
8375
8376 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
8377
8378         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
8379         * gcc.dg/cpp/if-3.c: Remove.
8380
8381 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
8382
8383         * g++.dg/opt/cse2.C: New test.
8384
8385 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
8386
8387         * gcc.dg/cpp/arith-1.c: New semantic tests.
8388         * gcc.dg/cpp/if-1.c: Update.
8389
8390 2002-05-24  Ben Elliston  <bje@redhat.com>
8391
8392         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
8393
8394 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
8395
8396         * gcc.dg/verbose-asm.c: New test.
8397
8398 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
8399
8400         * gcc.dg/cpp/paste12.c: New test.
8401
8402 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
8403
8404         * g++.dg/parse/named_ops.C: New test.
8405
8406 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
8407
8408         * gcc/testsuite/gcc.dg/weak-8.c: New test.
8409
8410 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
8411
8412         * gcc.dg/weak-2.c: Allow optional leading underscore
8413         in scan-assembler symbol name.
8414         * gcc.dg/weak-3.c: Likewise.
8415         * gcc.dg/weak-4.c: Likewise.
8416         * gcc.dg/weak-5.c: Likewise.
8417
8418 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
8419
8420         * gcc.dg/20020523-1.c: New test.
8421
8422 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
8423
8424         * objc.dg/const-str-2.m: Update now that we stop after
8425         a command line error.
8426
8427 2002-05-22  Richard Henderson  <rth@redhat.com>
8428
8429         * g++.dg/dg.exp: Fix typo in test pruneing.
8430
8431 2002-05-22  Richard Henderson  <rth@redhat.com>
8432
8433         * g++.dg/dg.exp: Prune the tls subdirectory.
8434         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
8435         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
8436         * g++.dg/tls/init-1.C: New.
8437
8438 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
8439
8440         * gcc.dg/20020517-1.c: New test.
8441
8442 2002-05-21  Richard Henderson  <rth@redhat.com>
8443
8444         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
8445         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
8446
8447 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
8448
8449         * g++.dg/other/copy2.C: New test.
8450
8451 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
8452
8453         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
8454         (MAX_COPY): Bump up to 10 times sizeof (long long).
8455         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
8456
8457         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
8458         sizeof (long long).
8459
8460         * gcc.c-torture/execute/strcpy-1.c: New test.
8461
8462 2002-05-19  Jason Merrill  <jason2redhat.com>
8463
8464         * g++.dg/ext/oper1.C: New test.
8465
8466 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
8467 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
8468
8469         * README.QMTEST: New file.
8470
8471         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
8472
8473 2002-05-19  Andreas Jaeger  <aj@suse.de>
8474
8475         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
8476         now.
8477         * gcc.c-torture/execute/loop-2d.x: Likewise.
8478
8479 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
8480
8481         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
8482         support weak symbols.
8483         * gcc.dg/weak-4.c: Likewise
8484         * gcc.dg/weak-6.c: Likewise
8485
8486 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
8487
8488         * gcc.dg/weak-3.c: Add dg-excess-error comment for
8489         cygwin, coff and h8300-*-hms targets
8490         * gcc.dg/weak-5.c: Likewise
8491         * gcc.dg/weak-7.c: Likewise
8492
8493 2002-05-16  Jason Merrill  <jason@redhat.com>
8494
8495         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
8496         (scan-assembler-not, scan-assembler-dem): Likewise.
8497         (scan-assembler-dem-not): Likewise.
8498
8499 2002-05-15  Richard Henderson  <rth@redhat.com>
8500
8501         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
8502
8503 2002-05-15  Richard Henderson  <rth@redhat.com>
8504
8505         * gcc.dg/weak-5.c (vfoo1c): No warning here.
8506         (vfoo1f): Warning here.
8507         (vfoo1l): Don't redefine the alias.
8508
8509 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
8510
8511         * g++.dg/init/pm1.C: New test.
8512
8513 2002-05-12  David S. Miller  <davem@redhat.com>
8514
8515         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
8516         types.
8517
8518 2002-05-10  Roger Sayle  <roger@eyesopen.com>
8519
8520         * gcc.c-torture/execute/20020510-1.c: New test case.
8521
8522 2002-05-10  David S. Miller  <davem@redhat.com>
8523
8524         * gcc.c-torture/execute/conversion.c: Test long double too.
8525
8526 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
8527
8528         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
8529         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
8530         * lib/g++.exp (g++_link_flags): Likewise.
8531         * lib/objc.exp (objc_target_compile): Likewise.
8532
8533 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
8534
8535         * gcc.dg/cpp/poison.c: Update.
8536         * gcc.dg/cpp/20000625-2.c: Remove.
8537         * gcc.dg/cpp/direct2s.c: Remove final test.
8538
8539 2002-05-08  Tom Rix  <trix@redhat.com>
8540
8541         * gcc.c-torture/execute/20020508-1.c: New test.
8542         * gcc.c-torture/execute/20020508-2.c: New test.
8543         * gcc.c-torture/execute/20020508-3.c: New test.
8544
8545 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
8546
8547         * gcc.dg/cpp/charconst-4.c: More tests.
8548
8549 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
8550
8551         PR c/6569
8552         * gcc.dg/weak-3.c: Update location of warning messages.
8553         * gcc.dg/weak-5.c: Likewise.
8554
8555 2002-05-06  Roger Sayle  <roger@eyesopen.com>
8556
8557         * gcc.c-torture/execute/20020506-1.c: New test case.
8558
8559 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
8560
8561         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
8562
8563 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
8564
8565         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
8566
8567 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
8568
8569         * gcc.dg/cpp/charconst-3.c: New test.
8570
8571 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
8572
8573         * gcc.dg/cpp/charconst.c: Update tests.
8574
8575 2002-05-05  Tim Josling  <tej@melbpc.org.au>
8576
8577         * treelang: Added directory for new sample language treelang. Also
8578         lib/treelang.exp: New file to signal treelang should be tested.
8579
8580 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
8581
8582         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
8583         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
8584         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
8585         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
8586         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
8587         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
8588         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
8589
8590 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
8591
8592         * gcc.dg/format/xopen-2.c: New test.
8593
8594 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
8595
8596         * gcc.dg/20020503-1.c: New test.
8597
8598 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
8599
8600         * g++.dg/init/dtor1.C: Make it tougher.
8601
8602 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
8603
8604         * g++.dg/init/dtor1.C: New test.
8605
8606 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
8607
8608         * gcc.dg/altivec-8.c: New.
8609
8610 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
8611
8612         * gcc.dg/altivec-7.c: New.
8613
8614 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
8615
8616         * g++.dg/parse/typedef1.C: New test.
8617
8618 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
8619
8620         PR c++/6486
8621         * g++.dg/template/friend6.C: New test.
8622
8623         PR c++/6492
8624         * g++.dg/init/copy1.C: New test.
8625
8626 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
8627
8628         * g++.dg/warn/effc1.C: New test.
8629
8630 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
8631
8632         * gcc.dg/cpp/if-cexp.c: Add a test.
8633
8634 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
8635
8636         * gcc.dg/20020426-2.c: New test.
8637
8638 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
8639
8640         * gcc.dg/cpp/if-mop.c: Update.
8641         * gcc.dg/cpp/if-mpar.c: Add test.
8642         * gcc.dg/cpp/if-oppr.c: Update.
8643
8644 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8645
8646         PR c/6343
8647         * gcc.dg/weak-[2-7].c: New tests.
8648
8649 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
8650
8651         * gcc.dg/enum1.c: New test.
8652
8653 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
8654
8655         PR c++/6497
8656         * g++.dg/inherit/access2.C: New test.
8657
8658 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
8659
8660         PR bootstrap/6445
8661         * gcc.dg/20020426-1.c: New test.
8662
8663 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
8664
8665         * g++.dg/abi/enum1.C: New test.
8666
8667 2002-04-26  Richard Henderson  <rth@redhat.com>
8668
8669         * gcc.dg/c99-bool-1.c: Expect always true warning.
8670
8671 2002-04-25  Roger Sayle  <roger@eyesopen.com>
8672
8673         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
8674
8675 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8676
8677         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
8678         targets.
8679
8680 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
8681
8682         * g++.dg/abi/mange7.C: New test.
8683
8684         PR c++/6438.
8685         * g++.dg/parse/stmtexpr2.C: New test.
8686
8687 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
8688
8689         * gcc.dg/20020312-2.c: Add SH target.
8690
8691 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8692
8693         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
8694         compiler output on mips*-*-irix*.
8695
8696 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
8697
8698         * g++.dg/parse/attr1.C: New test.
8699
8700 2002-04-23  Roger Sayle  <roger@eyesopen.com>
8701
8702         * gcc.c-torture/execute/string-opt-17.c: New test case.
8703         * gcc.c-torture/execute/memset-2.c: New test case.
8704
8705 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
8706
8707         PR c++/6256:
8708         * g++.dg/template/friend5.C: New test.
8709
8710         PR c++/6331:
8711         * g++.dg/template/qual1.C: Likewise.
8712
8713 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
8714
8715         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
8716         Include stdlib.h, not stdio.h or ctype.h.
8717
8718 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
8719
8720         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
8721         cris-*-elf* and mmix-*-*.
8722         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
8723         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
8724         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
8725         Ditto.
8726         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
8727         * gcc.dg/wchar_t-1.c: Ditto.
8728
8729 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
8730
8731         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
8732         Clarify comment.
8733
8734 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
8735
8736         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
8737
8738 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8739
8740         * gcc.c-torture/execute/20000906-1.x: Delete.
8741
8742 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
8743
8744         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
8745
8746 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
8747
8748         * PR6367
8749         * g77.f-torture/execute/6367.f: New test.
8750         * g77.f-torture/execute/6367.x: Disable for MMIX.
8751
8752 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
8753
8754         * PR6352
8755         * g++.dg/opt/inline2.C: New test.
8756
8757 2002-04-18  Richard Henderson  <rth@redhat.com>
8758
8759         * gcc.dg/20000906-1.c: Enable for all targets.
8760         * gcc.c-torture/compile/iftrap-2.c: New.
8761
8762 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
8763
8764         * gcc.dg/20020418-1.c: New test.
8765         * gcc.dg/20020418-2.c: New test.
8766
8767 2002-04-18  Richard Henderson  <rth@redhat.com>
8768
8769         * gcc.c-torture/compile/iftrap-1.c: New.
8770         * gcc.dg/iftrap-1.c: Adjust for ia64.
8771         * gcc.dg/iftrap-2.c: New.
8772
8773 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
8774
8775         * gcc.c-torture/compile/20020418-1.c: New test.
8776
8777 2002-04-18  Roger Sayle  <roger@eyesopen.com>
8778
8779         * gcc.c-torture/compile/20020415-1.c: New.
8780
8781 2002-04-18  David S. Miller  <davem@redhat.com>
8782
8783         * gcc.c-torture/execute/20020418-1.c: New test.
8784
8785 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
8786
8787         * gcc.dg/20020416-1.c: New test.
8788
8789         * g++.dg/opt/inline1.C: New test.
8790
8791 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
8792
8793         * gcc.dg/altivec-5.c: New test.
8794
8795         * gcc.dg/20020415-1.c: New test.
8796
8797 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
8798
8799         * testsuite/lib/chill.exp: Remove.
8800
8801 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
8802
8803         * g++.dg/other/big-struct.C: New test.
8804
8805 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
8806
8807         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
8808         of scratch file.
8809
8810 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
8811
8812         PR c/6277
8813         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
8814         in scan-assembler function name
8815
8816 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
8817
8818         * g77.f-torture/execute/980628-4.x,
8819         g77.f-torture/execute/980628-5.x,
8820         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
8821         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
8822         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
8823         i[34567]86-*-*.
8824
8825 2002-04-13  David S. Miller  <davem@redhat.com>
8826
8827         * gcc.c-torture/execute/20020413-1.c: New test.
8828
8829 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
8830
8831         * gcc.dg/asm-6.c,
8832         * g++.dg/ext/asm1.C: New tests.
8833
8834 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
8835
8836         PR c++ 5373.
8837         * g++.dg/parse/stmtexpr1.C: New test.
8838
8839         PR c++/5189.
8840         * g++.dg/template/copy1.C: New test.
8841
8842 2002-04-12  Richard Henderson  <rth@redhat.com>
8843
8844         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
8845
8846 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
8847
8848         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
8849         gcc.c-torture/execute/20020307-2.c.
8850
8851 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
8852
8853         * g++.dg/ext/attrib5.C,
8854         * g++.dg/lookup/struct1.C: New tests.
8855
8856 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
8857
8858         * gcc.dg/20020411-1.c: New test.
8859
8860         * gcc.c-torture/execute/20020411-1.c: New test.
8861
8862 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
8863
8864         * g77.f-torture/execute/6177.f: New test.
8865
8866 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
8867
8868         PR middle-end/6247
8869         * g++.dg/opt/cleanup1.C: New test.
8870
8871         * g++.dg/opt/const1.C: New test.
8872
8873 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
8874
8875         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
8876
8877 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
8878
8879         PR c++/5507
8880         * g++.dg/template/typename2.C: New test.
8881
8882 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
8883
8884         * gcc.c-torture/execute/loop-12.c: New.
8885
8886 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
8887
8888         * g77.f-torture/execute/980628-4.x,
8889         g77.f-torture/execute/980628-5.x,
8890         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
8891         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
8892         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
8893
8894 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8895
8896         PR optimization/6086
8897         * g++.dg/opt/preinc1.C: New test.
8898
8899 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
8900
8901         PR c++/5571
8902         * g++.dg/opt/static2.C: New test.
8903
8904 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
8905
8906         PR c/5120
8907         * gcc.dg/20020406-1.c: New test.
8908
8909 2002-04-04  David S. Miller  <davem@redhat.com>
8910
8911         * gcc.c-torture/execute/20020404-1.c: New test.
8912
8913 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
8914
8915         PR c/6123
8916         * gcc.dg/20020312-2.c: Do not declare global register variable
8917         if __PIC__ or __pic__ is defined.
8918
8919 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
8920
8921         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
8922         __asm__ so that it works correctly even if -ansi -pedantic-errors.
8923
8924 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8925
8926         * gcc.misc-tests/linkage.exp: Update last change to handle
8927         sparc*-, not just sparc-.
8928
8929 2002-04-03  Richard Henderson  <rth@redhat.com>
8930
8931         * gcc.dg/cpp/ucs.c: Improved long UCS test.
8932
8933 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
8934
8935         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
8936
8937 2002-04-02  David S. Miller  <davem@redhat.com>
8938
8939         * gcc.c-torture/execute/20020402-3.c: New test.
8940
8941 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
8942
8943         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
8944         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
8945
8946         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
8947         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
8948         g77.f-torture/execute/20001201.x,
8949         g77.f-torture/execute/u77-test.x: New files.
8950
8951         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
8952         * gcc.dg/wchar_t-1.c: Ditto.
8953
8954 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8955
8956         * gcc.c-torture/execute/20020402-1.c: New test.
8957
8958 2002-04-01  Richard Henderson  <rth@redhat.com>
8959
8960         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
8961
8962         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
8963
8964 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8965
8966         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
8967
8968 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
8969
8970         * g++.dg/inherit/template-as-base.C: Expect error.
8971         * g++.dg/inherit/namespace-as-base.C: Likewise.
8972
8973 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
8974
8975         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
8976         g++.dg/ext/instantiate3.C: Tweak match patterns.
8977
8978         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
8979         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
8980         -da test.
8981
8982 2002-03-31  Richard Henderson  <rth@redhat.com>
8983
8984         * gcc.dg/special/alias-2.c: New.
8985         * gcc.dg/special/ecos.exp: Run it.
8986
8987 2002-03-31  Richard Henderson  <rth@redhat.com>
8988
8989         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
8990
8991 2002-03-31  Kazu Hirata  <kazu@hxi.com>
8992
8993         * gcc.dg/weak-1.c: Disable on h8300 port.
8994
8995 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
8996
8997         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
8998         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
8999         ordering tests.
9000         * g++.dg/bprob/bprob-1.C: New test.
9001         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
9002         * g++.dg/gcov/gcov-1.C: New test.
9003         * g++.dg/gcov/gcov-1.x: New file.
9004         * g++.dg/gcov/gcov-2.C: New test.
9005         * g++.dg/gcov/gcov-3.C: New test.
9006         * g++.dg/gcov/gcov-3.h: New file.
9007
9008 2002-03-28  Roger Sayle  <roger@eyesopen.com>
9009
9010         * g++.old-deja/g++.other/builtins5.C: New test.
9011         * g++.old-deja/g++.other/builtins6.C: New test.
9012         * g++.old-deja/g++.other/builtins7.C: New test.
9013         * g++.old-deja/g++.other/builtins8.C: New test.
9014         * g++.old-deja/g++.other/builtins9.C: New test.
9015
9016 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
9017
9018         * g++.dg/opt/static1.C: New test.
9019
9020         * g++.dg/opt/longbranch1.C: New test.
9021
9022 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
9023
9024         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
9025
9026         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
9027
9028 2002-03-28  Jeffrey A Law  (law@redhat.com)
9029
9030         * gcc.c-torture/execute/20020328-1.c: New test.
9031
9032 2002-03-27  Richard Henderson  <rth@redhat.com>
9033
9034         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
9035         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
9036         move from g++.old-deja/g++.ext/.
9037
9038 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
9039
9040         * g++.dg/init/new2.C: New test.
9041
9042 2002-03-26  Richard Henderson  <rth@redhat.com>
9043
9044         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
9045
9046         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
9047         on sparc.
9048
9049         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
9050         sparcv9 systems.
9051         * gcc.dg/20001102-1.c: Likewise.
9052
9053 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
9054
9055         * gcc.dg/cpp/endif-pedantic1.c,
9056         gcc.dg/cpp/endif-pedantic2.c:  New tests.
9057
9058 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
9059
9060         * g++.dg/init/new1.C: New test.
9061
9062 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
9063
9064         * g++.dg/abi/vbase9.C: New test.
9065
9066 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
9067
9068         * gcc.dg/arm-asm.c: New test.
9069
9070 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
9071
9072         * gcc.dg/Wswitch-enum.c: New test.
9073         Fix PR c/5044.
9074
9075 2002-03-26  Richard Henderson  <rth@redhat.com>
9076
9077         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
9078         structure.
9079
9080 2002-03-25  Richard Henderson  <rth@redhat.com>
9081
9082         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
9083         sparcv9 systems.
9084
9085         * gcc.c-torture/compile/20011119-1.c (xxx): New.
9086         * gcc.c-torture/compile/20011119-2.c (xxx): New.
9087
9088 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
9089
9090         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
9091
9092 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
9093
9094         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
9095         targets using generic thunk support.
9096
9097 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
9098
9099         * gcc.c-torture/compile/20020323-1.c: New test.
9100
9101         * g++.dg/opt/conj2.C: New test.
9102
9103 2002-03-24  Richard Henderson  <rth@redhat.com>
9104
9105         * gcc.dg/weak-1.c: Use -fno-common.
9106
9107 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
9108
9109         * g77.dg/f77-edit-apostrophe-out.f: New test
9110         * g77.dg/f77-edit-h-out.f: New test
9111         * g77.dg/f77-edit-t-in.f: New test
9112         * g77.dg/f77-edit-t-out.f: New test
9113         * g77.dg/f77-edit-x-out.f: New test
9114         * g77.dg/f77-edit-slash-out.f: New test
9115         * g77.dg/f77-edit-colon-out.f: New test
9116         * g77.dg/f77-edit-s-out.f: New test
9117
9118 2002-03-24  Richard Henderson  <rth@redhat.com>
9119
9120         * objc/execute/formal_protocol-6.x: New XFAIL.
9121
9122 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
9123
9124         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
9125         that do not support weak symbols
9126
9127 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
9128
9129         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
9130         * lib/g77.exp:  Likewise
9131         * lib/objc.exp: Likewise
9132
9133 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9134
9135         * gcc.dg/Wswitch-default.c: New test.
9136
9137 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
9138
9139         * g++.dg/other/enum1.C: New test.
9140
9141 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
9142
9143         * gcc.dg/pragma-ep-3.c: Fix typo.
9144
9145 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9146
9147         * g++.dg/inherit/template-as-base.C: New test.
9148
9149 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
9150
9151         * g++.old-deja/g++.other/dwarf2-1.C: Move...
9152         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
9153
9154 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
9155
9156         * gcc.dg/cpp/multiline.c: Update to match.
9157
9158 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
9159
9160         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
9161
9162 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
9163
9164         * gcc.dg/cpp/extratokens2.c:  New file.
9165
9166 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
9167
9168         * gcc.dg/20020312-2.c: Add rs6000 target.
9169
9170         * gcc.c-torture/compile/20020319-1.c: New test.
9171
9172 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9173
9174         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
9175         (A, E): Handle this.
9176
9177 2002-03-20  Jason Merrill  <jason@redhat.com>
9178
9179         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
9180         ignoring -fpic.
9181         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
9182         through prune_gcc_output.
9183
9184 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
9185
9186         * gcc.c-torture/compile/20020320-1.c: New test.
9187
9188 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
9189
9190         * gcc.c-torture/compile/20020318-1.c: New test.
9191
9192         * gcc.dg/struct-by-value-1.c: New test.
9193
9194         * gcc.dg/20020319-1.c: New test.
9195
9196 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
9197
9198         * g++.dg/opt/conj1.C: New test.
9199
9200 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
9201
9202         * g++.dg/template/qualttp20.C: Revert previous change.
9203         * g++.dg/template/qualttp3.C: Likewise.
9204         * g++.dg/template/qualttp4.C: Likewise
9205         * g++.dg/template/qualttp5.C: Likewise
9206         * g++.dg/template/qualttp6.C: Likewise
9207         * g++.dg/template/qualttp7.C: Likewise
9208         * g++.dg/template/qualttp8.C: Likewise
9209         * g++.dg/template/recurse.C: Likewise.
9210
9211 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
9212
9213         * gcc.dg/cpp/wchar-1.c: Update.
9214
9215 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
9216
9217         * g++.dg/template/conv1.C: New test.
9218         * g++.dg/template/conv2.C: New test.
9219         * g++.dg/template/conv3.C: New test.
9220         * g++.dg/template/conv4.C: New test.
9221
9222 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
9223
9224         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
9225         * g++.dg/template/qualttp3.C: Likewise.
9226         * g++.dg/template/qualttp4.C: Likewise
9227         * g++.dg/template/qualttp5.C: Likewise
9228         * g++.dg/template/qualttp6.C: Likewise
9229         * g++.dg/template/qualttp7.C: Likewise
9230         * g++.dg/template/qualttp8.C: Likewise
9231         * g++.dg/template/recurse.C: Likewise.
9232
9233 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
9234
9235         * g++.dg/opt/dtor1.C: New test.
9236
9237 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
9238
9239         * gcc.c-torture/compile/20020315-1.c: New test.
9240
9241 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
9242
9243         * gcc.dg/weak-1.c: Fix scan tests.
9244
9245 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
9246
9247         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
9248         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
9249         cris-*-aout* mmix-*-*.
9250         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
9251         cris-*-aout* mmix-*-*.
9252         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
9253         cris-*-elf* cris-*-aout* and mmix-*-*.
9254         * gcc.dg/20001009-1.c: Ditto.
9255         * gcc.dg/20010912-1.c: Ditto.
9256         * gcc.dg/20020122-4.c: Ditto.
9257         * gcc.dg/inline-2.c: Ditto.
9258
9259 2002-03-14  Jeffrey A Law  (law@cygnus.com)
9260
9261         * gcc.c-torture/compile/20020314-1.c: New test.
9262
9263 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
9264
9265         * gcc.c-torture/execute/20020314-1.c: New test.
9266
9267 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
9268
9269         * g++.dg/warn/Wunused-1.C: New test.
9270
9271 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
9272
9273         * g++.dg/abi/mangle6.C: New test.
9274
9275 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
9276
9277         * gcc.c-torture/compile/20020309-2.c: New test.
9278
9279         * gcc.c-torture/compile/20020312-1.c: New test.
9280
9281 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
9282
9283         * g++.dg/other/access1.C: New test.
9284
9285 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
9286
9287         * gcc.c-torture/execute/wchar_t-1.c: New test.
9288
9289 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
9290
9291         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
9292
9293 2002-03-12  Roger Sayle  <roger@eyesopen.com>
9294
9295         * gcc.dg/20020312-1.c: New test case.
9296
9297 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
9298
9299         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
9300
9301 2002-03-11  Richard Henderson  <rth@redhat.com>
9302
9303         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
9304         * g++.old-deja/g++.jason/report.C: Likewise.
9305
9306 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
9307
9308         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
9309         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
9310
9311 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
9312
9313         * testsuite/g++.dg/overload/pmf1.C: New test.
9314
9315 2002-03-11  Kazu Hirata  <kazu@hxi.com>
9316
9317         * gcc.c-torture/execute/20020307-1.c: Use long.
9318
9319 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
9320
9321         PR optimization/5844
9322         * gcc.dg/20020310-1.c: New test.
9323
9324 2002-03-09  Michael Meissner  <meissner@redhat.com>
9325
9326         * gcc.c-torture/execute/memcpy-2.c: New test.
9327         * gcc.c-torture/execute/memset-1.c: New test.
9328         * gcc.c-torture/execute/strlen-1.c: New test.
9329         * gcc.c-torture/execute/strcmp-1.c: New test.
9330         * gcc.c-torture/execute/strncmp-1.c: New test.
9331
9332 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
9333
9334         * gcc.dg/ppc-ldstruct.c: New test.
9335
9336 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
9337
9338         * gcc.c-torture/execute/va-arg-22.c: New test.
9339
9340 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9341
9342         * gcc.c-torture/compile/20020309-1.c: New test.
9343
9344 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
9345
9346         * gcc.c-torture/execute/20020307-2.c: New test.
9347
9348 2002-03-07  Jeffrey A Law  (law@redhat.com)
9349
9350         * g77.f-torture/compile/20020307-1.f: New test.
9351
9352 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
9353
9354         * gcc.dg/unordered-1.c: New test.
9355
9356 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
9357
9358         * gcc.c-torture/execute/20020307-1.c: New test.
9359
9360 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
9361
9362         * gcc.dg/20020304-1.c: New test.
9363
9364         * gcc.c-torture/compile/20020304-2.c: New test.
9365
9366 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
9367
9368         * gcc.c-torture/compile/20020304-1.c: New test case
9369         (from PR c/5830).
9370
9371 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
9372
9373         * gcc.dg/20020103-1.c: Add other -D ppc variants.
9374
9375 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
9376
9377         * g++.dg/other/classkey1.C: New test.
9378
9379 2002-03-01  Richard Henderson  <rth@redhat.com>
9380
9381         * gcc.c-torture/compile/981223-1.x: New.
9382         * gcc.c-torture/compile/920625-1.x: New.
9383
9384 2002-02-28  Richard Henderson  <rth@redhat.com>
9385
9386         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
9387
9388 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
9389
9390         * gcc.c-torture/execute/20020227-1.c: New test.
9391
9392 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
9393
9394         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
9395         here" ERROR lines.
9396         * g++.old-deja/g++.oliva/partord1.C: Likewise.
9397         * g++.old-deja.g++.other/defarg1.C: Likewise.
9398         * g++.old-deja/g++.pt/calls2.C: Likewise.
9399         * g++.old-deja/g++.pt/crash20.C: Likewise.
9400         * g++.old-deja/g++.pt/crash30.C: Likewise.
9401         * g++.old-deja/g++.pt/crash36.C: Likewise.
9402         * g++.old-deja/g++.pt/crash6.C: Likewise.
9403         * g++.old-deja/g++.pt/defarg13.C: Likewise.
9404         * g++.old-deja/g++.pt/derived3.C: Likewise.
9405         * g++.old-deja/g++.pt/error1.C: Likewise.
9406         * g++.old-deja/g++.pt/friend21.C: Likewise.
9407         * g++.old-deja/g++.pt/friend23.C: Likewise.
9408         * g++.old-deja/g++.pt/infinite1.C: Likewise.
9409         * g++.old-deja/g++.robertl/eb128.C: Likewise.
9410
9411 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
9412
9413         * gcc.c-torture/execute/20020225-2.c: New test.
9414
9415 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
9416
9417         * gcc.c-torture/execute/920730-1t.c,
9418         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
9419         Delete test cases, only relevant to -traditional.
9420
9421 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
9422
9423         * gcc.dg/cpp/undef1.c: Remove.
9424         * gcc.dg/cpp/directiv.c: Update.
9425         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
9426
9427 2002-02-27  Michael Meissner  <meissner@redhat.com>
9428
9429         * gcc.c-torture/execute/20020226-1.c: New test.
9430
9431 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
9432
9433         * g++.dg/debug/debug4.C: New test.
9434
9435         * gcc.dg/ia64-visibility-1.c: New test.
9436
9437 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
9438
9439         * gcc.dg/debug/20020224-1.c: New.
9440
9441 2002-02-25  Kazu Hirata  <kazu@hxi.com>
9442
9443         * gcc.c-torture/execute/960416-1.x: New.
9444         * gcc.c-torture/execute/divconst-3.x: Likewise.
9445
9446 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
9447
9448         * gcc.dg/20020224-1.c: New test.
9449
9450 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
9451
9452         * gcc.c-torture/execute/20020225-1.c: New.
9453
9454 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
9455
9456         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
9457
9458 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
9459
9460         * gcc.dg/20020222-1.c: New test.
9461
9462 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
9463
9464         * g++.dg/opt/anonunion1.C: New test.
9465
9466 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
9467
9468         * g++.dg/template/qualttp19.C: New test.
9469         * g++.dg/template/qualttp20.C: New test.
9470         * g++.old-deja/g++.jason/report.C: Adjust expected errors
9471         * g++.old-deja/g++.other/qual1.C: Likewise.
9472
9473 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
9474
9475         * gcc.dg/attr-alwaysinline.c: New.
9476
9477 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
9478
9479         * gcc.dg/20020220-1.c: New test.
9480
9481         * gcc.dg/20020220-2.c: New test.
9482
9483         * g++.dg/opt/mmx1.C: New test.
9484
9485 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
9486
9487         * gcc.c-torture/compile/20020110.c: New test.
9488
9489 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
9490
9491         * gcc.c-torture/execute/20020219-1.c: New test.
9492
9493         * gcc.dg/20020219-1.c: New test.
9494
9495         * gcc.dg/noncompile/20020220-1.c: New test.
9496
9497         * g++.dg/opt/ptrintsum1.C: New test.
9498
9499         * gcc.dg/debug/20020220-1.c: New test.
9500
9501 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
9502
9503         * gcc.c-torture/execute/20020216-1.c: New test.
9504
9505 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
9506
9507         * gcc.dg/decl-1.c: Update, new test.
9508
9509 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
9510
9511         * g++.dg/abi/bitfield1.C: New test.
9512         * g++.dg/abi/bitfield2.C: New test.
9513
9514 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
9515
9516         * gcc.dg/attr-nest.c: New test.
9517
9518 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
9519
9520         * gcc.c-torture/execute/20020215-1.c: New test.
9521
9522 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
9523
9524         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
9525         * g++.dg/debug/debug.exp: New.
9526         * g++.dg/debug/trivial.C: New.
9527         * g++.dg/debug/debug1.C: Moved...
9528         * g++.dg/other/debug1.C: ...from here.
9529         * g++.dg/debug/debug2.C: Moved...
9530         * g++.dg/other/debug2.C: ...from here.
9531         * g++.dg/debug/debug3.C: Moved...
9532         * g++.dg/other/debug3.C: ...from here.
9533
9534         * gcc.dg/noncompile/20020213-1.c: New test.
9535
9536 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
9537
9538         * g++.dg/other/debug3.C: New test.
9539
9540         * gcc.c-torture/execute/20020213-1.c: New test.
9541
9542 2002-02-13  Richard Smith <richard@ex-parrot.com>
9543
9544         * g++.old-deja/g++.other/thunk1.C: New test.
9545
9546 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
9547
9548         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
9549
9550 2002-02-13  Stan Shebs  <shebs@apple.com>
9551
9552         * gcc.dg/altivec-3.c: New.
9553
9554 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
9555
9556         * gcc.dg/Wunreachable-1.c: New test.
9557         * gcc.dg/Wunreachable-2.c: New test.
9558
9559 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
9560
9561         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
9562
9563 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
9564
9565         * gcc.dg/decl-1.c: New test.
9566
9567 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
9568
9569         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
9570
9571 2002-02-10  Kazu Hirata  <kazu@hxi.com>
9572
9573         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
9574         * gcc.c-torture/compile/980506-1.x: Likewise.
9575
9576 2002-02-10  Kazu Hirata  <kazu@hxi.com>
9577
9578         * gcc.dg/20020210-1.c: New.
9579
9580 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
9581
9582         * g77.f-torture/execute/947.f: New regression test
9583         for PR fortran/947.
9584
9585 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
9586
9587         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
9588         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
9589
9590 2002-02-08  Richard Henderson  <rth@redhat.com>
9591
9592         * gcc.c-torture/compile/labels-3.c: New.
9593
9594 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
9595
9596         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
9597         expression statements work instead.
9598         * gcc.dg/noncompile/20020207-1.c: New test.
9599
9600 2002-02-07  Richard Henderson  <rth@redhat.com>
9601
9602         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
9603
9604 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
9605
9606         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
9607         message from g77
9608         * lib/g77-dg.exp: Trim g77 error messages so that they are
9609         recognized by dg.exp.
9610
9611 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
9612
9613         PR fortran/5473
9614         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
9615
9616 2002-02-07  Richard Henderson  <rth@redhat.com>
9617
9618         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
9619         to be sufficiently aligned for integers.
9620
9621 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
9622
9623         * g++.dg/template/friend4.C: New test.
9624
9625 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
9626
9627         PR fortran/5743
9628         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
9629         unsupported cases.
9630
9631 2002-02-07  Richard Henderson  <rth@redhat.com>
9632
9633         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
9634         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
9635         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
9636         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
9637
9638 2002-02-06  Richard Henderson  <rth@redhat.com>
9639
9640         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
9641
9642 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
9643
9644         * gcc.dg/20020206-1.c: New test.
9645
9646 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
9647
9648         * gcc.c-torture/execute/20020206-1.c: New test.
9649
9650         * gcc.c-torture/execute/20020206-2.c: New test.
9651
9652         PR optimization/5429:
9653         * gcc.c-torture/compile/20020206-1.c: New test.
9654
9655 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
9656
9657         * g++.dg/ext/align1.C: Do not use an explicit alignment value
9658         as certain file formats cannot support particularly large
9659         alignments.
9660
9661         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
9662         and do not expect to be able to link the executable.
9663
9664         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
9665         fail because the COFF format does not support the weak attribute.
9666
9667 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
9668
9669         * g77.dg/pr5473.f:  New test
9670
9671 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
9672
9673         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
9674         Fix testcase accordingly.
9675
9676 2002-02-04  Richard Henderson  <rth@redhat.com>
9677
9678         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
9679         (buf): Change to be an array of pointers, not ints.
9680
9681 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
9682
9683         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
9684         before all tests.  Move warning one line above to match where it
9685         C frontend emits.
9686         * gcc.dg/Wswitch-2.c: New test.
9687         * g++.dg/warn/Wswitch-1.C: New test.
9688         * g++.dg/warn/Wswitch-2.C: New test.
9689
9690 2002-02-04  Richard Henderson  <rth@redhat.com>
9691
9692         * g++.dg/abi/offsetof.C: Fix size comparison.
9693
9694 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
9695
9696         * gcc.dg/cast-qual-2.c: New test.
9697
9698 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
9699
9700         * gcc.dg/20020201-4.c: New test.
9701
9702 2002-02-04  Ben Elliston  <bje@redhat.com>
9703
9704         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
9705         target_info attribute != 0, in addition to the empty string.
9706         (gcc_target_compile): Likewise.
9707
9708 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
9709
9710         * gcc.dg/Wswitch.c: New test.
9711         PR gcc/4475. PR gcc/3780.
9712
9713 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
9714
9715         * g77.f-torture/execute/5122.f: New test for regressions
9716         against PR fortran/5122.
9717
9718 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
9719
9720         * g77.f-torture/compile/pr3743.f: Delete
9721         * g77.dg/pr3743-1.f: New test.
9722         * g77.dg/pr3743-2.f: New test.
9723         * g77.dg/pr3743-3.f: New test.
9724         * g77.dg/pr3743-4.f: New test.
9725
9726 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9727
9728         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
9729
9730 2002-02-02  Richard Henderson  <rth@redhat.com>
9731
9732         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
9733         * gcc.c-torture/execute/bf64-1.c: Likewise.
9734
9735 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
9736
9737         * gcc.dg/20020201-2.c: New test.
9738
9739         * gcc.dg/20020201-3.c: New test.
9740
9741         * gcc.c-torture/execute/bitfld-2.c: New test.
9742
9743 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9744
9745         * gcc.dg/bitfld-1.c: Update.
9746         * gcc.dg/bitfld-2.c: Update.
9747         * gcc.c-torture/execute/bitfld-1.x: New.
9748
9749 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
9750
9751         * gcc.c-torture/execute/20020201-1.c: New test.
9752
9753 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
9754
9755         PR target/5469
9756         * gcc.dg/20020201-1.c: New test.
9757
9758 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
9759
9760         PR fortran/3743
9761         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
9762         * g77.f-torture/compile/pr3743.x: Remove
9763
9764 2002-01-31  Tom Rix  <trix@redhat.com>
9765
9766         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
9767
9768 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
9769
9770         * gcc.dg/noncompile/20020130-1.c: New test.
9771
9772 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
9773
9774         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
9775
9776 2002-01-29  Richard Henderson  <rth@redhat.com>
9777
9778         * gcc.c-torture/execute/991118-1.c: Cast various constants back
9779         to long long.
9780         * gcc.c-torture/execute/bf64-1.c: Likewise.
9781
9782 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
9783
9784         * gcc.c-torture/execute/20020129-1.c: New test.
9785
9786 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
9787
9788         * gcc.c-torture/compile/20000224-1.c: Update.
9789         * gcc.c-torture/execute/bitfld-1.c: New tests.
9790         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
9791         * gcc.dg/uninit-A.c: Update.
9792
9793 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
9794
9795         * g++.dg/template/ctor1.C: Add instantiation.
9796
9797 2002-01-28  Paul Koning  <pkoning@equallogic.com>
9798
9799         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
9800         argument to __builtin_prefetch to be const ptr.
9801
9802 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
9803
9804         * gcc.c-torture/compile/20020120-1.c: New test.
9805
9806 2002-01-27  Kazu Hirata  <kazu@hxi.com>
9807
9808         * gcc.c-torture/execute/20020127-1.c: New test.
9809
9810 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
9811
9812         * g77.dg/f77-edit-i-in.f: New test
9813         * g77.dg/f77-edit-i-out.f: New test
9814
9815 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
9816
9817         * gcc.dg/debug/debug.exp: New file.
9818         * gcc.dg/debug/trivial.c: New file.
9819         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
9820         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
9821         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
9822         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
9823         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
9824         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
9825         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
9826         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
9827         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
9828         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
9829         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
9830         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
9831         * gcc.dg/20000503-1.c: Removed.
9832         * gcc.dg/20010207-1.c: Removed.
9833         * gcc.dg/20011223-1.c: Removed.
9834         * gcc.dg/20020104-2.c: Removed.
9835         * gcc.dg/debug-1.c: Removed.
9836         * gcc.dg/debug-2.c: Removed.
9837         * gcc.dg/debug-3.c: Removed.
9838         * gcc.dg/debug-4.c: Removed.
9839         * gcc.dg/debug-5.c: Removed.
9840         * gcc.dg/debug-6.c: Removed.
9841         * gcc.dg/dwarf2-1.c: Removed.
9842         * gcc.dg/dwarf2-2.c: Removed.
9843
9844 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
9845
9846         * g++.old-deja/g++.other/eh5.C: New test.
9847         * g++.old-deja/g++.other/sibcall2.C: New test.
9848         * g++.old-deja/g++.other/array9.C: New test.
9849         * g++.old-deja/g++.other/typename2.C: New test.
9850         * g++.old-deja/g++.other/crash60.C: New test.
9851         * g++.old-deja/g++.other/conv9.C: New test.
9852         * g++.old-deja/g++.other/mangle10.C: New test.
9853         * g++.old-deja/g++.other/unchanging1.C: New test.
9854         * g++.old-deja/g++.other/exprstmt1.C: New test.
9855         * g++.old-deja/g++.other/inline23.C: New test.
9856         * g++.old-deja/g++.eh/ia64-1.C: New test.
9857         * g++.old-deja/g++.other/dwarf2-1.C: New test.
9858         * g++.old-deja/g++.other/reload1.C: New test.
9859         * g++.old-deja/g++.other/static20.C: New test.
9860         * g++.old-deja/g++.other/local-alloc1.C: New test.
9861         * g++.old-deja/g++.other/conv8.C: New test.
9862         * g++.old-deja/g++.other/stmtexpr2.C: New test.
9863         * g++.old-deja/g++.other/storeexpr1.C: New test.
9864         * g++.old-deja/g++.other/storeexpr2.C: New test.
9865         * g++.dg/eh/template2.C: New test.
9866         * g++.dg/warn/weak1.C: New test.
9867
9868 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
9869
9870         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
9871         Remove first, non-varying, argument.
9872
9873 2002-01-23  Richard Henderson  <rth@redhat.com>
9874
9875         * gcc.dg/inline-2.c: New.
9876
9877         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
9878         Add optional target arg.  Check number of arguments.
9879         (scan-assembler-not, scan-assembler-dem): Likewise.
9880         (scan-assembler-dem-not): Likewise.
9881
9882 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
9883
9884         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
9885         line 12.
9886         * g++.old-deja/g++.brendan/parse3.C,
9887         g++.old-deja/g++.other/crash26.C,
9888         g++.old-deja/g++.other/crash28.C,
9889         g++.old-deja/g++.other/crash29.C,
9890         g++.old-deja/g++.other/crash30.C,
9891         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
9892
9893 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
9894
9895         * gcc.dg/20020115-1.c: New.
9896
9897 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
9898
9899         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
9900
9901 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
9902
9903         * gcc.dg/20020122-3.c: New.
9904
9905 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
9906
9907         * g++.dg/other/gc1.C: New test.
9908
9909 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
9910
9911         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
9912
9913 2002-01-22  Richard Henderson  <rth@redhat.com>
9914
9915         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
9916
9917 2002-01-22  Richard Henderson  <rth@redhat.com>
9918
9919         * gcc.dg/20020122-4.c: New.
9920
9921 2002-01-22  H.J. Lu <hjl@gnu.org>
9922
9923         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
9924         link output.
9925         * gcc.dg/special/ecos.exp: Likewise.
9926         * lib/g++-dg.exp: Likewise.
9927         * lib/g77-dg.exp: Likewise.
9928         * lib/gcc-dg.exp : Likewise.
9929         * lib/mike-g++.exp: Likewise.
9930         * lib/mike-g77.exp: Likewise.
9931         * lib/mike-gcc.exp: Likewise.
9932         * lib/objc-dg.exp: Likewise.
9933
9934 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
9935
9936         PR target/5379
9937         * gcc.dg/20020122-2.c: New test.
9938
9939 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
9940
9941         * gcc.dg/20020122-1.c: New test.
9942
9943 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
9944
9945         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
9946
9947 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
9948
9949         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
9950
9951 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9952
9953         * gcc.c-torture/compile/20020121-1.c: New test.
9954
9955 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9956
9957         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
9958         ld_library_path.
9959
9960 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
9961
9962         * gcc.dg/20020218-1.c: New test.
9963
9964 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
9965
9966         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
9967         messages
9968         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
9969         "At global scope" warning
9970         * g++.dg/ext/align1.C: Change cygwin test for alignment
9971         from db-bogus to dg-warning
9972
9973 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
9974
9975         * g77.f-torture/compile/cpp2.F: New test.
9976
9977 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
9978
9979         * g++.dg/template/access1.C: New test.
9980
9981 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
9982
9983         * gcc.dg/20020118-1.c: New.
9984
9985 2002-01-18  Kazu Hirata  <kazu@hxi.com>
9986
9987         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
9988
9989 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
9990
9991         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
9992         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
9993         alignment warnings.
9994
9995 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
9996
9997         * gcc.misc-tests/i386-prefetch.exp: Save and restore
9998         torture_with_loops and torture_without_loops
9999
10000 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
10001
10002         * gcc.c-torture/compile/20020116-1.c: New test.
10003
10004 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
10005
10006         * gcc.dg/20020116-2.c: New test.
10007
10008         * gcc.dg/ultrasp4.c: New test.
10009
10010         * gcc.dg/20020116-1.c: New test.
10011
10012 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
10013
10014         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
10015         by EABI.
10016
10017 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
10018
10019         * gcc.misc-tests/i386-prefetch.exp: New.
10020         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
10021         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
10022         * gcc.misc-tests/i386-pf-none-1.c: New test.
10023         * gcc.misc-tests/i386-pf-sse-1.c: New test.
10024
10025 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
10026
10027         * gcc.dg/gnu89-init-1.c: Add new tests.
10028
10029 2002-01-15  Andreas Jaeger  <aj@suse.de>
10030
10031         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
10032         * gcc.dg/i386-mmx-2.c: Likewise.
10033         * gcc.dg/i386-sse-1.c: Likewise.
10034         * gcc.dg/i386-sse-2.c: Likewise.
10035         * gcc.dg/i386-sse-3.c: Likewise.
10036
10037 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
10038
10039         * g77.f-torture/execute/intrinsic-unix-bessel.f:
10040         Uncomment additional cases that now pass.
10041
10042 2002-01-11  Richard Henderson  <rth@redhat.com>
10043
10044         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
10045         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
10046
10047 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
10048
10049         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
10050
10051 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
10052
10053         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
10054         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
10055
10056 2002-01-10  Dale Johannesen  <dalej@apple.com>
10057
10058         * gcc.c-torture/execute/loop-11.c: New.
10059
10060 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
10061
10062         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
10063         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
10064
10065 2002-01-09  Richard Henderson  <rth@redhat.com>
10066
10067         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
10068         type in which to perform the operation for each size.
10069
10070 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
10071
10072         * gcc.c-torture/compile/20020109-2.c: New test.
10073
10074 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
10075
10076         * gcc.c-torture/execute/loop-10.c: New test.
10077
10078 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10079
10080         * gcc.c-torture/compile/20010226-1.c: New test.
10081         * gcc.c-torture/compile/20010227-1.c: New test.
10082         * gcc.c-torture/compile/20010426-1.c: New test.
10083         * gcc.c-torture/compile/20010510-1.c: New test.
10084         * gcc.c-torture/compile/20010605-3.c: New test.
10085         * gcc.c-torture/compile/20010824-1.c: New test.
10086         * gcc.c-torture/execute/20010409-1.c: New test.
10087         * gcc.dg/noncompile/20000901-1.c: New test.
10088         * gcc.dg/20001023-1.c: New test.
10089         * gcc.dg/20001101-1.c: New test.
10090         * gcc.dg/20001102-1.c: New test.
10091         * gcc.dg/20010207-1.c: New test.
10092         * gcc.dg/20010405-1.c: New test.
10093         * gcc.dg/20010822-1.c: New test.
10094         * gcc.dg/20011107-1.c: New test.
10095
10096 2002-01-09  Jeffrey A Law  (law@redhat.com)
10097
10098         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
10099
10100         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
10101         execution failure on PA targets.
10102
10103 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10104
10105         * gcc.c-torture/compile/20020109-1.c: New test.
10106
10107 2002-01-08  Kazu Hirata  <kazu@hxi.com>
10108
10109         * gcc.c-torture/execute/20020108-1.c: New test.
10110
10111 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
10112
10113         * gcc.dg/20020108-1.c: New test.
10114
10115 2002-01-08  H.J. Lu <hjl@gnu.org>
10116
10117         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
10118         for header files.
10119
10120 2002-01-08  Geoff Keating  <geoffk@redhat.com>
10121
10122         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
10123         consistency.
10124
10125 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
10126
10127         * gcc.dg/altivec-4.c: Test altivec predicates.
10128
10129 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
10130
10131         * gcc.c-torture/execute/20020107-1.c: New test.
10132
10133 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
10134
10135         PR c/5279
10136         * gcc.c-torture/compile/20020106-1.c: New test.
10137
10138 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
10139
10140         * gcc.c-torture/execute/nestfunc-4.c: New test.
10141
10142 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
10143
10144         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
10145         extra triple that slipped in.
10146         * g++.old-deja/g++.abi/align.C: Likewise.
10147         * g++.old-deja/g++.abi/bitfields.C: Likewise.
10148
10149 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
10150
10151         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
10152         * g++.old-deja/g++.abi/align.C: Likewise.
10153         * g++.old-deja/g++.abi/bitfields.C: Likewise.
10154
10155         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
10156         on FreeBSD/i386.
10157         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
10158         FreeBSD.
10159
10160 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
10161
10162         * gcc.dg/20020104-1.c: New test.
10163
10164         * gcc.dg/20020104-2.c: New test.
10165
10166 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
10167
10168         * gcc.dg/20020103-1.c: Fix typo in target selector.
10169
10170 2002-01-03  Richard Henderson  <rth@redhat.com>
10171
10172         * gcc.dg/20020103-1.c: New.
10173
10174 2002-01-03  Kazu Hirata  <kazu@hxi.com>
10175
10176         * gcc.c-torture/execute/20020103-1.c: New test.
10177
10178 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
10179
10180         * g++.dg/other/debug2.C: New test.
10181
10182         * gcc.c-torture/compile/20020103-1.c: New test.
10183
10184 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
10185
10186         * gcc.dg/gnu89-init-1.c: Added new tests.
10187
10188 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
10189
10190         * g++.dg/template/friend2.C: Remove as patch is reverted.
10191
10192         * g++.dg/warn/oldcast1.C: New test.
10193
10194         * g++.dg/template/ptrmem1.C: New test.
10195         * g++.dg/template/ptrmem2.C: New test.
10196
10197         * g++.dg/template/ntp.C: New test.
10198
10199         * g++.dg/other/component1.C: New test.
10200
10201         * g++.dg/template/ttp3.C: New test.
10202
10203         * g++.dg/template/friend2.C: New test.
10204         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
10205
10206 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
10207
10208         * g++.dg/other/ptrmem1.C: New test.
10209         * g++.dg/other/ptrmem2.C: New test.
10210
10211 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
10212
10213         * g++.dg/template/ctor1.C: New test.
10214
10215 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
10216
10217         * g++.dg/template/friend2.C: New test.
10218
10219 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
10220
10221         * gcc.dg/mmix-1.c: New test.
10222
10223 2001-12-31  Richard Henderson  <rth@redhat.com>
10224
10225         * gcc.dg/asm-5.c: New.
10226
10227 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
10228
10229         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
10230         in namespace __gnu_cxx
10231
10232 2001-12-30  Richard Henderson  <rth@redhat.com>
10233
10234         * gcc.dg/debug-6.c: New.
10235
10236 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
10237
10238         * gcc.c-torture/compile/20011229-2.c: New test.
10239
10240 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
10241
10242         * gcc.dg/debug-3.c: New test.
10243         * gcc.dg/debug-4.c: New test.
10244         * gcc.dg/debug-5.c: New test.
10245
10246 2001-12-29  Richard Henderson  <rth@redhat.com>
10247
10248         * g++.dg/eh/loop1.C: New.
10249
10250 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
10251
10252         * g++.dg/template/crash1.C: New test.
10253
10254 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
10255
10256         * g++.dg/other/const1.C: New test.
10257
10258 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
10259
10260         * gcc.c-torture/compile/20011229-1.c: New test.
10261
10262 2001-12-28  Stan Shebs  <shebs@apple.com>
10263
10264         * lib/objc-torture.exp: Resync with c-torture.exp.
10265         * lib/objc.exp: Load standard libraries.
10266
10267 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
10268
10269         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
10270         additional tests.
10271
10272 2001-12-27  Roger Sayle <roger@eyesopen.com>
10273
10274         * gcc.c-torture/execute/string-opt-16.c: New testcase.
10275
10276 2001-12-27  Richard Henderson  <rth@redhat.com>
10277
10278         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
10279
10280 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
10281
10282         * g++.dg/eh/ctor1.C: New test.
10283         * g++.dg/other/error2.C: New test.
10284
10285 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
10286
10287         * g++.dg/other/init2.C: New test.
10288
10289 2001-12-24  Richard Henderson  <rth@redhat.com>
10290
10291         * gcc.dg/20011223-1.c: New.
10292         * gcc.dg/inline-1.c: New.
10293
10294 2001-12-23  Richard Henderson  <rth@redhat.com>
10295
10296         * gcc.dg/asm-4.c: Test operand modifiers.
10297
10298 2001-12-23  Richard Henderson  <rth@redhat.com>
10299
10300         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
10301
10302 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
10303
10304         * gcc.c-torture/execute/20011223-1.c: New test.
10305
10306 2001-12-21  Richard Henderson  <rth@redhat.com>
10307
10308         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
10309         re-enables the warning.
10310
10311 2001-12-21  Richard Henderson  <rth@redhat.com>
10312
10313         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
10314
10315 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
10316
10317         * gcc.c-torture/compile/20011218-1.c: New test.
10318
10319 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
10320
10321         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
10322         arm-isr.c test.
10323         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
10324         epilogue generation for ARM ISR routines.
10325
10326 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10327
10328         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
10329         * gcc.dg/format/c90-printf-3.c: Likewise.
10330         * gcc.dg/format/c99-printf-3.c: Likewise.
10331         * gcc.dg/format/ext-1.c: Likewise.
10332         * gcc.dg/format/ext-6.c: Likewise.
10333         * gcc.dg/format/format.h: Prototype unlocked stdio.
10334
10335 2001-12-20  Richard Henderson  <rth@redhat.com>
10336
10337         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
10338         (arena): Use it.
10339         (malloc): Correct allocation logic.  Abort if we fill up the
10340         arena before initialization complete.
10341         (realloc): Correct allocation logic.
10342
10343 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
10344
10345         * gcc.c-torture/compile/20011219-2.c: New test.
10346
10347         * gcc.c-torture/execute/20011219-1.c: New test.
10348
10349 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
10350
10351         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
10352         target does not support weak symbols.
10353
10354 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
10355
10356         * gcc.c-torture/compile/20011219-1.c: New test.
10357
10358 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
10359
10360         * g++.dg/other/error1.C: New test.
10361
10362 2001-12-17  Jeffrey A Law  (law@redhat.com)
10363
10364         * gcc.c-torture/execute/20011217-1.c: New test.
10365
10366 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
10367
10368         * objc.dg/special/: New directory.
10369         * objc.dg/special/special.exp: New file.
10370         * objc.dg/special/unclaimed-category-1.h: New file.
10371         * objc.dg/special/unclaimed-category-1a.m: New file.
10372         * objc.dg/special/unclaimed-category-1.m: New file.
10373
10374 2001-12-17  Andreas Jaeger  <aj@suse.de>
10375
10376         * gcc.c-torture/compile/20011217-2.c: New test.
10377
10378 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
10379
10380         * gcc.c-torture/compile/20011217-1.c: New test.
10381
10382 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
10383
10384         * testsuite/gcc.dg/20011214-1.c: New.
10385
10386 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
10387
10388         * gcc.dg/altivec-4.c: New.
10389
10390 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
10391
10392         * gcc.dg/20011113-1.c: New test.
10393
10394 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10395
10396         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
10397         std::__malloc_alloc_template<0> and
10398         std::__default_alloc_template<false, 0>.
10399
10400 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
10401
10402         * objc/execute/bf-21.m: New test.
10403         * objc/execute/enumeration-1.m: New test.
10404         * objc/execute/enumeration-2.m: New test.
10405
10406 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
10407
10408         * gcc.dg/gnu89-init-1.c: New test.
10409
10410 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
10411
10412         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
10413         * g++.old-deja/g++.jason/2371.C: Likewise.
10414         * g++.old-deja/g++.jason/template33.C: Likewise.
10415         * g++.old-deja/g++.jason/template34.C: Likewise.
10416         * g++.old-deja/g++.jason/template36.C: Likewise.
10417         * g++.old-deja/g++.oliva/typename1.C: Likewise.
10418         * g++.old-deja/g++.oliva/typename2.C: Likewise.
10419         * g++.old-deja/g++.other/typename1.C: Likewise.
10420         * g++.old-deja/g++.pt/inherit2.C: Likewise.
10421         * g++.old-deja/g++.pt/nontype5.C: Likewise.
10422         * g++.old-deja/g++.pt/typename11.C: Likewise.
10423         * g++.old-deja/g++.pt/typename14.C: Likewise.
10424         * g++.old-deja/g++.pt/typename16.C: Likewise.
10425         * g++.old-deja/g++.pt/typename3.C: Likewise.
10426         * g++.old-deja/g++.pt/typename4.C: Likewise.
10427         * g++.old-deja/g++.pt/typename5.C: Likewise.
10428         * g++.old-deja/g++.pt/typename7.C: Likewise.
10429         * g++.old-deja/g++.robertl/eb9.C: Likewise.
10430
10431 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
10432
10433         * g++.dg/other/linkage1.C: New test.
10434         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
10435         specifiers.
10436
10437 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
10438
10439         * gcc.dg/concat.c: New test.
10440
10441 2001-12-11  Stan Shebs  <shebs@apple.com>
10442
10443         * objc/compile: New test directory.
10444         * objc/compile/compile.exp: New expect script.
10445         * objc/compile/20011211-1.m: New compile test.
10446
10447 2001-12-11  Jason Merrill  <jason@redhat.com>
10448
10449         * lib/prune.exp (prune_gcc_output): Also handle "In member
10450         function".  So many permutations...
10451
10452 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
10453
10454         * g++.dg/template/typedef1.C: New test.
10455
10456 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
10457
10458         * g++.dg/other/copy1.C: New test.
10459
10460 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
10461
10462         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
10463
10464         * gcc.dg/builtin-choose-expr.c: New.
10465
10466 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
10467
10468         * gcc.dg/altivec-2.c: New.
10469
10470 2001-12-07  Richard Henderson  <rth@redhat.com>
10471
10472         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
10473
10474 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
10475
10476         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
10477         ultrasparc.
10478
10479 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10480
10481         * g++-old.deja/g++.robertl/eb101.C: Deleted.
10482
10483 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
10484
10485         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
10486         variable argument list.
10487
10488 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
10489
10490         * gcc.c-torture/execute/memcheck: Delete entire directory.
10491         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
10492         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
10493
10494 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
10495
10496         * gcc.dg/Wshadow-1.c: New test.
10497
10498 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
10499
10500         * gcc.c-torture/compile/20011130-1.c: New test.
10501
10502         * gcc.dg/noncompile/20011025-1.c: New test.
10503
10504         * g++.dg/other/anon-union.C: New test.
10505
10506         * gcc.c-torture/execute/20011024-1.c: New test.
10507
10508 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10509
10510         * gcc.c-torture/execute/20000722-1.x,
10511         gcc.c-torture/execute/20010123-1.x: Remove.
10512         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
10513         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
10514         gcc.dg/c99-complit-2.c: New tests.
10515
10516 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
10517
10518         * g++.dg/inherit/base1.C: New test.
10519
10520 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
10521
10522         * g++.dg/other/stdarg1.C: New test.
10523
10524         * gcc.c-torture/compile/20011130-2.c: New test.
10525
10526 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
10527
10528         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
10529         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
10530         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
10531         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
10532         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
10533         * gcc.dg/builtin-prefetch-1.c: New test.
10534
10535 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
10536
10537         * gcc.dg/20011130-1.c: New test.
10538
10539 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
10540
10541         * g++.dg/other/scope1.C: New test.
10542         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
10543
10544 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
10545
10546         * gcc.dg/vla-init-1.c: New test.
10547
10548 2001-12-01  Geoff Keating  <geoffk@redhat.com>
10549
10550         * gcc.c-torture/compile/structs.c: New testcase from GDB.
10551
10552 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
10553
10554         * objc.dg/alias.m: Update.
10555         * objc.dg/class-1.m: Update.
10556         * objc.dg/const-str-1.m: Update.
10557         * objc.dg/fwd-proto-1.m: Update.
10558         * objc.dg/id-1.m: Update.
10559         * objc.dg/super-class-1.m: Update.
10560
10561 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
10562
10563         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
10564         constructs.
10565
10566 2001-11-28  Jeffrey A Law  (law@cygnus.com)
10567
10568         * gcc.c-torture/execute/20011128-1.c: New test.
10569
10570 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
10571
10572         * gcc.dg/20011127-1.c: New test.
10573
10574 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10575
10576         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
10577         from Austin Group draft 7.
10578         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
10579         scanf format arguments.
10580         * gcc.dg/format/no-exargs-2.c: New test.
10581
10582 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
10583
10584         * g++.dg/abi/vbase8-4.C: New test.
10585
10586 2001-11-24  Ian Lance Taylor  <ian@airs.com>
10587
10588         * gcc.c-torture/execute/20011121-1.c: New test.
10589
10590 2001-11-23  Jeffrey A Law  (law@cygnus.com)
10591
10592         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
10593
10594 2001-11-23  Andreas Jaeger  <aj@suse.de>
10595
10596         * gcc.dg/cpp/charconst-2.c: New test.
10597
10598 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
10599
10600         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
10601         to the host if it is remote.  Let tests specify extra headers
10602         they use.
10603         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
10604         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
10605         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
10606         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
10607         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
10608         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
10609         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
10610         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
10611         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
10612         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
10613
10614 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
10615
10616         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
10617         for little endian ARMs.
10618
10619 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
10620
10621         * gcc.c-torture/compile/20011119-1.c: New test.
10622         * gcc.c-torture/compile/20011119-2.c: New test.
10623
10624 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
10625
10626         * gcc.dg/altivec-1.c: Fix typo.
10627
10628 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
10629
10630         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
10631
10632 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
10633
10634         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
10635
10636 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
10637
10638         * lib/g77.exp: Don't specify --rpath-link.
10639
10640         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
10641         across all the headers.
10642         * gcc.dg/format/format.exp: For testing on a remote host,
10643         copy format.h.
10644
10645         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
10646         * gcc.c-torture/execute/930406-1.c: Likewise.
10647         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
10648
10649 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
10650
10651         * gcc.dg/altivec-1.c: New.
10652
10653 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
10654
10655         * gcc.dg/cpp/fpreprocessed.c: New test case.
10656
10657 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10658
10659         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
10660         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
10661         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
10662
10663 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10664
10665         * gcc.dg/no-builtin-1.c: New test.
10666
10667 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
10668
10669         * gcc.c-torture/execute/20011115-1.c: New test.
10670
10671 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
10672
10673         * gcc.c-torture/compile/20011114-2.c: New test.
10674         * gcc.c-torture/compile/20011114-3.c: New test.
10675         * gcc.c-torture/compile/20011114-4.c: New test.
10676
10677 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
10678
10679         * g++.dg/other/init1.C: New test.
10680
10681 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
10682
10683         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
10684         message.
10685
10686         * gcc.c-torture/execute/20011114-1.c: New testcase.
10687
10688         * gcc.c-torture/compile/20010327-1.c: Revert last change.
10689         * gcc.c-torture/compile/20011114-1.c: New test, exactly
10690         like the (before this change) version of 20010327-1.c.
10691
10692 2001-11-14  Roger Sayle <roger@eyesopen.com>
10693
10694         * gcc.c-torture/execute/string-opt-13.c: New testcase.
10695
10696 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
10697
10698         * g++.dg/init/array2.C: New test.
10699
10700 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
10701
10702         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
10703
10704 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
10705
10706         * g++.dg/other/forscope1.C: New test.
10707         * g++.dg/ext/forscope1.C: New test.
10708         * g++.dg/ext/forscope2.C: New test.
10709
10710 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
10711
10712         * gcc.c-torture/execute/20011113-1.c: New test.
10713
10714 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
10715
10716         * gcc.c-torture/execute/20011109-2.c: New test.
10717
10718         * gcc.c-torture/execute/20011109-1.c: New test.
10719
10720 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
10721
10722         * gcc.c-torture/compile/20011109-1.c: New test.
10723
10724 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
10725
10726         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
10727         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
10728         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
10729         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
10730         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
10731         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
10732         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
10733
10734 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
10735
10736         * g++.dg/warn/Wshadow-1.C: New tests.
10737         * g++.old-deja/g++.mike/for3.C: Update.
10738
10739 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
10740
10741         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
10742         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
10743         XFAILs.  Adjust expected error texts.
10744         * gcc.c-torture/compile/20011106-1.c,
10745         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
10746         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
10747         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
10748         gcc.dg/c99-array-lval-5.c: New tests.
10749
10750 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
10751
10752         * gcc.dg/cpp/defined.c: Update.
10753
10754 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
10755
10756         * gcc.c-torture/execute/anon-1.c: New test.
10757
10758 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
10759
10760         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
10761         same size, so no warning should be produced on stormy16.
10762
10763         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
10764         due to oversized array.
10765         * g++.old-deja/g++.mike/ns15.C: Likewise.
10766         * g++.old-deja/g++.pt/crash16.C: Likewise.
10767
10768 2001-11-02  Graham Stott  <grahams@redhat.com>
10769
10770         * g++.dgother/debug1.C: Fix typos.
10771
10772 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
10773
10774         * g++.dg/other/debug1.C: New test.
10775
10776 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10777
10778         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
10779         of unsigned long.
10780
10781 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
10782
10783         * gcc.dg/20011029-2.c: New test.
10784
10785         * gcc.c-torture/compile/20011029-1.c: New test.
10786
10787 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
10788
10789         * objc/execute/class_self-1.m: New test.
10790         * objc/execute/class_self-2.m: New test.
10791
10792 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
10793
10794         * gcc.misc-tests/msgs.exp: Delete.
10795         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
10796         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
10797         error set to match recent changes.
10798
10799 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
10800
10801         * gcc.dg/20011021-1.c: New test.
10802
10803 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
10804
10805         * gcc.c-torture/compile/20011023-1.c: New test.
10806
10807 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
10808
10809         * lib/g77.exp: Rewrite based on lib/g++.exp.
10810
10811 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
10812
10813         * gcc.c-torture/execute/20011019-1.c: New test.
10814
10815         * gcc.dg/20011018-1.c: New test.
10816
10817 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
10818
10819         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
10820
10821 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
10822
10823         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
10824         * gcc.dg/attr-invalid.c: Likewise.
10825
10826 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
10827
10828         * testsuite/gcc.dg/20011015-1.c: New test.
10829
10830 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
10831
10832         * g++.dg/template/unify2.C: New test.
10833
10834 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
10835
10836         * g++.dg/other/exception-specification.C: New test
10837
10838 2001-10-13  Tom Rix  <trix@redhat.com>
10839
10840         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
10841         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
10842
10843 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
10844
10845         * testsuite/gcc.dg/20011009-1.c: New test.
10846
10847 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
10848
10849         PR g++/4476
10850         * g++.dg/other/friend1.C: New test.
10851
10852 2001-10-11  Richard Henderson  <rth@redhat.com>
10853
10854         * g++.old-deja/g++.other/crash18.C: Add -S to options.
10855
10856 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10857
10858         * gcc.c-torture/compile/20011010-1.c: New.
10859
10860 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
10861
10862         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
10863         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
10864         g77.f-torture/execute/execute.exp,
10865         g77.f-torture/noncompile/noncompile.exp,
10866         gcc.c-torture/compile/compile.exp,
10867         gcc.c-torture/execute/execute.exp,
10868         gcc.c-torture/execute/ieee/ieee.exp,
10869         gcc.c-torture/execute/memcheck/memcheck.exp,
10870         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
10871         objc/execute/execute.exp: Update FSF address.
10872
10873 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
10874
10875         * gcc.dg/cpp/cmdlne-C.c: Update.
10876         * gcc.dg/cpp/cmdlne-C2.c: New.
10877
10878 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10879
10880         * gcc.c-torture/execute/20011008-3.c: New.
10881
10882 2001-10-08  DJ Delorie  <dj@redhat.com>
10883
10884         * gcc.dg/20011008-1.c: New.
10885         * gcc.dg/20011008-2.c: New.
10886
10887 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
10888
10889         * gcc.dg/cpp/spacing1.c: Update test.
10890
10891 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10892
10893         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
10894         spelling errors of "separate" as "seperate".
10895
10896 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
10897
10898         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
10899         enough to avoid inlining.
10900
10901 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
10902
10903         * lib/g77.exp: set libg2c_dir correctly.
10904
10905 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
10906
10907         * gcc.dg/cpp/macro11.c: New test.
10908
10909 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
10910
10911         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
10912         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
10913         gcc.dg/format/multattr-3.c: New tests.
10914         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
10915         tests for format attributes on function pointers being rejected.
10916
10917 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
10918
10919         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
10920
10921 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
10922
10923         * g++.dg/warn/format1.C: New test.
10924
10925 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
10926
10927         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
10928
10929 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
10930
10931         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
10932
10933 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
10934
10935         * gcc.dg/cpp/redef2.c: Add test.
10936
10937 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
10938
10939         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
10940         long-standing bug on i686, apparently.
10941         * gcc.c-torture/execute/loop-2c.x: New file.
10942         * gcc.c-torture/execute/loop-2d.x: New file.
10943         * gcc.c-torture/execute/loop-3c.x: New file.
10944
10945 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
10946
10947         * gcc.dg/cpp/20000625-2.c: Correct line number.
10948
10949 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
10950
10951         * gcc.dg/cpp/macro10.c: New test.
10952         * gcc.dg/cpp/strify3.c: New test.
10953         * gcc.dg/cpp/spacing1.c: Add tests.
10954         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
10955         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
10956
10957 2001-09-24  DJ Delorie  <dj@redhat.com>
10958
10959         * gcc.c-torture/execute/20010924-1.c: New test.
10960
10961 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
10962
10963         * testsuite/objc/execute/paste.m: Remove.
10964
10965 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
10966
10967         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
10968
10969 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
10970
10971         * g77.dg/strlen0.f: New test.
10972
10973 2001-09-21  Richard Henderson  <rth@redhat.com>
10974
10975         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
10976         * g++.old-deja/g++.abi/vtable2.C: Likewise.
10977
10978 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
10979
10980         Table-driven attributes.
10981         * g++.dg/ext/attrib1.C: New test.
10982
10983 2001-09-20  DJ Delorie  <dj@redhat.com>
10984
10985         * gcc.dg/20000926-1.c: Update expected warning messages.
10986         * gcc.dg/array-2.c: Likewise, and test for warnings too.
10987         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
10988         array.
10989
10990 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
10991
10992         * g++.dg/eh/registers1.C: New test case.
10993
10994 2001-09-17  Richard Henderson  <rth@redhat.com>
10995
10996         * gcc.dg/array-5.c: Fix VLA decomposition test.
10997
10998 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
10999
11000         * gcc.dg/cpp/line5.c: New testcase.
11001
11002 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
11003
11004         * gcc.dg/cpp/macro9.c: New test.
11005
11006 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
11007
11008         * gcc.c-torture/execute/980223.c: Change type of addr from long
11009         to char *.
11010
11011 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
11012
11013         * gcc.c-torture/execute/20010915-1.c: New test.
11014
11015 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
11016
11017         * g77.dg/bprob: New directory.
11018         * g77.dg/bprob/bprob.exp: New file.
11019         * g77.dg/bprob/bprob-1.f: New test.
11020         * g77.dg/gcov: New directory.
11021         * g77.dg/gcov/gcov.exp: New file.
11022         * g77.dg/gcov/gcov-1.f: New test.
11023         * g77.dg/gcov/gcov-1.x: New file.
11024
11025 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11026
11027         * gcc.dg/cpp/directiv.c: Update.
11028         * gcc.dg/cpp/undef1.c: Update.
11029
11030 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11031
11032         * gcc.dg/20010912-1.c: New test.
11033
11034 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
11035
11036         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
11037         language-independent file in lib.
11038         * lib/gcov.exp: New file.
11039
11040 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
11041
11042         * gcc.c-torture/compile/20010911-1.c: New test.
11043
11044 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
11045
11046         * lib/profopt.exp: New, to support profile-directed optimizations.
11047         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
11048         * gcc.misc-tests/bprob-1.c: New test.
11049         * gcc.misc-tests/bprob-2.c: New test.
11050
11051 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
11052
11053         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
11054         XFAIL and which kinds of gcov output to verify.
11055         * gcc.misc-tests/gcov-4b.x: New file.
11056         * gcc.misc-tests/gcov-5b.x: New file.
11057         * gcc.misc-tests/gcov-6.x: New file.
11058         * gcc.misc-tests/gcov-7.c: New test.
11059         * gcc.misc-tests/gcov-7.x: New file.
11060
11061 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
11062
11063         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
11064         * gcc.misc-tests/gcov-6.c: New test.
11065
11066 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11067
11068         PR c++/3986
11069         * g++.dg/abi/vbase1.C: New test.
11070
11071 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
11072
11073         * objc.dg/method-2.m: New.
11074
11075 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
11076
11077         PR c++/4203
11078         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
11079         * g++.dg/init/empty1.C: New test.
11080
11081 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
11082
11083         * gcc.c-torture/compile/20010903-1.c: New test.
11084
11085 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
11086
11087         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
11088         for m68k.
11089
11090 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
11091
11092         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
11093
11094         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
11095
11096         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
11097
11098 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
11099
11100         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
11101         for 16-bit 'unsigned int'.
11102
11103 2001-08-29  Kazu Hirata  <kazu@hxi.com>
11104
11105         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
11106
11107 2001-08-27  Richard Henderson  <rth@redhat.com>
11108
11109         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
11110         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
11111
11112 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
11113
11114         * gcc.dg/asm-names.c (ymain): New.
11115
11116 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
11117
11118         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
11119         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
11120         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
11121
11122 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11123
11124         * gcc.dg/compare5.c: New testcase.
11125
11126 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
11127
11128         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
11129         and "In instantiation".
11130
11131 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
11132
11133         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
11134
11135 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
11136
11137         * gcc.misc-tests/gcov.exp: Add support for branch information.
11138         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
11139         * gcc.misc-tests/gcov-4.c: New test.
11140         * gcc.misc-tests/gcov-4b.c: New test.
11141         * gcc.misc-tests/gcov-5b.c: New test.
11142
11143 2001-08-20  Zack Weinberg  <zackw@panix.com>
11144
11145         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
11146         expected to fail.
11147
11148 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11149
11150         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
11151
11152 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
11153
11154         * g++.dg/eh/template1.C: New test.
11155
11156 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
11157
11158         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
11159         Fix thinko.
11160         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
11161         for xfail.
11162
11163 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
11164
11165         * lib/g77-dg.exp:  Use prune.exp for common procedures
11166         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
11167         * lib/g77.exp: (g77-dg-prune) Remove
11168
11169 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
11170
11171         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
11172
11173 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11174
11175         * g++.dg/template/unify1.C: New test.
11176
11177 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
11178
11179         * g++.dg/abi/empty4.C: New test.
11180
11181 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
11182
11183         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
11184         solaris2.*
11185         * g77.f-torture/compile/pr3743.x: Likewise
11186
11187 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
11188
11189         * g++.dg/other/using-declaration.C: New test.
11190
11191 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
11192
11193         * gcc.dg/cpp/tr-sign.c: New testcase.
11194
11195 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
11196
11197         * gcc.dg/cpp/19951025-1.c: Revert.
11198         * gcc.dg/cpp/directiv.c: We no longer process directives that
11199         interrupt macro arguments.
11200
11201 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
11202
11203         * gcc.dg/bconstp-1.c: New test.
11204
11205 2001-08-03  Richard Henderson  <rth@redhat.com>
11206
11207         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
11208
11209 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11210
11211         * gcc.dg/cpp/19951025-1.c: Update.
11212
11213 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
11214
11215         * g77.dg/ff90-1.f (s): Fix reference of variable z,
11216         should be x.
11217
11218 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
11219
11220         Kill -fhonor-std.
11221         * g++.old-deja/g++.ns/ns14.C: Remove special options.
11222         * g++.old-deja/g++.other/std1.C: Likewise.
11223         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
11224
11225 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
11226
11227         * lib/g77.exp:  Load gcc-defs.exp for common procedures
11228         (g77_pass, g77_fail, g77_finish, g77_exit,
11229         ${tool}_check_unsupported_p} Now redundant.  Deleted.
11230
11231 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
11232
11233         * g77.dg/fbackslash.f
11234         * g77.dg/fcase-preserve.f
11235         * g77.dg/ff90-1.f
11236         * g77.dg/ffixed-line-length-0.f
11237         * g77.dg/ffixed-line-length-132.f
11238         * g77.dg/ffixed-line-length-7.f
11239         * g77.dg/ffixed-line-length-72.f
11240         * g77.dg/ffixed-line-length-none.f
11241         * g77.dg/ffree-form-1.f
11242         * g77.dg/fno-backslash.f
11243         * g77.dg/fno-f90-1.f
11244         * g77.dg/fno-fixed-form-1.f
11245         * g77.dg/fno-onetrip.f
11246         * g77.dg/fno-typeless-boz.f
11247         * g77.dg/fno-underscoring.f
11248         * g77.dg/fno-vxt-1.f
11249         * g77.dg/fonetrip.f
11250         * g77.dg/ftypeless-boz.f
11251         * g77.dg/fugly-assumed.f
11252         * g77.dg/funderscoring.f
11253         * g77.dg/fvxt-1.f
11254
11255 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
11256
11257         * objc.dg/fwd-proto-1.m: New.
11258         * objc.dg/local-decl-1.m: New.
11259         * objc.dg/naming-1.m: New.
11260         * objc.dg/naming-2.m: New.
11261         * objc.dg/proto-hier-1.m: New.
11262
11263 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
11264
11265         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
11266         largest-type elements to a struct makes its size grow.
11267
11268 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
11269
11270         * g++.dg/abi/vthunk1.C: New test.
11271
11272 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
11273
11274         * g++.dg/abi/vbase8-22.C: New test.
11275
11276 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
11277
11278         * gcc.dg/cpp/macro8.c: New test.
11279
11280 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
11281
11282         * g++.dg/abi/vbase8-21.C: New test.
11283
11284 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
11285
11286         * g++.dg/abi/vbase8-10.C: New test.
11287
11288 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11289
11290         * lib/g++.exp (g++_set_ld_library_path): Renamed to
11291         ${tool}_set_ld_library_path.
11292         Changed caller.
11293         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
11294         g++.exp.
11295
11296 2001-07-26  Stan Cox <scox@redhat.com>
11297
11298         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
11299         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
11300         gcc_exit, gcc_check_unsupported_p):
11301         Moved to gcc-deps.exp
11302         * gcc-deps.exp: New file.
11303
11304 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11305
11306         * g++.old-deja/g++.pt/defarg14.C: New test.
11307
11308 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
11309
11310         * g++.old-deja/g++.other/lineno5.C: New test.
11311
11312 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
11313
11314         * g++.old-deja/g++.pt/crash68.C: New test.
11315
11316 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
11317
11318         * g++.old-deja/g++.other/crash42.C: New test.
11319
11320 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
11321
11322         * gcc.dg/cpp/extratokens.c: Fix.
11323         * gcc.dg/cpp/skipping2.c: New tests.
11324
11325 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11326
11327         * gcc.c-torture/execute/20010724-1.c: New file.
11328         * gcc.c-torture/execute/20010724-1.x: New file.
11329
11330 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
11331
11332         * g++.old-deja/g++.other/cond7.C: New test.
11333
11334 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
11335
11336         * g++.old-deja/g++.other/optimize4.C: New test.
11337
11338 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
11339
11340         * g++.old-deja/g++.abi/vbase8-5.C: New test.
11341
11342 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
11343
11344         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
11345         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
11346         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
11347         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
11348
11349         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
11350         bug report" message.
11351
11352         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
11353         * g++.dg/ext/instantiate1.C: Move from old-deja.
11354
11355 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
11356
11357         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
11358         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
11359         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
11360         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
11361
11362 2001-07-23  Jeffrey A Law  (law@cygnus.com)
11363
11364         * gcc.c-torture/execute/20010723-1.c: New test.
11365
11366 2001-07-23  Ben Elliston  <bje@redhat.com>
11367
11368         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
11369
11370 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11371
11372         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
11373         i[34567]86-*-*.
11374         Delete handling of ieee_multilib_flags.
11375         Pass -mieee for alpha*-*-* and sh-*-*.
11376         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
11377
11378 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
11379
11380         Remove old-abi tests.
11381         * g++.old-deja/g++.mike/p11116.C: Remove.
11382         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
11383
11384 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
11385
11386         * g77.f-torture/compile/pr3743.f:  New test
11387
11388 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
11389
11390         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
11391
11392 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11393
11394         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
11395         g++.old-deja/g++.pt/static6.C: Likewise.
11396         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
11397         supports weak symbols.
11398
11399 2001-07-18  Andreas Jaeger  <aj@suse.de>
11400
11401         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
11402         supported again.
11403
11404 2001-07-18  Andreas Jaeger  <aj@suse.de>
11405
11406         * gcc.dg/iftrap-1.c: Fix target line.
11407
11408 2001-07-17  Richard Henderson  <rth@redhat.com>
11409
11410         * gcc.c-torture/execute/20010717-1.c: New.
11411
11412 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11413
11414         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
11415         tests.
11416
11417 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
11418
11419         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
11420
11421 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11422
11423         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
11424         UAC_SIGBUS, UAC_NOPRINT definitions.
11425
11426 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
11427
11428         * objc/execute/object_is_class.m: New test.
11429         * objc/execute/object_is_meta_class.m: New test.
11430
11431 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11432
11433         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
11434         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
11435
11436 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
11437
11438         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
11439         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
11440
11441 2001-07-14  Richard Henderson  <rth@redhat.com>
11442
11443         * gcc.dg/iftrap-1.c: New.
11444
11445 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
11446
11447         * g77.f-torture/execute/intrinsic77.f: New test.
11448
11449 2001-07-11  Janis Johnson <janis@us.ibm.com>
11450
11451         * gcc.misc-tests/gcov-3.c: New test.
11452
11453 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
11454
11455         * gcc.c-torture/compile/20010711-1.c,
11456         * gcc.c-torture/compile/20010711-2.c: New tests.
11457
11458 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
11459
11460         * gcc.c-torture/execute/20010711-1.c: New test.
11461
11462 2001-07-11  Ben Elliston  <bje@redhat.com>
11463
11464         * g++.old-deja/g++.other/enum5.C: New test.
11465
11466 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
11467
11468         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
11469         (g++-dg-prune): Call prune_gcc_output.
11470         * prune.exp: New file for prune_gcc_output.
11471         * lib/g++.exp, lib/gcc.exp: Load it.
11472
11473 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
11474
11475         * gcc.c-torture/compile/20010701-1.c,
11476         g++.old-deja/g++.ext/attrib6.C: New tests.
11477
11478 2001-07-06  Jeffrey A Law  (law@cygnus.com)
11479
11480         * gcc.c-torture/compile/20010706-1.c: New test.
11481
11482 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
11483
11484         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
11485
11486 2001-06-28  Stan Shebs  <shebs@apple.com>
11487
11488         * gcc.dg/pragma-darwin.c: New test.
11489
11490 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11491
11492         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
11493         Solaris 2.[678] system.
11494
11495 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
11496
11497         * gcc.dg/20010622-1.c: New test.
11498
11499 2001-06-18  Stan Shebs  <shebs@apple.com>
11500
11501         * objc.dg: New directory.
11502         * objc.dg/dg.exp: New file.
11503         * objc.dg/alias.m: New.
11504         * objc.dg/class-1.m: New.
11505         * objc.dg/class-2.m: New.
11506         * objc.dg/const-str-1.m: New.
11507         * objc.dg/const-str-2.m: New.
11508         * objc.dg/id-1.m: New.
11509         * objc.dg/method-1.m: New.
11510         * objc.dg/super-class-1.m: New.
11511         * lib/objc-dg.exp: New file.
11512
11513 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11514
11515         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
11516         of label name.
11517
11518 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
11519
11520         * g++.old-deja/g++.abi/vbase8-9.C: New test.
11521
11522 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11523
11524         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
11525         variable.
11526
11527 2001-06-12  Richard Henderson  <rth@redhat.com>
11528
11529         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
11530
11531 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
11532
11533         * g++.old-deja/g++.abi/vbase5.C: New test.
11534         * g++.old-deja/g++.abi/vbase6.C: New test.
11535         * g++.old-deja/g++.abi/vbase7.C: New test.
11536
11537 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11538
11539         * gcc.c-torture/compile/20010610-1.c: New test.
11540
11541 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
11542
11543         * g++.old-deja/g++.abi/vbase4.C: New test.
11544
11545 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11546
11547         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
11548         support %f for HC11/HC12 targets.
11549         * gcc.c-torture/execute/930513-1.x: New file, likewise.
11550         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
11551         on HC11/HC12 targets.
11552         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
11553
11554 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11555
11556         * gcc.dg/wchar_t-1.c: New file.
11557         * gcc.dg/wint_t-1.c: Likewise.
11558
11559 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
11560
11561         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
11562
11563 2001-06-11  Richard Henderson  <rth@redhat.com>
11564
11565         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
11566
11567 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
11568
11569         * gcc.c-torture/compile/20010611-1.c: New test.
11570
11571 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
11572
11573         * gcc.dg/c99-tag-1.c: Add more tests.
11574
11575 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
11576
11577         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
11578         representation on MN10300 and ARM/Thumb.
11579
11580 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
11581
11582         * g77.f-torture/execute/20010610.f: New.
11583
11584 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
11585
11586         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
11587         names.
11588
11589 2001-06-09  Richard Henderson  <rth@redhat.com>
11590
11591         * gcc.c-torture/execute/ashrdi-1.c: New.
11592         * gcc.c-torture/execute/ashldi-1.c: New.
11593         * gcc.c-torture/execute/lshrdi-1.c: New.
11594
11595 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
11596
11597         * objc/execute/load-3.m: Added. Check sending +load to categories,
11598         in addition to classes.
11599
11600 2001-06-08  Stan Shebs  <shebs@apple.com>
11601
11602         * objc/execute/load-2.m: New test.  From Nicola Pero
11603         <n.pero@mi.flashnet.it>.
11604
11605 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
11606
11607         * gcc.c-torture/execute/20010605-2.c: New test.
11608
11609 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
11610
11611         * g++.old-deja/g++.abi/vbase2.C: New test.
11612         * g++.old-deja/g++.abi/vbase3.C: New test.
11613
11614 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
11615
11616         * g++.old-deja/g++.pt/friend49.C: New test.
11617
11618 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
11619
11620         * g++.old-deja/g++.ext/anon3.C: New test.
11621
11622 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
11623
11624         * g++.old-deja/g++.other/conv7.C: New test.
11625
11626 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
11627
11628         * gcc.c-torture/compile/20010605-2.c: New test.
11629
11630 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11631
11632         * gcc.c-torture/execute/20010604-1.c: New test.
11633
11634 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
11635
11636         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
11637
11638 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
11639
11640         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
11641         (g++_link_flags): Likewise.
11642         (g++_init): Pass gccpath's value to two previous functions.
11643
11644 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11645
11646         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
11647         Ensure logfile entry matches exec command line.
11648
11649 2001-05-31  Richard Henderson  <rth@redhat.com>
11650
11651         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
11652         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
11653
11654 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
11655
11656         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
11657         compiler for irix6.2
11658
11659 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
11660
11661         * g++.old-deja/g++.other/optimize3.C: New file.
11662
11663 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
11664
11665         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
11666         assemble.
11667
11668 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
11669
11670         * g++.old-deja/g++.other/optimize2.C: New file.
11671
11672 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
11673
11674         * gcc.c-torture/compile/20010518-2.c: New file.
11675         * gcc.c-torture/execute/20010518-1.c: New file.
11676         * gcc.c-torture/execute/20010518-2.c: New file.
11677
11678 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
11679
11680         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
11681
11682 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
11683
11684         G++ no longer defines builtins that do not begin with __builtin.
11685         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
11686         * g++.old-deja/g++.brendand/misc13.C: Likewise.
11687         * g++.old-deja/g++.law/builtin1.C: Likewise.
11688         * g++.old-deja/g++.law/cvt2.C: Likewise.
11689         * g++.old-deja/g++.mike/net5.C: Likewise.
11690         * g++.old-deja/g++.other/builtins1.C: Likewise.
11691         * g++.old-deja/g++.other/builtins2.C: Likewise.
11692         * g++.old-deja/g++.other/builtins3.C: Likewise.
11693         * g++.old-deja/g++.other/builtins4.C: Likewise.
11694         * g++.old-deja/g++.other/inline8.C: Likewise.
11695         * g++.old-deja/g++.robertl/eb39.C: Likewise.
11696
11697 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
11698
11699         * g++.old-deja/g++.pt/using1.C: Adjust.
11700         * g++.old-deja/g++.pt/using2.C: New test.
11701
11702 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
11703
11704         * gcc.dg/cpp/charconst.c: New tests.
11705         * gcc.dg/cpp/escape.c: New tests.
11706         * gcc.dg/cpp/escape-1.c: New tests.
11707         * gcc.dg/cpp/escape-2.c: New tests.
11708         * gcc.dg/cpp/ucs.c: New tests.
11709
11710 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
11711
11712         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
11713         native compiler for irix6.5.
11714
11715 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
11716
11717         * lib/g++.exp (g++_include_flags): Use args to compute
11718         get_multilibs.
11719         (g++_link_flags): Likewise.
11720         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
11721
11722 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
11723
11724         * gcc.dg/c90-hexfloat-1.c: Add more tests.
11725
11726 2001-05-21  Geoff Keating  <geoffk@redhat.com>
11727
11728         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
11729         this file.
11730
11731 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11732
11733         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
11734         STACK_SIZE;
11735         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
11736         to STACK_SIZE; Use it to define size of add_histo array.
11737         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
11738         to STACK_SIZE.
11739         (f): Use GITT_SIZE to define size of gitt local table.
11740         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
11741         to STACK_SIZE; Use it to define size of bytemem array.
11742
11743 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11744
11745         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
11746         on 68HC11/HC12 due to the asm instruction.
11747         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
11748         * gcc.c-torture/compile/920520-1.x: Likewise.
11749         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
11750         on 68HC11/HC12 because the function is larger than 64K.
11751         * gcc.c-torture/compile/961203-1.x: New file, this test fails
11752         on 68HC11/HC12 because the structure is too large.
11753
11754 2001-05-20  Richard Henderson  <rth@redhat.com>
11755
11756         * gcc.c-torture/execute/20010520-1.c: New.
11757
11758 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11759
11760         * g++.old-deja/g++.warn/compare1.C: New test.
11761         * gcc.dg/compare4.c: New test.
11762
11763 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
11764
11765         * g++.old-deja/g++.other/optimize1.C: New test.
11766
11767 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11768
11769         * g++.old-deja/g++.pt/spec41.C: New test.
11770
11771 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
11772
11773         * gcc.c-torture/compile/20010114-1.x: Remove.
11774
11775 2001-05-18  Stan Shebs  <shebs@apple.com>
11776
11777         * gcc.c-torture/compile/20010518-1.c: New test.
11778
11779 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
11780
11781         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
11782         * g++.old-deja/g++.pt/crash67.C: New test.
11783
11784 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
11785
11786         * g++.old-deja/g++.other/debug9.C: New test.
11787
11788 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
11789
11790         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
11791
11792 2001-05-16  Jan Hubicka  <jh@suse.cz>
11793
11794         * gcc.c-torture/compile/20010516-1.c: New test.
11795
11796 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
11797
11798         * g++.old-deja/g++.other/crash41.C: New test.
11799
11800 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
11801
11802         * g++.old-deja/g++.pt/crash66.C: New test.
11803
11804 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
11805
11806         * g++.old-deja/g++.robertl/eb27.C: Convert.
11807
11808 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
11809
11810         * g++.dg/friend-warn.C: New test.  Do not warn about friend
11811         declaration being redundant.
11812
11813 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
11814
11815         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
11816
11817 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
11818
11819         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
11820
11821 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
11822
11823         * lib/g++.exp: Use testsuite_flags.
11824
11825 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
11826
11827         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
11828
11829 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11830
11831         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
11832
11833 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
11834
11835         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
11836
11837 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
11838
11839         * gcc.c-torture/compile/20010313-1.c: New test.
11840
11841 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
11842
11843         * gcc.dg/cpp/direct2.c: New test.
11844         * gccq.dg/cpp/direct2s.c: New test.
11845
11846         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
11847
11848 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
11849
11850         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
11851         * g++.old-deja/g++.other/op3.C: Likewise.
11852
11853 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
11854
11855         * gcc.dg/cpp/syshdr.h: New file.
11856         * gcc.dg/cpp/sysmac1.c: Update.
11857         * gcc.dg/cpp/sysmac2.c: Update.
11858
11859 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
11860
11861         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
11862
11863 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
11864
11865         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
11866         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
11867
11868 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
11869
11870         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
11871
11872 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
11873
11874         * lib/g++.exp (g++_include_flags): Don't use any special flags
11875         if TESTING_IN_BUILD_TREE is not defined.
11876         (g++_init): Use a plain 'c++' as the compiler if
11877         TESTING_IN_BUILD_TREEE is not defined.
11878
11879 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
11880
11881         * g++.old-deja/g++.eh/catch13.C: New test.
11882         * g++.old-deja/g++.eh/catch14.C: New test.
11883
11884 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
11885
11886         * gcc.dg/cpp/tr-define.c: New test.
11887
11888 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
11889
11890         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
11891         <stdlib.h>, not <malloc.h>.
11892
11893 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
11894
11895         * g++.old-deja/g++.ns/template17.C: New test.
11896
11897 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
11898
11899         * g++.old-deja/g++.pt/ref4.C: New test.
11900
11901 2001-04-30  Richard Henderson  <rth@redhat.com>
11902
11903         * gcc.dg/20000724-1.c: Revert last change.
11904
11905 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
11906
11907         * g77.f-torture/execute/20010430.f: New test.
11908
11909 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
11910
11911         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
11912
11913 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
11914
11915         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
11916
11917 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
11918
11919         * g++.old-deja/g++.eh/crash6.C: New test.
11920
11921 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
11922
11923         * g++.old-deja/g++.other/warn7.C: New test.
11924
11925 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
11926
11927         * g++.old-deja/g++.other/defarg9.C: New test.
11928
11929 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
11930
11931         * g77.f-torture/compile/20010426.f: New test.
11932         * g77.f-torture/execute/20010426.f: New test.
11933
11934 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
11935
11936         * g77.f-torture/compile/20000629-1.x: Remove - error
11937         has been fixed.
11938
11939 2001-04-26  Jeffrey A Law  (law@cygnus.com)
11940
11941         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
11942         Tweak slightly to work with g++.dg framework.
11943         * g++.dg/special/ecos.exp: Run initp1.C test.
11944         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
11945
11946         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
11947         its linker doesn't give line numbers either.
11948         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
11949
11950 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
11951
11952         * g++.old-deja/g++.other/lex1.C: New test.
11953
11954 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
11955
11956         * gcc.dg/noncompile/20010425-1.c: New test.
11957
11958 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
11959
11960         * g++.old-deja/g++.pt/mangle2.C: New test.
11961
11962 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
11963
11964         * gcc.dg/format/plus-1.c: New test.
11965
11966 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
11967
11968         * gcc.dg/20010423-1.c: New test.
11969
11970 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
11971
11972         * gcc.c-torture/execute/20010422-1.c: New test.
11973
11974 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
11975
11976         * g++.old-deja/g++.ns/type2.C: New test.
11977
11978 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
11979
11980         * g++.old-deja/g++.other/perf1.C: New test.
11981
11982 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
11983
11984         * gcc.dg/c99-func-2.c: Remove xfail.
11985         * gcc.dg/c99-func-3.c: Remove xfail.
11986         * gcc.dg/c99-func-4.c: Remove xfail.
11987
11988 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
11989
11990         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
11991
11992 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
11993
11994         * gcc.c-torture/compile/20010423-1.c: New test.
11995
11996 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
11997
11998         * g++.old-deja/g++.pt/typename28.C: New test.
11999
12000 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
12001
12002         * g++.old-deja/g++.abi/empty2.C: New test.
12003         * g++.old-deja/g++.abi/empty3.C: New test.
12004
12005 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
12006
12007         * g++.old-deja/g++.other/comdat2.C: New test.
12008         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
12009
12010 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
12011
12012         * g++.old-deja/g++.other/overload14.C: New test.
12013
12014 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
12015
12016         * g++.old-deja/g++.other/lookup23.C: New test.
12017
12018 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
12019
12020         * gcc.c-torture/execute/20010403-1.c: New test.
12021
12022 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
12023             Mark Mitchell  <mark@codesourcery.com>
12024
12025         * lib/old-dejagnu.exp: Don't delete output of executable.
12026         Add .exe suffix to executables.
12027
12028 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
12029
12030         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
12031
12032 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12033
12034         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
12035
12036 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
12037
12038         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
12039         * g++.old-deja/g++.abi/crash1.C: New test.
12040
12041 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
12042
12043         * g++.old-deja/g++.other/crash40.C: New test.
12044
12045 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12046
12047         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
12048
12049 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
12050
12051         * g++.old-deja/g++.other/warn6.C: New test.
12052
12053 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
12054
12055         * g++.old-deja/g++.robertl/eb42.C: Same.
12056
12057 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12058
12059         * gcc.dg/wtr-conversion-1.c: New testcase.
12060
12061 2001-04-10  Richard Henderson  <rth@redhat.com>
12062
12063         * g++.old-deja/g++.other/array5.C: New.
12064
12065 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12066
12067         * gcc.c-torture/execute/20010408-1.c: New test.
12068
12069 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
12070
12071         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
12072         headers and constructs.
12073         * g++.old-deja/g++.robertl/eb79.C: Same.
12074         * g++.old-deja/g++.robertl/eb77.C (main): Same.
12075         * g++.old-deja/g++.robertl/eb73.C: Same.
12076         * g++.old-deja/g++.robertl/eb66.C (main): Same.
12077         * g++.old-deja/g++.robertl/eb55.C (t): Same.
12078         * g++.old-deja/g++.robertl/eb54.C (main): Same.
12079         * g++.old-deja/g++.robertl/eb46.C (main): Same.
12080         * g++.old-deja/g++.robertl/eb44.C: Same.
12081         * g++.old-deja/g++.robertl/eb41.C (main): Same.
12082         * g++.old-deja/g++.robertl/eb4.C (main): Same.
12083         * g++.old-deja/g++.robertl/eb39.C: Same.
12084         * g++.old-deja/g++.robertl/eb33.C (main): Same.
12085         * g++.old-deja/g++.robertl/eb31.C (main): Same.
12086         * g++.old-deja/g++.robertl/eb30.C: Same.
12087         * g++.old-deja/g++.robertl/eb3.C: Same.
12088         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
12089         * g++.old-deja/g++.robertl/eb21.C: Same.
12090         * g++.old-deja/g++.robertl/eb15.C: Same.
12091         * g++.old-deja/g++.robertl/eb118.C: Same.
12092         * g++.old-deja/g++.robertl/eb115.C (main): Same.
12093         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
12094         * g++.old-deja/g++.robertl/eb109.C: Same.
12095         * g++.old-deja/g++.other/sibcall1.C (main): Same.
12096         * g++.old-deja/g++.mike/rtti1.C: Same.
12097         * g++.old-deja/g++.mike/p658.C: Same.
12098         * g++.old-deja/g++.mike/net46.C: Same.
12099         * g++.old-deja/g++.mike/net34.C: Same.
12100         * g++.old-deja/g++.mike/memoize1.C: Same.
12101         * g++.old-deja/g++.mike/eh2.C: Same.
12102         * g++.old-deja/g++.law/weak.C: Same.
12103         * g++.old-deja/g++.law/visibility7.C: Same.
12104         * g++.old-deja/g++.law/visibility25.C: Same.
12105         * g++.old-deja/g++.law/visibility22.C: Same.
12106         * g++.old-deja/g++.law/visibility2.C: Same.
12107         * g++.old-deja/g++.law/visibility17.C: Same.
12108         * g++.old-deja/g++.law/visibility13.C: Same.
12109         * g++.old-deja/g++.law/visibility10.C: Same.
12110         * g++.old-deja/g++.law/visibility1.C: Same.
12111         * g++.old-deja/g++.law/virtual3.C (eval): Same.
12112         * g++.old-deja/g++.law/vbase1.C: Same.
12113         * g++.old-deja/g++.law/operators32.C: Same.
12114         * g++.old-deja/g++.law/nest3.C: Same.
12115         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
12116         * g++.old-deja/g++.law/except5.C (main): Same.
12117         * g++.old-deja/g++.law/cvt7.C (run): Same.
12118         * g++.old-deja/g++.law/cvt2.C: Same.
12119         * g++.old-deja/g++.law/cvt16.C: Same.
12120         * g++.old-deja/g++.law/ctors6.C (bar): Same.
12121         * g++.old-deja/g++.law/ctors17.C (main): Same.
12122         * g++.old-deja/g++.law/ctors13.C: Same.
12123         * g++.old-deja/g++.law/ctors12.C (main): Same.
12124         * g++.old-deja/g++.law/ctors10.C: Same.
12125         * g++.old-deja/g++.law/code-gen5.C: Same.
12126         * g++.old-deja/g++.law/bad-error7.C: Same.
12127         * g++.old-deja/g++.law/arm9.C: Same.
12128         * g++.old-deja/g++.law/arm12.C: Same.
12129         * g++.old-deja/g++.law/arg8.C: Same.
12130         * g++.old-deja/g++.law/arg1.C: Same.
12131         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
12132         * g++.old-deja/g++.jason/template31.C: Same.
12133         * g++.old-deja/g++.jason/template24.C (main): Same.
12134         * g++.old-deja/g++.jason/2371.C: Same.
12135         * g++.old-deja/g++.eh/new2.C: Same.
12136         * g++.old-deja/g++.eh/new1.C: Same.
12137         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
12138         * g++.old-deja/g++.brendan/nest21.C (main): Same.
12139         * g++.old-deja/g++.brendan/err-msg3.C: Same.
12140         * g++.old-deja/g++.brendan/crash62.C: Same.
12141         * g++.old-deja/g++.brendan/crash52.C: Same.
12142         * g++.old-deja/g++.brendan/crash49.C (main): Same.
12143         * g++.old-deja/g++.brendan/crash38.C: Same.
12144         * g++.old-deja/g++.brendan/crash15.C (main): Same.
12145         * g++.old-deja/g++.brendan/copy9.C: Same.
12146
12147 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
12148
12149         * gcc.c-torture/execute/20001203-2.c (memset):
12150         Count argument is of type __SIZE_TYPE__.
12151
12152 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
12153
12154         * gcc.c-torture/compile/20010404-1.c: New test.
12155
12156 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
12157
12158         * gcc.c-torture/compile/20010326-1.c: New test.
12159
12160 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
12161
12162         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
12163         peculiarities of the SH.
12164         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
12165
12166 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12167
12168         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
12169         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
12170         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
12171
12172 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
12173
12174         * g77.f-torture/compile/20010321-1.f: New test.
12175
12176 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
12177
12178         * gcc.c-torture/compile/20010329-1.c: New test.
12179
12180 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
12181
12182         * gcc.c-torture/execute/20010329-1.c: New test.
12183
12184 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
12185
12186         * g++.old-deja/g++.other/eh4.C: Fix typo.
12187
12188 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
12189
12190         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
12191
12192 2001-03-28  Philip Blundell  <philb@gnu.org>
12193
12194         * gcc.c-torture/compile/20010328-1.c: New test.
12195
12196 2001-03-27  Richard Henderson  <rth@redhat.com>
12197
12198         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
12199         * g++.old-deja/g++.eh/vbase3.C: Likewise.
12200
12201 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
12202
12203         * gcc.c-torture/compile/20010327-1.c: New test.
12204
12205 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
12206
12207         * g++.old-deja/g++.other/friend12.C: New test.
12208         * g++.old-deja/g++.other/friend9.C: Expect no errors.
12209         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
12210
12211 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12212
12213         * gcc.c-torture/execute/20010325-1.c: New test.
12214
12215 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
12216
12217         * g++.old-deja/g++.other/mangle3.C: New test.
12218
12219 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
12220
12221         * g++.old-deja/g++.other/anon8.C: New test.
12222
12223 2001-03-20  Philip Blundell  <philb@gnu.org>
12224
12225         * gcc.c-torture/compile/20010320-1.c: New test.
12226
12227 2001-03-17  Richard Henderson  <rth@redhat.com>
12228
12229         * g++.old-deja/g++.other/eh4.C: Add expected error text.
12230
12231 2001-03-15  Geoff Keating  <geoff@redhat.com>
12232
12233         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
12234         tests on AIX.
12235
12236 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
12237
12238         * g++.old-deja/g++.other/eh4.C: New test.
12239
12240 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
12241
12242         * gcc.dg/cpp/mi1.c: Update.
12243
12244 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
12245
12246         * g++.old-deja/g++.other/regstack.C: New test.
12247
12248 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
12249
12250         * g++.old-deja/g++.other/ref4.C: New test.
12251
12252 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
12253
12254         * objc/execute/va_method.m: Added.
12255         * objc/execute/IMP.m: Added.
12256         * objc/execute/_cmd.m: Added.
12257         * objc/execute/accessing_ivars.m: Added.
12258         * objc/execute/class-1.m: Added.
12259         * objc/execute/class-10.m: Added.
12260         * objc/execute/class-11.m: Added.
12261         * objc/execute/class-12.m: Added.
12262         * objc/execute/class-13.m: Added.
12263         * objc/execute/class-14.m: Added.
12264         * objc/execute/class-2.m: Added.
12265         * objc/execute/class-3.m: Added.
12266         * objc/execute/class-4.m: Added.
12267         * objc/execute/class-5.m: Added.
12268         * objc/execute/class-6.m: Added.
12269         * objc/execute/class-7.m: Added.
12270         * objc/execute/class-8.m: Added.
12271         * objc/execute/class-9.m: Added.
12272         * objc/execute/class-tests-1.h
12273         * objc/execute/class-tests-2.h
12274         * objc/execute/compatibility_alias.m: Added.
12275         * objc/execute/encode-1.m: Added.
12276         * objc/execute/formal_protocol-1.m: Added.
12277         * objc/execute/formal_protocol-2.m: Added.
12278         * objc/execute/formal_protocol-3.m: Added.
12279         * objc/execute/formal_protocol-4.m: Added.
12280         * objc/execute/formal_protocol-5.m: Added.
12281         * objc/execute/formal_protocol-6.m: Added.
12282         * objc/execute/formal_protocol-7.m: Added.
12283         * objc/execute/informal_protocol.m: Added.
12284         * objc/execute/initialize.m: Added.
12285         * objc/execute/load.m: Added.
12286         * objc/execute/many_args_method.m: Added.
12287         * objc/execute/nested-3.m: Added.
12288         * objc/execute/no_clash.m: Added.
12289         * objc/execute/private.m: Added.
12290         * objc/execute/redefining_self.m: Added.
12291         * objc/execute/root_methods.m: Added.
12292         * objc/execute/selector-1.m: Added.
12293         * objc/execute/static-1.m: Added.
12294         * objc/execute/static-2.m: Added.
12295         * objc/execute/va_method.m: Added.
12296
12297 2001-03-10  Richard Henderson  <rth@redhat.com>
12298
12299         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
12300
12301 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
12302
12303         * g++.old-deja/g++.other/crash31.C: XFAIL.
12304         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
12305         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
12306         * gcc.c-torture/execute/20010123-1.x: XFAIL.
12307         * gcc.c-torture/execute/20010124-1.x: XFAIL.
12308         * gcc.dg/sequence-pt-1.c: XFAIL one test.
12309
12310 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
12311
12312         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
12313
12314 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
12315
12316         * gcc.dg/20000724-1.c: Don't use multiline strings.
12317
12318 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
12319
12320         * objc/execute/string1.m, objc/execute/string2.m: Compare the
12321         result of -cString against what we expect it to be; don't just
12322         print it out for no one to read.
12323
12324         * objc/execute/string3.m, objc/execute/string4.m: New tests.
12325         Based on testcases provided by Nicola Pero.
12326
12327 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
12328
12329         * gcc.dg/cpp/macro7.c: New test.
12330
12331 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
12332
12333         * gcc.dg/cpp/multiline.c: Update.
12334
12335 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
12336
12337         * g++.old-deja/g++.other/enum3.C: New test.
12338
12339 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
12340
12341         * g++.old-deja/g++.other/pod1.C: New test.
12342
12343 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
12344
12345         * g++.old-deja/g++.ext/overload1.C: New test.
12346
12347 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
12348
12349         * g++.old-deja/g++.pt/using1.C: New test.
12350
12351 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
12352
12353         * g++.old-deja/g++.other/using9.C: New test.
12354
12355 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
12356
12357         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
12358
12359         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
12360
12361 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
12362
12363         * g++.old-deja/g++.ext/realpt1.C: Remove.
12364
12365 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
12366
12367         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
12368
12369 2001-02-26  Will Cohen  <wcohen@redhat.com>
12370
12371         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
12372
12373 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
12374
12375         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
12376         templatized constructors.
12377
12378 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12379
12380         * gcc.c-torture/execute/20010224-1.c: New test.
12381
12382 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
12383
12384         * gcc.c-torture/execute/20010222-1.c: New test.
12385
12386 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
12387
12388         * g++.old-deja/g++.other/inline20.C: New test.
12389
12390 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
12391
12392         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
12393
12394 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
12395
12396         * g++.old-deja/g++.other/lookup22.C: New test.
12397
12398 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
12399
12400         * g77.dg: New directory.
12401         * g77.dg/20010216-1.f: New test case.
12402         * g77.dg/dg.exp: New driver.
12403         * lib/g77-dg.exp: New driver library.
12404
12405 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12406
12407         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
12408
12409 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
12410
12411         * g++.old-deja/g++.other/decl9.C: New test.
12412
12413 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
12414
12415         * g++.old-deja/g++.other/init16.C: Update the test so that it does
12416         not need <string> and also tests the initialization at runtime.
12417
12418 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
12419
12420         * gcc.c-torture/execute/longlong.c: New test.
12421
12422 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
12423
12424         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
12425
12426 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
12427
12428         * gcc.c-torture/execute/920302-1.c (execute):
12429         Change argument type to short.
12430
12431 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
12432
12433         * g++.old-deja/g++.pt/deduct6.C: New test.
12434
12435 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
12436
12437         * g++.old-deja/g++.pt/deduct5.C: New test.
12438
12439 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
12440
12441         * gcc.c-torture/execute/20010209-1.c: New test.
12442
12443 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
12444
12445         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
12446
12447 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
12448
12449         * g++.dg/vtgc1.C: Update for new ABI.
12450
12451         * consistency.vlad: New directory, 1665 files.
12452
12453 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12454
12455         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
12456         return type.
12457         * gcc.dg/cpp/digraphs.c: Declare puts.
12458
12459 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
12460
12461         * g++.old-deja/g++.other/warn5.C: New test.
12462
12463 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
12464
12465         * g++.old-deja/g++.pt/spec40.C: New test.
12466
12467 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
12468
12469         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
12470         case.
12471         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
12472
12473 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
12474
12475         * gcc.c-torture/compile/20010209-1.c: New test.
12476
12477 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
12478
12479         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
12480         excess errors message but not if it crashes.
12481         * g++.old-deja/g++.other/crash27.C: Likewise.
12482         * g++.old-deja/g++.other/crash28.C: Likewise.
12483         * g++.old-deja/g++.other/crash30.C: Likewise.
12484         * g++.old-deja/g++.other/crash32.C: Likewise.
12485         * g++.old-deja/g++.other/crash35.C: Likewise.
12486         * g++.old-deja/g++.pt/inherit2.C: Likewise.
12487
12488 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12489
12490         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
12491         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
12492         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
12493         g77.f-torture/execute/execute.exp,
12494         g77.f-torture/noncompile/noncompile.exp,
12495         gcc.c-torture/execute/execute.exp,
12496         gcc.c-torture/execute/memcheck/memcheck.exp,
12497         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
12498         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
12499         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
12500         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
12501         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
12502         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
12503         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
12504         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
12505         Remove bug reporting instructions with ancient email addresses.
12506
12507 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
12508
12509         * gcc.dg/20010202-1.c: New test.
12510         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
12511
12512 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
12513
12514         * g++.dg/stdbool-if.C: New test.
12515
12516 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
12517
12518         * objc/execute/fdecl.m: Added main().
12519
12520 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
12521
12522         * gcc.c-torture/execute/20010206-1.c: New test.
12523
12524 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
12525
12526         * gcc.dg/cpp/avoidpaste1.c: Update.
12527
12528 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
12529
12530         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
12531         Pero <nicola@brainstorm.co.uk>.
12532         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
12533
12534 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
12535
12536         * g++.old-deja/g++.pt/spec39.C: New test.
12537
12538 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
12539
12540         * gcc.c-torture/compile/20010202-1.c: New test.
12541
12542 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
12543
12544         * g++.old-deja/g++.abi/primary2.C: New test.
12545         * g++.old-deja/g++.abi/primary3.C: New test.
12546         * g++.old-deja/g++.abi/primary4.C: New test.
12547         * g++.old-deja/g++.abi/primary5.C: New test.
12548         * g++.old-deja/g++.abi/vtable3.h: New test.
12549         * g++.old-deja/g++.abi/vtable3a.C: New test.
12550         * g++.old-deja/g++.abi/vtable3b.C: New test.
12551         * g++.old-deja/g++.abi/vtable3c.C: New test.
12552         * g++.old-deja/g++.abi/vtable3d.C: New test.
12553         * g++.old-deja/g++.abi/vtable3e.C: New test.
12554         * g++.old-deja/g++.abi/vtable3f.C: New test.
12555         * g++.old-deja/g++.abi/vtable3g.C: New test.
12556         * g++.old-deja/g++.abi/vtable3h.C: New test.
12557         * g++.old-deja/g++.abi/vtable3i.C: New test.
12558         * g++.old-deja/g++.abi/vtable3j.C: New test.
12559         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
12560
12561 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
12562
12563         * g++.old-deja/g++.other/anon6.C: New test.
12564         * g++.old-deja/g++.other/anon7.C: New test.
12565
12566 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
12567
12568         * gcc.dg/cpp/avoidpaste2.c: New tests.
12569
12570 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
12571
12572         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
12573
12574 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
12575
12576         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
12577         DECIMAL_DIG cases for Irix."
12578
12579 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
12580
12581         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
12582
12583 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
12584
12585         * gcc.dg/c99-tag-1.c: New test.
12586
12587 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
12588
12589         * gcc.dg/cpp/tr-warn1.c: Add tests.
12590
12591 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
12592
12593         * gcc.dg/cpp/avoidpaste1.c: Update.
12594         * gcc.dg/cpp/paste4.c: Update.
12595
12596 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
12597
12598         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
12599         cases for Irix.
12600
12601 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12602
12603         * g++.old-deja/g++.other/inline19.C: New test.
12604
12605 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
12606
12607         * gcc.dg/Wlarger-than.c: New test.
12608
12609 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
12610
12611         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
12612
12613 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
12614
12615         * gcc.c-torture/execute/20010129-1.c: New test.
12616         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
12617
12618 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
12619
12620         * gcc.dg/cpp/avoidpaste1.c: Test case.
12621
12622 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
12623
12624         * g++.old-deja/g++.other/inline18.C: New test.
12625
12626 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12627
12628         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
12629         and __builtin_putchar.
12630
12631 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
12632
12633         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
12634         tests.
12635
12636 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
12637
12638         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
12639         floating point number rounding mode to round to the nearest
12640         representable mode.
12641
12642 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
12643
12644         * g++.old-deja/g++.other/mangle2.C: New test.
12645
12646 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
12647
12648         * gcc.c-torture/compile/20010124-1.c: New test.
12649
12650 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
12651
12652         * g++.old-deja/g++.pt/spec38.C: New test.
12653
12654 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12655
12656         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
12657         "Build don't run".
12658
12659 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12660
12661         * gcc.c-torture/execute/20010123-1.c: New test.
12662
12663 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
12664
12665         * g++.old-deja/g++.pt/spec37.C: New test.
12666
12667 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
12668
12669         * g++.old-deja/g++.pt/overload14.C: New test.
12670
12671 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12672
12673         * gcc.c-torture/execute/20010122-1.c: New test, exercise
12674         __builtin_return_address.
12675
12676 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
12677
12678         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
12679         * g++.old-deja/g++.pt/spec35.C: New test.
12680         * g++.old-deja/g++.pt/spec36.C: New test.
12681
12682 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
12683
12684         * gcc.c-torture/compile/20010118-1.c: New test.
12685
12686 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
12687
12688         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
12689
12690 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
12691
12692         * gcc.c-torture/execute/20010119-1.c: New test.
12693
12694 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
12695
12696         * g++.old-deja/g++.other/vbase5.C: New test.
12697
12698 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
12699
12700         * gcc.c-torture/execute/20010118-1.c: New test.
12701
12702 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
12703
12704         * g++.old-deja/g++.pt/deduct3.C: New test.
12705
12706 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
12707
12708         * g++.old-deja/g++.pt/spec34.C: New test.
12709
12710 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
12711
12712         * g77.f-torture/compile/20000601-2.f: New test.
12713
12714 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
12715
12716         * g++.old-deja/g++.other/init17.C: New test.
12717
12718 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
12719
12720         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
12721
12722 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
12723
12724         * g++.old-deja/g++.pt/unify8.C: New test.
12725
12726 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
12727
12728         * g++.old-deja/g++.abi/vbase1.C: New test.
12729
12730 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
12731
12732         * g++.old-deja/g++.pt/crash65.C: New test.
12733
12734 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
12735
12736         * gcc.dg/cpp/assembl2.S: New test case.
12737
12738 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
12739
12740         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
12741         are supported.
12742
12743 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12744
12745         * g++.old-deja/g++.other/builtins1.C: New test.
12746         * g++.old-deja/g++.other/builtins2.C: Likewise.
12747         * g++.old-deja/g++.other/builtins3.C: Likewise.
12748         * g++.old-deja/g++.other/builtins4.C: Likewise.
12749
12750 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
12751
12752         * gcc.c-torture/compile/20010117-1.c: New test.
12753         * gcc.c-torture/compile/20010117-2.c: New test.
12754
12755 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
12756
12757         * g77.f-torture/execute/20010116.[fx]: New test,
12758         XFAIL on i?86-*-*.
12759         * g77.f-torture/compile/20010115.f: Indicate it's
12760         a test for PR fortran/1636.
12761
12762 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
12763
12764         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
12765
12766 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
12767
12768         * g77.f-torture/compile/20010115.f: New test.
12769
12770 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
12771
12772         * g++.old-deja/g++.pt/nontype5.C: New test.
12773
12774 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
12775
12776         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
12777         have an equivalent working one below it.
12778
12779 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
12780
12781         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
12782         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
12783
12784 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
12785
12786         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
12787         message containing "init_priority".
12788         (conpr-2.C): Likewise.
12789         (conpr-3.C): Likewise.
12790         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
12791
12792 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12793
12794         * gcc.c-torture/execute/20010114-2.c: New test.
12795
12796 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
12797
12798         * gcc.c-torture/compile/20010114-1.c: New test.
12799         * gcc.c-torture/compile/20010114-1.x: Xfail.
12800         * gcc.c-torture/compile/20010114-2.c: New test.
12801         * gcc.c-torture/execute/20010114-1.c: New test.
12802         * gcc.dg/trunc-1.c: New test.
12803         * gcc.dg/uninit-B.c: New test.
12804
12805 2001-01-13  Nick Clifton  <nickc@redhat.com>
12806
12807         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
12808         target.
12809
12810 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12811
12812         * gcc.c-torture/compile/20010113-1.c: New test.
12813
12814 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
12815
12816         * gcc.c-torture/compile/20001212-1.c: New test.
12817
12818 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
12819
12820         * gcc.dg/cpp/widestr1.c: Update.
12821         * gcc.dg/cpp/prag-imp.c: Remove.
12822
12823 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
12824
12825         * gcc.c-torture/execute/20000801-3.x: Remove.
12826         * gcc.dg/c90-init-1.c: New test.
12827         * gcc.dg/c99-init-1.c: New test.
12828         * gcc.dg/c99-init-2.c: New test.
12829         * gcc.dg/gnu99-init-1.c: New test.
12830
12831 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
12832
12833         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
12834         testing that no relevant ones were found.
12835
12836 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
12837
12838         * g++.old-deja/g++.pt/cast2.C: New test.
12839
12840 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
12841
12842         * g++.old-deja/g++.pt/friend47.C: New test.
12843
12844 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
12845
12846         * g++.old-deja/g++.pt/instantiate13.C: New test.
12847
12848 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
12849
12850         * g++.old-deja/g++.other/defarg7.C: New test.
12851         * g++.old-deja/g++.other/defarg8.C: New test.
12852
12853 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
12854
12855         * g++.old-deja/g++.pt/crash64.C: New test.
12856
12857 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
12858
12859         * g++.old-deja/g++.pt/crash63.C: New test.
12860
12861 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
12862
12863         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
12864
12865 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
12866
12867         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
12868
12869 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
12870
12871         * g++.old-deja/g++.pt/error3.C: New test.
12872
12873 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
12874
12875         * g++.old-deja/g++.other/crash39.C: New test.
12876
12877 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
12878
12879         * g++.old-deja/g++.other/vbase4.C: New test.
12880
12881 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
12882
12883         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
12884         * gcc.dg/special/20000419-2.c: New file. Identical to above.
12885         * gcc.dg/special/special.exp: New test driver which will check
12886         for alias support for the above test.
12887
12888 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
12889
12890         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
12891         problems on small machines.
12892         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
12893         parameterize.
12894
12895 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
12896
12897         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
12898         mips.
12899         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
12900
12901 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
12902
12903         * g++.old_deja/g++.pt/using8.C: New test.
12904
12905 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
12906
12907         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
12908
12909 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
12910
12911         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
12912         where a failure is expected.
12913         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
12914
12915 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
12916
12917         * g++.old_deja/g++.pt/instantiate12.C: New test.
12918
12919 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
12920
12921         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
12922         start of structs.
12923         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
12924         * g++.old-deja/g++.brendan/crash17.C: Likewise.
12925         * g++.old-deja/g++.brendan/crash29.C: Likewise.
12926         * g++.old-deja/g++.brendan/crash48.C: Likewise.
12927         * g++.old-deja/g++.brendan/ns1.C: Likewise.
12928         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
12929         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
12930         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
12931         * g++.old-deja/g++.eh/spec6.C: Likewise.
12932         * g++.old-deja/g++.jason/crash3.C: Likewise.
12933         * g++.old-deja/g++.law/ctors11.C: Likewise.
12934         * g++.old-deja/g++.law/ctors17.C: Likewise.
12935         * g++.old-deja/g++.law/ctors5.C: Likewise.
12936         * g++.old-deja/g++.law/ctors9.C: Likewise.
12937         * g++.old-deja/g++.mike/ambig1.C: Likewise.
12938         * g++.old-deja/g++.mike/net22.C: Likewise.
12939         * g++.old-deja/g++.mike/p3538a.C: Likewise.
12940         * g++.old-deja/g++.mike/p3538b.C: Likewise.
12941         * g++.old-deja/g++.mike/virt3.C: Likewise.
12942         * g++.old-deja/g++.niklas/t128.C: Likewise.
12943         * g++.old-deja/g++.other/anon4.C: Likewise.
12944         * g++.old-deja/g++.other/using1.C: Likewise.
12945         * g++.old-deja/g++.other/warn3.C: Likewise.
12946         * g++.old-deja/g++.pt/t37.C: Likewise.
12947         * g++.old-deja/g++.robertl/eb69.C: Likewise.
12948         * g++.old-deja/g++.robertl/eb71.C: Likewise.
12949
12950 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
12951
12952         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
12953
12954 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12955
12956         * gcc.c-torture/execute/stdio-opt-3.c: New test.
12957
12958 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
12959
12960         * gcc.c-torture/compile/20010107-1.c: New test.
12961
12962 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12963
12964         * gcc.c-torture/execute/builtin-noret-1.c: New test.
12965
12966 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12967
12968         * gcc.dg/format/format.h: New file.
12969         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
12970         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
12971         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
12972         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
12973         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
12974         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
12975         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
12976         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
12977         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
12978         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
12979         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
12980         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
12981         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
12982         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
12983         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
12984         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
12985         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
12986         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
12987         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
12988         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
12989         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
12990         instead of declaring standard types, macros and functions in each
12991         test.
12992
12993 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
12994
12995         * gcc.c-torture/execute/20010106-1.c: New test.
12996
12997 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12998
12999         * gcc.dg/format/format.exp: New file.
13000         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
13001         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
13002         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
13003         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
13004         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
13005         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
13006         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
13007         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
13008         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
13009         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
13010         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
13011         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
13012         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
13013         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
13014         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
13015         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
13016         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
13017         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
13018         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
13019         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
13020         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
13021         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
13022         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
13023         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
13024         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
13025         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
13026         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
13027         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
13028         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
13029         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
13030         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
13031         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
13032         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
13033         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
13034         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
13035         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
13036         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
13037         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
13038         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
13039         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
13040         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
13041         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
13042
13043 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
13044
13045         * gcc.c-torture/execute/991228-1.c: Take word endianness into
13046         account.
13047
13048 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
13049
13050         * gcc.c-torture/execute/builtin-complex-1.c: New test.
13051
13052 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
13053
13054         * g++.old-deja/g++.pt/crash62.C: New test.
13055
13056 2001-01-04  Richard Henderson  <rth@redhat.com>
13057
13058         * gcc.dg/20000926-1.c: Update expected warnings.
13059         * gcc.dg/array-2.c: Likewise.
13060         * gcc.dg/array-4.c: Also validate flexible array members.
13061         * gcc.dg/c99-flex-array-1.c: New.
13062
13063 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13064
13065         * gcc.c-torture/compile/20001222-1.x: Remove.
13066
13067 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13068
13069         * gcc.c-torture/execute/built-in-setjmp.c: New.
13070
13071 2001-01-03  Richard Henderson  <rth@redhat.com>
13072
13073         * gcc.dg/940510-1.c: Update expected error wording.
13074         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
13075
13076 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
13077
13078         * lib/target-supports.exp (check_alias_available): Modified to
13079         indicate aliases not supported if only weak aliases are supported.
13080
13081 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13082
13083         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
13084         Turn on cmpstrsi checks for __pj__ and __i370__.
13085
13086 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
13087
13088         * g++.old-deja/g++.other/virtual11.C: New test.
13089
13090 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
13091
13092         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
13093
13094 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13095
13096         * gcc.c-torture/compile/20010102-1.c: New test.
13097
13098 2001-01-02  Andreas Jaeger  <aj@suse.de>
13099
13100         * gcc.dg/noreturn-3.c: New test.
13101
13102         * gcc.dg/noreturn-4.c: New test.
13103
13104 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13105
13106         * gcc.c-torture/execute/stdio-opt-1.c: Also test
13107         __builtin_fputc and __builtin_fwrite.
13108
13109 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
13110
13111         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
13112         signed char, not default char.
13113
13114 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
13115
13116         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
13117
13118 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
13119
13120         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
13121
13122 2000-12-29  Richard Henderson  <rth@redhat.com>
13123
13124         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
13125         (__cyg_profile_func_exit): Define.
13126
13127 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
13128
13129         * g++.dg/vtgc1.C: New test.
13130
13131 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
13132
13133         * gcc.dg/noncompile/20001228-1.c: New test.
13134
13135         * gcc.dg/20001228-1.c: New test.
13136
13137         * gcc.c-torture/execute/20001228-1.c: New test.
13138
13139 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
13140
13141         * gcc.dg/format-strfmon-1.c: New test.
13142
13143 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13144
13145         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
13146         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
13147         * gcc.c-torture/execute/string-opt-1.c: Likewise.
13148         * gcc.c-torture/execute/string-opt-2.c: Likewise.
13149         * gcc.c-torture/execute/string-opt-3.c: Likewise.
13150         * gcc.c-torture/execute/string-opt-4.c: Likewise.
13151         * gcc.c-torture/execute/string-opt-6.c: Likewise.
13152         * gcc.c-torture/execute/string-opt-7.c: Likewise.
13153         * gcc.c-torture/execute/string-opt-8.c: Likewise.
13154         * gcc.c-torture/execute/string-opt-9.c: Likewise.
13155         * gcc.c-torture/execute/string-opt-10.c: Likewise.
13156         * gcc.c-torture/execute/string-opt-11.c: Likewise.
13157         * gcc.c-torture/execute/string-opt-12.c: Likewise.
13158
13159         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
13160         * gcc.c-torture/execute/string-opt-4.c: Test index.
13161
13162 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
13163
13164         * gcc.c-torture/compile/20001226-1.c: New test.
13165
13166 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
13167
13168         * gcc.c-torture/compile/20001222-1.c: New test.
13169         * gcc.c-torture/compile/20001222-1.x: Xfail.
13170
13171 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
13172
13173         * gcc.c-torture/execute/comp-goto-2.c: New test.
13174
13175 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
13176
13177         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
13178         Use long types if __INT_MAX__ is 32767.
13179         (main): Use cast to (sint32 *) when poking 88 into a_page.
13180
13181         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
13182
13183 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
13184
13185         * gcc.c-torture/compile/20001221-1.c: New test.
13186         * gcc.c-torture/execute/20001221-1.c: New test.
13187
13188 2000-12-20  Richard Henderson  <rth@redhat.com>
13189
13190         * g++.old-deja/g++.pt/crash36.C: Update error lines.
13191         * g++.old-deja/g++.robertl/eb109.C: Likewise.
13192
13193 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13194
13195         * gcc.dg/compare3.c: New test.
13196
13197 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13198
13199         * gcc.dg/format-warnll-1.c: New test.
13200
13201 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
13202
13203         * gcc.dg/cpp/cmdlne-P.c: New test.
13204
13205 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13206
13207         * gcc.c-torture/execute/builtin-abs-1.c,
13208         gcc.c-torture/execute/builtin-abs-2.c: New tests.
13209
13210 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
13211
13212         * gcc.dg/cpp/multiline.c: New test.
13213
13214 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
13215
13216         * g++.old-deja/g++.other/syshdr1.C: Update.
13217         * gcc.dg/cpp/lineflags.c: Remove temporarily.
13218
13219 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13220
13221         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
13222
13223 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13224
13225         * g++.old-deja/g++.pt/ttp65.C: New test.
13226
13227 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13228
13229         * g++.old-deja/g++.pt/ttp64.C: New test.
13230
13231 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13232
13233         * g++.old-deja/g++.pt/spec33.C: New test.
13234
13235 2000-12-14  Catherine Moore  <clm@redhat.com>
13236
13237         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
13238         * gcc.c-torture/execute/920612-2.c: Likewise.
13239         * gcc.c-torture/execute/920428-2.c: Likewise.
13240         * gcc-c-torture/execute/va-arg-11.c: Call exit.
13241         * gcc.c-torture/execute/va-arg-21.c: Likewise.
13242
13243 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13244
13245         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
13246         * gcc.dg/pack-test-2.c: Likewise.
13247
13248 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
13249
13250         Tests by Zack Weinberg <zackw@stanford.edu>.
13251
13252         * gcc.dg/cpp/defined.c: Update.
13253         * gcc.dg/cpp/defined_trad.c: New tests.
13254
13255 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
13256
13257         * gcc.dg/cpp/trad-direct.c: Update.
13258
13259 2000-12-11  Neil Booth  <neilb@earthling.net>
13260
13261         * gcc.dg/cpp/defined_trad.c
13262
13263 2000-12-11  Neil Booth  <neilb@earthling.net>
13264
13265         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
13266
13267 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
13268
13269         * gcc.dg/format-miss-2.c: New test.
13270
13271 2000-12-09  Neil Booth  <neilb@earthling.net>
13272
13273         * gcc.dg/cpp/lineflags.c: New tests.
13274         * gcc.dg/cpp/poison.c: Update.
13275         * gcc.dg/cpp/redef2.c: Update.
13276         * gcc.dg/cpp/skipping.c: New test.
13277
13278 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
13279
13280         * g++.old-deja/g++.other/eh3.C: New testcase.
13281
13282 2000-12-07  Neil Booth  <neilb@earthling.net>
13283
13284         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
13285         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
13286         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
13287         wtr-union-init-2.c, wtr-union-init-3.c: Update.
13288         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
13289         Update.
13290
13291 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13292
13293         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
13294         __SIZE_TYPE__ instead of int for type of integers cast to
13295         pointers.
13296
13297 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
13298
13299         * g++.old-deja/g++.other/cleanup4.C: New test.
13300
13301 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13302
13303         * format-sec-1.c: New test.
13304
13305 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13306
13307         * gcc.dg/format-nonlit-3.c: New test.
13308
13309 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13310
13311         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
13312         through a null pointer.
13313
13314 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13315
13316         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
13317         * g++.old-deja/g++.pt/partial4.C: New test.
13318
13319 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
13320
13321         * gcc.c-torture/execute/ieee/hugeval.x: New.
13322
13323 2000-12-06  Neil Booth  <neilb@earthling.net>
13324
13325         * gcc.dg/cpp/backslash2.c: New tests.
13326
13327 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13328
13329         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
13330         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
13331
13332 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
13333
13334         * gcc.c-torture/execute/20001203-2.c: New testcase.
13335
13336 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
13337
13338         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
13339         * g++.old-deja/g++.other/virtual10.C: New test.
13340
13341 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
13342
13343         * g++.old-deja/g++.mike/pmf5.C: Remove test.
13344
13345 2000-12-05  Richard Henderson  <rth@redhat.com>
13346
13347         * gcc.c-torture/compile/20001205-1.c: New.
13348
13349 2000-12-04  Neil Booth  <neilb@earthling.net>
13350
13351         * g++.old-deja/g++.other/virtual9.C: New test.
13352         * g++.old-deja/g++.pt/crash61.C: New test.
13353         * gcc.c-torture/execute/loop-9.c: New test.
13354
13355 2000-12-04  Neil Booth  <neilb@earthling.net>
13356
13357         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
13358         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
13359         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
13360         * gcc.dg/cpp/extratokens.c: ...here.
13361
13362 2000-12-04  Neil Booth  <neilb@earthling.net>
13363
13364         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
13365         New tests.
13366
13367 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13368
13369         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
13370         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
13371
13372 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
13373
13374         * gcc.c-torture/execute/20001203-1.c: New test.
13375
13376 2000-12-03  Neil Booth  <neilb@earthling.net>
13377
13378         * gcc.dg/cpp/macro6.c: New test cases.
13379
13380 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13381
13382         * gcc.c-torture/execute/string-opt-9.c: New test.
13383         * gcc.c-torture/execute/string-opt-10.c: Likewise.
13384         * gcc.c-torture/execute/string-opt-11.c: Likewise.
13385         * gcc.c-torture/execute/string-opt-12.c: Likewise.
13386
13387         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
13388         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
13389
13390 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
13391
13392         * gcc.dg/cpp/if-6.c: New testcase.
13393
13394         * gcc.dg/20001201-1.c: New testcase.
13395
13396 2000-12-02  Neil Booth  <neilb@earthling.net>
13397
13398         * g++.old-deja/g++.other/externC4.C,
13399         g++.old-deja/g++.other/friend10.C: New tests.
13400
13401 2000-12-02  Neil Booth  <neilb@earthling.net>
13402
13403         * g++.old-deja/g++.other/instan2.C
13404         * g++.old-deja/g++.other/instan3.C: New test.
13405
13406 2000-12-02  Neil Booth  <neilb@earthling.net>
13407
13408         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
13409         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
13410         gnuc99.c,gnuc99-pedantic.c: New tests.
13411
13412 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
13413
13414         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
13415         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
13416
13417 2000-12-01  Neil Booth  <neilb@earthling.net>
13418
13419         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
13420         * gcc.dg/cpp/poison.c: Update.
13421         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
13422
13423 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
13424
13425         * g77.f-torture/execute/20001201.f: New test.
13426
13427 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
13428
13429         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
13430
13431 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
13432
13433         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
13434
13435 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
13436
13437         * g++.old-deja/g++.other/cast6.C: New test.
13438
13439 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
13440
13441         * gcc.c-torture/execute/20001130-2.c: New testcase.
13442
13443 2000-11-30  Richard Henderson  <rth@redhat.com>
13444
13445         * gcc.c-torture/execute/20001130-1.c: New test.
13446
13447 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
13448
13449         * g++.old-deja/g++.other/op3.C: New test.
13450
13451 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
13452
13453         * g++.old-deja/g++.other/op2.C: New test.
13454
13455 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
13456
13457         * g++.old-deja/g++.other/crash38.C: New test.
13458
13459 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
13460
13461         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
13462
13463 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
13464
13465         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
13466         tests.
13467         * gcc.c-torture/execute/string-opt-6.c: New test.
13468
13469         * gcc.dg/20001117-1.c: Add main.
13470
13471 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
13472
13473         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
13474         Move from here ...
13475         * gcc.dg/940510-1.c: ... to here.
13476
13477         * gcc.dg/20000926-1.c: GNU C now allows initializations of
13478         zero-size arrays in toplevel structures.
13479
13480 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
13481
13482         * gcc.c-torture/execute/loop-8.c: New test.
13483
13484 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
13485
13486         * g++.old-deja/g++.other/base1.C: New test.
13487
13488 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
13489
13490         * g++.old-deja/g++.other/parse2.C: New test.
13491
13492 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
13493
13494         * g++.old-deja/g++.pt/incomplete1.C: New test.
13495
13496 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
13497
13498         * g++.old-deja/g++.other/friend9.C: New test.
13499
13500 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
13501
13502         * gcc.dg/20001127-1.c: New test.
13503
13504 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
13505
13506         * g++.old-deja/g++.pt/friend46.C: New test.
13507
13508 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
13509
13510         * g++.old-deja/g++.other/ptrmem8.C: New test.
13511
13512 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13513
13514         * gcc.c-torture/execute/string-opt-7.c: New test.
13515         * gcc.c-torture/execute/string-opt-8.c: Likewise.
13516
13517 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
13518
13519         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
13520         instead of 'mkcheck 2'.
13521
13522 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
13523
13524         * gcc.c-torture/execute/memcheck/driver.c,
13525         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
13526         C9X references to refer to C99.
13527
13528 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
13529
13530         * gcc.dg/ultrasp3.c: New test.
13531
13532 2000-11-25  Neil Booth  <neilb@earthling.net>
13533
13534         * gcc.dg/cpp/include2.c: Update test to be locale independent.
13535
13536 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
13537
13538         * gcc.c-torture/compile/20001123-2.c: New.
13539
13540 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13541
13542         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
13543
13544 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
13545
13546         * gcc.dg/sequence-point-1.c: Add some new tests.
13547         * gcc.c-torture/execute/20001124-1.c: New test.
13548
13549 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
13550
13551         * g++.old-deja/g++.other/vaarg4.C: New test.
13552         * gcc.c-torture/compile/20001123-1.c: New test.
13553
13554 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
13555
13556         * g++.other/crash24.C: Adjust and remove XFAIL.
13557         * g++.other/crash37.C: New test.
13558
13559 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
13560
13561         * g++.old-deja/g++.pt/instantiate9.C: New test.
13562
13563 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
13564
13565         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
13566         new ABI, too.
13567
13568         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
13569         * g++.old-deja/g++.robertl/eb55.C: Likewise.
13570
13571 2000-11-22  Neil Booth  <neilb@earthling.net>
13572
13573         * gcc.dg/cpp/Wtrigraphs.c: New test.
13574
13575 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
13576
13577         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
13578
13579 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
13580
13581         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
13582
13583 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
13584
13585         * lib/gcc-dg.exp: load_lib scanasm.exp.
13586         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
13587         * lib/g++-dg.exp: load_lib scanasm.exp.
13588         * lib/scanasm.exp: New.
13589         (scan-assembler, scan-assembler-not): Add optional arguments to
13590         test name, or if not present, the pattern name.
13591         (scan-assembler-dem, scan-assembler-dem-not): New.
13592
13593         * g++.dg/dg.exp: New.
13594
13595 2000-11-21  Neil Booth  <neilb@earthling.net>
13596
13597         * gcc.dg/cpp/integrated1.c: Remove.
13598
13599 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
13600
13601         * gcc.c-torture/execute/20001121-1.c: New test.
13602
13603 2000-11-21  Richard Henderson  <rth@redhat.com>
13604
13605         * gcc.c-torture/compile/20001121-1.c: New test.
13606
13607 2000-11-20  Neil Booth  <neilb@earthling.net>
13608
13609         * gcc.dg/cpp/integrated1.c: New test.
13610
13611 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
13612
13613         * g++.old-deja/g++.other/inline17.C: New test.
13614
13615 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
13616
13617         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
13618         local variable to be zero: I made the variable global. Now
13619         uses abort() and exit() instead of relying on main's return value.
13620
13621 2000-11-20  Neil Booth  <neilb@earthling.net>
13622
13623         * gcc.dg/cpp/paste2.c: Update test.
13624         * objc/execute/paste.m: New test.
13625
13626 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
13627
13628         * gcc.dg/c99-condexpr-1.c: New test.
13629
13630 2000-11-20  Neil Booth  <neilb@earthling.net>
13631
13632         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
13633
13634 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
13635
13636         * g++.old-deja/g++.pt/export1.C: New test.
13637
13638 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
13639
13640         * gcc.dg/20001117-1.c: New test.
13641
13642 2000-11-18  Richard Henderson  <rth@redhat.com>
13643
13644         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
13645
13646 2000-11-18  Richard Henderson  <rth@redhat.com>
13647
13648         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
13649         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
13650         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
13651
13652 2000-11-18  Richard Henderson  <rth@redhat.com>
13653
13654         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
13655         (main): New.  Exit cleanly.
13656
13657 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13658
13659         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
13660         gcc.dg/c99-fordecl-2.c: New tests.
13661
13662 2000-11-18  Richard Henderson  <rth@redhat.com>
13663
13664         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
13665         * gcc.c-torture/execute/zerolen-2.c: New.
13666
13667 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13668
13669         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
13670         memory.
13671
13672 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
13673
13674         * g++.old-deja/g++.pt/instantiate8.C: New test.
13675
13676 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
13677
13678         * g++.old-deja/g++.other/incomplete.C: Add more tests.
13679         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
13680
13681 2000-11-16  Nick Clifton  <nickc@redhat.com>
13682
13683         * gcc.c-torture/execute/nestfunc-2.c: New test.
13684         * gcc.c-torture/execute/nestfunc-3.c: New test.
13685
13686 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
13687
13688         * gcc.c-torture/compile/20001116-1.c: New test.
13689
13690 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13691
13692         * gcc.c-torture/execute/20001115-1.c: New test.
13693
13694 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
13695
13696         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
13697         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
13698         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
13699         * g++.old-deja/g++.abi/vmihint.C: Likewise.
13700
13701 2000-11-15  Neil Booth  <neilb@earthling.net>
13702
13703         gcc.dg/cpp/_Pragma1.c: Update.
13704         gcc.dg/cpp/_Pragma2.c: New test.
13705
13706 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
13707
13708         * g++.old-deja/g++.other/anon5.C: New test.
13709
13710 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
13711
13712         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
13713         tests.
13714
13715 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
13716
13717         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
13718         output.
13719
13720 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13721
13722         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
13723         labels at end of compound statements.
13724
13725 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
13726
13727         * gcc.c-torture/execute/loop-7.c: New test.
13728
13729 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13730
13731         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
13732
13733 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13734
13735         * gcc.dg/c99-bool-1.c: New test.
13736
13737 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13738
13739         * gcc.dg/c99-scope-1.c: Remove xfail.
13740         * gcc.dg/c99-scope-2.c: New test.
13741
13742 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13743
13744         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
13745         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
13746
13747 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
13748
13749         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
13750         error messages.
13751
13752         * g++.mike/p700.C: Don't typedef wchar_t.
13753         * g++.mike/p784.C: Likewise.
13754         * g++.mike/eb101.C: Don't use __wchar_t.
13755
13756 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
13757
13758         * g77.f-torture/execute/20001111.[fx]: Test premature exit
13759         from DO loop.
13760
13761 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
13762
13763         * gcc.c-torture/execute/20001111-1.c: New test.
13764
13765 2000-11-10  Nick Clifton  <nickc@redhat.com>
13766
13767         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
13768         long multuiple and accumulate.
13769
13770 2000-11-09  Richard Henderson  <rth@redhat.com>
13771
13772         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
13773         via size_t instead of int.
13774
13775         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
13776         * gcc.c-torture/execute/string-opt-2.c: Likewise.
13777         * gcc.c-torture/execute/string-opt-3.c: Likewise.
13778         * gcc.c-torture/execute/string-opt-4.c: Likewise.
13779
13780 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
13781
13782         * gcc.c-torture/compile/20001109-1.c: New test.
13783         * gcc.c-torture/compile/20001109-2.c: New test.
13784
13785 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
13786
13787         * g++.old-deja/g++.pt/operator1.C: New test.
13788         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
13789
13790 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
13791
13792         * gcc.dg/20001108-1.c: New test.
13793
13794 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
13795
13796         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
13797         with both arguments constant strings.
13798         * gcc.c-torture/execute/string-opt-3.c: New test.
13799         * gcc.c-torture/execute/string-opt-4.c: New test.
13800         * gcc.c-torture/execute/string-opt-5.c: New test.
13801
13802 2000-11-08  Nick Clifton  <nickc@redhat.com>
13803
13804         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
13805         mulsidi3adddi patterns.
13806
13807 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
13808
13809         * g++.old-deja/g++.other/crash36.C: New test.
13810
13811 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
13812
13813         * g++.old-deja/g++.other/init16.C: New test.
13814
13815 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
13816
13817         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
13818
13819 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
13820
13821         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
13822         * gcc.c-torture/execute/va-arg-16.x: Likewise.
13823         * gcc.c-torture/execute/va-arg-17.x: Likewise.
13824
13825 2000-11-07  DJ Delorie  <dj@redhat.com>
13826
13827         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
13828
13829 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13830
13831         * gcc.c-torture/execute/string-opt-1.c: New test.
13832
13833 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
13834
13835         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
13836         mips-sgi-irix6.* because the MIPS ABI passes floating-point
13837         parameters in registers, and there is no way for a varargs
13838         function to know in which order the integer and floating-point
13839         parameters should be interleaved when they are placed on the
13840         stack.
13841         * gcc.c-torture/execute/va-arg-16.x: Likewise.
13842         * gcc.c-torture/execute/va-arg-17.x: Likewise.
13843
13844 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13845
13846         * gcc.c-torture/execute/string-opt-2.c: New test.
13847
13848 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
13849
13850         * g++.old-deja/g++.pt/crash60.C: New test.
13851
13852 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
13853
13854         * g++.old-deja/g++.other/crash24.C: New test.
13855         * g++.old-deja/g++.other/crash25.C: New test.
13856         * g++.old-deja/g++.other/crash26.C: New test.
13857         * g++.old-deja/g++.other/crash27.C: New test.
13858         * g++.old-deja/g++.other/crash28.C: New test.
13859         * g++.old-deja/g++.other/crash29.C: New test.
13860         * g++.old-deja/g++.other/crash30.C: New test.
13861         * g++.old-deja/g++.other/crash31.C: New test.
13862         * g++.old-deja/g++.other/crash32.C: New test.
13863         * g++.old-deja/g++.other/crash33.C: New test.
13864         * g++.old-deja/g++.other/crash34.C: New test.
13865         * g++.old-deja/g++.other/crash35.C: New test.
13866
13867 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
13868
13869         * gcc.c-torture/execute/20001031-1.c: New test.
13870
13871 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
13872
13873         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
13874         namespace.
13875
13876         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
13877         standards-conformant.
13878
13879         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
13880
13881         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
13882         * g++.old-deja/g++.mike/p755a.C: Likewise.
13883         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
13884         library makes no calls to `operator new' during initialization.
13885
13886 2000-11-04  Neil Booth  <neilb@earthling.net>
13887
13888         * gcc.dg/cpp/include2.c: New tests.
13889
13890 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
13891
13892         * lib/g++.exp (g++_set_ld_library_path): New function.
13893         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
13894
13895 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
13896
13897         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
13898         warnings.
13899
13900 2000-11-01  Richard Henderson  <rth@redhat.com>
13901
13902         * g++.old-deja/g++.ext/namedret1.C: New.
13903         * g++.old-deja/g++.ext/namedret2.C: New.
13904         * g++.old-deja/g++.ext/namedret3.C: New.
13905
13906 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
13907
13908         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
13909         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
13910
13911 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13912
13913         * gcc.c-torture/execute/va-arg-21.c: New test.
13914
13915 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
13916
13917         * gcc.dg/c99-complex-2.c: New test.
13918
13919 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13920
13921         * gcc.c-torture/execute/stdio-opt-1.c: New test.
13922
13923 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
13924
13925         * g++.old-deja/g++.other/inline16.C: New test.
13926
13927 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
13928
13929         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
13930         __PRETTY_FUNCTION__
13931
13932 2000-10-29  Neil Booth  <neilb@earthling.net>
13933
13934         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
13935         New tests.
13936         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
13937         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
13938         optimisation.
13939
13940 2000-10-29  Neil Booth  <neilb@earthling.net>
13941
13942         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
13943         * mi1.c, mi1c.h: Add null directives to multiple-include test.
13944         * mi5.c: Test multiple includes work with -C.
13945         * trigraphs.c: Test ^= version.
13946
13947 2000-10-28  Neil Booth  <neilb@earthling.net>
13948
13949         New tests and test updates for new macro expander.
13950
13951         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
13952         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
13953         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
13954         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
13955         new diagnostic messages.
13956
13957         * gcc.dg/cpp/macro3.c: New tests.
13958
13959 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
13960
13961         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
13962         on the same line.
13963
13964 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
13965
13966         * g++.old-deja/g++.other/eh2.C: New test.
13967
13968 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
13969
13970         * gcc.c-torture/execute/20001027-1.c: New test.
13971
13972 2000-10-26  Richard Henderson  <rth@redhat.com>
13973
13974         * gcc.c-torture/execute/20001026-1.c: New.
13975
13976 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
13977
13978         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
13979         * g++.old-deja/g++.law/builtin1.C: Likewise.
13980         * g++.old-deja/g++.law/ctors10.C: Likewise.
13981         * g++.old-deja/g++.law/virtual3.C: Likewise.
13982         * g++.old-deja/g++.mike/p658.C: Likewise.
13983         * g++.old-deja/g++.other/sibcall1.C: Likewise.
13984         * g++.old-deja/g++.other/vaarg2.C: Likewise.
13985         * g++.old-deja/g++.robertl/eb124.C: Likewise.
13986         * g++.old-deja/g++.robertl/eb44.C: Likewise.
13987         * g++.old-deja/g++.robertl/eb77.C: Likewise.
13988
13989 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
13990
13991         * gcc.c-torture/compile/20001024-1.c: New test.
13992
13993 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
13994
13995         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
13996         to tell us whether or not we are using V3.
13997
13998 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
13999
14000         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
14001         operands.
14002
14003 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
14004
14005         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
14006
14007 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
14008
14009         * gcc.c-torture/execute/20001024-1.c: New test.
14010
14011 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
14012
14013         * g++.old-deja/g++.other/sibcall1.C: New test.
14014
14015 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
14016
14017         * gcc.dg/noncompile/init-3.c: New test.
14018
14019 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
14020
14021         * gcc.dg/format-array-1.c: New test.
14022
14023 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14024
14025         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
14026         writing through null pointers; remove comment about testing
14027         unterminated strings.
14028
14029 2000-10-17  Matthew Hiller  <hiller@redhat.com>
14030
14031         * gcc.c-torture/execute/20001017-2.c: New test.
14032
14033 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14034
14035         * gcc.c-torture/compile/20001018-1.c: New test.
14036         * gcc.c-torture/compile/20001018-1.x: Xfail.
14037
14038 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14039
14040         * gcc.c-torture/execute/20001017-1.c: New test.
14041
14042 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14043
14044         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
14045         for multiple use of arguments with scanf formats; add tests for
14046         multiple use of arguments.
14047
14048 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
14049
14050         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
14051
14052 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14053
14054         * gcc.dg/format-miss-1.c: New test.
14055
14056 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
14057
14058         * gcc.c-torture/execute/20001013-1.c: New test.
14059
14060 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
14061
14062         * gcc.dg/format-branch-1.c: New test.
14063
14064 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
14065
14066         * README, lib/file-format.exp: Remove EGCS references.
14067
14068 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
14069
14070         * gcc.dg/20001013-1.c: New test.
14071
14072 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
14073
14074         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
14075         for intmax_t in the compiler using __typeof__ and the type rules
14076         for conditional expressions.
14077
14078 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
14079
14080         * gcc.dg/20001012-1.c: New test.
14081         * gcc.dg/20001012-2.c: New test.
14082
14083 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
14084
14085         * gcc.dg/format-attr-1.c: New test.
14086
14087 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
14088
14089         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
14090         __LONG_LONG_MAX__ instead of LLONG_MAX.
14091
14092 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
14093
14094         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
14095         scanf flags.
14096         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
14097         flags.
14098
14099 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
14100
14101         * gcc.dg/sequence-pt-1.c: New test.
14102
14103 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
14104
14105         * gcc.c-torture/execute/20001011-1.c: New testcase.
14106         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
14107
14108 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
14109
14110         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
14111         does not error on it.
14112
14113 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
14114
14115         * gcc.dg/20001009-1.c: New test.
14116
14117 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
14118
14119         * gcc.c-torture/compile/20001009-1.c: Move from here ....
14120         * gcc.c-torture/execute/20001009-2.c: ... to here.
14121
14122 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
14123
14124         * gcc.c-torture/compile/20001009-1.c: New testcase.
14125         * gcc.c-torture/execute/20001009-1.c: New testcase.
14126         Testcases provided by Jan Hubicka <jh@suse.cz>.
14127
14128 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
14129
14130         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
14131         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
14132         uintmax_t using <limits.h> to emulate the compiler's internal
14133         logic.  No longer XFAIL %j tests.
14134
14135 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
14136
14137         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
14138         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
14139         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
14140         regexps and details of expected handling of some bad formats.
14141         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
14142         suppression.
14143
14144 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14145
14146         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
14147         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
14148         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
14149         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
14150         in list archives.
14151
14152 2000-10-06  Richard Henderson  <rth@cygnus.com>
14153
14154         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
14155         * g++.old-deja/g++.brendan/crash52.C: Likewise.
14156         * g++.old-deja/g++.jason/report.C: Likewise.
14157         * g++.old-deja/g++.law/friend5.C: Likewise.
14158         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
14159         of the expected warnings.
14160
14161 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
14162
14163         * g++.old-deja/g++.pt/enum14.C: New test.
14164
14165 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
14166
14167         * g++.old-deja/g++.pt/crash59.C: New test.
14168
14169 2000-10-04  Will Cohen  <wcohen@redhat.com>
14170
14171         * gcc.dg/20000926-1.c: New test.
14172
14173 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
14174
14175         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
14176         function name for current C++ compiler.
14177         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
14178
14179 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
14180
14181         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
14182         __PRETTY_FUNCTION__.
14183         * g++.old-deja/g++.ext/pretty2.C: Likewise.
14184
14185 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14186
14187         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
14188
14189 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
14190
14191         * gcc.c-torture/compile/20000923-1.c: New test.
14192
14193 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
14194
14195         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
14196         * g++.old-deja/g++.pt/ttp62.C: Same.
14197         * g++.old-deja/g++.other/inline14.C: Same.
14198
14199 2000-09-24  Richard Henderson  <rth@cygnus.com>
14200
14201         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
14202
14203 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
14204
14205         * gcc.dg/c90-printf-1.c: Add test for wide string format.
14206
14207 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
14208
14209         * gcc.c-torture/compile/20000922-1.c: New file.
14210
14211 2000-09-21  Nick Clifton  <nickc@redhat.com>
14212
14213         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
14214         a signed long modulo operation.
14215         (mod6): New function - perform an unsigned long modulo operation.
14216         (main): Add tests for modulos of very large numbers by very small
14217         dividends.
14218
14219 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14220
14221         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
14222
14223 2000-09-19  Richard Henderson  <rth@cygnus.com>
14224
14225         * gcc.dg/compare2.c (case 10): XFAIL.
14226
14227 2000-09-18  Richard Henderson  <rth@cygnus.com>
14228
14229         * gcc.c-torture/execute/20000906-1.c: Move ...
14230         * gcc.dg/20000906-1.c: ... here.  Only run on targets
14231         that support __builtin_trap.
14232
14233 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
14234
14235         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
14236
14237 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14238
14239         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
14240         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
14241         more $ format tests.
14242
14243 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14244
14245         * gcc.dg/format-errmk-1.c: New test.
14246
14247 2000-09-17  Greg McGary  <greg@mcgary.org>
14248
14249         * gcc.c-torture/execute/20000917-1.x: Remove.
14250
14251 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14252
14253         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
14254
14255 2000-09-17  Greg McGary  <greg@mcgary.org>
14256
14257         * gcc.c-torture/execute/20000917-1.c: New test.
14258         * gcc.c-torture/execute/20000917-1.x: XFAIL.
14259
14260 2000-09-16  Neil Booth  <NeilB@earthling.net>
14261
14262         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
14263         in nested macro bug.
14264
14265 2000-09-15  Neil Booth  <NeilB@earthling.net>
14266
14267         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
14268
14269 2000-09-14  Jeffrey A Law  (law@cygnus.com)
14270
14271         * gcc.c-torture/execute/20000914-1.c: New test.
14272
14273 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
14274
14275         * g++.other/inline13.C: New test.
14276
14277 2000-09-12  Andreas Jaeger  <aj@suse.de>
14278
14279         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
14280         constant by Ulrich Drepper <drepper@redhat.com>.
14281
14282 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
14283
14284         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
14285
14286 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14287
14288         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
14289
14290 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
14291
14292         * gcc.dg/cpp/backslash.c: New test.
14293
14294 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
14295
14296         * gcc.c-torture/execute/20000910-1.c: New test.
14297         * gcc.c-torture/execute/20000910-2.c: Likewise.
14298
14299 2000-09-11  Robert Lipe  <robertl@sco.com>
14300
14301         * gcc.dg/pragma-align.c: New test.
14302
14303 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
14304
14305         * g++.old-deja/g++.pt/explicit82.C: New test.
14306         * g++.old-deja/g++.pt/explicit83.C: New test.
14307
14308 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
14309
14310         * gcc.dg/asm-names.c: New test.
14311
14312 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14313
14314         * gcc.dg/cpp/tr-warn6.c: New test
14315
14316 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14317
14318         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
14319         be accepted.
14320
14321 2000-09-07  Catherine Moore  <clm@redhat.com>
14322
14323         * gcc.c-torture/execute/unroll-1.c: New test.
14324
14325 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
14326
14327         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
14328         ERROR markers.
14329         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
14330         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
14331         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
14332         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
14333         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
14334         Preprocess only.
14335         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
14336         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
14337
14338 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
14339
14340         * g++.old-deja/g++.pt/deduct2.C: New test.
14341
14342 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
14343
14344         * g++.old-deja/g++.pt/parms2.C: New test.
14345
14346 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
14347
14348         * g++.old-deja/g++.pt/crash58.C: New test.
14349
14350 2000-09-06  Greg McGary  <greg@mcgary.org>
14351
14352         * gcc.c-torture/execute/20000906-1.c: New test.
14353         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
14354
14355 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14356
14357         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
14358
14359 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
14360
14361         * g++.old-deja/g++.pt/crash57.C: New test.
14362
14363 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
14364
14365         * g++.old-deja/g++.pt/crash56.C: New test.
14366
14367 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
14368
14369         * g++.old-deja/g++.pt/koenig1.C: New test.
14370
14371 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
14372
14373         * gcc.dg/20000904-1.c: New test.
14374
14375 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
14376
14377         * gcc.dg/cpp/paste8.c: New test.
14378
14379 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
14380
14381         * gcc.c-torture/compile/20000827-1.c: New test.
14382
14383 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
14384
14385         * gcc.dg/format-diag-1.c: New test.
14386
14387 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
14388
14389         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
14390         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
14391         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
14392         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
14393         gcc.dg/formatz-1.c: Adjust warning regular expressions.
14394
14395 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
14396
14397         * g++.old-deja/g++.other/nested4.C: New test.
14398
14399 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
14400
14401         * g++.old-deja/g++.ns/scoped1.C: New test.
14402
14403 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
14404
14405         * lib/g++.exp: Support testing already-installed GCC.
14406
14407 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14408
14409         * wtr-label-1.c, wtr-suffix-1.c: New tests.
14410
14411 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14412
14413         * gcc.dg/return-type-2.c: New test.
14414
14415 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
14416
14417         * gcc.c-torture/compile/20000825-1.c: New test.
14418
14419 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
14420
14421         * gcc.dg/dwarf2-2.c: New test.
14422
14423 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
14424
14425         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
14426         dg-warning regexps.
14427
14428 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
14429
14430         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
14431         gcc.dg/format-ext-5.c: New tests.
14432
14433 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
14434
14435         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
14436
14437 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
14438
14439         * gcc.dg/noncompile/930622-2.c: Adjust error message.
14440
14441 2000-08-24  Richard Henderson  <rth@cygnus.com>
14442
14443         * gcc.dg/ia64-sync-1.c: New test.
14444         * gcc.dg/ia64-sync-2.c: New test.
14445         * gcc.dg/ia64-asm-1.c: New test.
14446
14447 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
14448
14449         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
14450         * gcc.dg/format-ext-2.c: New test.
14451
14452 2000-08-23  Jason Merrill  <jason@redhat.com>
14453
14454         * lib/old-dejagnu.exp: Also ignore "In member function" and
14455         "At global scope".
14456
14457 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14458
14459         * gcc.dg/noncompile/label-lineno-1.c: New test.
14460
14461 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
14462
14463         * gcc.dg/c99-array-nonobj-1.c: New test.
14464
14465 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
14466
14467         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
14468         tests.
14469         * gcc.dg/format-ext-1.c: New test.
14470
14471 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14472
14473         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
14474         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
14475         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
14476         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
14477         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
14478
14479 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
14480
14481         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
14482         gcc.dg/c99-strftime-2.c: New tests.
14483
14484 2000-08-22  Richard Henderson  <rth@cygnus.com>
14485
14486         * gcc.c-torture/execute/20000822-1.c: New test.
14487
14488 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
14489
14490         * gcc.c-torture/execute/20000819-1.x: Remove.
14491
14492 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
14493
14494         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
14495         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
14496         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
14497         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
14498         gcc.dg/format-xopen-1.c: New tests.
14499
14500 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
14501
14502         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
14503
14504 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
14505
14506         * g++.old-deja/g++.other/loop2.C: New test.
14507
14508         * gcc.c-torture/compile/20000606-1.c: New test.
14509         * gcc.c-torture/compile/20000728-1.c: New test.
14510         * gcc.c-torture/execute/20000801-1.c: New test.
14511         * gcc.c-torture/execute/20000801-2.c: New test.
14512         * gcc.c-torture/execute/20000819-1.c: New test.
14513         * gcc.c-torture/execute/20000819-1.x: XFAIL.
14514         * gcc.dg/20000629-1.c: New test.
14515         * gcc.dg/20000724-1.c: New test.
14516         * gcc.dg/20000807-1.c: New test.
14517
14518 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
14519
14520         * gcc.dg/cpp/pragma-1.c: New test.
14521         * gcc.dg/cpp/pragma-2.c: New test.
14522
14523 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
14524
14525         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
14526         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
14527
14528 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14529
14530         * gcc.c-torture/compile/20000818-1.c: New test.
14531
14532 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
14533
14534         * gcc.c-torture/execute/20000818-1.c: New test.
14535
14536 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14537
14538         * gcc.dg/format-va-1.c: New test.
14539
14540 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
14541
14542         * g++.old-deja/g++.other/typedef8.C: New test.
14543
14544 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
14545
14546         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
14547         * g++.old-deja/g++.mike/net36.C: Mark candidate.
14548         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
14549         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
14550         * g++.old-deja/g++.other/ptrmem7.C: New test.
14551         * g++.old-deja/g++.pt/ptrmem10.C: New test.
14552
14553 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
14554
14555         * g++.old-deja/g++.pt/typename27.C: New test.
14556
14557 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
14558
14559         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
14560         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
14561         * g++.old-deja/g++.pt/friend45.C: New test.
14562         * g++.old-deja/g++.other/friend8.C: New test.
14563
14564 2000-08-15  Richard Henderson  <rth@cygnus.com>
14565
14566         * gcc.c-torture/execute/20000815-1.c: New test.
14567
14568 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
14569
14570         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
14571         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
14572         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
14573
14574 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
14575
14576         * g++.old-deja/g++.other/refinit2.C: New test.
14577
14578 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
14579
14580         * lib/c-torture.exp (c-torture): Make
14581         compiler_conditional_xfail_data global.
14582         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
14583         compiler_conditional_xfail_data machinery.
14584         (f-torture-execute): Likewise.
14585         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
14586         and only when unrolling loops.
14587
14588         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
14589
14590 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
14591
14592         * g++.old-deja/g++.pt/explicit81.C: New test.
14593
14594 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
14595
14596         * g++.old-deja/g++.pt/typename26.C: New test.
14597
14598 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
14599
14600         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
14601         warning.
14602
14603 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
14604
14605         * g++.old-deja/g++.other/array3.C: New test.
14606
14607 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
14608
14609         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
14610         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
14611         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
14612         New tests.
14613
14614 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
14615
14616         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
14617         * g++.old-deja/g++.abi/vmihint.C: Likewise.
14618
14619 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
14620
14621         * gcc.c-torture/execute/20000808-1.c: New test.
14622
14623 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
14624
14625         * gcc.dg/c90-const-expr-1.c: New test.
14626
14627 2000-08-08  Richard Henderson  <rth@cygnus.com>
14628
14629         * gcc.dg/noncompile/920923-1.c: Declare calloc.
14630
14631 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
14632
14633         * gcc.dg/noncompile/const-ll-1.c: New test.
14634
14635 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14636
14637         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
14638
14639 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
14640
14641         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
14642         that running programs linked against the shared version of libobjc
14643         run correctly.
14644
14645 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
14646
14647         * gcc.dg/c99-printf-1.c: New test.
14648
14649 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
14650
14651         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
14652
14653 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
14654
14655         * gcc.c-torture/execute/20000731-1.x: Delete.
14656
14657 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
14658
14659         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
14660         and torture_without_loops as is done by c-torture.exp.
14661         (search_for): Copy from c-torture.exp.
14662         (gcc-dg-runtest): New function, drives a directory of tests
14663         iterating over the TORTURE_OPTIONS.
14664         (scan-assembler, scan-assembler-not): Move here from
14665         individual directory drivers.
14666
14667         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
14668         defined by lib/gcc-dg.exp.
14669         * gcc.dg/cpp/cpp.exp: Likewise.
14670         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
14671         gcc-dg-runtest, so we cycle over optimization options.
14672
14673         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
14674         * gcc.dg/compare2.c: No longer expected to fail.
14675
14676 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
14677
14678         * gcc.c-torture/execute/20000804-1.c: New test.
14679
14680 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
14681
14682         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
14683
14684 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
14685
14686         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
14687
14688 2000-08-03  Jeffrey A Law  (law@cygnus.com)
14689
14690         * gcc.c-torture/compile/20000803-1.c: New test.
14691
14692 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
14693
14694         * gcc.c-torture/execute/20000801-3.c,
14695         gcc.c-torture/execute/20000801-4.c: New tests.
14696         * gcc.c-torture/execute/20000801-3.x,
14697         gcc.c-torture/execute/20000801-4.x: Xfail.
14698
14699 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
14700
14701         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
14702         libobjc/.libs to allow for libtool.
14703
14704 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
14705
14706         * gcc.c-torture/compile/20000802-1.c: New test.
14707
14708 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
14709
14710         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
14711
14712 2000-07-31  Jeffrey A Law  (law@cygnus.com)
14713
14714         * gcc-c-torture/execute/20000731-2.c: New test.
14715
14716         * gcc.c-torture/execute/20000731-1.c: New test.
14717         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
14718
14719 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
14720
14721         * testsuite/gcc.dg/cpp/paste7.c: New test.
14722         * gcc.dg/cpp/20000725-1.c: New test.
14723
14724 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
14725
14726         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
14727         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
14728         declaration warning for __builtin_dwarf_reg_size.
14729
14730         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
14731
14732 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
14733
14734         * gcc.dg/noncompile/voidparam-1.c: New test.
14735
14736 2000-07-30  Richard Henderson  <rth@cygnus.com>
14737
14738         * gcc.dg/c90-digraph-1.c: Don't xfail.
14739         * gcc.dg/compare2.c (case 10): Xfail.
14740         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
14741
14742 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
14743
14744         * gcc.dg/c99-main-1.c: New test.
14745
14746 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
14747
14748         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
14749
14750 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
14751
14752         * gcc.c-tortuer/execute/20000726-1.c: New test.
14753
14754 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
14755
14756         * gcc.c-torture/execute/enum-2.c: New test.
14757
14758 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14759
14760         * gcc.dg/cpp/tr-warn3.c: New test.
14761
14762 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
14763
14764         * g++.old-deja/g++.ext/implicit1.C: Remove.
14765         * g++.old-deja/g++.jason/c2.C: Remove
14766         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
14767         * g++.old-deja/g++.pt/crash16.C: Likewise.
14768         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
14769
14770 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
14771
14772         * g++.old-deja/g++.other/for2.C: New test.
14773
14774 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
14775
14776         * gcc.dg/20000720-1.c: New test.
14777
14778 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
14779
14780         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
14781
14782 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
14783
14784         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
14785         * gcc.c-torture/execute/20000722-1.c: New.
14786         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
14787
14788 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
14789
14790         * gcc.dg/cpp/20000720-1.S: New test.
14791
14792 2000-07-21  Michael Meissner  <meissner@redhat.com>
14793
14794         * gcc.c-torture/execute/ieee/hugeval.c: New test.
14795
14796 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
14797
14798         * g++.old-deja/g++.brendan/crash16.C,
14799         g++.old-deja/g++.brendan/parse3.C,
14800         g++.old-deja/g++.brendan/redecl1.C,
14801         g++.old-deja/g++.ns/template13.C,
14802         g++.old-deja/g++.other/decl4.C,
14803         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
14804
14805 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
14806
14807         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
14808         and "Internal error".
14809
14810         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
14811         regexps.
14812         * gcc.dg/cpp/paste6.c: New test.
14813
14814 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
14815
14816         * gcc.dg/cpp/tr-direct.c: New test.
14817
14818         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
14819         gcc.dg/cpp/undef1.c: Tweak error regexps.
14820
14821 2000-07-18  Eric Christopher <echristo@redhat.com>
14822
14823         * gcc.c-torture/compile/20000718-1.c: New test.
14824
14825 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
14826
14827         * cpplex.c (_cpp_push_token): If the token being pushed back
14828         is the previous token in this context, just subtract one from
14829         context->posn.
14830         * cppmacro.c (save_expansion): Clear aux field when storing a
14831         placemarker.
14832
14833 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
14834
14835         * gcc.dg/noncompile/redecl-1.c: New test.
14836
14837 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
14838
14839         * gcc.c-torture/execute/20000717-5.c: New test.
14840         * gcc.c-torture/execute/20000717-1.x: Removed.
14841
14842 2000-07-17  Richard Henderson  <rth@cygnus.com>
14843
14844         * gcc.c-torture/execute/20000717-4.c: New test.
14845
14846 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
14847
14848         * gcc.dg/cpp/syshdr.c: New test.
14849         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
14850
14851 2000-07-17  Neil Booth  <neilb@earthling.net>
14852
14853         * gcc.dg/cpp/cmdlne-dM.c: New test.
14854         * gcc.dg/cpp/cmdlne-dD.c: New test.
14855
14856 2000-07-17  Jeffrey A Law  (law@cygnus.com)
14857
14858         * gcc.c-torture/execute/20000717-3.c: New test.
14859
14860         * gcc.c-torture/compile/20000717-1.c: New test.
14861
14862 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
14863
14864         * gcc.c-torture/execute/20000717-2.c: New test.
14865
14866 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14867
14868         * gcc.dg/formatz-1.c: New test.
14869
14870         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
14871         * gcc.dg/c99-digraph-1.c: New tests.
14872
14873         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
14874         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
14875
14876         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
14877         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
14878         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
14879         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
14880         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
14881         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
14882         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
14883
14884 2000-07-17   Greg McGary <greg@mcgary.org>
14885
14886         * gcc.c-torture/execute/20000717-1.c: New test.
14887         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
14888
14889 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
14890
14891         * gcc.c-torture/execute/20000715-2.c: New test.
14892         * gcc.dg/20000715-1.c: New test.
14893
14894 2000-07-15  Michael Meissner  <meissner@redhat.com>
14895
14896         * gcc.c-torture/execute/20000715-1.c: New test.
14897
14898 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
14899
14900         * gcc.c-torture/execute/20000707-1.c: New test.
14901
14902 2000-07-13  Neil Booth  <NeilB@earthling.net>
14903
14904         * testsuite/gcc.dg/cpp/digraph1.c,
14905         testsuite/gcc.dg/cpp/digraph2.c,
14906         testsuite/gcc.dg/cpp/digraphs.c: New tests.
14907
14908 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
14909
14910         * g77.f-torture/compile/20000630-2.f:  New test.
14911         * g77.f-torture/compile/20000630-2.x
14912
14913 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
14914
14915         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
14916
14917 2000-07-11  Neil Booth  <NeilB@earthling.net>
14918
14919         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
14920
14921 2000-07-11  Neil Booth  <NeilB@earthling.net>
14922
14923         * gcc.dg/cpp/cmdlne-C.c: New.
14924
14925 2000-07-09  Neil Booth  <NeilB@earthling.net>
14926
14927         * gcc.dg/cpp/directiv.c: New tests.
14928         * gcc.dg/cpp/undef1.c: Update.
14929
14930 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
14931
14932         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
14933
14934 2000-07-09  Neil Booth  <NeilB@earthling.net>
14935
14936         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
14937
14938 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
14939
14940         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
14941         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
14942
14943 2000-07-08  Neil Booth  <NeilB@earthling.net>
14944
14945         * gcc.dg/cpp/macsyntx.c: New tests.
14946
14947 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
14948
14949         * gcc.dg/20000707-1.c: New test.
14950
14951 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
14952
14953         * gcc.c-torture/execute/20000706-1.c: New test.
14954         * gcc.c-torture/execute/20000706-2.c: New test.
14955         * gcc.c-torture/execute/20000706-3.c: New test.
14956         * gcc.c-torture/execute/20000706-4.c: New test.
14957         * gcc.c-torture/execute/20000706-5.c: New test.
14958
14959 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
14960
14961         * g++.old-deja/g++.pt/instantiate7.C: New test.
14962
14963 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
14964
14965         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
14966         * g++.old-deja/g++.mike/thunk3.C: Likewise.
14967         * g++.old-deja/g++.other/rtti3.C: Likewise.
14968         * g++.old-deja/g++.other/rttid3.C: Likewise.
14969
14970 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
14971
14972         *  g77.f-torture/compile/20000630-1.x: Fix typo
14973
14974 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
14975
14976         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
14977         assembly output.
14978
14979 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
14980
14981         * gcc.dg/cpp/ident.c: New test.
14982
14983 2000-07-05  Neil Booth  <NeilB@earthling.net>
14984
14985         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
14986           gcc.dg/cpp/lexstrng.c: New tests.
14987
14988 2000-07-04  Neil Booth  <NeilB@earthling.net>
14989
14990         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
14991         * gcc.dg/cpp/strify2.c: Same.
14992
14993 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
14994
14995         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
14996         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
14997         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
14998         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
14999
15000         * testsuite/gcc.dg/cpp/macro1.c,
15001         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
15002         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
15003         testsuite/gcc.dg/cpp/strify1.c,
15004         testsuite/gcc.dg/cpp/strify2.c: New tests.
15005
15006 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
15007
15008         * gcc.c-torture/execute/20000703-1.c: New test.
15009
15010 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
15011
15012         * g++.old-deja/g++.pt (lookup10.C): New test.
15013
15014 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
15015
15016         * g++.old-deja/g++.pt (typename25.C): New test.
15017
15018 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
15019
15020         * gcc.c-torture/compile/20000701-1.c: New test.
15021
15022 2000-06-30  Nick Clifton  <nickc@cygnus.com>
15023
15024         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
15025         to test case.
15026
15027 2000-06-30  Catherine Moore  <clm@cygnus.com>
15028
15029         * gcc.c-torture/execute/align-1.c: New test.
15030
15031 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
15032
15033         * g++.old-deja/g++.pt/expr8.C: New test.
15034         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
15035
15036 2000-06-29  Nick Clifton  <nickc@cygnus.com>
15037
15038         * gcc.c-torture/compile/20000629-1.c: New test.
15039
15040 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
15041
15042
15043         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
15044         gcc.dg/noncompile directory, depending on whether they're
15045         preprocessor tests or not.  Annotate all the tests for the dg
15046         framework.
15047
15048         * gcc.c-torture/noncompile/noncompile.exp: Delete.
15049         * gcc.dg/noncompile/noncompile.exp: New.
15050
15051         * Moved files:
15052         Old name                                New name
15053         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
15054         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
15055         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
15056         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
15057         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
15058         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
15059         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
15060         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
15061         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
15062         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
15063         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
15064         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
15065         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
15066         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
15067         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
15068         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
15069         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
15070         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
15071         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
15072         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
15073         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
15074         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
15075         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
15076         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
15077
15078         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
15079         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
15080         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
15081         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
15082         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
15083         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
15084
15085 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
15086
15087         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
15088         declare one variable.  On the fourth, error.
15089         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
15090         declared by 20000628-1a.h.
15091
15092 2000-06-29  Richard Henderson  <rth@redhat.com>
15093
15094         * gcc.c-torture/execute/930529-1.x: New file.
15095         * gcc.dg/920413-1.c: Adjust expected warning text.
15096         * gcc.dg/980217-1.c: Declare abort.
15097         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
15098
15099 2000-06-29  Jeffrey A Law  (law@cygnus.com)
15100
15101         * g77.f-torture/compile/20000629-1.f: New test.
15102         * g77.f-torture/compile/20000629-1.x: Expected to fail.
15103
15104 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
15105
15106         Rearrange lots of files, removing entirely the
15107         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
15108         directories.
15109
15110         * Deleted files:
15111         gcc.c-torture/code_quality/code_quality.exp
15112         gcc.c-torture/special/special.exp
15113         gcc.failure/failure.exp
15114         gcc.failure/940409-1.x
15115         gcc.c-torture/compile/961203-1.x
15116
15117         * New files:
15118         gcc.misc-tests/linkage.exp
15119         gcc.c-torture/execute/920730-1t.c
15120         gcc.c-torture/execute/920730-1t.x
15121         gcc.c-torture/compile/920520-1.x
15122         gcc.c-torture/compile/920521-1.x
15123         gcc.c-torture/compile/981006-1.x
15124         gcc.c-torture/execute/eeprof-1.x
15125
15126         * Moved files (possibly with modifications to fit a new harness):
15127         Old name                                New name
15128         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
15129         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
15130         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
15131         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
15132         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
15133         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
15134         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
15135         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
15136         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
15137         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
15138         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
15139         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
15140         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
15141         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
15142
15143 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
15144
15145         * c-torture/compile/961203-1.x: Delete.
15146
15147         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
15148         not exit. Include stdio.h.
15149         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
15150         * gcc.misc-tests/dg-12.c: Likewise.
15151         * gcc.misc-tests/dg-5.c: Likewise.
15152         * gcc.misc-tests/dg-6.c: Likewise.
15153         * gcc.misc-tests/dg-7.c: Prototype abort.
15154         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
15155         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
15156         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
15157         not exit.
15158         * gcc.misc-tests/sieve.c: Use return from main, not exit.
15159         * gcc.misc-tests/sort2.c: Use return from main, not exit.
15160
15161 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
15162
15163         * gcc.dg/cpp/20000628-1.c: New test.
15164         * gcc.dg/cpp/20000628-1.h: New header for above test.
15165         * gcc.dg/cpp/20000628-1a.h: Likewise.
15166
15167 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
15168
15169         * gcc.dg/cpp: New directory.
15170         * gcc.dg/cpp/cpp.exp: New driver.
15171         * gcc.dg/cpp/20000627-1.c: New test.
15172         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
15173         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
15174         and rewrite as a compilation test.
15175
15176         * gcc.dg: Move many files into the cpp subdirectory, possibly
15177         renaming or editing them as well.
15178         Old name                New name
15179         990119-1.c              cpp/19990119-1.c
15180         990228-1.c              cpp/19990228-1.c
15181         990407-1.c              cpp/19990407-1.c
15182         990409-1.c              cpp/19990409-1.c
15183         990413-1.c              cpp/19990413-1.c
15184         990703-1.c              cpp/19990703-1.c
15185         20000127-1.c            cpp/20000127-1.c
15186         20000129-1.c            cpp/20000129-1.c
15187         20000207-1.c            cpp/20000207-1.c
15188         20000207-2.c            cpp/20000207-2.c
15189         20000209-1.c            cpp/20000209-1.c
15190         20000209-2.c            cpp/20000209-2.c
15191         20000301-1.c            cpp/20000301-1.c
15192         20000419-1.c            cpp/20000419-1.c
15193         20000510-1.S            cpp/20000510-1.S
15194         20000519-1.c            cpp/20000519-1.c
15195         20000529-1.c            cpp/20000529-1.c
15196         20000625-1.c            cpp/20000625-1.c
15197         20000625-2.c            cpp/20000625-2.c
15198         cpp-as1.c               cpp/assert1.c
15199         cpp-as2.c               cpp/assert2.c
15200         cxx-comments-1.c        cpp/cxxcom1.c
15201         cxx-comments-2.c        cpp/cxxcom2.c
15202         endif-label.c           cpp/endif.c
15203         cpp-hash1.c             cpp/hash1.c
15204         cpp-hash2.c             cpp/hash2.c
15205         cpp-if1.c               cpp/if-1.c
15206         cpp-if2.c               cpp/if-2.c
15207         cpp-if3.c               cpp/if-3.c
15208         cpp-if4.c               cpp/if-4.c
15209         cpp-if5.c               cpp/if-5.c
15210         cpp-cond.c              cpp/if-cexp.c
15211         cpp-missingop.c         cpp/if-mop.c
15212         cpp-missingparen.c      cpp/if-mpar.c
15213         cpp-opprec.c            cpp/if-oppr.c
15214         cpp-ifparen.c           cpp/if-paren.c
15215         cpp-shortcircuit.c      cpp/if-sc.c
15216         cpp-shift.c             cpp/if-shift.c
15217         cpp-unary.c             cpp/if-unary.c
15218         cpp-li1.c               cpp/line1.c
15219         cpp-li2.c               cpp/line2.c
15220         lineno.c                cpp/line3.c
15221         lineno-2.c              cpp/line4.c
15222         cpp-mi.c                cpp/mi1.c
15223         cpp-mic.h               cpp/mi1c.h
15224         cpp-micc.h              cpp/mi1cc.h
15225         cpp-mind.h              cpp/mi1nd.h
15226         cpp-mindp.h             cpp/mi1ndp.h
15227         cpp-mix.h               cpp/mi1x.h
15228         cpp-mi2.c               cpp/mi2.c
15229         cpp-mi2a.h              cpp/mi2a.h
15230         cpp-mi2b.h              cpp/mi2b.h
15231         cpp-mi2c.h              cpp/mi2c.h
15232         cpp-mi3.c               cpp/mi3.c
15233         cpp-mi3.def             cpp/mi3.def
15234         poison-1.c              cpp/poison.c
15235         pr-impl.c               cpp/prag-imp.c
15236         cpp-redef-2.c           cpp/redef1.c
15237         cpp-redef.c             cpp/redef2.c
15238         strpaste.c              cpp/strp1.c
15239         strpaste-2.c            cpp/strp2.c
15240         cpp-tradpaste.c         cpp/tr-paste.c
15241         cpp-tradstringify.c     cpp/tr-str.c
15242         cpp-tradwarn1.c         cpp/tr-warn1.c
15243         cpp-tradwarn2.c         cpp/tr-warn2.c
15244         trigraphs.c             cpp/trigraphs.c
15245         cpp-unc1.c              cpp/unc1.c
15246         cpp-unc2.c              cpp/unc2.c
15247         cpp-unc3.c              cpp/unc3.c
15248         cpp-unc.c               cpp/unc4.c
15249         undef.c                 cpp/undef1.c
15250         undef-2.c               cpp/undef2.c
15251         cpp-wi1.c               cpp/widestr1.c
15252
15253 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
15254
15255         * lib/g++.exp (g++_include_flags): Tweak.
15256
15257 2000-06-27  H.J. Lu  <hjl@gnu.org>
15258             Loren J. Rittle  <ljrittle@acm.org>
15259
15260         * lib/g++.exp (g++_include_flags): Override libgloss.exp
15261         version with one that knows about the new gcc tree structure.
15262         (g++_link_flags): Same.
15263
15264 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
15265
15266         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
15267         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
15268         case we are cross-compiling.
15269
15270         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
15271         g++.old-deja/g++.niklas/Makefile.in,
15272         g++.old-deja/g++.niklas/configure.in,
15273         g++.old-deja/g++.other/Makefile.in,
15274         g++.old-deja/g++.other/configure.in,
15275         gcc.c-torture/code_quality/Makefile.in,
15276         gcc.c-torture/code_quality/configure.in,
15277         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
15278         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
15279         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
15280         gcc.c-torture/execute/ieee/Makefile.in,
15281         gcc.c-torture/execute/ieee/configure.in,
15282         gcc.c-torture/noncompile/Makefile.in,
15283         gcc.c-torture/noncompile/configure.in,
15284         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
15285         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
15286         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
15287
15288 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
15289
15290         * g++.old-deja/g++.other/ambig3.C: New test.
15291
15292 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
15293
15294         * g++.old-deja/g++.pt/syntax1.C: New test.
15295         * g++.old-deja/g++.pt/syntax2.C: New test.
15296         * g++.old-deja/g++.other/syntax3.C: New test.
15297         * g++.old-deja/g++.other/syntax4.C: New test.
15298
15299 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
15300
15301         * gcc.dg/20000623-1.c: Prototype exit and abort.
15302
15303 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
15304
15305         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
15306         New tests.
15307         * gcc.dg/cpp-mi3.def: New file.
15308
15309         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
15310         inside assertions.
15311         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
15312         lexer's error messages.
15313         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
15314         divine anything from the linemarkers.
15315         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
15316         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
15317
15318 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
15319
15320         * gcc.dg/20000623-1.c: New test.
15321
15322 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
15323
15324         * gcc.c-torture/execute/20000622-1.c: New test.
15325
15326 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
15327
15328         * g++.old-deja/g++.other/init15.C: New test.
15329
15330 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
15331
15332         * g++.old-deja/g++.pt/vaarg2.C: New test.
15333         * g++.old-deja/g++.pt/vaarg3.C: New test.
15334
15335 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
15336
15337         * g++.old-deja/g++.other/dyncast6.C: New test.
15338
15339 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
15340
15341         * gcc.c-torture/execute/loop-6.c: New test.
15342
15343 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
15344
15345         * gcc.dg/20000614-1.c: New test.
15346         * gcc.dg/20000614-2.c: New test.
15347
15348 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
15349
15350         * g++.old-deja/g++.other/inline12.C: New test.
15351
15352 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
15353
15354         * g++.old-deja/g++.other/eh1.C: New test.
15355
15356 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
15357
15358         * g++.old-deja/g++.other/type.C: New test.
15359
15360 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
15361
15362         * g++.old-deja/g++.other/initstring.C: New test.
15363
15364 2000-06-12  Jason Merrill  <jason@redhat.com>
15365
15366         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
15367
15368 2000-06-09  Jeffrey A Law  (law@cygnus.com)
15369
15370         * gcc.c-torture/compile/20000609-1.c: New test.
15371
15372 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
15373
15374         * gcc.dg/20000609-1.c: New test.
15375
15376 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
15377
15378         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
15379         * gcc.c-torture/noncompile/poison-1.c: Move...
15380         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
15381         * gcc.dg/cpp-li1.c: Add a token after the #line.
15382
15383 2000-06-05  Richard Henderson  <rth@cygnus.com>
15384
15385         * gcc.c-torture/execute/20000605-2.c: New test.
15386         * gcc.c-torture/execute/20000605-3.c: New test.
15387
15388 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
15389
15390         * g77.f-torture/execute/20000503-1.x: New file.
15391
15392 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
15393
15394         * g++.old-deja/g++.eh/badalloc1.C: New test.
15395
15396 2000-06-05  Richard Henderson  <rth@cygnus.com>
15397
15398         * gcc.c-torture/execute/20000605-1.c: New test.
15399
15400 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
15401             Nathan Sidwell <nathan@codesourcery.com>
15402
15403         * gcc.c-torture/compile/20000605-1.c: New test.
15404
15405 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
15406
15407         * g77.f-torture/compile/20000601-1.f:  New test.
15408
15409 2000-06-03  Richard Henderson  <rth@cygnus.com>
15410
15411         * gcc.c-torture/execute/20000603-1.c: New.
15412
15413 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
15414
15415         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
15416         * gcc.dg/noreturn-2.c (noreturn): Likewise.
15417
15418 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
15419
15420         * gcc.dg/compare2.c (case 12): XFAIL.
15421         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
15422         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
15423
15424         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
15425
15426 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
15427
15428         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
15429         guard macro is already defined when the header is first
15430         included.
15431         * gcc.dg/cpp-mix.h: New file.
15432         * gcc.dg/endif-label.c: Update patterns to match compiler.
15433
15434         * g++.brendan/complex1.C: Declare abort.
15435         * g++.law/refs4.C: Remove XFAIL.
15436         * g++.oliva/expr2.C: Declare abort and exit.
15437
15438 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
15439
15440         * gcc.c-torture/execute/20000528-1.c: New test.
15441
15442         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
15443         * g++.old-deja/g++.law/temps4.C: Likewise.
15444
15445         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
15446         stdlib.h.  Call abort() on failure.
15447         * g++.old-deja/g++.law/refs4.C: Likewise.
15448         * g++.old-deja/g++.law/temps4.C: Likewise.
15449         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
15450         * gcc.c-torture/execute/20000112-1.c: Include string.h.
15451
15452 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
15453
15454         Relative to g++.dg/special:
15455         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
15456
15457         Relative to g++.old-deja:
15458         * g++.brendan/complex1.C, g++.jason/optimize2.C,
15459         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
15460         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
15461         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
15462         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
15463         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
15464         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
15465
15466         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
15467         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
15468         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
15469         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
15470         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
15471         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
15472         and/or string.h.
15473
15474         * g++.other/goto1.C: Update expectations for error messages.
15475
15476 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
15477
15478         * gcc.c-torture/compile/20000523-1.c: New test.
15479
15480 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
15481
15482         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
15483
15484 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
15485
15486         * g++.old-deja/g++.eh/catch11.C: New test.
15487         * g++.old-deja/g++.eh/catch12.C: New test.
15488
15489 2000-05-24  Nick Clifton  <nickc@cygnus.com>
15490
15491         * gcc.c-torture/execute/20000523-1.c: New test.
15492
15493 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
15494
15495         * c-torture/execute/bcp-1.c: Replace abort in arg of
15496         __builtin_constant_p with a generic external function.
15497
15498         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
15499         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
15500         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
15501         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
15502         Prototype abort and/or exit.
15503
15504         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
15505         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
15506         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
15507         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
15508
15509 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
15510
15511         * gcc.dg/dwarf2-1.c: New test.
15512
15513 2000-05-20  Richard Henderson  <rth@cygnus.com>
15514
15515         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
15516
15517 2000-05-20  Andreas Jaeger  <aj@suse.de>
15518
15519         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
15520         testcase.
15521
15522 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
15523
15524         * gcc.c-torture/execute/20000519-2.c: New test.
15525
15526 2000-05-19  Andreas Jaeger  <aj@suse.de>
15527
15528         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
15529         which fails with SSA.
15530
15531         * lib/c-torture.exp: Also test with -O3 -fssa.
15532
15533 2000-05-18  Michael Meissner  <meissner@redhat.com>
15534
15535         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
15536         * gcc.c-torture/execute/920415-1.c: Ditto.
15537         * gcc.c-torture/execute/920501-1.c: Ditto.
15538         * gcc.c-torture/execute/conversion.c: Ditto.
15539         * gcc.c-torture/execute/cvt-1.c: Ditto.
15540
15541 2000-05-18  Jeffrey A Law  (law@cygnus.com)
15542
15543         * gcc.c-torture/compile/20000518-1.c: New test.
15544
15545 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
15546
15547         * g77.f-torture/compile/200005018.f:  New test.
15548
15549 2000-05-17  Jeffrey A Law  (law@cygnus.com)
15550
15551         * gcc.c-torture/compile/20000517-1.c: New test.
15552
15553 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15554
15555         * gcc.c-torture/execute/20000516-1.c: New test.
15556
15557 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
15558
15559         * g++.old-deja/g++.other/eh.C: New test.
15560
15561 2000-05-12  Richard Henderson  <rth@cygnus.com>
15562
15563         * gcc.c-torture/execute/990208-1.c (main): Don't pass
15564         constants through to doit's conditional.
15565
15566 2000-05-11  Jeffrey A Law  (law@cygnus.com)
15567
15568         * gcc.c-torture/compile/20000511-1.c: New test.
15569         * g77.f-torture/compile/20000511-1.f: New test.
15570         * g77.f-torture/compile/20000511-2.f: New test.
15571
15572 2000-05-11  Michael Meissner  <meissner@redhat.com>
15573
15574         * gcc.c-torture/execute/20000511-1.c: New test.
15575
15576 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
15577
15578         * gcc.dg/dg.exp: Scan .S files as well as .c files.
15579         * gcc.dg/20000510-1.S: New.
15580
15581 2000-05-08  Catherine Moore  <clm@cygnus.com>
15582
15583         * gcc.dg/unused-3.c: New.
15584
15585 2000-05-06  Richard Henderson  <rth@cygnus.com>
15586
15587           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
15588           * g++.old-deja/g++.mike/warn1.C: Likewise.
15589           * g++.old-deja/g++.pt/local1.C: Likewise.
15590           * g++.old-deja/g++.pt/local7.C: Likewise.
15591           * g++.old-deja/g++.pt/spec16.C: Likewise.
15592
15593 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
15594
15595         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
15596
15597 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
15598
15599           * g77.f-torture/execute/20000503-1.f:  New test.
15600
15601 2000-05-04  Andreas Jaeger  <aj@suse.de>
15602
15603         * gcc.dg/noreturn-2.c: New test.
15604
15605 2000-05-04  Neil Booth  <NeilB@earthling.net>
15606
15607         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
15608         preprocessor.
15609
15610 2000-05-04  Richard Henderson  <rth@cygnus.com>
15611
15612         * gcc.c-torture/execute/20000503-1.c: Fix typo.
15613
15614 2000-05-04  Richard Henderson  <rth@cygnus.com>
15615
15616         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
15617         OpenSSL by Jason R Thorpe.
15618
15619 2000-05-03  Jim Wilson  <wilson@cygnus.com>
15620
15621         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
15622
15623 2000-05-03  Robert Lipe <robertlipe@usa.net>
15624
15625         * gcc.dg/20000503-1.c: New test.
15626
15627 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
15628
15629         * gcc.c-torture/compile/20000502-1.c: New test.
15630         * g++.old-deja/g++.other/align.C: New test.
15631         * gcc.dg/cpp-tradstringify.c: New test.
15632
15633 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
15634
15635         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
15636         and hard registers.
15637
15638 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
15639
15640         * gcc.c-torture/execute/loop-5.c: New test.
15641
15642 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
15643
15644         * gcc.c-torture/execute/va-arg-20.c: New test.
15645
15646 2000-04-23  Jeffrey A Law  (law@cygnus.com)
15647
15648         * gcc.c-torture/execute/20000422-1.c: New test.
15649
15650 2000-04-20  Greg McGary  <gkm@gnu.org>
15651
15652         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
15653         when optimizing, but without sibling-call optimizations (-O1).
15654
15655 2000-04-20  Jeffrey A Law  (law@cygnus.com)
15656
15657           * gcc.c-torture/compile/20000420-1.c: New test.
15658
15659 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
15660
15661         * g++.abi/ptrflags.C: New test.
15662         * g++.eh/catchptr1.C: Test incomplete pointer chains.
15663
15664 2000-04-19  Catherine Moore  <clm@cygnus.com>
15665
15666         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
15667
15668 2000-04-19  Greg McGary  <gkm@gnu.org>
15669
15670         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
15671         sibling-call optimizations.
15672
15673 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
15674
15675         * gcc.dg/20000419-1.c: New test.
15676
15677 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
15678
15679         * gcc.c-torture/execute/20000412-6.c: New test.
15680
15681 2000-04-12  Jeffrey A Law  (law@cygnus.com)
15682
15683         * gcc.c-torture/execute/20000412-5.c: New test.
15684         * g77.f-torture/compile/20000412-1.f: New test.
15685         * gcc.c-torture/execute/20000412-4.c: New test.
15686         * gcc.c-torture/compile/20000412-2.c: New test.
15687         * gcc.c-torture/execute/20000412-3.c: New test.
15688         * gcc.c-torture/compile/20000412-1.c: New test.
15689         * gcc.c-torture/execute/20000412-2.c: New test.
15690
15691 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
15692
15693         * objc/execute/bf-20.m: New test.
15694
15695 2000-04-10  Richard Henderson  <rth@cygnus.com>
15696
15697         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
15698
15699         * gcc.c-torture/execute/20000412-1.c: New test.
15700
15701 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
15702
15703         * g++.old-deja/g++.eh/catchptr1.C: New test.
15704
15705 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
15706
15707         * g++.old-deja/g++.abi/cxa_vec.C: New test.
15708
15709 2000-04-08  Neil Booth  <NeilB@earthling.net>
15710
15711         * gcc.dg/cpp-nullchar.c: Remove test as
15712         embedded nulls cause problems.
15713
15714 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15715
15716         * gcc.dg/compare2.c: New test.
15717
15718 2000-04-08  Neil Booth  <NeilB@earthling.net>
15719
15720         * gcc.dg/cpp-nullchar.c: New test.
15721
15722 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
15723
15724         * gcc.dg/cpp-mi2.c: New test.
15725         * gcc.dg/cpp-mi2[abc].h: New files.
15726
15727 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
15728
15729         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
15730         member name.
15731
15732 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
15733
15734         * g++.old-deja/g++.abi/vmihint.C: New test.
15735
15736 2000-04-06  Neil Booth  <NeilB@earthling.net>
15737
15738         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
15739         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
15740         copyright.
15741
15742 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
15743
15744         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
15745         avoid stack-frame overwrite.
15746
15747 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
15748
15749         * gcc.c-torture/compile/20000405-2.c: New test.
15750         * gcc.c-torture/compile/20000405-3.c: New test.
15751
15752 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15753
15754         * gcc.c-torture/compile/20000405-1.c: New test.
15755
15756 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
15757
15758         * gcc.dg/cast-qual-1.c: Revert last change.
15759
15760 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15761
15762         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
15763
15764 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
15765
15766         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
15767         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
15768
15769 2000-04-03  Jeffrey A Law  (law@cygnus.com)
15770
15771         * gcc.c-torture/compile/20000403-2.c: New test.
15772         * gcc.c-torture/compile/20000403-1.c: New test.
15773
15774 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
15775
15776         * gcc.c-torture/execute/20000403-1.c: New test.
15777
15778 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
15779
15780         * gcc.c-torture/execute/20000402-1.c: New test.
15781
15782 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
15783
15784         * gcc.c-torture/execute/va-arg-15.c: New test.
15785         * gcc.c-torture/execute/va-arg-16.c: New test.
15786         * gcc.c-torture/execute/va-arg-17.c: New test.
15787         * gcc.c-torture/execute/va-arg-18.c: New test.
15788         * gcc.c-torture/execute/va-arg-19.c: New test.
15789
15790 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
15791
15792         * gcc.c-torture/compile/981211-1.c: Move to...
15793         * gcc.dg/cpp-as1.c: ...here.
15794         * gcc.dg/cpp-as2.c: New file.
15795
15796         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
15797         compiler.
15798
15799 2000-04-02  Neil Booth  <NeilB@earthling.net>
15800
15801         * gcc.dg/cpp-cond.c  New tests.
15802         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
15803         accidental success less likely.
15804         * gcc.dg/cpp-missingop.c  New tests.
15805         * gcc.dg/cpp-missingparen.c  New tests.
15806         * gcc.dg/cpp-shift.c  New tests.
15807         * gcc.dg/cpp-shortcircuit.c  New tests.
15808         * gcc.dg/cpp-unary.c  New tests.
15809
15810 2000-03-29  Jeffrey A Law  (law@cygnus.com)
15811
15812         * gcc.c-torture/compile/20000329-1.c: New test.
15813
15814 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
15815
15816         * gcc.c-torture/compile/20000326-1.c: New test.
15817         * gcc.c-torture/compile/20000326-2.c: New test.
15818
15819 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
15820
15821         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
15822         the first parameter is a function argument.
15823
15824 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
15825
15826         * g++.old-deja/g++.ext/array4.C: New test.
15827
15828 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
15829
15830         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
15831
15832 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15833
15834         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
15835
15836 2000-03-19  Richard Henderson  <rth@cygnus.com>
15837
15838         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
15839
15840 2000-03-19  Richard Henderson  <rth@cygnus.com>
15841
15842         * gcc.c-torture/compile/20000319-1.c: New test.
15843
15844 2000-03-14  Jeffrey A Law  (law@cygnus.com)
15845
15846         * gcc.c-torture/execute/20000314-3.c: New test.
15847         * gcc.c-torture/execute/20000314-2.c: New test.
15848         * gcc.c-torture/execute/20000314-1.c: New test.
15849         * gcc.c-torture/compile/20000314-2.c: New test.
15850         * gcc.c-torture/compile/20000314-1.c: New test.
15851
15852 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
15853
15854         * g++.old-deja/g++.warn/inline.C: New test.
15855
15856 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
15857
15858         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
15859         standards-compliant result rather than specific constants.
15860         Put test-values in array.
15861
15862 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
15863
15864         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
15865         (g++_target_compile): Put test-specific options last.
15866
15867 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
15868
15869         * g++.old-deja/g++.eh/vbase4.C: New test.
15870
15871 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
15872
15873         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
15874
15875 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
15876
15877         * g++.old-deja/g++.brendan/misc12.C: Removed.
15878         * g++.old-deja/g++.pt/memtemp77.C: Constify.
15879         * g++.old-deja/g++.ext/pretty4.C: New test.
15880
15881 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
15882
15883         * g++.old-deja/g++.other/string2.C: New test.
15884
15885 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
15886
15887         * g++.old-deja/g++.warn/impint2.C: New test.
15888
15889 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
15890
15891         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
15892         is 1, not zero.
15893
15894 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
15895
15896         * g++.old-deja/g++.warn/impint.C: New test.
15897         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
15898         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
15899         * g++.old-deja/g++.pt/explicit12.C: Likewise.
15900         * g++.old-deja/g++.pt/explicit13.C: Likewise.
15901         * g++.old-deja/g++.pt/explicit17.C: Likewise.
15902         * g++.old-deja/g++.pt/explicit18.C: Likewise.
15903         * g++.old-deja/g++.pt/explicit19.C: Likewise.
15904         * g++.old-deja/g++.pt/explicit23.C: Likewise.
15905         * g++.old-deja/g++.pt/explicit31.C: Likewise.
15906         * g++.old-deja/g++.pt/explicit35.C: Likewise.
15907         * g++.old-deja/g++.pt/explicit6.C: Likewise.
15908         * g++.old-deja/g++.pt/memclass7.C: Likewise.
15909
15910 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
15911
15912         * gcc.dg/cpp-redef.c: New test.
15913
15914 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
15915
15916         * g++.old-deja/g++.pt/unify7.C: New test.
15917
15918 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15919
15920         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
15921         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
15922
15923 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
15924
15925         * gcc.c-torture/compile/20000224-1.c: New test.
15926
15927 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15928
15929         * gcc.c-torture/compile/cpp-2.c: New test.
15930         * gcc.c-torture/compile/cpp-1.c: New test.
15931
15932 2000-02-25  Jeffrey A Law  (law@cygnus.com)
15933
15934         * gcc.c-torture/execute/20000225-1.c: New test.
15935
15936 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15937
15938         * gcc.dg/cpp-li2.c: New test.
15939
15940         * gcc.dg/cpp-wi1.c: New test.
15941
15942         * gcc.dg/cpp-li1.c: New test.
15943
15944 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
15945
15946         * g++.old-deja/g++.other/sizeof5.C: New test.
15947
15948 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15949
15950         * gcc.c-torture/execute/va-arg-13.c: New test.
15951
15952 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
15953
15954         * gcc.c-torture/execute/va-arg-12.c: New test.
15955
15956 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
15957
15958         * gcc.c-torture/execute/20000223-1.c: New test.
15959
15960 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
15961
15962         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
15963
15964 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
15965
15966         * g++.old-deja/g++.abi/ptrmem.C: New test.
15967
15968 2000-02-19  Richard Henderson  <rth@cygnus.com>
15969
15970         * gcc.c-torture/compile/init-3.c: New.
15971
15972 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
15973
15974         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
15975         ALWAYS_CXXFLAGS.
15976
15977 2000-02-11  Robert Lipe <robertl@sco.com>
15978
15979         * gcc.c-torture/compile/20000211-3.c: New test.
15980
15981 2000-02-11  Martin Buchholz <martin@xemacs.org>
15982
15983         * gcc.c-torture/compile/20000211-2.c: New test.
15984
15985 2000-02-11  Jeffrey A Law  (law@cygnus.com)
15986
15987         * gcc.c-torture/compile/20000211-1.c: New test.
15988
15989 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
15990
15991         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
15992           on native targets
15993
15994 2000-02-08  Nathan Sidwell  <nathan@acm.org>
15995
15996         * g++.old-deja/g++.other/cast5.C: New test.
15997
15998 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
15999
16000         * gcc.c-torture/execute/20000205-1.c: New.
16001
16002 2000-02-03  Nathan Sidwell  <nathan@acm.org>
16003
16004         * g++.old-deja/g++.jason/cast3.C: Return void.
16005         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
16006
16007 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16008
16009         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
16010
16011         * gcc.dg/loop-1.c: New test.
16012
16013 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
16014
16015         * gcc.c-torture/compile/20000127-1.c: New test.
16016         * gcc.c-torture/execute/991228-1.c: New test.
16017
16018 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16019
16020         * gcc.dg/unused-2.c: New test.
16021
16022         * gcc.dg/conv-1.c: New test.
16023
16024 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
16025
16026         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
16027         compiler.
16028         (tool_option_proc): Fix typo.
16029
16030 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
16031
16032         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
16033         of the ld on the host, not on the build machine.
16034         Also, don't crash if '--help' is not a supported option.
16035
16036 2000-01-24  Richard Henderson  <rth@cygnus.com>
16037
16038         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
16039
16040 2000-01-20  Jeffrey A Law  (law@cygnus.com)
16041
16042         * gcc.c-torture/execute/20000120-2.c: New test.
16043         * gcc.c-torture/execute/20000120-1.c: New test.
16044
16045 2000-01-13  Jeffrey A Law  (law@cygnus.com)
16046
16047         * gcc.c-torture/execute/20000113-1.c: New test.
16048
16049 2000-01-12  Jeffrey A Law  (law@cygnus.com)
16050
16051         * gcc.c-torture/execute/20000112-1.c: New test.
16052
16053 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16054
16055         * gcc.dg/20000111-1.c: New test.
16056
16057 2000-01-10  Jeffrey A Law  (law@cygnus.com)
16058
16059         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
16060         with 16 bit integers.
16061
16062 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16063
16064         * gcc.dg/20000108-1.c: New test.
16065
16066 2000-01-05  Nathan Sidwell  <nathan@acm.org>
16067
16068         * g++.old-deja/g++.ns/koenig8.C: New test.
16069
16070 2000-01-05  Nathan Sidwell  <nathan@acm.org>
16071
16072         * g++.old-deja/g++.other/cast4.C: New test.
16073
16074 2000-01-05  Jeffrey A Law  (law@cygnus.com)
16075
16076         * gcc.c-torture/compile/20000105-2.c: New test.
16077         * gcc.c-torture/compile/20000105-1.c: New test.
16078
16079 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16080
16081         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
16082         references to printf & atoi to conform to ANSI standard.
16083         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
16084         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
16085         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
16086         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
16087         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
16088         * g++.old-deja/g++.brendan/complex1.C: Likewise.
16089         * g++.old-deja/g++.brendan/copy1.C: Likewise.
16090         * g++.old-deja/g++.brendan/copy2.C: Likewise.
16091         * g++.old-deja/g++.brendan/copy3.C: Likewise.
16092         * g++.old-deja/g++.brendan/copy4.C: Likewise.
16093         * g++.old-deja/g++.brendan/copy5.C: Likewise.
16094         * g++.old-deja/g++.brendan/copy6.C: Likewise.
16095         * g++.old-deja/g++.brendan/copy7.C: Likewise.
16096         * g++.old-deja/g++.brendan/copy8.C: Likewise.
16097         * g++.old-deja/g++.brendan/crash11.C: Likewise.
16098         * g++.old-deja/g++.brendan/crash14.C: Likewise.
16099         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
16100         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
16101         * g++.old-deja/g++.brendan/delete2.C: Likewise.
16102         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
16103         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
16104         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
16105         * g++.old-deja/g++.brendan/eh1.C: Likewise.
16106         * g++.old-deja/g++.brendan/groff1.C: Likewise.
16107         * g++.old-deja/g++.brendan/init3.C: Likewise.
16108         * g++.old-deja/g++.brendan/misc12.C: Likewise.
16109         * g++.old-deja/g++.brendan/misc7.C: Likewise.
16110         * g++.old-deja/g++.brendan/new2.C: Likewise.
16111         * g++.old-deja/g++.brendan/operators4.C: Likewise.
16112         * g++.old-deja/g++.brendan/operators5.C: Likewise.
16113         * g++.old-deja/g++.brendan/overload2.C: Likewise.
16114         * g++.old-deja/g++.brendan/overload7.C: Likewise.
16115         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
16116         * g++.old-deja/g++.brendan/reference1.C: Likewise.
16117         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
16118         * g++.old-deja/g++.brendan/template24.C: Likewise.
16119         * g++.old-deja/g++.brendan/template3.C: Likewise.
16120         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
16121         * g++.old-deja/g++.jason/inline3.C: Likewise.
16122         * g++.old-deja/g++.jason/opeq.C: Likewise.
16123         * g++.old-deja/g++.law/arg5.C: Likewise.
16124         * g++.old-deja/g++.law/arm7.C: Likewise.
16125         * g++.old-deja/g++.law/ctors11.C: Likewise.
16126         * g++.old-deja/g++.law/cvt8.C: Likewise.
16127         * g++.old-deja/g++.law/init9.C: Likewise.
16128         * g++.old-deja/g++.law/refs4.C: Likewise.
16129         * g++.old-deja/g++.law/template2.C: Likewise.
16130         * g++.old-deja/g++.law/visibility24.C: Likewise.
16131         * g++.old-deja/g++.law/vtable3.C: Likewise.
16132         * g++.old-deja/g++.mike/asm2.C: Likewise.
16133         * g++.old-deja/g++.mike/eh1.C: Likewise.
16134         * g++.old-deja/g++.mike/misc1.C: Likewise.
16135         * g++.old-deja/g++.mike/misc13.C: Likewise.
16136         * g++.old-deja/g++.mike/misc14.C: Likewise.
16137         * g++.old-deja/g++.mike/ns12.C: Likewise.
16138         * g++.old-deja/g++.mike/p1248.C: Likewise.
16139         * g++.old-deja/g++.mike/p3708.C: Likewise.
16140         * g++.old-deja/g++.mike/p3708a.C: Likewise.
16141         * g++.old-deja/g++.mike/p3708b.C: Likewise.
16142         * g++.old-deja/g++.mike/p646.C: Likewise.
16143         * g++.old-deja/g++.mike/p700.C: Likewise.
16144         * g++.old-deja/g++.mike/p783.C: Likewise.
16145         * g++.old-deja/g++.mike/p783a.C: Likewise.
16146         * g++.old-deja/g++.mike/p783b.C: Likewise.
16147         * g++.old-deja/g++.mike/p786.C: Likewise.
16148         * g++.old-deja/g++.mike/p789.C: Likewise.
16149         * g++.old-deja/g++.mike/p789a.C: Likewise.
16150         * g++.old-deja/g++.mike/p807a.C: Likewise.
16151         * g++.old-deja/g++.other/delete3.C: Likewise.
16152         * g++.old-deja/g++.other/dyncast1.C: Likewise.
16153         * g++.old-deja/g++.other/dyncast2.C: Likewise.
16154         * g++.old-deja/g++.other/dyncast3.C: Likewise.
16155         * g++.old-deja/g++.other/empty1.C: Likewise.
16156         * g++.old-deja/g++.other/temporary1.C: Likewise.
16157         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
16158         * g++.old-deja/g++.pt/t16.C: Likewise.
16159         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
16160
16161 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
16162
16163         * gcc.dg/991230-1.c: New test.
16164
16165 1999-12-29  Jeffrey A Law  (law@cygnus.com)
16166
16167         * gcc.c-torture/compile/991229-3.c: New test.
16168         * gcc.c-torture/compile/991229-2.c: New test.
16169         * gcc.c-torture/compile/991229-1.c: New test.
16170
16171 1999-12-29  Greg McGary <gkm@eng.ascend.com>
16172
16173         * gcc.c-torture/compile/labels-2.c: New test.
16174
16175 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
16176
16177         * gcc.c-torture/execute/991227-1.c: New test.
16178
16179 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16180
16181         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
16182
16183 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
16184
16185         * gcc.c-torture/execute/991221-1.c: New test.
16186
16187 1999-12-20  Nathan Sidwell  <nathan@acm.org>
16188
16189         * g++.old-deja/g++.other/cast3.C: New test.
16190
16191 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
16192
16193         * gcc.c-torture/execute/991216-4.c: New test.
16194
16195 1999-12-16  Michael Meissner  <meissner@cygnus.com>
16196
16197         * gcc.c-torture/execute/991216-1.c: New test.
16198         * gcc.c-torture/execute/991216-2.c: New test.
16199         * gcc.c-torture/execute/991216-3.c: New test.
16200
16201 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
16202
16203         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
16204         Actually make the test fail by using "-O2" for compilation.
16205
16206 1999-12-15  Nathan Sidwell  <nathan@acm.org>
16207
16208         * g++.old-deja/g++.warn/cast-align1.C: New test.
16209
16210 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
16211
16212         * gcc.c-torture/compile/991214-1.c: New test.
16213         * gcc.c-torture/compile/991214-2.c: New test.
16214
16215 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
16216
16217         * gcc.dg/991214-1.c: New test.
16218
16219 1999-12-13  Jeffrey A Law  (law@cygnus.com)
16220
16221         * gcc.c-torture/compile/991213-3.c: New test.
16222         * gcc.c-torture/compile/991213-2.c: New test.
16223         * gcc.c-torture/compile/991213-1.c: New test.
16224
16225 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
16226
16227         * gcc.dg/991209-1.c: New test.
16228
16229 1999-12-08  Nathan Sidwell <nathan@acm.org>
16230
16231         * gcc.c-torture/compile/991208-1.c: New test.
16232
16233 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16234
16235         * gcc.dg/ultrasp2.c: New test.
16236
16237 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
16238
16239         * g++.old-deja/g++.abi/align.C (main): Fix typo.
16240
16241 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
16242
16243         * gcc.c-torture/compile/991202-1.c: New test.
16244         * gcc.c-torture/execute/991202-1.c: New test.
16245         * gcc.c-torture/execute/991202-2.c: New test.
16246         * gcc.c-torture/execute/991202-3.c: New test.
16247
16248 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
16249
16250         * g++.old-deja/g++.abi/align.C: New test.
16251         * g++.old-deja/g++.abi/aggregates.C: Likewise.
16252         * g++.old-deja/g++.abi/bitfields.C: Likewise.
16253
16254 1999-12-01  Richard Henderson  <rth@cygnus.com>
16255
16256         * gcc.c-torture/execute/991201-1.c: New.
16257
16258 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
16259
16260         * gcc.dg/991129-1.c: New test.
16261
16262 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
16263
16264         * gcc.c-torture/compile/991127-1.c: New test.
16265
16266 1999-11-22  Nathan Sidwell  <nathan@acm.org>
16267
16268         * g++.old-deja/g++.other/warn4.C: New test.
16269
16270 1999-11-22  Nathan Sidwell  <nathan@acm.org>
16271
16272         * g++.old-deja/g++.eh/cleanup2.C: New test.
16273         * g++.old-deja/g++.ext/pretty2.C: New test.
16274         * g++.old-deja/g++.ext/pretty3.C: New test.
16275         * g++.old-deja/g++.other/debug6.C: New test.
16276
16277 1999-10-20  Jim Wilson  <wilson@cygnus.com>
16278
16279         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
16280         compiler_output to look for one error message instead of two.
16281
16282 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
16283
16284         * gcc.c-torture/execute/991118-1.c: Also test case
16285         where the word boundary does not split a byte evenly.
16286
16287 1999-11-19  Nathan Sidwell  <nathan@acm.org>
16288
16289         * g++.old-deja/g++.ext/restrict1.C: New test.
16290
16291 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
16292
16293         * gcc.c-torture/execute/991118-1.c: New test.
16294
16295 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
16296
16297         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
16298         working directory pathnames.
16299
16300 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
16301
16302         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
16303         host is equipped with driver.h and driver.o so it can actually
16304         compile and run the tests.
16305
16306 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
16307
16308         * gcc.c-torture/compile/991008-1.c: New test.
16309
16310 1999-11-08  Nick Clifton  <nickc@cygnus.com>
16311
16312         * lib/gcc-dg.exp: Include target-supports.exp
16313
16314 1999-11-05  Nick Clifton  <nickc@cygnus.com>
16315
16316         * lib/target-supports.exp: New file: Provide procs to test for
16317         features supported by the target.
16318         (check_weak_available): Moved here from ecos.exp.
16319         (check_alias_available): New proc: Determine of the target
16320         toolchain supports the alias attribute.
16321
16322         * gcc.dg/special/ecos.exp: Move check_weak_available to
16323         target-supports.exp.
16324         (alias-1.c): Only perform the test if the target supports
16325         aliases.
16326         (wkali-1.c): Only perform the test if the target supports
16327         aliases.
16328
16329         * gcc.dg/990506-0.c: Expect error messages from cross
16330         targets as well as native targets.
16331
16332 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16333
16334         * gcc.dg/ultrasp1.c: Removed xfail.
16335         * gcc.dg/struct-ret-2.c: Likewise.
16336         * gcc.dg/array-1.c: Likewise.
16337
16338 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16339
16340         * gcc.dg/struct-ret-2.c: New test.
16341
16342         * gcc.dg/array-1.c: New test.
16343
16344 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
16345
16346         * gcc.c-torture/execute/991030-1.c: New test.
16347
16348 1999-10-26  Richard Henderson  <rth@cygnus.com>
16349
16350         * gcc.c-torture/compile/991026-2.c: New test.
16351
16352 1999-10-26  Jeffrey A Law  (law@cygnus.com)
16353
16354         * gcc.c-torture/compile/991026-1.c: New test.
16355
16356 1999-10-23  Jeffrey A Law  (law@cygnus.com)
16357
16358         * gcc.c-torture/execute/991023-1.c: New test.
16359
16360 1999-10-19  Jeffrey A Law  (law@cygnus.com)
16361
16362         * gcc.c-torture/execute/991019-1.c: New test.
16363
16364 1999-10-16  Richard Henderson  <rth@cygnus.com>
16365
16366         * gcc.c-torture/execute/991016-1.c: New test.
16367
16368 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
16369
16370         * gcc.c-torture/execute/991014-1.c: New test.
16371
16372 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
16373
16374         * g++.old-deja/g++.other/union2.C: New test.
16375
16376 1999-10-13  Nathan Sidwell  <nathan@acm.org>
16377
16378         * g++.old-deja/g++.other/vaarg2.C: New test.
16379         * g++.old-deja/g++.other/vaarg3.C: New test.
16380
16381 1999-10-12  Craig Burley  <craig@jcb-sc.com>
16382
16383         * g77.f-torture/noncompile/19990905-1.f: Moved from being
16384         in compile/.
16385
16386 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
16387
16388         * gcc.c-torture/execute/va-arg-11.c: New test.
16389
16390 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
16391
16392         * lib/file-format.exp (gcc_target_object_format): Don't
16393         crash if objdump is unavailable.
16394
16395 1999-09-29  Donn Terry <donn@interix.com>
16396
16397         * gcc.misc-tests/mg.exp: delete extraneous redirection.
16398
16399 1999-09-28  Nick Clifton  <nickc@cygnus.com>
16400
16401         * gcc.c-torture/compile/990928-1.c: New test.
16402
16403 1999-09-28  Nathan Sidwell  <nathan@acm.org>
16404
16405         * g++.old-deja/g++.other/decl6.C: New test.
16406
16407 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16408
16409         * gcc.c-torture/execute/va-arg-10.c: New test.
16410
16411 1999-09-27  Nathan Sidwell  <nathan@acm.org>
16412
16413         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
16414         __PRETTY_FUNCTION__.
16415
16416 1999-09-23  Nick Clifton  <nickc@cygnus.com>
16417
16418         * gcc.c-torture/execute/990923-1.c: New test.
16419
16420 1999-09-21  Nick Clifton  <nickc@cygnus.com>
16421
16422         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
16423         for which -fpic is inappropriate.
16424
16425 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
16426
16427         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
16428
16429 1999-09-21  Nathan Sidwell  <nathan@acm.org>
16430
16431         * g++.old-deja/g++.other/dyncast1.C: New test.
16432         * g++.old-deja/g++.other/dyncast2.C: New test.
16433         * g++.old-deja/g++.other/dyncast3.C: New test.
16434         * g++.old-deja/g++.other/dyncast4.C: New test.
16435         * g++.old-deja/g++.other/dyncast5.C: New test.
16436         * g++.old-deja/g++.eh/catch3.C: New test.
16437         * g++.old-deja/g++.eh/catch3p.C: New test.
16438         * g++.old-deja/g++.eh/catch4.C: New test.
16439         * g++.old-deja/g++.eh/catch4p.C: New test.
16440         * g++.old-deja/g++.eh/catch5.C: New test.
16441         * g++.old-deja/g++.eh/catch5p.C: New test.
16442         * g++.old-deja/g++.eh/catch6.C: New test.
16443         * g++.old-deja/g++.eh/catch6p.C: New test.
16444         * g++.old-deja/g++.eh/catch7.C: New test.
16445         * g++.old-deja/g++.eh/catch7p.C: New test.
16446         * g++.old-deja/g++.eh/catch8.C: New test.
16447         * g++.old-deja/g++.eh/catch8p.C: New test.
16448         * g++.old-deja/g++.eh/catch9.C: New test.
16449         * g++.old-deja/g++.eh/catch9p.C: New test.
16450
16451 1999-09-13  Nathan Sidwell  <nathan@acm.org>
16452
16453         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
16454         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
16455
16456 1999-09-13  Jeffrey A Law  (law@cygnus.com)
16457
16458         * gcc.c-torture/compile/990913-1.c: New test.
16459
16460 1999-09-10  Nathan Sidwell  <nathan@acm.org>
16461
16462         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
16463         * g++.old-deja/g++.jason/rfg5.C: Likewise.
16464
16465 1999-09-09  Richard Henderson  <rth@cygnus.com>
16466
16467         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
16468
16469 1999-09-09  Nathan Sidwell  <nathan@acm.org>
16470
16471         * g++.old-deja/g++.other/lookup11.C: New test.
16472         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
16473         what is permitted and what we want.
16474         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
16475         overload use.
16476         * g++.old-deja/g++.jason/rfg5.C: Likewise
16477
16478 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
16479
16480         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
16481         * gcc.c-torture/noncompile/poison-1.c: New file.
16482
16483 1999-09-08  Nathan Sidwell  <nathan@acm.org>
16484
16485         * g++.old-deja/g++.other/sizeof3.C: New test.
16486         * g++.old-deja/g++.other/sizeof4.C: New test.
16487         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
16488         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
16489
16490 1999-09-07  Richard Henderson  <rth@cygnus.com>
16491
16492         * gcc.dg/va-arg-1.c: New.
16493
16494 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16495
16496         * gcc.c-torture/execute/va-arg-9.c: New test.
16497
16498 1999-09-05  Craig Burley  <craig@jcb-sc.com>
16499
16500         * g77.f-torture/compile/980519-2.f: New test.
16501         * g77.f-torture/compile/19990905-0.f: New test.
16502         * g77.f-torture/compile/19990905-1.f: New test.
16503         * g77.f-torture/compile/19990905-2.f: New test.
16504
16505         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
16506
16507 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
16508
16509         * gcc.c-torture/execute/990827-1.c: Fix typo.
16510
16511 1999-09-03  Nathan Sidwell  <nathan@acm.org>
16512
16513         * g++.old-deja/g++.other/deref1.C: New test.
16514
16515 1999-09-02  Nathan Sidwell  <nathan@acm.org>
16516
16517         * g++.old-deja/g++.other/ambig2.C: New test.
16518         * g++.old-deja/g++.other/cond5.C: New test.
16519         * g++.old-deja/g++.other/lookup16.C: New test.
16520
16521 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
16522
16523         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
16524         assemblers too.
16525
16526 1999-08-31  Jeffrey A Law  (law@cygnus.com)
16527
16528         * lib/c-torture.exp: Avoid the "compare executables" optimization
16529         when testing native.
16530
16531 1999-08-29  Jeffrey A Law  (law@cygnus.com)
16532
16533         * gcc.c-torture/execute/990829-1.c: New test.
16534         * gcc.c-torture/compile/990829-1.c: New test.
16535
16536 1999-08-27  Paul Burchard  <burchard@pobox.com>
16537
16538         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
16539         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
16540         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
16541         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
16542         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
16543         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
16544         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
16545         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
16546         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
16547         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
16548         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
16549
16550 1999-08-27  Jeffrey A Law  (law@cygnus.com)
16551
16552         * gcc.c-torture/execute/990827-1.c: New test.
16553
16554 1999-08-26  Craig Burley  <craig@jcb-sc.com>
16555
16556         * g77.f-torture/noncompile/19990826-4.f: New test.
16557
16558         * g77.f-torture/compile/19990826-3.f: New test.
16559
16560         * g77.f-torture/execute/19990826-2.f: New test.
16561
16562         * g77.f-torture/compile/19990826-1.f: New test.
16563
16564         * gcc.c-torture/execute/990826-0.c: New test.
16565         * g77.c-torture/execute/19990826-0.f: New test.
16566
16567         * g77.f-torture/noncompile/970626-2.f: New test.
16568
16569 1999-08-25  Paul Burchard  <burchard@pobox.com>
16570
16571         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
16572         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
16573         lss-011.C: New tests.
16574
16575 1999-08-25  Nathan Sidwell  <nathan@acm.org>
16576
16577         * g++.old-deja/g++.other/decl5.C: New test.
16578
16579 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16580
16581         * noncompile/noncompile.exp: Load_lib c-torture.exp.
16582         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
16583         call `postbase' for each one.  All callers of `postbase' changed
16584         to call this instead.
16585
16586 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
16587
16588         * gcc.c-torture/execute/990811-1.c: New test.
16589
16590 1999-08-09  Nick Clifton  <nickc@cygnus.com>
16591
16592         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
16593         just native ones.
16594
16595         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
16596         just native ones.
16597
16598 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
16599
16600         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
16601
16602 1999-08-04  Jeffrey A Law  (law@cygnus.com)
16603
16604         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
16605
16606 1999-08-04  Nathan Sidwell  <nathan@acm.org>
16607
16608         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
16609
16610 1999-08-04  Jeffrey A Law  (law@cygnus.com)
16611
16612         * gcc.c-torture/execute/990804-1.c: New test.
16613
16614 1999-08-03  Nathan Sidwell  <nathan@acm.org>
16615
16616         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
16617         * g++.old-deja/g++.brendan/crash64.C: Likewise
16618         * g++.old-deja/g++.brendan/overload8.C: Likewise
16619
16620 1999-08-03  Nathan Sidwell  <nathan@acm.org>
16621
16622         * g++.old-deja/g++.other/struct1.C: New test.
16623
16624 1999-08-03  Nathan Sidwell  <nathan@acm.org>
16625
16626         * g++.old-deja/g++.other/enum2.C: New test.
16627
16628 1999-08-02  Richard Henderson  <rth@cygnus.com>
16629
16630         Adapted from tests from Franz Sirl:
16631         * gcc.c-torture/execute/va-arg-7.c: New test.
16632         * gcc.c-torture/execute/va-arg-8.c: New test.
16633
16634 1999-08-01  Jeffrey A Law  (law@cygnus.com)
16635
16636         * gcc.c-torture/compile/990801-2.c: New test.
16637
16638         * gcc.c-torture/compile/990801-1.c: New test.
16639
16640 1999-07-27  Michael Meissner  <meissner@cygnus.com>
16641
16642         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
16643         fp-cmp-1.c, converting double to float.
16644
16645         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
16646         fp-cmp-1.c, converting double to long double.
16647
16648         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
16649         from fr1 to unknown_register, since fr1 is a legitimate register
16650         on some machines.
16651
16652 1999-07-25  Jeffrey A Law  (law@cygnus.com)
16653
16654         * README: More listname related changes.
16655
16656 1999-07-08  Catherine Moore  <clm@cygnus.com>
16657
16658         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
16659
16660 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
16661
16662         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
16663
16664 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
16665
16666         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
16667
16668 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
16669
16670         * gcc.dg/990703-1.c: New test.
16671
16672 1999-06-29  Nick Clifton  <nickc@cygnus.com>
16673
16674         * lib/file-format.exp: New file: Move definition of proc
16675         gcc_target_object_format to here from
16676         gcc.dg/special/ecos.exp.
16677
16678         * lib/c-torture.exp: Include lib file-format.exp.
16679         * lib/gcc-dg.exp: Include lib file-format.exp.
16680
16681         * gcc.dg/special/ecos.exp: Remove definition of proc
16682         gcc_target_object_format.
16683
16684 1999-06-28  Jeffrey A Law  (law@cygnus.com)
16685
16686         * gcc.c-torture/execute/990628-1.c: New test.
16687
16688 1999-06-25  Jeffrey A Law  (law@cygnus.com)
16689
16690         * gcc.c-torture/compile/990625-2.c: New test.
16691
16692         * gcc.c-torture/compile/990625-1.c: New test.
16693
16694 1999-06-23  Nick Clifton  <nickc@cygnus.com>
16695
16696         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
16697         attributes compile.
16698         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
16699         ports that use the COFF/PE file format.
16700
16701 1999-06-17  Jeffrey A Law  (law@cygnus.com)
16702
16703         * gcc.c-torture/compile/990617-1.c: New test.
16704
16705 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
16706
16707         * g++.old-deja/g++.other/decl4.C: New test.
16708
16709 1999-06-14  Nathan Sidwell  <nathan@acm.org>
16710
16711         * g++.old-deja/g++.other/bitfld3.C: New test.
16712
16713 1999-06-08  Nathan Sidwell  <nathan@acm.org>
16714
16715         * g++.old-deja/g++.eh/catch1.C: New test.
16716
16717 1999-06-07  Jeffrey A Law  (law@cygnus.com)
16718
16719         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
16720
16721         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
16722         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
16723
16724 1999-06-05  Craig Burley  <craig@jcb-sc.com>
16725
16726         * g77.f-torture/compile/19990502-0.f: Replace with new,
16727         shorter, test that still fails after recent changes.
16728
16729 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
16730
16731         * gcc.c-torture/execute/990604-1.c: New test.
16732
16733 1999-05-31  Jeffrey A Law  (law@cygnus.com)
16734
16735         * gcc.c-torture/execute/990531-1.c: New test.
16736
16737 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16738
16739         * gcc.c-torture/compile/990527-1.c: New test.
16740
16741 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
16742
16743         * gcc.c-torture/execute/990527-1.c: New test.
16744
16745 1999-05-25  Nick Clifton  <nickc@cygnus.com>
16746
16747         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
16748         bitfields as signed.
16749
16750 1999-05-25  Craig Burley  <craig@jcb-sc.com>
16751
16752         * g77.f-torture/compile/19990525-0.f: New test.
16753
16754 1999-05-25  Jeffrey A Law  (law@cygnus.com)
16755
16756         * gcc.c-torture/execute/990525-2.c: New test.
16757
16758         * gcc.c-torture/execute/990525-1.c: New test.
16759
16760 1999-05-24  Nathan Sidwell  <nathan@acm.org>
16761
16762         * g++.old-deja/g++.other/anon3.C: New test.
16763         * g++.old-deja/g++.other/anon4.C: New test.
16764         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
16765         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
16766         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
16767         Merrill).
16768
16769 1999-05-24  Jeffrey A Law  (law@cygnus.com)
16770
16771         * gcc.c-torture/execute/990524-1.c: New test.
16772
16773         * gcc.dg/990524-1.c: New test.
16774
16775 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16776
16777         * gcc.c-torture/compile/990523-1.c: New test.
16778
16779 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
16780
16781         * gcc.c-torture/compile/990519-1.c: New test.
16782
16783 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
16784
16785         * gcc.c-torture/compile/990517-1.c: New test.
16786
16787         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
16788         (e4, f4): New tests.
16789         (main): Call them.
16790
16791 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16792
16793         * gcc.dg/noreturn-1.c: New test.
16794
16795 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
16796
16797         * gcc.c-torture/execute/990513-1.c: New test.
16798
16799 1999-05-10  Richard Henderson  <rth@cygnus.com>
16800
16801         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
16802
16803 1999-05-10  Craig Burley  <craig@jcb-sc.com>
16804
16805         * g77.f-torture/execute/erfc.f: Use small single-precision
16806         values, to avoid problems on Alphas when not -mieee.
16807
16808 1999-05-08  Craig Burley  <craig@jcb-sc.com>
16809
16810         * gcc.dg/990506-0.c: New test.
16811
16812 1999-05-08  Richard Henderson  <rth@cygnus.com>
16813
16814         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
16815         the constant to test.  Don't XFAIL 64-bit targets.
16816
16817         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
16818         * g++.old-deja/g++.law/profile1.C: Likewise.
16819
16820         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
16821         operator new instances.
16822         * g++.old-deja/g++.other/delete5.C: Likewise.
16823
16824 1999-05-03  Craig Burley  <craig@jcb-sc.com>
16825
16826         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
16827         intrinsic.
16828
16829 1999-05-03  Craig Burley  <craig@jcb-sc.com>
16830
16831         * g77.f-torture/execute/u77-test.f: Reverse order of two
16832         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
16833
16834 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16835
16836         * gcc.dg/compare1.c: New test.
16837
16838 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
16839
16840         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
16841         New tests.
16842
16843 1999-05-02  Craig Burley  <craig@jcb-sc.com>
16844
16845         * g77.f-torture/compile/19990502-1.f: New test.
16846
16847 1999-05-02  Craig Burley  <craig@jcb-sc.com>
16848
16849         * g77.f-torture/compile/19990502-0.f: New test.
16850
16851 1999-05-02  Craig Burley  <craig@jcb-sc.com>
16852
16853         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
16854         intrinsic.
16855
16856 1999-05-02  Craig Burley  <craig@jcb-sc.com>
16857
16858         * g77.f-torture/execute/u77-test.f (main): List libU77
16859         intrinsics not currently tested.
16860         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
16861         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
16862         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
16863         Trim blanks off the ends of some printed strings.
16864
16865 1999-05-02  Craig Burley  <craig@jcb-sc.com>
16866
16867         * g77.f-torture/execute/u77-test.f (main): Just warn about
16868         FSTAT gid disagreement, as it's expected on some systems.
16869
16870 1999-05-01  Craig Burley  <craig@jcb-sc.com>
16871
16872         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
16873         use a new function, which allows for some slop.
16874         Clean up some commentary.
16875         (issum): The new function.
16876         (sgladd): Deleted subroutine.
16877
16878 1999-05-01  Craig Burley  <craig@jcb-sc.com>
16879
16880         * g77.f-torture/execute/u77-test.f: Modify to be more like
16881         libf2c/libU77 version, bringing patches to that version here.
16882         Add suitable commentary.
16883
16884 1999-04-25  Richard Henderson  <rth@cygnus.com>
16885
16886         * gcc.dg/990424-1.c: New test.
16887
16888 1999-04-24  Craig Burley  <craig@jcb-sc.com>
16889
16890         * g77.f-torture/execute/u77-test.f (main): Bug involving
16891         LSTAT has been fixed, so turn back on full checking.
16892
16893 1999-04-20  Craig Burley  <craig@jcb-sc.com>
16894
16895         * g77.f-torture/compile/19990419-0.f: New test.
16896         * g77.f-torture/execute/19990419-1.f: New test.
16897
16898 1999-04-17  Richard Henderson  <rth@cygnus.com>
16899
16900         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
16901         to avoid the need for a prototype to supress a warning.
16902
16903 1999-04-07  Jim Wilson  <wilson@cygnus.com>
16904
16905         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
16906
16907 1999-04-04  Jeffrey A Law  (law@cygnus.com)
16908
16909         * gcc.c-torture/execute/990404-1.c: New test.
16910
16911 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
16912
16913         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
16914         * gcc.dg/cpp-if3.c: Don't use -pedantic.
16915         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
16916         missing initializer warnings.
16917
16918 1999-03-28  Jeffrey A Law  (law@cygnus.com)
16919
16920         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
16921         matching strings.
16922
16923 1999-03-26  Jeffrey A Law  (law@cygnus.com)
16924
16925         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
16926
16927 1999-03-26  Craig Burley  <craig@jcb-sc.com>
16928
16929         * g77.f-torture/execute/19990325-0.f: New test.
16930         * g77.f-torture/execute/19990325-1.f: New test.
16931
16932 1999-03-24  Jeffrey A Law  (law@cygnus.com)
16933
16934         * gcc.c-torture/execute/990324-1.c: New test.
16935
16936 1999-03-22  Jim Wilson  <wilson@cygnus.com>
16937
16938         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
16939         test with 4.
16940
16941 1999-03-17  Richard Henderson  <rth@cygnus.com>
16942
16943         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
16944
16945 1999-03-13  Craig Burley  <craig@jcb-sc.com>
16946
16947         * g77.f-torture/execute/19990313-2.f: New test.
16948         * g77.f-torture/execute/19990313-3.f: New test.
16949
16950 1999-03-13  Craig Burley  <craig@jcb-sc.com>
16951
16952         * g77.f-torture/execute/19990313-0.f: New test.
16953         * g77.f-torture/execute/19990313-1.f: New test.
16954
16955 1999-03-12  Jim Wilson  <wilson@cygnus.com>
16956
16957         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
16958         printf to sprintf.
16959         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
16960         (main): Add check for u15.  Conditionalize u31 check depending on
16961         whether ints are <32 bits or >=32 bits.
16962
16963 1999-03-08  Craig Burley  <craig@jcb-sc.com>
16964
16965         * g77.f-torture/execute/19981119-0.f: Improve testiness.
16966
16967 1999-03-08  Craig Burley  <craig@jcb-sc.com>
16968
16969         * g77.f-torture/compile/19990305-0.f: New test.
16970         * g77.f-torture/execute/19981119-0.f: New test.
16971
16972 1999-03-08  Craig Burley  <craig@jcb-sc.com>
16973
16974         * g77.f-torture/execute/970625-2.f: call ABORT if final
16975         result is not correct, instead of just printing it.
16976         Add this checking via newly introduced obfuscation, to
16977         trip up buggy front ends.
16978
16979 1999-03-07  Craig Burley  <craig@jcb-sc.com>
16980
16981         * g77.f-torture/compile/960317-1.f: Moved from being
16982         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
16983
16984 1999-03-06  Craig Burley  <craig@jcb-sc.com>
16985
16986         * g77.f-torture/execute/960317-1.f: New (old) test.
16987         * g77.f-torture/execute/970625-2.f: Ditto.
16988
16989 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
16990
16991         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
16992         message on line 1 or line 2; cccp and cpplib do this differently.
16993
16994 1999-03-01  Jeffrey A Law  (law@cygnus.com)
16995
16996         * g++.old-deja/g++.law/weak1.C: New test.
16997
16998 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
16999
17000         * gcc.c-torture/execute/990119-1.c: Renamed to...
17001         * gcc.dg/990119-1.c: this, so it will only be tested once
17002         (it's a preprocessor test, it doesn't need to be run at
17003         multiple optimization levels).
17004
17005 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
17006
17007         * lib/g++.exp: Don't add incdir=$base_dir/../include to
17008           ALWAYS_CXXFLAGS.
17009
17010 1999-02-24  Craig Burley  <craig@jcb-sc.com>
17011
17012         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
17013         * g77.f-torture/compile/19981216-0.f: ...as it is expected
17014         to not be compilable by current g77.
17015
17016 1999-02-24  Nick Clifton  <nickc@cygnus.com>
17017
17018         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
17019
17020 1999-02-22  Jeffrey A Law  (law@cygnus.com)
17021
17022         * gcc.c-torture/execute/990222-1.c: New test.
17023
17024 1999-02-19  Craig Burley  <craig@jcb-sc.com>
17025
17026         * g77.f-torture/compile/19990218-0.f: New test.
17027         * g77.f-torture/noncompile/19990218-1.f: New test.
17028
17029 1999-02-18  Craig Burley  <craig@jcb-sc.com>
17030
17031         * g77.f-torture/compile/19981216-0.f: New test.
17032
17033 1999-02-14  Jeffrey A Law  (law@cygnus.com)
17034
17035         * gcc.dg/990214-1.c: New test.
17036
17037 1999-02-13  Jeffrey A Law  (law@cygnus.com)
17038
17039         * gcc.dg/990213-2.c: New test.
17040
17041         * gcc.dg/990213-1.c: New test.
17042
17043 1999-02-12  Jeffrey A Law  (law@cygnus.com)
17044
17045         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
17046         ints.
17047
17048 1999-02-11  Nick Clifton  <nickc@cygnus.com>
17049
17050         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
17051         specified by target.
17052
17053         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
17054
17055 1999-02-11  Jeffrey A Law  (law@cygnus.com)
17056
17057         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
17058
17059 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17060
17061         * gcc.dg/special/ecos.exp: New test driver for new tests with
17062         special requirements.
17063
17064         * gcc.dg/special/alias-1.c: New test.
17065         * gcc.dg/special/gcsec-1.c: New test.
17066         * gcc.dg/special/weak-1.c: New test.
17067         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
17068         * gcc.dg/special/weak-2.c: New test.
17069         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
17070         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
17071         * gcc.dg/special/wkali-1.c: New test.
17072         * gcc.dg/special/wkali-2.c: New test.
17073         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
17074         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
17075
17076 1999-02-10  Felix Lee  <flee@cygnus.com>
17077
17078           * lib/c-torture.exp (c-torture-compile): Pull out code for
17079           analyzing gcc error messages.
17080           (c-torture-execute): Likewise.  Fix some (harmless) false
17081           positives.
17082           * lib/gcc.exp (gcc_check_compile): New function.
17083
17084 1999-02-08  Richard Henderson  <rth@cygnus.com>
17085
17086         * gcc.c-torture/execute/990208-1.c: New test.
17087
17088 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17089
17090         * g++.dg/special/ecos.exp: New driver for new tests with special
17091         requirements
17092
17093         * g++.dg/special/conpr-1.C: New test
17094         * g++.dg/special/conpr-2.C: New test
17095         * g++.dg/special/conpr-2a.C: New test
17096         * g++.dg/special/conpr-3.C: New test
17097         * g++.dg/special/conpr-3a.C: New test
17098         * g++.dg/special/conpr-3b.C: New test
17099
17100         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
17101         allow g++ to use the dg driver
17102
17103         * README: Add comment about g++.dg directory
17104
17105 1999-02-06  Jeffrey A Law  (law@cygnus.com)
17106
17107         * README: Update email addresses.
17108
17109 1999-02-03  Nick Clifton  <nickc@cygnus.com>
17110
17111         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
17112         arguments in order to force structure S onto the stack even on
17113         the alpha.
17114         (test): Pass 10 leading arguments to function foo as well as the
17115         structure S.
17116
17117         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
17118         failure for all targets.
17119
17120         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
17121         abort to terminate program execution.
17122
17123 1999-01-30  Richard Henderson  <rth@cygnus.com>
17124
17125         * gcc.c-torture/execute/990130-1.c: New test.
17126
17127 1999-01-30  Jeffrey A Law  (law@cygnus.com)
17128
17129         * gcc.dg/990130-1.c: New test.
17130
17131 1999-01-28  Michael Meissner  <meissner@cygnus.com>
17132
17133         * gcc.c-torture/execute/990128-1.c: New test.
17134
17135 1999-01-27  Michael Meissner  <meissner@cygnus.com>
17136
17137         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
17138
17139 1999-01-27  Felix Lee  <flee@cygnus.com>
17140
17141         * lib/c-torture.exp (c-torture-compile): pull out code for
17142         analyzing gcc error messages.
17143         (c-torture-execute): ditto, and fix some (harmless) false
17144         positives.
17145         * lib/gcc.exp (gcc_check_compile): new function.
17146
17147 1999-01-17  Jeffrey A Law  (law@cygnus.com)
17148
17149         * gcc.dg/990117-1.c: New test.
17150
17151         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
17152
17153         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
17154
17155 1999-01-15  Jeffrey A Law  (law@cygnus.com)
17156
17157         * g77.f-torture/compile/990115-1.f: New test.
17158
17159 1999-01-07  Jeffrey A Law  (law@cygnus.com)
17160
17161         * gcc.c-torture/compile/990107-1.c: New test
17162
17163 1999-01-06  Jeffrey A Law  (law@cygnus.com)
17164
17165         * gcc.c-torture/execute/990106-2.c: New test.
17166
17167         * gcc.c-torture/execute/990106-1.c: New test.
17168
17169 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
17170
17171         * gcc.c-torture/compile/981223-1.c: New test.
17172
17173 1998-12-29  Richard Henderson  <rth@cygnus.com>
17174
17175         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
17176         (opt3): Rename from opt4 and disable.
17177
17178 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
17179
17180         * g++.old-deja/g++.pt/ptrmem5.C: New test.
17181
17182 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
17183
17184         * g++.old-deja/g++.other/conv5.C: New test.
17185
17186 1998-12-14  Nick Clifton  <nickc@cygnus.com>
17187
17188         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
17189
17190 1998-12-11  Jeffrey A Law  (law@cygnus.com)
17191
17192         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
17193
17194 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
17195
17196         * gcc.c-torture/compile/981211-1.c: New test.
17197
17198 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
17199
17200         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
17201
17202         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
17203
17204 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17205
17206         * gcc.special/930510-1.c: Make C9X safe.
17207         * gcc.misc-tests/gcov-1.c Similarly.
17208         * gcc.misc-tests/gcov-2.c Similarly.
17209
17210 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
17211
17212         * gcc.dg/ultrasp1.c: New test.
17213
17214 1998-12-06  Richard Henderson  <rth@cygnus.com>
17215
17216         * gcc.c-torture/execute/981206.c: New test.
17217
17218 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
17219
17220         * g++.old-deja/g++.ns/template7.C: New test.
17221
17222         * g++.old-deja/g++.other/expr1.C: New test.
17223
17224         * g++.old-deja/g++.eh/tmpl3.C: New test.
17225
17226         * g++.old-deja/g++.eh/tmpl2.C: New test.
17227
17228 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
17229
17230         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
17231         * g++.old-deja/g++.other/using6.C: Removed.
17232         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
17233
17234         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
17235
17236 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
17237
17238         * g++.old-deja/g++.pt/overload8.C: New test.
17239
17240         * g++.old-deja/g++.pt/overload7.C: New test.
17241
17242         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
17243
17244         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
17245         and relinking messages.
17246         * lib/g++.exp (g++_target_compile): Remove .rpo file when
17247         compiling with -frepo.
17248
17249 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
17250
17251         * g++.old-deja/g++.pt/lookup6.C: New test.
17252
17253 1998-11-30  Nick Clifton  <nickc@cygnus.com>
17254
17255         * gcc.c-torture/execute/981130-1.c: New test.
17256         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
17257
17258 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
17259
17260         * g++.old-deja/g++.pt/explicit76.C: New test.
17261
17262         * g++.old-deja/g++.pt/friend38.C: New test.
17263
17264         * g++.old-deja/g++.ns/crash2.C: New test.
17265
17266         * g++.old-deja/g++.pt/defarg8.C: New test.
17267
17268         * g++.old-deja/g++.pt/instantiate6.C: New test.
17269
17270         * g++.old-deja/g++.pt/static6.C: New test.
17271
17272         * g++.old-deja/g++.pt/decl2.C: New test.
17273
17274 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
17275
17276         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
17277         problem is actually related with name lookup, but so what? :-)
17278
17279         * g++.old-deja/g++.pt/friend37.C: New test.
17280
17281 1998-11-25  Dave Love  <d.love@dl.ac.uk>
17282
17283         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
17284         element, which fails on some systems.
17285
17286         * g77.f-torture/execute/labug1.f: New test.
17287
17288 1998-11-21  Jeffrey A Law  (law@cygnus.com)
17289
17290         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
17291         is defined.
17292
17293 1998-11-18  Dave Love  <d.love@dl.ac.uk>
17294
17295         * g77.f-torture/compile/981117-1.f: New test.
17296
17297 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
17298
17299         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
17300         properly discarded.
17301
17302 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
17303
17304         * gcc.c-torture/execute/memcheck: New directory of tests for
17305         -fcheck-memory-usage.
17306
17307 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
17308
17309         * README: New file, general information about the testsuite and
17310         new description of the various C++ test subdirectories.
17311         * README.g++: Eliminate obsolete information, update and move most
17312         relevant stuff to README.
17313
17314 1998-11-07  Richard Henderson  <rth@cygnus.com>
17315
17316         * gcc.c-torture/compile/981107-1.c: New test.
17317
17318 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
17319
17320         * execute/memcpy-bi.c: New testcase.
17321
17322 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
17323
17324         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
17325         base classes.
17326
17327         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
17328         template is selected.
17329
17330         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
17331         classes, it should be accepted for all types.
17332
17333         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
17334
17335         * g++.old-deja/g++.pt/spec24.C: Ensure that template
17336         specializations start with template headers.
17337
17338 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
17339
17340         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
17341
17342         * g++.old-deja/g++.other/init9.C: Test cross initialization of
17343         non-POD types.
17344
17345 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
17346
17347         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
17348
17349 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17350
17351         * compile/981022-1.c, compile/981022-1.x: New test and driver.
17352
17353 1998-10-19  Jeffrey A Law  (law@cygnus.com)
17354
17355         * 981019-1.c: New test.
17356
17357 1998-10-14  Robert Lipe <robertl@dgii.com>
17358
17359         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
17360         find objc headers.
17361
17362 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
17363
17364         * compile/981001-4.c: Remove use of GCC extension that triggers a
17365         compiler bug.
17366
17367 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
17368
17369         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
17370
17371 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
17372
17373         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
17374         instantiation of template produces incorrect code for delete
17375         expression.
17376
17377         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
17378         constructors' name is not unique.
17379         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
17380         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
17381
17382         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
17383         automatic array of const is ill-formed.
17384
17385         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
17386         of template parameter?
17387
17388         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
17389         const.
17390
17391         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
17392         pointer-to-member expression.
17393
17394         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
17395         declaration causes ICE.
17396
17397 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
17398
17399         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
17400         reserved in the global namespace.
17401
17402         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
17403         generate needed virtual table.
17404
17405         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
17406
17407 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
17408
17409         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
17410         template-dependent type
17411
17412 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
17413
17414         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
17415         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
17416         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
17417
17418         * g++.old-deja/g++.other/using5.C: New test; using decl from base
17419         class should be usable as argument of member function.
17420         * g++.old-deja/g++.other/using6.C: New test; using decl from base
17421         class should be usable as return type of member function.
17422         * g++.old-deja/g++.other/using7.C: New test; using decl from base
17423         class should be usable as type of data member.
17424
17425         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
17426
17427 1998-10-09  Jeffrey A Law  (law@cygnus.com)
17428
17429         * gcc.c-torture/special/920521-1.c: Fix bogus test.
17430
17431 1998-10-08  Nick Clifton  <nickc@cygnus.com>
17432
17433         * gcc.dg/dll-?.c Add thumb to target list.
17434         Fix assembler scan patterns to match current assembler output.
17435
17436 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
17437
17438         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
17439         matching of template brackets.
17440
17441         * g++.old-deja/g++.other/using4.C: New test.  Test using
17442         declarations of methods from base classes.
17443
17444         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
17445         within functions should introduce names into the innermost
17446         enclosing namespace.
17447
17448         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
17449         of static locals if first initialization throws.
17450
17451 1998-10-07  Jim Wilson  <wilson@cygnus.com>
17452
17453         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
17454
17455 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
17456
17457         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
17458         lose track of the possible targets of tablejump insns.
17459         * special/special.exp: Run it.
17460
17461 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
17462
17463         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
17464         must be declared before its specializations can be named in friend
17465         declarations.
17466
17467 1998-10-05  Dave Love  <d.love@dl.ac.uk>
17468
17469         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
17470
17471         * g77.f-torture/execute/io1.f: New test.
17472
17473 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
17474
17475         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
17476         with pointer to template function, for which no argument deduction
17477         is possible.
17478
17479         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
17480         specialization of template function as argument to template
17481         function.
17482
17483         * g++.old-deja/g++.other/access2.C: New test; Inner class
17484         shouldn't have privileged access to Outer's names.
17485
17486 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
17487
17488         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
17489         friend template declared within template class conflicts with
17490         nested class of the same name.
17491
17492         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
17493         is ignored.
17494
17495         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
17496         object with direct initializer as function declaration.
17497
17498         * g++.old-deja/g++.other/decl2.C: New test; duplicate
17499         initializers.
17500
17501         * g++.old-deja/g++.other/null2.C: New test; conditional operator
17502         involving const pointer and NULL produces incorrect result.
17503
17504         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
17505         type name without `typename' should be rejected with -pedantic.
17506
17507 1998-10-02  Richard Henderson  <rth@cygnus.com>
17508
17509         * g++.old-deja/g++.other/addrof1.C: New test.
17510
17511 1998-10-01  Nick Clifton  <nickc@cygnus.com>
17512
17513         * gcc.c-torture/compile/981001-1.c: New test.
17514         * gcc.c-torture/execute/981001-1.c: New test.
17515
17516 1998-10-01  Jeffrey A Law  (law@cygnus.com)
17517
17518         * gcc.c-torture/compile/981001-2.c: New test.
17519         * gcc.c-torture/compile/981001-3.c: New test.
17520         * gcc.c-torture/compile/981001-4.c: New test.
17521
17522 1998-10-01  Robert Lipe  <robertl@dgii.com>
17523
17524         * lib/objc.exp (objc_target_compile): Add -L during compiles for
17525         multilibbed hosts.   Idea grafted from g77.exp.
17526
17527 1998-09-30  Dave Love  <d.love@dl.ac.uk>
17528
17529         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
17530         avoid losing on systems which need -lsocket.
17531
17532 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
17533
17534         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
17535         * g++.old-deja/g++.other/nested2.C: Ditto.
17536         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
17537         failure.
17538
17539 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
17540
17541         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
17542         preferred over template operator!= for enum bitfields.
17543
17544 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
17545
17546         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
17547         that happen to have the same base name, but in different scopes,
17548         are incorrectly rejected.
17549
17550 1998-09-16  Richard Henderson  <rth@cygnus.com>
17551
17552         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
17553         on the native word size instead of an integer literal.
17554
17555 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
17556
17557         * g++.old-deja/g++.other/static2.C: Invocation of static data
17558         member of type pointer-to-function denoted as non-static member.
17559
17560         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
17561         checks involving function types and aliases.
17562
17563 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
17564
17565         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
17566         redefined to the same non-trivial type.
17567
17568         * g++.old-deja/g++.pt/explicit73.C: Test for proper
17569         namespace-qualification of template specializations declared in
17570         other namespaces.
17571
17572         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
17573         to declare a subset of the specializations of a template function
17574         as friends of specializations of a template class.
17575
17576         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
17577         member templates that do not fully specialize the enclosing
17578         template class are rejected.
17579
17580 1998-09-11  Dave Love  <d.love@dl.ac.uk>
17581
17582         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
17583
17584 1998-09-08  Dave Love  <d.love@dl.ac.uk>
17585
17586         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
17587         altered from libf2c/libU77 version.
17588
17589 1998-09-06  Dave Love  <d.love@dl.ac.uk>
17590
17591         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
17592
17593 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
17594
17595         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
17596         (un)signed char are different types for template specialization
17597         purposes.
17598
17599 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
17600
17601         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
17602         * objc: ObjC testsuite.
17603
17604 1998-08-31  Catherine Moore  <clm@cygnus.com>
17605
17606         * gcc.c-torture/execute/941014-1.x:  New file.
17607
17608 1998-08-31  Nick Clifton  <nickc@cygnus.com>
17609
17610         * lib/c-torture.exp: Add support for
17611         torture_eval_before_compile and torture_eval_before_execute
17612         variables.
17613
17614 1998-08-30  Jeffrey A Law  (law@cygnus.com)
17615
17616         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
17617         this test triggers valid.
17618
17619 1998-08-27  Jeffrey A Law  (law@cygnus.com)
17620
17621         * gcc.dg/980827-1.c: New test.
17622
17623 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
17624
17625         * gcc.c-torture/execute/loop-4b.c: New test.
17626
17627 1998-08-26  Nick Clifton  <nickc@cygnus.com>
17628
17629         * lib/c-torture.exp: Add support for
17630         torture_eval_before_compile and torture_eval_before_execute
17631         variables.
17632
17633 1998-08-25  Jeffrey A Law  (law@cygnus.com)
17634
17635         * gcc.c-torture/compile/980825-1.c: New test.
17636
17637 1998-08-24  Nick Clifton  <nickc@cygnus.com>
17638
17639         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
17640         count number tests in opt_t0 not good_t0.
17641
17642 1998-08-24  Jeffrey A Law  (law@cygnus.com)
17643
17644         * gcc.c-torture/compile/930326-1.x: Fix typo.
17645
17646 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
17647
17648         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
17649         causes an ICE.
17650
17651 1998-08-21  Jeffrey A Law  (law@cygnus.com)
17652
17653         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
17654         STACK_SIZE is defined.
17655         * gcc.c-torture/unsorted/stuct.c: Similarly.
17656
17657         * gcc.c-torture/compile/980821-1.c: New test.
17658
17659 1998-08-21  Jeffrey A Law  (law@cygnus.com)
17660
17661         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
17662
17663 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
17664
17665         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
17666         code.
17667
17668 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
17669
17670         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
17671         error'.
17672
17673 1998-08-18  Jeffrey A Law  (law@cygnus.com)
17674
17675         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
17676
17677 1998-08-16  Jeffrey A Law  (law@cygnus.com)
17678
17679         * gcc.c-torture/compile/980816-1.c: New test.
17680
17681         * gcc.dg/980816-1.c: New test.
17682
17683 1998-08-13  Jeffrey A Law  (law@cygnus.com)
17684
17685         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
17686         compiler for ieee tests.
17687
17688 1998-08-01  Dave Love  <d.love@dl.ac.uk>
17689
17690         * g77.f-torture/compile/980729-0.f: New test.
17691
17692 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
17693
17694         * gcc.c-torture/special/eeprof-1.c: New test, for
17695         -finstrument-functions.
17696         * gcc.c-torture/special/special.exp: Run it.
17697
17698 1998-07-29  Jeffrey A Law  (law@cygnus.com)
17699
17700         * gcc.c-torture/compile/980729-1.c: New test.
17701
17702 1998-07-27  Nick Clifton  <nickc@cygnus.com>
17703
17704         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
17705         __thumb__ is defined, and test for ARM style doubles if so.
17706
17707 1998-07-26  Dave Love  <d.love@dl.ac.uk>
17708
17709         * g77.f-torture/noncompile/980615-0.f: New test.
17710
17711 1998-07-26  H.J. Lu  (hjl@gnu.org)
17712
17713         * gcc.dg/980312-1.c: Do link instead of compile.
17714         * gcc.dg/980313-1.c: Likewise.
17715
17716 1998-07-26  Jeffrey A Law  (law@cygnus.com)
17717
17718         * gcc.c-torture/compile/980726-1.c: New test.
17719
17720 1998-07-25  Dave Love  <d.love@dl.ac.uk>
17721
17722         * g77.f-torture/execute/io0.f: New test.
17723
17724 1998-07-24  Nick Clifton  <nickc@cygnus.com>
17725
17726         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
17727         an int.
17728
17729 1998-06-18  Michael Meissner  <meissner@cygnus.com>
17730
17731         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
17732         m32r bugs.
17733
17734 1998-07-17  Nick Clifton  <nickc@cygnus.com>
17735
17736         * gcc.dg/980626-1.c: Expect failures for all toolchains until
17737         c-decl.c:grokdeclarator can handle mode attributes.
17738
17739 1998-07-16  Jeffrey A Law  (law@cygnus.com)
17740
17741         * gcc.c-torture/execute/980716-1.c: New test.
17742
17743 1998-07-13  Jeffrey A Law  (law@cygnus.com)
17744
17745         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
17746         the mn10200.
17747         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
17748         the mn10200.
17749         * gcc.c-torture/execute/va-arg-3.x: Similarly.
17750         * gcc.c-torture/compile/930326-1.x: Similarly.
17751
17752 1998-07-13  Dave Love  <d.love@dl.ac.uk>
17753
17754         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
17755         New test from Craig.
17756
17757 1998-07-12  Dave Love  <d.love@dl.ac.uk>
17758
17759         * g77.f-torture/noncompile/980616-0.f: New test.
17760
17761         * g77.f-torture/execute/970816-3.f:  New test from Craig.
17762
17763 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
17764
17765         *  g++.other/singleton.C: Return error value instead of taking
17766         SIGSEGV.
17767
17768 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
17769
17770         *  g++.other/singleton.C: New test.   Warning is under dispute.
17771         Runtime crash is not.
17772
17773 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
17774
17775         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
17776         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
17777         using6.C, using7.C}:  New namespace tests.
17778
17779 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
17780
17781         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
17782         specialization with typedef'ed names used as array indexes.
17783
17784 1998-07-09  Jeffrey A Law  (law@cygnus.com)
17785
17786         * gcc.c-torture/execute/980709-1.c: New test.
17787
17788         * gcc.dg/980709-1.c: New test.
17789
17790 1998-07-07  Richard Henderson  <rth@cygnus.com>
17791
17792         * gcc.c-torture/execute/bcp-1.c: New test.
17793
17794 1998-07-07  Jeffrey A Law  (law@cygnus.com)
17795
17796         * gcc.c-torture/execute/980707-1.c: New test.
17797
17798 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
17799
17800         * gcc.c-torture/compile/980706-1.c: New test.
17801
17802 1998-07-01  Dave Love  <d.love@dl.ac.uk>
17803
17804         * g77.f-torture/execute/980701-0.f,
17805         g77.f-torture/execute/980701-1.f: New test from Craig.
17806
17807 1998-07-01  Jeffrey A Law  (law@cygnus.com)
17808
17809         * gcc.c-torture/compile/980701-1.c: New test.
17810
17811         * gcc.c-torture/execute/980701-1.c: New test.
17812
17813 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
17814 rlsruhe.de>
17815
17816         * g++.old-deja/g++.robertl/eb132.C: New test.
17817         * g++.old-deja/g++.robertl/eb133.C: Likewise.
17818
17819 1998-06-29  Dave Love  <d.love@dl.ac.uk>
17820
17821         * g77.f-torture/execute/980628-7.f,
17822         g77.f-torture/execute/980628-8.f,
17823         g77.f-torture/execute/980628-9.f,
17824         g77.f-torture/execute/980628-10.f: New tests from Craig.
17825
17826         * g77.f-torture/execute/980628-3.f: Remove mail headers.
17827
17828 1998-06-28  Jeffrey A Law  (law@cygnus.com)
17829
17830         * g77.f-torture/execute/980628-4.f: New test from Craig.
17831         * g77.f-torture/execute/980628-5.f: Likewise.
17832         * g77.f-torture/execute/980628-2.f: Likewise.
17833         * g77.f-torture/execute/980628-0.f: Likewise.
17834         * g77.f-torture/execute/980628-1.f: Likewise.
17835         * g77.f-torture/execute/980628-3.f: Likewise.
17836         * g77.f-torture/execute/980628-6.f: Likewise.
17837
17838 1998-06-28  Jeffrey A Law  (law@cygnus.com)
17839
17840         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
17841         directory when nothing has been installed yet.
17842
17843 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
17844
17845         * gcc.c-torture/special/special.exp: Handle newer versions of
17846         dejagnu.
17847
17848 1998-06-26  Jeffrey A Law  (law@cygnus.com)
17849
17850         * gcc.dg/980626-1.c: New test.
17851
17852 1998-06-19  Bruno Haible <haible@ilog.fr>
17853
17854         * gcc.misc-tests/m-un-2.c: New test.
17855         * g++.old-deja/g++.other/warn01.c: Likewise.
17856
17857 1998-06-19  Robert Lipe  <robertl@dgii.com>
17858
17859         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
17860         compatibility with assmblers with a different comment character.
17861         Eliminate use of GAS-specific extensions.
17862
17863 1998-06-19  Jeffrey A Law  (law@cygnus.com)
17864
17865         * gcc.c-torture/execute/ieee/980619-1.c: New test.
17866
17867 1998-06-19  Robert Lipe  <robertl@dgii.com>
17868
17869         *lib/g77.exp: Replace search for libf2c.a with search for newly
17870         renamed libg2c.a
17871
17872 1998-06-17  Jeffrey A Law  (law@cygnus.com)
17873
17874         * gcc.c-torture/execute/980617-1.c: New test.
17875
17876 1998-06-12  Jeffrey A Law  (law@cygnus.com)
17877
17878         * gcc.c-torture/execute/980612-1.c: New test.
17879
17880 1998-06-08  Jeffrey A Law  (law@cygnus.com)
17881
17882         * gcc.dg/980523-1.c: Only test on ppc-linux.
17883         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
17884
17885         * gcc.c-torture/execute/980608-1.c: New test.
17886
17887 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
17888
17889         * gcc.c-torture/execute/980605-1.c: New test.
17890
17891 1998-06-04  Jeffrey A Law  (law@cygnus.com)
17892
17893         * gcc.c-torture/execute/980604-1.c: New test.
17894
17895 1998-06-02  Jeffrey A Law  (law@cygnus.com)
17896
17897         * gcc.c-torture/execute/980602-1.c: New test.
17898         * gcc.c-torture/execute/980602-2.c: Likewise.
17899
17900 1998-06-02  Dave Love  <d.love@dl.ac.uk>
17901
17902         * 970125-0.f: Fix per JCB.  Add commentary.
17903
17904 1998-05-31  Michael Meissner  <meissner@cygnus.com>
17905
17906         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
17907         IEEE -0 support.
17908
17909 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
17910
17911         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
17912         earlier.
17913
17914 1998-05-28  Catherine Moore <clm@cygnus.com>
17915
17916         * gcc.c-torture/execute/980526-3.c: New test.
17917
17918 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
17919
17920         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
17921         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
17922         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
17923         m88k-motorola-sysv3 to XFAIL.
17924
17925 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17926
17927         * gcc.dg/980526-1.c: New test.
17928         * gcc.c-torture/execute/980526-2.c: New test.
17929
17930 1998-05-26  Jeffrey A Law  (law@cygnus.com)
17931
17932         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
17933
17934         * gcc.c-torture/execute/980526-1.c: New test.
17935
17936 1998-05-26  Dave Love  <d.love@dl.ac.uk>
17937
17938         * g77.f-torture/execute/alpha2.f: Add runtime test.
17939
17940 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
17941
17942         * g++.old-deja/old-deja.exp: Strip leading directories.
17943
17944         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
17945         error for the line.  Don't run multiple tests for the same line.
17946
17947 1998-05-23  Jeffrey A Law  (law@cygnus.com)
17948
17949         * gcc.dg/980523-1.c: New test.
17950
17951 1998-05-23  Dave Love  <d.love@dl.ac.uk>
17952
17953         * g77.f-torture/compile/970915-0.f: New test.
17954
17955 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
17956
17957         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
17958
17959 1998-05-21  Jeffrey A Law  (law@cygnus.com)
17960
17961         * gcc.dg/980520-1.c: New test.
17962
17963 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
17964
17965         * gcc.dg/980502-1.c: Fix return type.
17966
17967 1998-05-20  Jeffrey A Law  (law@cygnus.com)
17968
17969         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
17970         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
17971         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
17972         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
17973         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
17974
17975 1998-05-20  Dave Love  <d.love@dl.ac.uk>
17976
17977         * g77.f-torture/execute/980520-1.f: New test.
17978
17979 1998-05-15  Dave Love  <d.love@dl.ac.uk>
17980
17981         * lib/mike-g77.exp: New file.
17982
17983         * g77.f-torture/noncompile/noncompile.exp,
17984         g77.f-torture/noncompile/check0.f: New files.
17985
17986 1998-05-14  Dave Love  <d.love@dl.ac.uk>
17987
17988         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
17989         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
17990         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
17991         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
17992         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
17993         abort where appropriate.
17994
17995 1998-05-05  Michael Meissner  <meissner@cygnus.com>
17996
17997         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
17998         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
17999
18000 1998-04-29  Dave Love  <d.love@dl.ac.uk>
18001
18002         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
18003
18004 1998-04-27  Dave Love  <d.love@dl.ac.uk>
18005
18006         * g77.f-torture/compile/980427-0.f: New test.
18007
18008 1998-04-24  Dave Love  <d.love@dl.ac.uk>
18009
18010         * g77.f-torture/compile/980424-0.f: New test.
18011
18012 1998-04-19  Dave Love  <d.love@dl.ac.uk>
18013
18014         * g77.f-torture/compile/980419-2.f (main): New test.
18015         * g77.f-torture/compile/970125-0.f: New test.
18016         * g77.f-torture/compile/980419-1.f: New test.
18017
18018 1998-04-08  Jim Wilson  <wilson@cygnus.com>
18019
18020         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
18021         of loop-4.c.
18022
18023 1998-04-07  Jim Wilson  <wilson@cygnus.com>
18024
18025         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
18026
18027 1998-04-03  Jim Wilson  <wilson@cygnus.com>
18028
18029         * gcc.c-torture/compile/980329-1.c: New test.
18030
18031 1998-03-18  Jim Wilson  <wilson@cygnus.com>
18032
18033         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
18034         * gcc.dg/980312-1.c: Fix typo in -march command.
18035
18036 1998-03-16  H.J. Lu  (hjl@gnu.org)
18037
18038         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
18039
18040 1998-03-11  Robert Lipe  <robertl@dgii.com>
18041
18042         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
18043         Dave Love agree the Fortran source is bogus.
18044
18045 1998-03-11  Robert Lipe  <robertl@dgii.com>
18046
18047         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
18048         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
18049         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
18050         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
18051         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
18052
18053 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
18054
18055         * g++.old-deja/g++.other/friend1.C: New test.
18056
18057 1998-02-18  Dave Love  <d.love@dl.ac.uk>
18058
18059         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
18060         possibly uninitialized) variables and declare dnrm2.
18061
18062 1998-02-23  Robert Lipe <robertl@dgii.com>
18063
18064         From Bruno Haible <haible@ilog.fr>:
18065         * gcc.c-torture/execute/980223.c: New test.
18066
18067 1998-02-13  Jeffrey A Law  (law@cygnus.com)
18068
18069         * gcc.dg/ifelse-1.c: New test.
18070
18071 1998-02-09  H.J. Lu  (hjl@gnu.org)
18072
18073         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
18074
18075           * lib/old-dejagnu.exp (old-dejagnu): Added the
18076           "execution test - XFAIL *-*-*" handling in the spirit of
18077           "excess errors test -". Changed the "execution test fails"
18078           handling to be like "excess errors test fails".
18079           * Update various tests accordingly.
18080
18081 1998-02-06  Jim Wilson  <wilson@cygnus.com>
18082
18083         * gcc.c-torture/execute/980205.c: New test.
18084
18085 1998-01-18  Jeffrey A Law  (law@cygnus.com)
18086
18087         * lib/c-torture.exp: Look for .x files instead of .cexp files.
18088         * lib/f-torture.exp: Similarly.
18089         * gcc.c-torture: Rename all .cexp files to .x files.
18090
18091 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
18092
18093         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
18094         (940510-1.c): Removed duplicate.
18095         (971104-1.c): New test.
18096
18097 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
18098
18099           * lib/f-torture.exp: Improve error and loop detection.
18100
18101 1997-11-19  Michael Meissner  <meissner@cygnus.com>
18102
18103         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
18104         use that to size the filler array.
18105
18106 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
18107
18108         * lib/c-torture.exp(c-torture-execute): Fix typo.
18109
18110         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
18111         testcase as the executable name. Keep the executable around if
18112         the test fails.
18113
18114 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
18115
18116         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
18117         changes.  Only test one -g option, and move it to the end of the
18118         list of options to test.
18119
18120 1997-09-19  Michael Meissner  <meissner@cygnus.com>
18121
18122         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
18123         variable GCC_TORTURE_OPTIONS to supply default switches separated
18124         by colons.  If no environment variable, run tests with -O0 -g, -O1
18125         -g, and -O2 -g as well.
18126
18127 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
18128
18129         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
18130         explanatory comments. Fix indentation.
18131
18132 1997-09-15  Jeffrey A Law  (law@cygnus.com)
18133
18134         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
18135
18136 1997-09-11  Jeffrey A Law  (law@cygnus.com)
18137
18138         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
18139         * g++.old-deja/g++.mike/p7325.C: Likewise.
18140         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
18141
18142 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
18143
18144         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
18145         * g++.old-deja/g++.brendan/crash30.C: Likewise.
18146         * g++.old-deja/g++.brendan/crash39.C: Likewise.
18147         * g++.old-deja/g++.law/operators4.C: Likewise.
18148
18149 1997-09-11  Joe Buck  (jbuck@synopsys.com)
18150
18151         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
18152         * g++.old-deja/g++.mike/p784.C: Ditto.
18153         * g++.old-deja/g++.mike/p785.C: Ditto.
18154
18155 1997-09-05  Jeffrey A Law  (law@cygnus.com)
18156
18157           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
18158
18159 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
18160
18161         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
18162         target feature; pass this to c-torture-execute as needed.
18163
18164 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
18165
18166         * lib/c-torture.exp(c-torture-execute): If the previous and the
18167         current executables being tested are identical, we don't need to
18168         run the executable again. Try to make the executable names
18169         unique. Add an optional argument for passing additional compiler
18170         flags.
18171
18172 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
18173
18174         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
18175
18176 1997-08-29  Jeffrey A Law  (law@cygnus.com)
18177
18178         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
18179
18180 1997-07-31  Jeffrey A Law  (law@cygnus.com)
18181
18182         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
18183         32bit or larger longs.
18184
18185         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
18186         have either a 32bit long or 32bit int.
18187
18188 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
18189
18190         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
18191         Make double precision tests dependent on sizeof (double).
18192
18193 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
18194
18195         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
18196         too.
18197
18198 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
18199
18200         * gcc.c-torture/compile/961203-1.cexp: New script.
18201
18202 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
18203
18204         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
18205         up the includes ourselves.
18206
18207 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
18208
18209         * lib/plumhall.exp: Remove random include, and add a few
18210         verbose messages for debugging.
18211
18212 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
18213
18214         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
18215         of trying to do it ourselves.
18216
18217 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
18218
18219         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
18220
18221 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
18222
18223         * gcc.prms/5403.c: Made regexp a bit less strict.
18224
18225 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
18226
18227         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
18228         is returned from remote_load instead.
18229         * lib/plumhall.exp: Ditto.
18230         * lib/mike-g++.exp: Ditto.
18231         * lib/old-dejagnu.exp: Ditto.
18232         * lib/c-torture.exp: Ditto.
18233
18234 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
18235
18236         * lib/g++.exp: Use build_wrapper procedure.
18237         * lib/gcc.exp: Ditto.
18238
18239 1997-05-20  Jeffrey A Law  (law@cygnus.com)
18240
18241         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
18242         an old-style decl for malloc.  Fixes tests to work when
18243         sizeof (int) != sizeof (size_t).
18244
18245 1997-05-15  Mike Meissner  <meissner@cygnus.com>
18246
18247         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
18248
18249         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
18250         use stdargs.h interface.
18251
18252 1997-05-15  Mike Meissner  <meissner@cygnus.com>
18253
18254         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
18255         NO_VARARGS when compiling.
18256
18257 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
18258
18259         * lib/plumhall.exp(ph_includes): New procedure.
18260         (ph_make): Use it.
18261         (ph_compiler): Ditto.
18262
18263         * lib/g++.exp: Rename test-glue.c to testglue.c.
18264         * lib/gcc.exp: Ditto.
18265
18266 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
18267
18268         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
18269         to completion when it's called.
18270
18271 1997-03-21  Michael Meissner  <meissner@cygnus.com>
18272
18273         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
18274         is defined, don't do test.
18275
18276 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
18277
18278         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
18279         for object files.
18280         (ph_summary): Mark skipped testcases as untested, not unresolved.
18281
18282         * lib/plumhall.exp (ph_make): If unresolved because of bad
18283         errorCode, record errorCode in log file.
18284         (*): Replace send_log/verbose with verbose -log.
18285
18286 1997-03-19  Michael Meissner  <meissner@cygnus.com>
18287
18288         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
18289         double conversion if double isn't at least 8 bytes.
18290
18291         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
18292         int to work with targets where int is 16 bits.
18293
18294         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
18295         8 bytes, just exit, since 4 byte doubles don't have enough bits of
18296         precision for the test to complete.
18297
18298 1997-03-14  Michael Meissner  <meissner@cygnus.com>
18299
18300         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
18301         if d10v is not compiled with the -mdouble64 flag.
18302         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
18303
18304         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
18305         d10v is not compiled with the -mint32 flag.
18306
18307 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
18308
18309         * lib/plumhall.exp: Use incr_count.
18310
18311 1997-03-12  Jeffrey A Law  (law@cygnus.com)
18312
18313         * gcc.c-torture: Update to c-torture-1.45.
18314
18315 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
18316
18317         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
18318         the name of the expect testcase file).
18319
18320         * lib/g++.exp(g++_init): Ditto.
18321
18322 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
18323
18324         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
18325         the host.
18326
18327         * lib/gcc.exp(gcc_exit): New procedure.
18328
18329 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
18330
18331         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
18332         specs where appropriate.
18333
18334         * g++.old-deja/g++.arm/*: Added additional ERROR checks
18335         because of new "candidates are" messages, and removed a few
18336
18337         * Converted all non-old-style g++ testcases to old-style, and
18338         moved into g++.old-deja.
18339
18340 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
18341
18342         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
18343         options.
18344
18345         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
18346         succeeded.
18347
18348         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
18349
18350 1997-02-13  Michael Meissner  <meissner@cygnus.com>
18351
18352         * lib/gcc.exp (gcc_target_compile): Add support for defining
18353         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
18354         the machine doesn't have those features.
18355
18356 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
18357
18358         * g++.law/operators4.exp: Don't use LIBS.
18359
18360 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
18361
18362         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
18363
18364         * lib/mike-g++.exp: Don't set the compiler to be tested here.
18365         * lib/g++.exp: Set it here instead. Also, allow use of the
18366         --tool_exec and --tool_opt options. Change CXX to
18367         GXX_UNDER_TEST.
18368
18369         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
18370
18371         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
18372
18373 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
18374
18375         * lib/old-dejagnu.exp: Use prune_warnings instead of
18376         prune_system_crud.
18377         * lib/mike-g++.exp: Ditto.
18378         * lib/gcc.exp: Ditto.
18379         * lib/g++.exp: Ditto.
18380
18381         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
18382
18383 1997-02-07  Jeffrey A Law  (law@cygnus.com)
18384
18385           * 941014-2.c: Include stdlib.h
18386           * 960327-1.c: Include stdio.h
18387           * dbra.c, index-1.c: Don't assume ints are 32bits.
18388
18389 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
18390
18391         * lib/gcc.exp: Add gcc,stack_size target feature.
18392
18393         * lib/g++.exp(g++_target_compile): Add the include and link
18394         paths here, not in two other places. And, it's $options, not
18395         options.
18396
18397         * lib/mike-g++.exp(postbase): Remove the code that determines
18398         the correct include and link paths.
18399         * g++.old-deja/old-deja.exp: Ditto.
18400
18401 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
18402
18403         * lib/g++.exp(g++_init): target_compile no longer returns the
18404         filename of the result.
18405
18406 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
18407
18408         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
18409         call to glob.
18410
18411         * gcc.c-torture/special/special.exp: Change call to
18412         gcc_target_compile to include the object file.
18413
18414 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
18415
18416         * gcc.c-torture/special/special.exp: Correct misspelling in last
18417         change.
18418
18419 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
18420
18421         * lib/plumhall.exp(ph_summary): Log the entire output of the
18422         executable. Return -1 if there were any failures, 0 otherwise.
18423         (ph_execute): Return -1 if there were any failures, 0 otherwise.
18424         (ph_make): Clean up objects and executables that were built
18425         if the tests succeeded.
18426
18427 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
18428
18429         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
18430         libraries and includes in the build tree as appropriate.
18431
18432 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
18433
18434         * lib/c-torture.exp: Instead of looking for the global variable
18435         NO_LONG_LONG, check to see if that's a feature of the target.
18436
18437 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
18438
18439         * config/default.exp: Minimize. Delete the remainer of the files in
18440         config; this functionality is now in devo/dejagnu/config.
18441
18442         g++.*/*: Pass any additional flags used to compile to postbase;
18443         delete CXXFLAGS.
18444
18445         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
18446         is now done by runtest.exp. Use gcc_target_compile instead of
18447         compile.
18448
18449         lib/c-torture.exp: Use gcc_target_compile instead of compile.
18450         Remove references to CFLAGS. Use remote_file instead of
18451         calling rm -f.
18452         (c-torture): Take a list of arguments to use to compile this
18453         testcase.
18454
18455         lib/g++.exp: Simplify. Use target_compile instead of compile.
18456         lib/gcc-dg.exp: Ditto.
18457         lib/gcc.exp: Ditto.
18458         lib/mike-{gcc,g++}.exp: Ditto.
18459         lib/old-dejagnu.exp: Ditto.
18460         lib/plumhall.exp: Ditto.
18461
18462 1997-01-08  Jim Wilson  <wilson@cygnus.com>
18463
18464         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
18465         (ph_linker): Likewise.
18466
18467 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
18468
18469           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
18470         MAP_ANON / MAP_ANONYMOUS if defined;
18471         else try to map from /dev/zero .
18472
18473 1996-11-12  Jeffrey A Law  (law@cygnus.com)
18474
18475         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
18476         isn't defined, then define it to MAP_ANONYMOUS.
18477
18478 1996-11-12  Jeffrey A Law  (law@cygnus.com)
18479
18480         * gcc.c-torture: Update to c-torture-1.42 release.
18481
18482 1996-11-11  Jeffrey A Law  (law@cygnus.com)
18483
18484         * gcc.c-torture: Update to c-torture-1.41 release.
18485
18486 1996-10-27  Jeffrey A Law  (law@cygnus.com)
18487
18488         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
18489         c-torture release.
18490
18491 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
18492
18493         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
18494         and LDFLAGS.  Fix second case to append the target_info ldflags
18495         onto LDFLAGS, not CFLAGS.
18496         * lib/g++.exp (g++_init): Add target_info stuff.
18497         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
18498         of libgloss and newlib flags for !native.
18499
18500         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
18501         (GDB): Fix relative path to go up another dir for finding gdb.
18502
18503 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
18504
18505         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
18506         versions in the target_info array, if they don't exist.
18507
18508 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
18509
18510         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
18511
18512 1996-07-08  Jim Wilson  <wilson@cygnus.com>
18513
18514         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
18515         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
18516
18517 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
18518
18519         * lib/old-dejagnu.exp: Don't remove the output file before we've
18520         actually tested it. Don't append pwd to the path of the executable
18521         we're testing.
18522
18523 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
18524
18525         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
18526
18527 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
18528
18529         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
18530         temporary directory for compiler files, and set it to a default
18531         value of /tmp. Set $output as the name of the output file from
18532         compiling the testcase. Add a -o option to $cflags_var so the
18533         compiler writes the final output file as $output. Set $executable
18534         to $output.
18535
18536         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
18537         directory for compiler files, and set it to /tmp if it doesn't
18538         already have a value. Set $output_file to the name of the output
18539         file from compiling the testcase. Add a -o option to CXXFLAGS so
18540         the compiler writes the final output file as $output. Use $output
18541         as the executable to be tested.
18542
18543 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
18544
18545         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
18546
18547 1996-06-08  Jeffrey A Law  (law@cygnus.com)
18548
18549         * gcc.c-torture/execute/pending-1.c: New test.  Still
18550         pending in Tege's queue.
18551
18552 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
18553
18554         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
18555         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
18556         if there were failures.  Call unresolved if there were unresolved
18557         testcases.  Call gcc_fail if program did not run to completion.
18558         (ph_make): Pass additional argument name to ph_execute.
18559         (ph_execute): Add new argument.  Pass additional arguments to
18560         ph_summary.  Call gcc_fail is there is no execution output.
18561
18562 1996-04-24  Jeffrey A Law  (law@cygnus.com)
18563
18564         * lib/plumhall.exp (proc_summary): Output relavent summary
18565         lines into the log so specific failures in plumhall can be
18566         investigated.
18567
18568 1996-04-10  Jeffrey A Law  (law@cygnus.com)
18569
18570         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
18571         (c-torture-execute): Don't try to execute tests which use
18572         "long long" types if $NO_LONG_LONG is nonzero.
18573
18574 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
18575
18576         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
18577         not c-torture.
18578
18579         * gcc.ieee: Move from here.
18580         * gcc.c-torture/execute/ieee: To here.
18581
18582 1996-03-26  Jeffrey A Law  (law@cygnus.com)
18583
18584         * gcc.c-torture: Update to c-torture-1.41 release.
18585
18586 1996-03-22  Jeffrey A Law  (law@cygnus.com)
18587
18588         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
18589         not "$output".
18590
18591 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
18592
18593         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
18594         -c present.
18595
18596 1996-03-02  Jeffrey A Law  (law@cygnus.com)
18597
18598         * config/proelf.exp: Handle connecting to a simulator.
18599
18600 1996-01-31  Jeffrey A Law  (law@cygnus.com)
18601
18602         * config/proelf.exp: New file.  Enough framework that we can
18603         run c-torture tests on the proelf targets (or any other target
18604         that gdb can connect to for that matter).
18605
18606 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
18607
18608         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
18609         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
18610
18611         * lib/plumhall.exp (ph_execute): Always call ph_summary if
18612         exec_output exists.
18613
18614 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
18615
18616         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
18617         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
18618
18619         * config/*.exp: Update FSF address.  Change result of ${tool}_load
18620         to pass/fail/unresolved/unsupported/untested.  Caller must now
18621         call unresolved/unsupported/untested.
18622         * lib/*.exp: Update FSF address.  Update to handle new results of
18623         ${tool}_load.
18624         * lib/chill.exp (verbose): Delete.
18625
18626 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
18627
18628         * lib/gcc.exp (default_gcc_start): Change order of args to
18629         $LDFLAGS $CFLAGS $LIBS.
18630         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
18631         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
18632         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
18633         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
18634         * gcc.misc-tests/dg-test.exp: Likewise.
18635         * gcc.misc-tests/msgs.exp: Likewise.
18636         * gcc.prms/prms.exp: Likewise.
18637         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
18638         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
18639
18640         * lib/dg.exp: Deleted, moved to dejagnu/lib.
18641
18642 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
18643
18644         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
18645
18646         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
18647         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
18648
18649         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
18650         necessary.
18651
18652 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
18653
18654         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
18655         global for loop; add use of $mathlib.
18656         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
18657         settings here; set mathlib for anything but VxWorks.
18658
18659 1996-01-22  Jeffrey A Law  (law@cygnus.com)
18660
18661         * gcc.c-torture: Update to c-torture-1.40 release.
18662
18663 1996-01-03  Jeffrey A Law  (law@cygnus.com)
18664
18665         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
18666         dg.exp.
18667
18668 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
18669
18670         * lib/c-torture.exp (c-torture-execute): Declare "output" as
18671         global.
18672
18673 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
18674
18675         * lib/g++.exp (LIBS): Define if not already.
18676         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
18677         (gcc-dg-prune): Call prune_gcc_output.
18678         * lib/gcc.exp (prune_gcc_output): New proc.
18679         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
18680         prune_gcc_output.
18681
18682 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
18683
18684         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
18685         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
18686
18687 1995-11-15  Jeffrey A Law  (law@cygnus.com)
18688
18689         * gcc.c-torture: Update to c-torture-1.39 release.
18690
18691 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
18692
18693         * lib/c-torture.exp (c-torture-execute): Don't return if one option
18694         fails, try others as well.
18695
18696 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
18697
18698         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
18699         If compilation fails, mark execute tests as `untested'.
18700         If test is marked as unsupported, don't mark compilation and
18701         execute tests as failed.
18702
18703 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
18704
18705         * lib/g++.exp (g++_init): Don't link in libg++, and look to
18706         libstdc++ for whether or not we want to be doing shared
18707         libraries.  Delete link_curses since we don't need it anymore.
18708         * lib/mike-g++.exp (postbase): Don't link in libg++.
18709         * g++.old-deja/old-deja.exp: Likewise.
18710
18711 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
18712
18713         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
18714
18715 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
18716
18717         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
18718         For that, add `-Wl,-a,shared_archive'.
18719         * g++.old-deja/old-deja.exp: Likewise.
18720
18721 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
18722
18723         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
18724
18725 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
18726
18727         * lib/mike-g++.exp (postbase): Pay attention to the status of
18728         g++_load.
18729
18730 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
18731
18732           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
18733
18734 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
18735
18736         * lib/gcc.exp (default_gcc_start): No longer need to log program
18737         being executed or its output, execute_anywhere does that now.
18738         * lib/g++.exp (default_g++_version): Call execute_anywhere.
18739         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
18740
18741 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
18742
18743         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
18744         the same as those in lib/g++.exp.
18745
18746 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
18747
18748         * gcc.c-torture: Update to c-torture-1.38 release.
18749         * gcc.ieee: Related changes.
18750
18751 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
18752
18753         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
18754         "exec". Minor reformatting changes.
18755
18756         * config/rom68k.exp (${tool}_load): Make it work in a canadian
18757         cross. This means all "exec" calls now work on a remote host as
18758         well.
18759         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
18760         cross. Filter out the extra "\r\n" stuff that expect puts in.
18761         (c-torture-execute): Filter out the bogus warnings like
18762         c-torture-compile does. Add support for canadian cross.
18763         * lib/gcc.exp (default_gcc_version, default_gcc_start)
18764         Use execute_anywhere rather than calling exec directly. Now it
18765         works for canadian cross testing.
18766
18767 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
18768
18769         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
18770         results into a variable, and check that rather than using file exists.
18771
18772 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
18773
18774         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
18775         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
18776
18777 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
18778
18779         * g++.old-deja/old-deja.exp: Create and pass runshlib and
18780         lib_curses if there's a shared libg++ in the build tree.
18781
18782 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
18783
18784         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
18785         if not supported target.
18786
18787 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
18788
18789         * lib/g++.exp (g++_init): Move empty setting of runshlib and
18790         link_curses up to always happen, not just for native builds.
18791
18792 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
18793
18794         * gcc.c-torture: Update to c-torture-1.36 release.
18795         * gcc.failure: Related changes.
18796
18797 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
18798
18799         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
18800
18801 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
18802
18803         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
18804         * lib/mike-g++.exp (postbase): Not in here.  Still reference
18805         runshlib, link_curses, and mathlib for link and run.
18806
18807         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
18808         pass the runtime shared library options for Solaris, OSF/1, and
18809         Irix5, and link with -lcurses to avoid unresolved references.
18810
18811 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
18812
18813         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
18814         only run once.
18815
18816 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
18817
18818         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
18819
18820 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
18821
18822         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
18823         do not have a framework for the "compat" tests yet.
18824
18825 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
18826
18827         * lib/mike-g++.exp (postbase): New local variable `mathlib',
18828         set to null if we're testing vxworks5.1.  Use that instead of
18829         `-lm' in the setting of LIBS for link and run.
18830
18831 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
18832
18833         * config/rom68k.exp (${tool}_load): Major changes to make it
18834         work.  Verified that it does in fact return the stuff in
18835         exec_output properly.  Catch any Emul or any TRAP other than 0.
18836
18837 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
18838
18839         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
18840         LDFLAGS properly for targets that need stuff from libgloss.
18841         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
18842         only run once.
18843         (gpp_initialized): New variable.
18844
18845 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
18846
18847         * config/rom68k.exp: Load libgloss.exp.
18848         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
18849         so we can produce a fully linked binary.
18850         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
18851         so we can produce a fully linked binary.
18852
18853 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
18854
18855         * lib/plumhall.exp (ph_section): Watch for expected failures.
18856         Add missing `else'.
18857
18858         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
18859         run the testcase.
18860         (c-torture): Likewise.
18861
18862 1995-08-28  Doug Evans  <dje@cygnus.com>
18863
18864         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
18865
18866         * lib/mike-g++.exp (mike_cleanup): New proc.
18867         (prebase): New globals compiler_result, not_compiler_result,
18868         target_regexp.
18869         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
18870         allow leading "-" in pattern.  Watch for unsupported tests.
18871         If $compiler_result is set, pattern match assembler code,
18872         and ditto for $not_compiler_result.
18873         * lib/mike-gcc.exp: Likewise.
18874
18875         * lib/plumhall.exp (ph_execute): Only call ph_summary if
18876         execution "succeeded".
18877
18878 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
18879
18880         * config/win32.exp: New file.
18881         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
18882
18883 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
18884
18885         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
18886         unsupported.
18887         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
18888         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
18889         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
18890
18891         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
18892         "... without exceptions was ...".  That is now handled by
18893         prune_system_crud.
18894         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
18895
18896 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
18897
18898         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
18899         sieve.c,sort2.c}: New files.
18900         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
18901         sieve.exp,sort2.exp}: Drivers for them.
18902
18903         * lib/mike-gcc.exp (program_output): New user settable variable.
18904         (postbase): Call prune_system_crud.  Also prune extraneous compiler
18905         messages.
18906         * lib/mike-g++.exp (program_output): New user settable variable.
18907
18908         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
18909
18910         * config/sh.exp: Deleted (use sim.exp instead).
18911
18912 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
18913
18914         * config/vx.exp: Declare CHECKTASK as global.
18915         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
18916         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
18917         * lib/old-dejagnu.exp: Load [pwd]/$executable.
18918
18919 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
18920
18921         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
18922         target. Like vx.exp, only includes `vx29k.exp' instead of
18923         `vxworks.exp'.
18924
18925 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
18926
18927         * config/sim.exp: Increase time limit from 120 seconds to 240.
18928
18929 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
18930
18931         * gcc.c-torture/execute/950628-1.c: New test.
18932
18933 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
18934
18935         * gcc.c-torture: Update with changes/additions from
18936         c-torture-1.34.
18937
18938 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
18939
18940         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
18941
18942 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
18943
18944         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
18945
18946 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
18947
18948         * gcc.c-torture/compile/950512-1.c: New test.
18949         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
18950         * gcc.dg/struct-ret-1.c: Likewise.
18951
18952 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
18953
18954         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
18955           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
18956
18957 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
18958
18959         * gcc.c-torture/special/920411-1.c: Deleted.
18960         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
18961
18962 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
18963
18964         * config/sim.exp (${tool}_load): Hack in call to bash to get a
18965         cpu limit.
18966
18967 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
18968
18969         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
18970
18971 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
18972
18973         From kenner;
18974         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
18975         is the proper length.
18976         * va-arg-3.c: Likewise.
18977
18978 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
18979
18980         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
18981         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
18982
18983         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
18984         * lib/g++.exp (default_g++_start): Delete old cruft.
18985
18986 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
18987
18988         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
18989         (2 * (1 << 18)) to (2 * (1 << 17)).
18990
18991         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
18992
18993 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
18994
18995         * config/rom68k.exp: Renamed from config/idp.exp
18996
18997 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
18998
18999         * c-torture/compile/921109-2.c
19000
19001 1995-04-18  Mike Stump  <mrs@cygnus.com>
19002
19003         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
19004         excess errors.
19005
19006 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
19007
19008         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
19009         output.
19010         * lib/g++.exp (default_g++_start): Likewise.
19011
19012 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
19013
19014         * gcc.c-torture/compile/950329-1.c: New test.
19015
19016 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
19017
19018           * config/bug.exp (${tool}_load): Updated to use new remote_open
19019           and remote_close procs.
19020         * config/idp.exp: New file.
19021
19022 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
19023
19024         * gcc.c-torture/execute/950322-1.c: New test.
19025
19026 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
19027
19028         * config/vx.exp (${tool}_load): Clean up testing of return code from
19029         vxworks_ld and vxworks_spawn.
19030
19031 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
19032
19033         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
19034
19035 1995-03-13  Mike Stump  <mrs@cygnus.com>
19036
19037         * lib/old-deja.exp: Add `excess errors test - ' error, now one
19038         can mark excess errors on a machine by machine basis.  Note, the
19039         default is to not expect any excess errors, even when excess
19040         errors test - is given, so you will want to put an XFAIL ... on
19041         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
19042         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
19043         those 4 machines, but no others.
19044
19045 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
19046
19047         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
19048         * lib/c-torture.exp: to here.
19049
19050 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
19051
19052         * gcc.c-torture/execute/950221-1.c: New test.
19053         * gcc.c-torture/execute/struct-ret-1.c: New test.
19054         * gcc.c-torture/compile/950221-1.c: New test.
19055
19056         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
19057
19058 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
19059
19060         * gcc.c-torture/execute/arith-1.c (main): Return 0.
19061         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
19062
19063 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
19064
19065         * g++.gb: New directory of tests, derived from my signature and
19066         class scoping tests.
19067
19068         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
19069         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
19070         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
19071         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
19072         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
19073         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
19074         * g++.gb/sig25.C: Likewise.
19075
19076         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
19077         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
19078         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
19079         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
19080         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
19081         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
19082         * g++.gb/sig25.exp: Likewise.
19083
19084         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
19085         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
19086         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
19087         * g++.gb/scope13.C: Likewise, this test still fails.
19088
19089         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
19090         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
19091         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
19092         * g++.gb/scope13.exp: Ditto.
19093
19094         * g++.gb/README: New file, explains what these tests are about.
19095
19096 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
19097
19098         * lib/dg.exp (dg-do): Support `preprocess'.
19099         (dg-test): Likewise.
19100
19101 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
19102
19103         * config/udi.exp: change "continue -expect" to "exp_continue".
19104
19105 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
19106
19107         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
19108         Delete redundant tests.
19109
19110         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
19111         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
19112         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
19113         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
19114         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
19115         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
19116         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
19117         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
19118
19119         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
19120         storing label pointers.
19121         * gcc.c-torture/execute/921019-1.c: Likewise.
19122         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
19123         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
19124         parameter fp.
19125         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
19126         constants.
19127
19128         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
19129         Delete obsolete tests.
19130
19131         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
19132         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
19133         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
19134         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
19135         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
19136         * gcc.c-torture/compile/950124-1.c: New test.
19137
19138         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
19139
19140 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
19141
19142         * lib/mike-g++.exp: Add -lm to LIBS.
19143
19144 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
19145
19146         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
19147
19148 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
19149
19150         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
19151
19152 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
19153
19154         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
19155
19156 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
19157
19158         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
19159         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
19160         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
19161         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
19162         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
19163         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
19164         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
19165         * g++.law/{operators31.C, operators32.C,
19166         * g++.law/{operators33.C, operators34.C}: Likewise.
19167         * g++.law/{pic1.C, refs2.C}: Likewise.
19168         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
19169         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
19170         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
19171         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
19172
19173         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
19174         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
19175         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
19176         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
19177         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
19178         * g++.law/{enum9.exp, friend5.exp}: Likewise.
19179         * g++.law/{nest3.exp, nest4.exp}: Likewise.
19180         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
19181         * g++.law/{operators30.exp, operators31.exp}: Likewise.
19182         * g++.law/{operators32.exp, operators33.exp}: Likewise.
19183         * g++.law/{operators34.exp}: Likewise.
19184         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
19185         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
19186         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
19187         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
19188         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
19189
19190         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
19191         No longer expected to fail.
19192         * g++.law/missed-error3.C: Tweak for recent bool changes.
19193
19194 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
19195
19196         * config/emb-unix: Deleted.
19197         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
19198         remote execution.  Do final link on remote host if REMOTE_LINK is set.
19199
19200 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
19201
19202         * lib/dg.exp (dg-test): Fix typo in last patch.
19203
19204 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
19205
19206         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
19207         (handles multiple occurrences).
19208
19209 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
19210
19211         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
19212         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
19213         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
19214         printed).
19215         * lib/c-torture.exp (c-torture-compile): Likewise.
19216         (c-torture): Prepend full path if missing.
19217         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
19218         (gcc_fail): Likewise.
19219         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
19220
19221 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
19222
19223         * lib/netware.exp: Only attach to NetWare i386 systems.
19224
19225 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
19226
19227         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
19228         messages.  Add test name to "output pattern match" pass/fail message.
19229
19230 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
19231
19232         * gcc.dg: New testsuite.
19233         * gcc.dg/dg.exp: New file.
19234
19235         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
19236         test-switch.c}: Deleted.
19237
19238         * gcc.misc-tests/msgs.exp: New testcase driver.
19239
19240 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
19241
19242         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
19243         Watch for illegal return values from ${tool}_load.
19244         * config/unix.exp (${tool}_load): Fix pass/fail detection for
19245         cross targets.  Coerce return value >0 to 1.
19246
19247 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
19248
19249         * config/unix.exp (${tool}_load): Call program rsh, not proc.
19250
19251         * config/emb-unix.exp: New file.
19252
19253         * config/sim.exp: Error if variable $SIM not defined.
19254         (${tool}_load): Mark test as "untested" if simulator missing.
19255
19256         * config/unix.exp: Load remote.exp to get rcp_download.
19257         * lib/c-torture.exp: Use different option lists for testcases with
19258         and without loops.
19259         * gcc.c-torture/execute/execute.exp: Likewise.
19260
19261 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
19262
19263         * config/*.exp: Clarify return code from ${tool}_load.
19264         Call `unresolved' or `untested' instead of `warning' or `perror'
19265         (sometimes you still want to call both though).
19266         Add comment that `shell_id' is local to each file.
19267         * config/udi.exp (timeout): Set to 30.
19268         Don't print warning if connection fails, $connectmode has already
19269         printed an error.
19270         (${tool}_load): Move verbose messages to level 2.
19271         Rework pattern for "Process started" message.
19272         Pass `shell_id' to ${connectmode}_download.
19273         Retry twice upon timeout.  Make resetting of target more robust.
19274         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
19275         Pass `shell_id' to exit_$connectmode.
19276         Only call exit_$connectmode if connected.
19277         * config/unix.exp (${tool}_load): Check return codes better.
19278         * config/vrtx.exp (${tool}_load): Likewise.
19279         * config/vx.exp (${tool}_load): Likewise.
19280         Delete unneeded global's.
19281         * lib/dg.exp (dg-test): Update to reflect clarified return codes
19282         from ${tool}_load.
19283         (dg-stat): Delete.
19284         (dg-init): Delete recording of pass/fail counts.
19285         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
19286         (old-dejagnu-init): Likewise.
19287         (old-dejagnu-stat): Delete contents, empty proc now.
19288         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
19289         (c-torture): Delete references to lcnt, lpass, lfail.
19290         Get option list from TORTURE_OPTIONS.
19291         Delete -funroll[-all]-loops if no loops.
19292         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
19293         (g++_stat): Delete contents (empty proc now).
19294         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
19295         (gcc_finish): Likewise.
19296         (gcc_stat): Deleted.
19297         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
19298         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
19299         * gcc.c-torture/execute/execute.exp: Likewise.
19300         Split tests into two parts: compile, execute.
19301         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
19302         no loops.  Update to reflect clarified return codes from ${tool}_load.
19303
19304 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
19305
19306         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
19307         to grep for.
19308         (old-dejagnu): Likewise (where necessary).
19309
19310 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
19311
19312         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
19313
19314         * lib/dg.exp (dg-process-target): Fix processing of selector.
19315         Add comment regarding use of `error'.
19316
19317         * lib/gcc.exp (prune_system_crud): Define if missing.
19318         * lib/g++.exp (prune_system_crud): Likewise.
19319
19320         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
19321         Call prune_system_crud.
19322         * lib/dg.exp (dg-runtest): New proc.
19323         Use perror instead of send_user for tcl errors in testcase.
19324         Don't return any value, it's never used.
19325         Don't clobber previous definition of `unknown'.
19326         Print tcl errors in `dg-final'.
19327
19328 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
19329
19330         * lib/dg.exp (dg-process-target): Improve syntax error messages.
19331         (dg-test): Don't print errorInfo, it contains stack backtrace.
19332
19333 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
19334
19335         * lib/g++.exp (runtest_file_p): Define if missing.
19336
19337 1994-09-24  Doug Evans  (dje@cygnus.com)
19338
19339         * lib/mike-g++.exp: Comment out loading of g++.exp.
19340         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
19341         (default_g++_version): Always print something.
19342         (default_g++_start): Comment out call to `which'.
19343         (g++_start, g++_load): Deleted (must be defined in config file).
19344         * lib/gcc.exp: Test for existence of $CC at start.
19345         Delete check for tmpdir (done in gcc_init).
19346         (default_gcc_version): Always print something.
19347         (default_gcc_start): Comment out call to `which'.
19348         * config/*.exp: Major cleanup - make cross targets work at least a
19349         little better for g++ (by not being "--tool gcc" specific).
19350         Rename gcc_xxx to ${tool}_xxx.
19351         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
19352         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
19353
19354 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
19355
19356         * lib/c-torture.exp (c-torture-compile): Rework compiler
19357         message processing.
19358
19359         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
19360         c-torture.
19361
19362 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
19363
19364         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
19365
19366         * lib/dg.exp (dg-process-target): Support { target native }.
19367
19368 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
19369
19370         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
19371         looked for "... program xxx got fatal signal".
19372         Correct regsub munging of `comp_output'.
19373         Ignore compiler messages "path prefix not used" and "linker input
19374         file unused".
19375
19376 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
19377
19378         * lib/gcc.exp (runtest_file_p): Define if missing.
19379         * gcc.prms/template.c: Example to work from.
19380
19381 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
19382
19383         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
19384         * lib/dg.exp (dg-test): Call unsupported testcases as such.
19385
19386         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
19387         * gcc.prms/1883.c: Moved from compile/940714-1.c.
19388         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
19389         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
19390
19391         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
19392         (dg-process-target): No longer a varargs proc.
19393         Return S/N for target, P/F for xfail.  All callers changed.
19394         (user option procs): More argument checking.
19395         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
19396         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
19397         (dg-test): Skip test if not running on selected target in `dg-do'.
19398         Update handling of `dg-do-what', `dg-output-text'.
19399         Separate execution pass/fail from output pattern match pass/fail.
19400         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
19401
19402 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
19403
19404         * gcc.c-torture/special/special.exp: Don't expect failure for mips
19405         target for 920510-1.c.
19406
19407 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
19408
19409         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
19410         Clean up comment regarding use of passcnt, etc.
19411         (gcc_stat): Don't update `testcnt' here.
19412         (gcc_finish): Do it here.
19413         Might as well reset `but_id' here too.
19414         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
19415         to determine if the file should be tested.
19416         * gcc.c-torture/compile/compile.exp: Likewise.
19417         * gcc.c-torture/execute/execute.exp: Likewise.
19418         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
19419         * gcc.misc-tests/dg-test.exp: Likewise.
19420         * gcc.prms/prms.exp: Likewise.
19421         * gcc.wendy/wendy.exp: Likewise.
19422         * g++.old-deja.exp: Likewise.
19423         Move "Testing file" message to verbose level 1.
19424
19425 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
19426
19427         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
19428
19429 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
19430
19431         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
19432         (default_gcc_start): Accept optional second list element
19433         of compiler flags.  Print compiler output at verbosity level 2.
19434         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
19435         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
19436         Save current values of framework globals passcnt, failcnt, xpasscnt,
19437         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
19438         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
19439         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
19440         xfailcnt to compute stats.  Update framework global `testcnt' from
19441         pass/fail counts.
19442         (gcc_finish): New proc.  Clean up test environment.
19443         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
19444         (gcc_epass, gcc_efail): Delete.
19445         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
19446         argument of line number.
19447         (dg-init): If the tool has an init routine, call it.
19448         (dg-test): Remove args `cflags_var' and `libs_var'.
19449         Pass all compiler options to ${tool}_start.
19450         Handle missing line number.
19451         (dg-finish): New function.
19452         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
19453         particular files.  Call gcc_finish at end.  Move "skipping test"
19454         message to verbosity level 3.
19455         * gcc.c-torture/compile/compile.exp: Likewise.
19456         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
19457         * gcc.c-torture/execute/execute.exp: Likewise.
19458         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
19459         Print testcase being tried at verbosity level 1.
19460         * gcc.c-torture/special/special.exp: Unset xfail.
19461         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
19462         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
19463         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
19464         * gcc.failure/failure.exp: Likewise.
19465         * gcc.ieee/ieee.exp: Likewise.
19466         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
19467         Update call to dg-test.  Call dg-finish at end.
19468         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
19469         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
19470         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
19471         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
19472         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
19473         * gcc.wendy/wendy.exp: Add copyright.
19474         Delete setting of tmpdir (done by gcc_init).
19475         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
19476         Pass compiler flags to gcc_start.  Call gcc_finish at end.
19477         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
19478         gcc_[ce]pass/fail.
19479
19480 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
19481
19482         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
19483         confusion.
19484         (g++_load): Likewise.
19485
19486         * config/*.exp (gcc_load): Some were varargs fns and some were not.
19487         Rename argument to `prog' to remove the confusion.
19488         Varargs fns behave differently too!
19489         (g++_load): Likewise.
19490
19491         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
19492
19493         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
19494         what it is.  Delete (always) printing of status value for !native.
19495         Simplify verbose code, and include status and exec_output.
19496         (g++_load): Use gcc_load.
19497
19498 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
19499
19500         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
19501         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
19502         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
19503         940714-3.c as these testcases don't exist anymore.  Make
19504         va-arg-1.c expected to pass.
19505
19506 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
19507
19508         * gcc.misc-tests/misc.exp: Only run specific testcases.
19509         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
19510         * gcc.misc-tests/dg-[1-9].c: New files.
19511
19512         * lib/dg.exp: New testsuite driver.
19513         * gcc.prms/prms.exp: Use it.
19514
19515         * README.gcc: New file.
19516
19517         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
19518         Document and reset `lxpass' and `lxfail'.
19519         Simplify "initialized" message.
19520         (gcc_stat): Clean up comments a little.
19521
19522 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
19523
19524         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
19525
19526 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
19527
19528         * lib/old-dejagnu.exp (process-option): New proc.
19529         (old-dejagnu-init, old-dejagnu-stat): Likewise.
19530         (old-dejagnu): Simplify.
19531         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
19532
19533 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
19534
19535         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
19536         exists and is not an empty string.
19537
19538         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
19539         $xfail rather than calling setup_xfail.  Clear $xfail when test is
19540         finished.
19541         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
19542         automatically.
19543
19544         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
19545         longer expected to fail.
19546
19547         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
19548         "f" function call.
19549
19550         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
19551
19552         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
19553         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
19554         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
19555         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
19556         c-torture-1.29.
19557
19558         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
19559         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
19560
19561         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
19562
19563         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
19564         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
19565
19566         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
19567         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
19568         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
19569
19570 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
19571
19572         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
19573         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
19574         940714-1.c, 940714-2.c, 940714-3.c},
19575         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
19576         gcc.misc-tests/{mg.c,mg.exp}:
19577         New tests.
19578         * gcc.noncompile/noncompile.exp: Change accordingly.
19579
19580 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
19581
19582         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
19583         Undo previous clobberage.
19584
19585 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
19586
19587         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
19588         * gcc.special/{930510-1.c, special.exp}:
19589         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
19590         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
19591         struct-varargs-1.c}: New tests from c-torture-1.26.
19592
19593 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
19594
19595         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
19596           argument to switch.
19597
19598 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
19599
19600         * Revert the previous changes.  Please see Rob's directory
19601           (/lisa/test/rob/progressive/gcc/testsuite) for testing
19602           fixes.
19603
19604 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
19605
19606         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
19607             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
19608             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
19609             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
19610             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
19611             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
19612             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
19613             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
19614             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
19615             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
19616             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
19617             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
19618             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
19619             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
19620             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
19621             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
19622             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
19623             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
19624             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
19625             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
19626             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
19627             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
19628             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
19629             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
19630             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
19631             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
19632             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
19633
19634 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
19635
19636         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
19637             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
19638           with perror calls.
19639
19640 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
19641
19642         * config/unix.exp (g++_load): Fix syntax.
19643
19644 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
19645
19646         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
19647         * gcc.noncompile/921017-1.c: Deleted obsolete test.
19648         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
19649         Don't expect va-arg-1.c to fail.  Correct expected output for
19650         920928-1.c.
19651         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
19652         * gcc.wendy/hbm4.c: Correct typo.
19653         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
19654
19655 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
19656
19657         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
19658         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
19659         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
19660         * lib/c-torture.exp (c-torture-compile): Ditto.
19661
19662         Reduce volume of output (remove all the -I's and such).
19663         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
19664         Call gcc_cpass, gcc_cfail.
19665         (c-torture): Pass testing option to c-torture-compile.
19666
19667 1994-03-21  Doug Evans  (dje@cygnus.com)
19668
19669         Bring patches over from progressive.
19670         * config/default.exp: Exit remote shell cleanly.
19671         (g++_exit, g++_start): Add default versions.
19672         * config/sim.exp (gcc_load): Use perror, not error.
19673
19674 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
19675
19676         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
19677         set in site.exp.
19678
19679 1994-03-14  Doug Evans  (dje@cygnus.com)
19680
19681         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
19682         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
19683         (wendy_try): New proc to run testcase.
19684         (main loop): Call 'em.
19685         * gcc.wendy/*.c: Clean up pass to correct expected output.
19686
19687         * lib/gcc.exp: Minor cleanup work.
19688         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
19689
19690 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
19691
19692         * config/sim.exp (gcc_load): Document return codes better.
19693         Don't pass -v to simulator.
19694
19695 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
19696
19697           * gcc.special/920717-x.c: Fix typo.
19698           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
19699           get at sources.
19700
19701         * lib/mike-gcc.exp: Fix typo.
19702
19703 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
19704
19705         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
19706         binary to use, transform the name.
19707         * config/*.exp: rename everything. Nuke any g++ specific files,
19708         it's now a special case of gcc that requires no special support.
19709         Add a default.exp for unsupported targets.
19710
19711 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
19712
19713         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
19714         lib/old-dejagnu.exp: Fix a few patterns to work with the new
19715         version of Tcl.
19716
19717 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
19718
19719         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
19720         than a warning.
19721
19722 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
19723
19724         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
19725
19726 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
19727
19728         * gcc.execute/execute.exp: Combine opt_list and foption_list into
19729         option_list.  Compile every file with only 4/6 option choices
19730         (same as C torture) instead of with 12/18 different option
19731         choices.
19732         * lib/c-torture.exp: Likewise.
19733
19734         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
19735         not already set.
19736
19737 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
19738
19739         * lib/old-deja.exp: Add `excess errors test fails' error, now one
19740         can put an XFAIL *-*-* on excess errors.
19741
19742 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
19743
19744         * g++.law: Add more tests derived from g++-bugs snapshots.
19745
19746         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
19747         equivalent to g++.law/init9.
19748
19749         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
19750         compiled it, and the a.out file after we've run it.
19751
19752 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
19753
19754         * lib/mike-g++.exp (postbase): Delete the .o file after we've
19755         compiled it, and the a.out file after we've run it.
19756
19757 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
19758
19759         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
19760
19761 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
19762
19763         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
19764         version number.
19765
19766 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
19767
19768         * g++.law: New directory of g++ tests derived from the g++-bugs
19769         snapshots.
19770
19771 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
19772
19773         * gcc.compile: initbug1.c initbug1.exp testcase added
19774
19775 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
19776
19777         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
19778         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
19779           fixes submitted by Jeff Law (law@cs.utah.edu)
19780         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
19781           Jeff Law (law@cs.utah.edu)
19782
19783
19784 1993-11-30  Mike Stump  (mrs@cygnus.com)
19785
19786         * config/unix-g++.exp: Follow the gcc way of doing things.
19787         * g++.old-deja/old-deja.exp: Minor updates.
19788         * lib/g++.exp: New file, follow the gcc way of doing things.
19789         * lib/old-dejagnu.exp: Minor updates.
19790         * lib/mike-g++.exp: Always unset errorInfo.
19791
19792 1993-11-06  Mike Stump  (mrs@cygnus.com)
19793
19794         * lib/gcc.exp: Fix some errors with the below change, CC and
19795         CFLAGS should be global when setting, not local.
19796
19797 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
19798
19799         * lib/gcc.exp: Transform tool name.
19800
19801 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
19802
19803         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
19804
19805 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
19806
19807         * lib/gcc.exp: change gcc_done to gcc_stat
19808
19809 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
19810
19811         * Upgraded gcc testsuite to c-torture version 1.25
19812
19813 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
19814
19815         * lib/gcc.exp: added reporting code. Changed verbose compile message.
19816         * lib/c-torture: added hooks for new reporting code.
19817
19818 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
19819
19820         * config/sh-gcc.exp: check if sh-sim exists in the path
19821
19822 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
19823
19824         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
19825         * gcc.compile/compile.exp: Initial changes for new logic.
19826         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
19827         * gcc.failure/failure.exp: Initial changes for new logic.
19828         * gcc.ieee/ieee.exp: Initial changes for new logic.
19829         * gcc.misc-tests/misc.exp: Initial changes for new logic.
19830         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
19831         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
19832         * lib/c-torture.exp: Initial changes for new logic.
19833         * lib/gcc.exp: Initial changes for new logic.
19834
19835 1993-10-15  Mike Stump  (mrs@cygnus.com)
19836
19837         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
19838         depend upon failure or success.  Fully qualify names in failure
19839         and success messages.  Always remove a.out before starting
19840         compile, just in case.  Pay more attention to error text output by
19841         the compiler.  Handle testcases with no known past errors just
19842         like all others, so that things are uniform.  Other miscellaneous
19843         improvements.
19844
19845 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
19846
19847         * gcc.cpp: new directory for cpp tests
19848
19849 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
19850
19851         * lib/chill.exp: Code reformatted, removed unused code.
19852         * config/unix-chill.exp: Code reformatted, removed unused code.
19853         * chill.execute/execute.exp: Code reformatted, removed unused code.
19854         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
19855
19856 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
19857
19858         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
19859         routines not written.
19860
19861 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
19862
19863         * config/bug-gcc.exp: Use new procs from bug.exp.
19864
19865 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
19866
19867         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
19868         via ftp, rather than depending on NFS.
19869         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
19870         case.
19871
19872 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
19873
19874         * config/bug-gcc.exp: Use new download proc.
19875
19876 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
19877
19878         * chill.execute/execute.exp: cleanups, handles errors better
19879         * chill.compile/compile.exp: rewrite, based on execute.exp
19880         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
19881         * lib/chill.exp: major changes to diff proc and compile and link
19882           procs. added chill_fail and chill_pass wrappers to pass and
19883           fail. added more comments, and handle error codes better.
19884           Added a hack to capture stderr from exec, so noncompile tests
19885           can work.
19886
19887 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
19888
19889         * chill.execute/execute.exp: rewrite of testsuite driver
19890         * lib/chill.exp: rewrite of testsuite driver
19891         * config/unix-chill.exp: rewrite of testsuite driver
19892
19893 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
19894
19895     In chill.execute:
19896         * iexpr.ch: Standardize uppercase.
19897         * tuples.dat: Standardize uppercase.
19898         * vary.ch: standardize.  Correct varying string assignments.
19899         * vary.dat: Add new output lines.
19900
19901 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
19902
19903     In chill.execute:
19904         * chprintf.ch: Standardize use of uppercase.
19905         * tuples.ch: Standardize and turn arr2 into a DCL,
19906           rather than a SYN.
19907         * pinits.ch: Standardize.
19908
19909 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
19910
19911         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
19912         * Makefil: Renamed to Makefile.in.
19913         * configure.in: New.
19914
19915 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
19916
19917     In chill.execute:
19918         * .cvsignore: Add result/output files.
19919         * Makefile: Fix up variables at start.  Use MFLAGS
19920           everywhere.  Correct bool_loc, built_ins entries.
19921           Add entry for vary1.ch.
19922         * bitarray.ch: Standardize upper-case usage.
19923         * bitexpr.ch: Standardize, add output of b1.
19924         * params.ch: Use arrayt in along PROC parameters, to
19925           avoid novelty problems.
19926         * sets.ch: Tiny cleanup.
19927         * vary1.ch: Re-indent.
19928
19929 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
19930
19931           * Add PR-related files to Makefiles, .cvsignore files, etc.
19932
19933 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
19934
19935         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
19936           with compiler objects. New names are test-flow.c and test-loop.c
19937
19938 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
19939
19940         * Upgraded c-torture tests from 1.19 to 1.20
19941
19942         * new files:
19943         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
19944         * gcc.compile: 930623-1.c 930623-2.c
19945         * gcc.noncompile: 930622-1.c 930622-2.c
19946         * gcc.failure: 920411-1.c 920627-2.c
19947         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
19948
19949 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
19950
19951         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
19952           More changes to get testsuite working properly. Needs more work.
19953           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
19954
19955 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
19956
19957         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
19958           More changes to get testsuite working properly. Needs more work.
19959
19960 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
19961
19962         * chill.compile/compile.exp: Added for Dejagnu support
19963         * chill.execute/execute.exp: Added for Dejagnu support
19964         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
19965
19966 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
19967
19968     This should complete moving the CHILL test files.
19969         * chill.noncompile(.cvsignore printf.grt
19970             in-printf.grt chprintf.grt chprintf.ch):
19971             Added test-support files.
19972           (Makefile): Modified further.
19973         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
19974             signal.ch): Added test files.
19975           * chill.execute (.cvsignore printf.grt printr.c
19976             in-printf.grt rts.c chprintf.grt rts.h): Added
19977           test-support files.
19978             (Makefile): More corrections.
19979
19980 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
19981
19982         * chill.compile, chill.execute, chill.nocompile: Add CHILL
19983           test cases, ready for DejaGnu.
19984
19985 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
19986
19987         * Upgraded c-torture tests from 1.18 to 1.19
19988
19989         * gcc.compile: added test(s):
19990           930607-1.c
19991         * gcc.execute: added test(s):
19992           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
19993
19994         * added new subdirectory for misc tests: gcc.misc-tests
19995         * gcc.misc-test(s): added tests:
19996           inst-check.c test-consts.c test-ior.c test-switch.c
19997
19998 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
19999
20000         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
20001
20002 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
20003
20004         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
20005
20006 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
20007
20008         * Upgraded c-torture tests from 1.17 to 1.18
20009
20010 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
20011
20012         * Upgraded c-torture tests from 1.12 to 1.17
20013
20014 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
20015
20016         * lib/old-dejagnu.exp:
20017           Fixed handling of XFAIL target triplets to correctly
20018           recognize wildcard characters.  Removed code that
20019           appended a unique id tag to the end of the file name
20020           printed out by the result of the testcases within a
20021           given test file.
20022
20023 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
20024
20025         * lib/old-dejagnu.exp:
20026           Reworked expected failure handling to trigger off of XFAIL
20027           keyword in keyphrase embeded in testcase source code. The
20028           XFAIL keyword must be at the end of the keyphrase line. It
20029           may optionally be followed by one or more target triplets.
20030           It has just occured that the handling of wildcards in the
20031           target triplet may not be correct.
20032
20033 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
20034
20035         * g++.old-deja/tests:
20036           Moved all subdirectories up one level into g++.old-deja .
20037
20038         * lib/old-dejagnu.exp:
20039           Fixed problem with CXXFLAGS not being properly reset, and being
20040           corrupted with extraneous "-c" compiler option.  This was
20041           causing binaries to not be generated for test that needed them.
20042           Modified strings passed to "pass" and "fail" so that individual
20043           tests from the same test file would be distinguished by an
20044           identifier appended to the test file name in the summary logs;
20045           this corrected a problem with erroneous diff logs.  Added code
20046           to search testcases for expected fail and unexpected pass keywords.
20047
20048 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
20049
20050         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
20051
20052 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
20053
20054         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
20055           Removed extraneous text from end of "Special g++ Options"
20056           keyphrase.
20057
20058         * lib/old-dejagnu.exp: Added pattern matching to look for new
20059           keywords, embedded in testcases comments, which will trigger
20060           calls to xpass and xfail.
20061
20062 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
20063
20064         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
20065           comments embedded in the testcases, especially the one looking for
20066           special compiler options, as well as the pattern matching for the
20067           compiler output again.
20068
20069 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
20070
20071         * lib/old-dejagnu.exp: Do a proper check of the return value for
20072           execute tests. Fixed several problems with the pattern matching
20073           of the compiler output which gave erroneous test results.
20074           Changed several of the test result messages to be more descriptive.
20075         * config/unix-g++.exp: Proc g++_load now actually works and
20076           executes the tests passed to it and returns a usable return
20077           value.
20078
20079 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
20080
20081           * lib/gcc.exp: Exits gracefully if $CC is bogus.
20082
20083 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
20084
20085         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
20086           Modified both files to properly execute the old style
20087           dejagnu tests. The previous versions of these files were
20088           experimental and did not function anything near correctly.
20089
20090 1993-04-05  Rob Savoye  (rob@cygnus.com)
20091
20092         * Removed all Makefile.in and configure.in files. No configuration
20093         needed now.
20094
20095 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
20096
20097         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
20098
20099 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20100
20101         * gcc.compile/configure.in, gcc.unsorted/configure.in,
20102         gcc.special/configure.in, gcc.noncompile/configure.in,
20103         gcc.execute/configure.in, gcc.code_quality/configure.in,
20104         g++.other/configure.in, g++.old-deja/configure.in,
20105         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
20106         in srcname setting.
20107
20108 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
20109
20110         * lib/udi.exp:  Fixed mondfe and mondfe_download.
20111         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
20112         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
20113
20114 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
20115
20116         * config/udi-gdb.exp: Check $shell_id after connecting to target.
20117         (gdb_exit): Don't remove *_soc files.
20118
20119 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
20120
20121         * lib/c-torture.exp: Don't look for main; instead always use -w
20122         -c.  This is how the c-torture tests work.  Remove the object
20123         file if the compilation succeeds.
20124         * gcc.execute/execute.exp: Remove executable if test passes.
20125         * gcc.noncompile/noncompile.exp: Every test is an expected
20126         failure.
20127         * gcc.special/special.exp: Added tests from c-torture 1.11,
20128         corrected use of existing test.
20129         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
20130         gcc.execute/920625-1.c: Updated to c-torture 1.11.
20131         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
20132         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
20133         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
20134         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
20135         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
20136         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
20137         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
20138         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
20139         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
20140         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
20141         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
20142         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
20143         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
20144         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
20145         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
20146         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
20147         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
20148         c-torture 1.11.
20149         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
20150         correspond to c-torture 1.11.
20151
20152         * New file.
20153