OSDN Git Service

* config/rs6000/rs6000.h (USE_FP_FOR_ARG_P): Move to rs6000.c.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
2
3         * gcc.dg/altivec-varargs-1.c: New test.
4
5 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6
7         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
8         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
9         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
10         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
11         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
12
13 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
14
15         * gcc.dg/cond-lvalue-1.c: New test.
16
17 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
18
19         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
20
21 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
22
23         PR c++/11616
24         * g++.dg/template/instantiate5.C: New test.
25
26 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
27
28         PR c++/12726
29         * g++.dg/ext/complit2.C: Replace test with self-contained version.
30         * ChangeLog: Add missing first entry for above test.
31
32 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
33
34         PR c++/9810
35         * g++.dg/template/using8.C: New test.
36         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
37
38 2003-11-02  Roger Sayle  <roger@eyesopen.com>
39
40         PR optimization/10817
41         * gcc.c-torture/compile/20031102-1.c: New test case.
42
43 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
44
45         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
46         2147483647.
47
48 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
49
50         * gcc.dg/20031102-1.c: New test.
51
52 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
53
54         * gcc.dg/complex-1.c: New test.
55
56 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
57
58         PR c++/12796
59         * g++.dg/template/crash13.C: Adjust expected error location.
60         * g++.old-deja/g++.brendan/ns1.C: Likewise.
61
62 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
63
64         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
65
66 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
67
68         PR/10239
69         * gcc.c-torture/compile/20031031-2.c: New test.
70
71 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
72
73         PR/11640
74         * gcc.c-torture/compile/20031031-1.c: New test.
75
76 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
77
78         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
79         * gcc.misc-tests/bprob.exp: Likewise.
80         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
81         the execution test on arm-elf configs.
82         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
83         configs that don't support scratch files.
84         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
85
86 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
87
88         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
89         done by dejagnu.
90
91 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
92
93         * ada/acats/run_all.sh: Redirect mv output to /dev/null
94         Avoid non pure sh syntax. Add more logging.
95
96         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
97         fail.
98
99 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
100
101         PR libgcj/10610
102         * gcc.dg/ppc-stackalign-1.c: New test.
103
104 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
105
106         * ada/acats/run_all.sh: Change output to be more compliant with
107         dejagnu framework.
108         Create acats.sum and acats.log files under testsuite/ada/acats
109         Only run [a-z]* directories, to filter out e.g. CVS.
110         Redirect build output to log file.
111
112 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
113
114         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
115
116 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
117
118         PR ada/5909:
119         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
120
121 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
122
123         * gcc.c-torture/compile/20031023-1.c: New test.
124         * gcc.c-torture/compile/20031023-2.c: New test.
125         * gcc.c-torture/compile/20031023-3.c: New test.
126         * gcc.c-torture/compile/20031023-4.c: New test.
127
128 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
129
130         PR c++/10371
131         * g++.dg/lookup/scoped8.C: New test.
132
133 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
134
135         * g++.dg/opt/reg-stack3.C: New test.
136
137 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
138
139         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
140
141 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
142
143         PR c++/11076
144         * g++.dg/template/crash13.C: New test.
145
146 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
147
148         * gcc.dg/c99-restrict-2.c: New test.
149
150 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
151
152         PR c++/12698, c++/12699, c++/12700, c++/12566
153         * g++.dg/inherit/covariant9.C: New test.
154         * g++.dg/inherit/covariant10.C: New test.
155         * g++.dg/inherit/covariant11.C: New test.
156
157 2003-10-23  Jason Merrill  <jason@redhat.com>
158
159         PR c++/12726
160         * g++.dg/ext/complit2.C: New test.
161
162 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
163
164         PR target/12654
165         * gcc.c-torture/execute/20031020-1.c: New test.
166
167 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
168
169         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
170         following the jump_insn.
171
172 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
173
174         * gcc.dg/cast-lvalue-1.c: New test.
175
176 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
177
178         PR c++/11962
179         * g++.dg/template/cond2.C: New test.
180
181 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
182
183         * gcc.dg/builtins-28.c: New test.
184
185 2003-10-20  Jan Hubicka  <jh@suse.cz>
186
187         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
188         parameter.
189         * testsuite/gcc.dg/inline-2.c: Likewise.
190
191 2003-10-20  Phil Edwards  <phil@codesourcery.com>
192
193         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
194         * gcc.dg/nest.c:  Likewise.
195
196 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
197
198         PR c++/9781, c++/10583, c++/11862
199         * g++.dg/parse/crash13.C: New test.
200
201 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
202
203         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
204
205 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
206
207         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
208         Define HAVE_C99_RUNTIME except on Solaris.
209         * gcc.dg/builtins-20.c: Likewise.
210
211 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
212
213         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
214
215 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
216
217         PR c++/12495
218         * g++.dg/template/crash21.C: New test.
219
220 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
221
222         PR c++/2513
223         * g++.dg/template/typename5.C: New test.
224
225 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
226
227         PR c++/12369
228         * g++.dg/template/friend25.C: New test.
229
230 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
231
232         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
233         versions.
234
235 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
236
237         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
238         == 2147483647.
239
240 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
241
242         * gcc.c-torture/execute/960416-1.x: Remove.
243         * gcc.c-torture/execute/divconst-3.x: Likewise.
244
245 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
246
247         PR target/12598
248         * gcc.dg/torture/cris-volatile-1.c: New test.
249
250 2003-10-14  Roger Sayle  <roger@eyesopen.com>
251
252         PR optimization/9325
253         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
254         for overflowing floating point to integer conversion during RTL
255         simplification.
256
257 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
258
259         * objc/execute/_cmd.m: Fix typo.
260         * objc.dg/image-info.m, objc.dg/symtab-1.m:
261         Relax 'scan-assembler' regexp.
262         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
263         objc.dg/try-catch-4.m: Run on non-Darwin targets.
264         * objc.dg/zero-link-2.m: Remove blank line.
265         * objc.dg/zero-link-3.m: New test case.
266
267 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
268
269         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
270
271         * gcc.dg/asm-names.c: Use scan-assembler-not rather
272         than linker trickery.
273
274 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
275
276         PR c++/12370
277         * g++.dg/other/friend2.C: New test.
278
279 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
280
281         * gcc.dg/20031012-1.c: New test.
282
283 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
284
285         * gcc.dg/weak/weak-3.c: Fix for new warning.
286
287 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
288
289         PR optimization/8750
290         * gcc.c-torture/execute/20031012-1.c: New test case.
291
292 2003-10-11  Roger Sayle  <roger@eyesopen.com>
293
294         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
295         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
296
297 2003-10-11  Roger Sayle  <roger@eyesopen.com>
298
299         PR optimization/12260
300         * gcc.c-torture/compile/20031011-2.c: New test case.
301
302 2003-10-11  Roger Sayle  <roger@eyesopen.com>
303
304         * gcc.c-torture/execute/20031011-1.c: New testcase.
305
306 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
307
308         * gcc.c-torture/compile/20031011-1.c: New test.
309
310 2003-10-11  Jan Hubicka  <jh@suse.cz>
311
312         * g++.dg/other/first-global.C: New test.
313
314 2003-10-11  Roger Sayle  <roger@eyesopen.com>
315
316         * gcc.c-torture/execute/string-opt-18.c: New testcase.
317
318 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
319
320         * gcc.c-torture/compile/20031010-1.c: New test.
321
322 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
323
324         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
325         * gcc.c-torture/execute/va-arg-25.c: ... here.
326
327 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
328
329         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
330
331 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
332
333         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
334
335 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
336
337         * g++.dg/parse/error2.C: New test.
338
339 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
340
341         PR c++/11097
342         * g++.dg/other/error5.C: Modify the error message.
343         * g++.dg/lookup/using8.C: New test.
344
345 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
346
347         * gcc.dg/darwin-abi-2.c: New file.
348         * gcc.c-torture/execute/va-arg-24.c: New file.
349
350 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
351
352         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
353         indentation.
354
355 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
356
357         PR c++/10147
358         * g++.dg/other/error4.C: Update error messages.
359         * g++.dg/template/ptrmem4.C: Likewise.
360
361         PR c++/12337
362         * g++.dg/init/new9.C: New test.
363
364         PR c++/12334, c++/12236, c++/8656
365         * g++.dg/ext/attrib8.C: New test.
366
367 2003-10-06  Devang Patel  <dpatel@apple.com>
368
369         * gcc.dg/debug/dwarf2-3.h: New test.
370         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
371
372 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
373
374         * g++.dg/opt/cfg2.C: New test.
375
376 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
377
378         * g++.dg/opt/float1.C: New test.
379
380 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
381
382         * gcc.dg/c90-array-lval-6.c: New test.
383         * gcc.dg/c99-array-lval-6.c: New test.
384
385 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
386             Ziemowit Laski  <zlaski@apple.com>
387
388         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
389         'Derived', so that it is never considered a class method; add
390         new warning for '+port' method ambiguity.
391         * objc.dg/method-12.m: Include <objc/objc.h> instead of
392         <objc/objc-api.h> (needed on Mac OS X).
393         * objc.dg/method-13.m: New test.
394
395 2003-10-03  Roger Sayle  <roger@eyesopen.com>
396
397         PR optimization/9325, PR java/6391
398         * gcc.c-torture/execute/20031003-1.c: New test case.
399
400 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
401
402         PR optimization/12180
403         * gcc.dg/20031002-1.c: New test.
404
405         PR c++/12486
406         * g++.dg/inherit/error1.C: New test.
407
408 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
409
410         * lib/f-torture.exp (search_for): Rename to...
411         (search_for_re): This.  Also, clean up comments and the
412         "regexp" invocation.
413
414 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
415
416         * gcc.c-torture/compile/20031002-1.c: New test.
417
418 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
419
420         * g++.dg/opt/cond1.C: New test.
421
422 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
423
424         * gcc.dg/Wold-style-definition-2.c: New testcase.
425         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
426
427 2003-09-29  Richard Henderson  <rth@redhat.com>
428
429         * g++.dg/init/array10.C: Add dg-options.
430
431 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
432
433         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
434
435 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
436
437         * g++.dg/template/friend19.C: Fix typo.
438         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
439
440 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
441
442         * gcc.c-torture/execute/20030928-1.c: New test.
443         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
444
445 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
446
447         * g++.dg/opt/unroll1.C: New test.
448
449 2003-09-26  Roger Sayle  <roger@eyesopen.com>
450
451         PR optimization/11741
452         * gcc.dg/20030926-1.c: New test case.
453
454 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
455
456         PR c++/5655
457         * g++.dg/parse/access7.C: New test.
458         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
459
460 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
461
462         MERGE OF objc-improvements-branch into MAINLINE:
463         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
464         if libobjc has not been built.
465         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
466         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
467         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
468         objc/execute/nested-3.m, objc/execute/np-2.m,
469         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
470         objc/execute/redefining_self.m, objc/execute/root_methods.m,
471         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
472         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
473         objc.dg/special/unclaimed-category-1.h,
474         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
475         well as GNU runtime.
476         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
477         * execute/cascading-1.m, execute/function-message-1.m,
478         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
479         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
480         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
481         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
482         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
483         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
484         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
485         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
486         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
487         * objc.dg/bitfield-2.m: Run only on Darwin.
488         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
489         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
490         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
491         * objc.dg/const-str-1.m: Fix constant string layout.
492
493 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
494
495         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
496
497 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
498
499         * gcc.dg/darwin-abi-1.c: New file.
500
501 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
502
503         PR target/12281
504         * gcc.c-torture/compile/20030921-1.c: New test.
505
506 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
507
508         * g++.dg/opt/reg-stack2.C: New test.
509
510 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
511
512         * g++.dg/eh/delayslot1.C: New test.
513
514 2003-09-20  Richard Henderson  <rth@redhat.com>
515
516         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
517
518 2003-09-20  Roger Sayle  <roger@eyesopen.com>
519
520         * gcc.c-torture/execute/20030920-1.c: New test case.
521
522 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
523
524         * g++.dg/rtti/typeid3.C: Correct expected error message.
525
526 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
527
528         PR c++/157
529         * g++.dg/parse/crash12.C: New test.
530
531 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
532
533         * gcc.dg/compat/mixed-struct-check.h: New.
534         * gcc.dg/compat/mixed-struct-defs.h: New.
535         * gcc.dg/compat/mixed-struct-init.h: New.
536         * gcc.dg/compat/struct-by-value-19_main.c: New.
537         * gcc.dg/compat/struct-by-value-19_x.c: New.
538         * gcc.dg/compat/struct-by-value-19_y.c: New.
539         * gcc.dg/compat/struct-by-value-20_main.c: New.
540         * gcc.dg/compat/struct-by-value-20_x.c: New.
541         * gcc.dg/compat/struct-by-value-20_y.c: New.
542         * gcc.dg/compat/struct-return-19_main.c: New.
543         * gcc.dg/compat/struct-return-19_x.c: New.
544         * gcc.dg/compat/struct-return-19_y.c: New.
545         * gcc.dg/compat/struct-return-20_main.c: New.
546         * gcc.dg/compat/struct-return-20_x.c: New.
547         * gcc.dg/compat/struct-return-20_y.c: New.
548
549 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
550         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
551         so that it will not complain on LP64 targets.
552
553 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
554
555         PR c++/495
556         * g++.dg/template/friend24.C: New test.
557
558 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
559
560         PR c++/12332
561         * g++.dg/template/memtmpl2.C: New test.
562
563 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
564
565         PR target/11184
566         * gcc.dg/builtin-apply1.c: New test.
567
568 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
569
570         PR c++/9848
571         * g++.dg/warn/Wunused-4.C: New test.
572
573 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
574
575         PR c++/12316
576         * g++.dg/other/gc2.C: New test.
577
578 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
579
580         PR c++/11991
581         * g++.dg/rtti/typeid3.C: New test.
582
583         PR c++/12266
584         * g++.dg/overload/template1.C: New test.
585
586 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
587
588         * g++.dg/opt/cfg3.C: New test.
589
590 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
591
592         PR c++/7939
593         * g++.dg/template/crash11.C: New test.
594
595 2003-09-16  Jason Merrill  <jason@redhat.com>
596             Jakub Jelinek  <jakub@redhat.com>
597
598         * gcc.dg/attr-warn-unused-result.c: New test.
599
600 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
601
602         PR c++/12184
603         * g++.dg/expr/call2.C: New test.
604
605 2003-09-15  Andreas Jaeger  <aj@suse.de>
606
607         * gcc.dg/Wold-style-definition-1.c: New test.
608
609 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
610
611         PR c++/3907
612         * g++.dg/parse/template12.C: New test.
613
614         * g++.dg/abi/bitfield11.C: New test.
615         * g++.dg/abi/bitfield12.C: Likewise.
616
617 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
618
619         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
620         non-expansion of functional macro name without arguments at EOL.
621         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
622
623 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
624
625         * gcc.c-torture/execute/20030914-[12].c: New tests.
626
627 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
628
629         PR c++/11788
630         * g++.dg/overload/addr1.C: New test.
631
632 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
633
634         * gcc.dg/20030909-1.c: New test.
635
636 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
637
638         * gcc.dg/ultrasp10.c: New test.
639
640 2003-09-09  Devang Patel  <dpatel@apple.com>
641
642         * gcc.dg/darwin-ld-6.c: New test.
643
644 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
645
646         * gcc.dg/torture/builtin-explog-1.c: New testcase.
647
648 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
649
650         * gcc.dg/ia64-types1.c: New test.
651         * gcc.dg/ia64-types2.c: Likewise.
652
653 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
654
655         * gcc.dg/builtins-1.c: Add more _Complex tests.
656         * gcc.dg/torture/builtin-attr-1.c: Likewise.
657
658         * gcc.dg/builtins-1.c: Test existing _Complex functions.
659         * gcc.dg/torture/builtin-attr-1.c: Likewise.
660
661 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
662
663         PR c++/11786
664         * g++.dg/lookup/koenig2.C: New test.
665
666         PR c++/5296
667         * g++.dg/rtti/typeid2.C: New test.
668
669 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
670
671         * gcc.c-torture/compile/20030904-1.c: New test.
672
673 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
674
675         * g++.dg/opt/longbranch2.C: New test.
676
677 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
678
679         * g++.dg/template/crash10.C: Only compile it.
680
681 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
682
683         PR middle-end/11665
684         * gcc.c-torture/compile/20030907-1.c: New test.
685         * g++.dg/init/array11.C: New test.
686
687 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
688
689         PR c++/11852
690         * g++.dg/init/struct1.C: New test.
691
692 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
693
694         PR c++/12181
695         * g++.dg/expr/comma1.C: New test.
696
697 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
698
699         PR c++/11867
700         * g++.dg/expr/static_cast5.C: New test.
701
702 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
703
704         PR c++/11507
705         * g++.dg/lookup/scoped7.C: New test.
706
707         PR c++/9574
708         * g++.dg/other/static1.C: New test.
709
710         PR c++/11490
711         * g++.dg/warn/template-1.C: New test.
712
713         PR c++/11432
714         * g++.dg/template/crash10.C: New test.
715
716         PR c++/2478
717         * g++.dg/overload/VLA.C: New test.
718
719         PR c++/10804
720         * g++.dg/template/call1.C: New test.
721
722 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
723
724         PR c++/11794
725         * g++.dg/parse/using3.C: New test.
726
727 2003-09-06  Roger Sayle  <roger@eyesopen.com>
728
729         PR c++/11409
730         * g++.dg/overload/builtin3.C: New test case.
731
732 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
733
734         PR c/9862
735         * gcc.dg/20030906-1.c: New test.
736         * gcc.dg/20030906-2.c: Likewise.
737
738 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
739
740         PR c++/12167
741         * g++.dg/parse/defarg5.C: New test.
742
743         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
744
745 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
746
747         PR c++/12163
748         * g++.dg/expr/static_cast4.C: New test.
749
750         PR c++/12146
751         * g++.dg/template/crash9.C: New test.
752
753 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
754
755         * g++.old-deja/g++.ext/pretty2.C: Update for change
756         in __FUNCTION__.
757         * g++.old-deja/g++.ext/pretty3.C: Likewise.
758
759 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
760
761         PR c++/11922
762         * g++/dg/template/qualified-id1.C: New test.
763
764         PR c++/12037
765         * g++.dg/warn/noeffect4.C: New test.
766
767 2003-09-04  Matt Austern  <austern@apple.com>
768
769         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
770         * g++.dg/ext/fnname2.C: Likewise.
771         * g++.dg/ext/fnname3.C: Likewise.
772
773 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
774
775         * g++.dg/expr/lval1.C: New test.
776         * g++.dg/ext/lvcast.C: Remove.
777
778 2003-09-03  Roger Sayle  <roger@eyesopen.com>
779
780         PR optimization/11700.
781         * gcc.c-torture/compile/20030903-1.c: New test case.
782
783 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
784
785         PR c++/12053
786         * g++.dg/abi/layout4.C: New test.
787
788 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
789
790         PR c++/11553
791         * g++.dg/parse/friend3.C: New test.
792
793 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
794
795         PR c++/11847
796         * g++.dg/template/class1.C: New test.
797
798         PR c++/11808
799         * g++.dg/expr/call1.C: New test.
800
801 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
802
803         PR c++/12114
804         * g++.dg/init/ref9.C: New test.
805
806         PR c++/11972
807         * g++.dg/template/nested4.C: New test.
808
809 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
810
811         PR c++/12093
812         * g++.dg/template/non-dependent4.C: New test.
813
814         PR c++/11928
815         * g++.dg/inherit/conv1.C: New test.
816
817 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
818
819         PR c++/6196
820         * g++.dg/ext/label1.C: New test.
821         * g++.dg/ext/label2.C: Likewise.
822
823 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
824
825         * g++.dg/expr/cond3.C: New test.
826
827 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
828
829         * gcc.dg/builtins-1.c: Add new builtin cases.
830
831 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
832
833         * gcc.dg/builtins-1.c: Add new cases.
834         * gcc.dg/torture/builtin-attr-1.c: Likewise.
835
836 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
837
838         * gcc.dg/builtins-1.c: Add more math builtin tests.
839         * gcc.dg/torture/builtin-attr-1.c: New test.
840
841 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
842
843         PR optimization/5079
844         * g++.dg/opt/static3.C: New test.
845
846 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
847
848         * gcc.misc-tests/gcov-10b.c: New test.
849
850 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
851
852         * g++.dg/opt/ptrmem3.C: New test.
853
854         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
855
856 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
857
858         * gcc.dg/20030826-2.c: New test.
859
860 2003-08-26  Roger Sayle  <roger@eyesopen.com>
861
862         PR middle-end/12002
863         * g77.f-torture/compile/12002.f: New test case.
864
865 2003-08-26  Roger Sayle  <roger@eyesopen.com>
866
867         * gcc.dg/20030826-1.c: New test case.
868
869 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
870
871         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
872
873 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
874
875         PR c++/11871
876         * c++.dg/lookup/crash1.C: New test.
877
878         * c++.dg/warn/noeffect3.C: New test.
879
880 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
881
882         * gcc.dg/compat/vector-1_x.c: Compile with -w.
883         * gcc.dg/compat/vector-1_y.c: Ditto.
884         * gcc.dg/compat/vector-2_x.c: Ditto.
885         * gcc.dg/compat/vector-2_y.c: Ditto.
886
887 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
888
889         * gcc.dg/20030702-1.c: New test.
890
891 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
892
893         PR c++/8795
894         * g++.dg/ext/altivec-1.C: New test.
895
896 2003-08-24  Richard Henderson  <rth@redhat.com>
897
898         * g++.dg/eh/simd-2.C: Add -w for x86.
899
900 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
901
902         * gcc.dg/20030815-1.c: New test.
903
904 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
905
906         PR c++/3765
907         * g++.dg/parse/access6.C: New test.
908
909 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
910
911         PR c++/641, c++/11876
912         * g++.dg/template/friend22.C: New test.
913         * g++.dg/template/friend23.C: Likewise.
914
915 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
916
917         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
918         identically.
919
920 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
921
922         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
923
924 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
925
926         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
927
928 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
929
930         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
931
932 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
933
934         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
935
936 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
937
938         PR c++/11919
939         * g++.dg/overload/prom1.C: New test.
940
941         PR c++/11551
942         * g++.dg/parse/dtor2.C: New test.
943
944         PR c++/10762
945         * g++.dg/parse/using2.C: New test.
946
947 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
948
949         PR target/11805
950         * gcc.c-torture/compile/20030821-1.c: New.
951
952 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
953
954         PR c++/11834
955         * g++.dg/template/deduce2.C: New test.
956
957 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
958
959         * gcc.c-torture/execute/20030821-1.c: New test.
960
961 2003-08-20  Roger Sayle  <roger@eyesopen.com>
962
963         PR middle-end/11984
964         * gcc.dg/20030820-1.c: New test case.
965
966 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
967
968         PR c++/11945
969         * g++.dg/warn/noeffect2.C: New test.
970
971 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
972
973         PR c++/10926
974         * g++.dg/template/dtor2.C: New test.
975
976         PR c++/11684
977         * g++.dg/template/operator1.C: New test.
978         * g++.dg/parse/operator4.C: New test.
979
980         PR c++/11946.C
981         * g++.dg/expr/enum1.C: New test.
982         * gcc.dg/c99-bool-1.c: Remove bogus warning.
983
984         PR c++/11036.C
985         * g++.dg/parse/elab2.C: New test.
986         * g++.dg/parse/typedef4.C: Change error message.
987         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
988         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
989         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
990
991 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
992
993         * gcc.dg/pch/warn-1.c: New.
994         * gcc.dg/pch/warn-1.hs: New.
995
996         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
997         not-tested file.
998
999 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
1000
1001         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
1002
1003 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
1004
1005         * gcc.dg/uninit-D.c: New Test.
1006         * gcc.dg/uninit-E.c: New Test.
1007         * gcc.dg/uninit-F.c: New Test.
1008         * gcc.dg/uninit-G.c: New Test.
1009
1010 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
1011
1012         * g++.dg/README: Describe the pch directory.
1013
1014 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1015
1016         PR c++/11174
1017         * g++.dg/parse/access4.C: New test.
1018         * g++.dg/parse/access5.C: Likewise.
1019         * g++.old-deja/g++.jason/access17.C: Adjust error message.
1020
1021 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
1022
1023         * gcc.dg/noncompile/20030818-1.c: New.
1024
1025 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
1026
1027         PR c++/11957
1028         * g++.dg/warn/noeffect1.C: New test.
1029
1030         * g++.dg/template/scope2.C: New test.
1031         * g++.dg/template/error2.C: Correct dg-error
1032
1033 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
1034
1035         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
1036
1037 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
1038
1039         PR C++/11512
1040         * g++.dg/template/warn1.C: New.
1041
1042 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
1043
1044         * g++.dg/template/error2.C: New test.
1045         * g++.dg/lookup/using7.C: Adjust errors
1046         * g++.old-deja/g++.pt/crash36.C: Likewise.
1047         * g++.old-deja/g++.pt/derived3.C: Likewise.
1048
1049 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1050
1051         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
1052         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
1053         * gcc.c-torture/execute/builtins/string-9.c: New, from
1054         string-opt-9.c.  Adjust for execute/builtins framework.
1055         * gcc.c-torture/execute/string-opt-9.c: Delete.
1056
1057 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
1058
1059         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
1060
1061         * g++.dg/parse/ret-type2.C: New test.
1062
1063         PR c++/11703
1064         * g++.dg/init/new8.C: New test.
1065
1066         PR c++/10923
1067         * g++.dg/parse/typedef5.C: New test.
1068
1069         PR c++/9512
1070         * g++.dg/parse/qualified2.C: New test.
1071         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
1072         invalid code.
1073
1074 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
1075
1076         * g++.dg/conversion/ptrmem1.C: New test.
1077
1078 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
1079
1080         PR target/11693
1081         * gcc.dg/20030811-1.c: New test.
1082
1083         PR target/11535
1084         * gcc.c-torture/execute/20030811-1.c: New test.
1085
1086 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1087
1088         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
1089
1090 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
1091
1092         PR c++/11789.C
1093         * g++.dg/inherit/multiple1.C: New test.
1094
1095 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
1096
1097         * gcc.dg/spe1.c: New test.
1098
1099         PR c++/11670
1100         * g++.dg/expr/cast2.C: New test.
1101
1102         PR c++/10530
1103         * g++.dg/template/dependent-name2.C: New test.
1104
1105 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
1106
1107         * g++.dg/parse/crash11.C: Put the dg options in comments.
1108
1109 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
1110
1111         * lib/gcc-dg.exp: Update for diagnostic change.
1112
1113 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1114
1115         PR c++/5767
1116         * g++.dg/parse/crash11.C: New test.
1117
1118 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
1119
1120         * gcc.dg/cpp/spacing1.c: Update.
1121
1122 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
1123
1124         PR target/11739
1125         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
1126         a value for -mtune.
1127
1128 2003-08-04  Roger Sayle  <roger@eyesopen.com>
1129
1130         PR middle-end/11771
1131         * gcc.c-torture/compile/20030804-1.c: New test case.
1132
1133 2003-08-04  Roger Sayle  <roger@eyesopen.com>
1134
1135         * gcc.dg/20030804-1.c: New test case.
1136
1137 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
1138
1139         * gcc.dg/cpp/separate-1.c: New test.
1140
1141 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
1142
1143         PR c++/11704
1144         * g++.dg/template/dependent-expr2.C: New test.
1145
1146         PR c++/11766
1147         * g++.dg/expr/ptrmem1.C: New test.
1148
1149 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1150
1151         PR c++/9453
1152         * g++.dg/template/friend15.C: New test.
1153
1154 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
1155
1156         * lib/dg-pch.exp: Work round PCH bug.
1157
1158 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1159
1160         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
1161         builtins.  Move cases from builtins-4.c here.
1162
1163         * gcc.dg/torture/builtin-math-1.c: New test taken from
1164         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
1165         additional cases.
1166
1167         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
1168         Delete.
1169
1170 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
1171
1172         PR c++/9447
1173         * g++.dg/template/using7.C: New test.
1174
1175 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
1176
1177         * import1.c, import2.c: New tests.
1178
1179 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
1180
1181         * g++.dg/eh/crossjump1.C: New test.
1182
1183 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
1184
1185         PR c++/11697
1186         * g++.dg/template/using6.C: New test.
1187
1188         PR c++/11744
1189         * g++.dg/template/koenig2.C: New test.
1190
1191 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1192
1193         PR c++/7983
1194         * g++.dg/parse/typedef4.C: New test.
1195
1196 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1197
1198         PR c++/8442, c++/8806
1199         * g++.dg/template/elab1.C: New test.
1200         * g++.dg/template/type2.C: Likewise.
1201         * g++.dg/template/ttp3.C: Adjust expected error message.
1202         * g++.old-deja/g++.law/visibility13.C: Likewise.
1203         * g++.old-deja/g++.niklas/t135.C: Likewise.
1204         * g++.old-deja/g++.pt/ttp41.C: Likewise.
1205         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
1206         template argument.
1207         * g++.old-deja/g++.pt/ttp44.C: Likewise.
1208
1209 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
1210
1211         PR c++/11295
1212         * g++.dg/ext/stmtexpr1.C: New test.
1213
1214         * g++.dg/opt/tmp1.C: New test.
1215
1216         PR c++/11525
1217         * g++.dg/parse/constant4.C: New test.
1218
1219         PR c++/9447
1220         * g++.dg/template/using5.C: New test.
1221
1222 2003-07-31  Roger Sayle  <roger@eyesopen.com>
1223
1224         * gcc.dg/builtins-27.c: New test case.
1225
1226 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
1227
1228         * gcc.dg/tls/opt-7.c: New test.
1229
1230 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
1231
1232         * g++.old-deja/g++.other/crash18.C: Remove.
1233
1234 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
1235
1236         * g++.dg/template/explicit3.C: New.
1237         * g++.dg/template/explicit4.C: New.
1238         * g++.dg/template/explicit5.C: New.
1239
1240         PR c++/11347
1241         * g++.dg/template/memtmpl1.C: New.
1242
1243 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
1244
1245         PR target/11565
1246         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
1247         * gcc.dg/i386-387-5.c (dg-options): Likewise.
1248
1249 2003-07-30  Jan Hubicka  <jh@suse.cz>
1250
1251         * vtgc1.c: Kill.
1252
1253 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
1254
1255         * gcc.dg/struct-in-proto-1.c: New test.
1256
1257 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
1258
1259         * gcc.dg/cpp/include2.c: Only expect one message.
1260
1261 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
1262
1263         PR c++/9447
1264         * g++.dg/template/using1.C: New test.
1265         * g++.dg/template/using2.C: New test.
1266         * g++.dg/template/using3.C: New test.
1267         * g++.dg/template/using4.C: New test.
1268
1269 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
1270
1271         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
1272         * gcc.c-torture/execute/string-opt-10.c: Likewise.
1273
1274 2003-07-28  Jan Hubicka  <jh@suse.cz>
1275
1276         PR c++/11530
1277         * g++.dg/opt/call1.C: New test.
1278
1279 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
1280
1281         PR c++/11667
1282         * g++.dg/init/enum2.C: New test.
1283         * g++.dg/template/overload1.C: Add "-w" option.
1284
1285 2003-07-28    <hp@bitrange.com>
1286
1287         * gcc.dg/Wdeclaration-after-statement-1.c,
1288         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
1289
1290 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
1291
1292         * gcc.c-torture/compile/20030725-1.c: New test.
1293
1294 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
1295
1296         * gcc.dg/20030505.c: Only run for SPE.
1297         Remove definition of opaque type.
1298
1299 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
1300
1301         * g++.dg/template/ptrmem6.C: New test.
1302
1303 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
1304
1305         * gcc.c-torture/compile/zero-strct-2.c: New test.
1306
1307 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
1308
1309         * gcc.dg/intermod-1.c: New test.
1310
1311 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
1312
1313         PR c++/11617
1314         * g++.dg/template/lookup2.C: New test.
1315         * g++.dg/template/memclass1.C: Remove instantiated from error.
1316         * g++.dg/other/error2.C: Tweak expected errors.
1317
1318         PR c++/11596
1319         * g++.dg/template/defarg3.C: New test.
1320
1321         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
1322
1323 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
1324
1325         * g++.dg/inherit/access5.C: New test.
1326
1327 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1328
1329         PR c++/11513
1330         * g++.dg/template/crash8.C: New test.
1331
1332 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
1333
1334         PR c/10602
1335         * gcc.dg/noncompile/incomplete-2.c: New test.
1336
1337 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
1338
1339         PR c++/11645
1340         * g++.dg/inherit/access4.C: New test.
1341
1342         PR c++/11517
1343         * g++.dg/expr/cond2.C: New test.
1344
1345         PR optimization/10679
1346         * g++.dg/opt/inline4.C: New test.
1347
1348 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
1349
1350         * g++.dg/parse/crash10: New test.
1351
1352 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
1353
1354         * g++.dg/ext/flexary1.C: New test.
1355
1356 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1357
1358         PR c++/10793
1359         * g++.dg/template/crash9.C: New test.
1360
1361 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1362
1363         PR c++/3004
1364         * g++.dg/parse/typedef3.C: New test.
1365
1366         PR c++/7906
1367         * g++.dg/parse/operator2.C: New test.
1368
1369         PR c++/8895
1370         * g++.dg/parse/def-tmpl-arg1.C: New test.
1371
1372         PR c++/9282
1373         * g++.dg/parse/funptr1.C: New test.
1374
1375         PR c++/9452
1376         * g++.dg/parse/ambig3.C: New test.
1377
1378         PR c++/9454
1379         * g++.dg/parse/operator3.C: New test.
1380
1381         PR c++/9486
1382         * g++.dg/parse/template10.C: New test.
1383
1384         PR c++/9488
1385         * g++.dg/parse/template11.C: New test.
1386
1387         PR c++/10150
1388         * g++.dg/parse/invalid-op1.C: New test.
1389
1390         PR c++/10247
1391         * g++.dg/parse/condexpr1.C: New test.
1392
1393 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
1394
1395         * g++.dg/ext/packed3.C: New test.
1396         * g++.dg/ext/packed4.C: New test.
1397
1398         * gcc.dg/pack-test-3.c: New test.
1399
1400 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
1401
1402         * lib/compat.exp: Handle dg-options per source file.
1403         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
1404         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
1405         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
1406         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
1407         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
1408         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
1409         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
1410         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
1411         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
1412         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
1413         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
1414         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
1415         * g++.dg/compat/break/bitfield7_x.C: Ditto.
1416         * g++.dg/compat/break/bitfield7_y.C: Ditto.
1417
1418 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
1419
1420         PR c/10320
1421         * gcc.c-torture/execute/20030718-1.c: New test.
1422
1423 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1424
1425         PR optimization/11536
1426         * gcc.dg/20030721-1.c: New test.
1427
1428 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
1429
1430         PR c++/11546
1431         * g++.dg/template/lookup1.C: New test.
1432
1433 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
1434
1435         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
1436         diagnostics of ill-formed constructs involving labels.
1437         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
1438         the new 'previously defined here' message.
1439
1440 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
1441
1442         * g++.dg/parse/non-dependent2.C: New test.
1443
1444 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
1445
1446         * g++.dg/init/init-ref4.C: xfail on targets without
1447         weak symbols.
1448
1449 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
1450
1451         PR target/11087
1452         * gcc.c-torture/execute/20030717-1.c: New test.
1453
1454 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
1455
1456         * g++.dg/opt/cfg1.C: New test.
1457
1458 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
1459
1460         PR optimization/11557
1461         * gcc.dg/20030717-1.c: New test.
1462
1463 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
1464
1465         PR c++/10476
1466         * g++.dg/expr/crash-1.C: New test.
1467
1468         PR c++/11027
1469         * g++.dg/template/init3.C: New test.
1470
1471         PR c++/8222
1472         * g++.dg/template/non-dependent1.C: New test.
1473
1474         PR c++/11070
1475         * g++.dg/template/non-dependent2.C: New test.
1476
1477         PR c++/11071
1478         * g++.dg/template/non-dependent3.C: New test.
1479
1480         PR c++/9907
1481         * g++.dg/template/sizeof5.C: New test.
1482
1483 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
1484
1485         PR 11498
1486         * gcc.c-torture/compile/mangle-1.c: New file.
1487
1488 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1489
1490         PR c++/7809
1491         * g++.dg/parse/access3.C: New test.
1492
1493 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
1494
1495         PR c++/11384
1496         * g++.dg/init/init-ref4.C: New test.
1497
1498 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
1499
1500         PR c++/11547
1501         * g++.dg/parse/constant3.C: New test.
1502         * g++.dg/parse/crash7.C: Likewise.
1503
1504 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
1505
1506         PR target/11008
1507         * gcc.dg/i386-pentium4-not-mull.c: New.
1508
1509 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
1510
1511         * gcc.dg/asm-names.c (ymain): Make it weak.
1512
1513 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1514
1515         PR c++/5421
1516         * g++.dg/template/friend21.C: New test.
1517
1518 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
1519
1520         * gcc.dg/cleanup-8.c: New test.
1521         * gcc.dg/cleanup-9.c: New test.
1522
1523 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
1524
1525         * g++.dg/ext/dll-MI1.h: New file.
1526         * g++.dg/ext/dllexport-MI1.C: New file.
1527         * g++.dg/ext/dllimport-MI1.C: New file.
1528
1529 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
1530
1531         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
1532         it does not have cmpstrsi patterns (just cmpmemsi).
1533
1534 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
1535
1536         PR debug/11473
1537         * g++.dg/debug/debug8.C: New test.
1538
1539 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1540
1541         PR c++/10108
1542         * g++.dg/template/crash7.C: New test.
1543
1544 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
1545
1546         PR target/10795
1547         * gcc.c-torture/compile/20030708-1.c: New.
1548
1549 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
1550
1551         * gcc.c-torture/execute/20030715-1.c: New test.
1552
1553 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
1554
1555         * gcc.dg/pch/inline-3.c: New file.
1556         * gcc.dg/pch/inline-3.hs: New file.
1557         * gcc.dg/pch/inline-4.c: New file.
1558         * gcc.dg/pch/inline-4.hs: New file.
1559
1560 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
1561
1562         PR c++/11509
1563         * g++.dg/template/crash6.C: New test.
1564
1565         PR c++/7053
1566         * g++.dg/template/friend20.C: New test.
1567
1568         PR c++/7019
1569         * g++.dg/template/overload2.C: New test.
1570
1571 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1572
1573         PR optimization/11440
1574         * gcc.c-torture/execute/20030714-1.c: New test.
1575
1576 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1577
1578         PR c++/11154
1579         * g++.dg/template/partial2.C: New test.
1580
1581 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
1582
1583         PR c++/11503
1584         * g++.dg/template/anon1.C: New test.
1585
1586         PR c++/11493
1587         PR c++/11495
1588         * g++.dg/parse/template9.C: Likewise.
1589         * g++.dg/template/crash4.C: New test.
1590         * g++.dg/template/koenig1.C: Likewise.
1591         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
1592         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
1593         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
1594         functions.
1595         * g++.old-deja/g++.jason/template36.C: Likewise.
1596         * g++.old-deja/g++.mike/p1989.C: Likewise.
1597         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
1598         * g++.old-deja/g++.pt/ttp20.C: Use this->.
1599         * g++.old-deja/g++.pt/ttp21.C: Use this->.
1600         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
1601         compiling.
1602         * g++.old-deja/g++.pt/union2.C: Use this->.
1603
1604 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
1605
1606         * gcc.dg/20030711-1.c: New test.
1607
1608 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
1609
1610         PR c++/11050
1611         * g++.dg/parse/args1.C: New test.
1612         * g++.pt/defarg8.C: Change expected errors.
1613
1614 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
1615
1616         PR c++/8164
1617         * g++.dg/template/nontype2.C: New test.
1618
1619         PR c++/10558
1620         * g++.dg/parse/template8.C: New test.
1621
1622         PR c++/8327
1623         * g++.dg/template/scope1.C: New test.
1624
1625         * g++.dg/warn/Wsign-compare-1.C: New test.
1626
1627 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
1628
1629         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
1630
1631 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
1632
1633         PR c++/9411
1634         * g++.dg/template/explicit2.C: New test.
1635
1636         PR c++/10032
1637         * g++.dg/warn/pedantic1.C: New test.
1638
1639 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
1640
1641         PR c++ 9483
1642         * g++.dg/other/field1.C: New test.
1643
1644 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
1645
1646         PR c/11449
1647         * gcc.c-torture/compile/20030707-1.c: New.
1648
1649 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1650
1651         PR c++/10849
1652         * g++.dg/template/access12.C: New test.
1653
1654 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
1655
1656         * g++.dg/bprob/bprob.exp (prof_ext): Update.
1657         * g77.dg/bprob/bprob.exp (prof_ext): Update.
1658         * gcc.misc-tests/bprob.exp (prof_ext): Update.
1659         * gcc.misc-tests/gcov.exp: Update
1660         * g++.dg/gcov/gcov.exp: Update
1661         * lib/gcov.exp: Update.
1662
1663 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
1664
1665         * g++.dg/abi/mangle17.C: Make sure template expressions are
1666         dependent.
1667         * g++.dg/abi/mangle4.C: Mark erroneous casts.
1668         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
1669         * g++.dg/opt/stack1.C: Remove erroneous code.
1670         * g++.dg/parse/template7.C: New test.
1671         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
1672         * g++.old-deja/g++.pt/crash4.C: Likewise.
1673
1674 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1675
1676         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
1677         with zero or one occurence of `$' after the initial `L'.
1678
1679 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
1680
1681         * gcc.c-torture/compile/20030704-1.c: Add a comment.
1682
1683 2003-07-08  Roger Sayle  <roger@eyesopen.com>
1684
1685         PR c/11370
1686         * gcc.dg/Wunreachable-6.c: New testcase.
1687         * gcc.dg/Wunreachable-7.c: New testcase.
1688
1689 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
1690
1691         PR c/11420
1692         * gcc.dg/20030708-1.c: New test.
1693
1694 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
1695
1696         * gcc.dg/compat/sdata-section.h: New file.
1697         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
1698         * gcc.dg/torture/mips-sdata-1.c: New test.
1699
1700 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1701
1702         PR c++/11030
1703         * g++.dg/template/friend19.C: New test.
1704
1705 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
1706
1707         * g++.dg/opt/strength-reduce.C: New test.
1708
1709 2003-07-07  Roger Sayle  <roger@eyesopen.com>
1710
1711         PR target/10979
1712         * gcc.dg/20030707-1.c: New testcase.
1713
1714 2003-07-07  Roger Sayle  <roger@eyesopen.com>
1715
1716         PR optimization/11059
1717         * g++.dg/opt/emptyunion.C: New testcase.
1718
1719 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1720             Eric Botcazou  <ebotcazou@libertysurf.fr>
1721
1722         * g++.dg/opt/stack1.C: New test.
1723
1724 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
1725
1726         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
1727         run test.
1728
1729         PR c++/11431
1730         * g++.dg/expr/static_cast3.C: New test.
1731
1732 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
1733
1734         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
1735         everywhere.
1736         * gcc.dg/concat.c: Concatenation of string constants with
1737         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
1738         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
1739         * gcc.dg/cpp/escape-2.c: Use wide character constants where
1740         necessary to avoid multi-character character constant warning.
1741         * gcc.dg/cpp/escape.c: Likewise.
1742         * gcc.dg/cpp/ucs.c: Likewise.
1743         Remove backslashes from dg-bogus comments, as they confuse Tcl.
1744         Fix a typo.
1745
1746 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
1747
1748         PR c/11428
1749         * gcc.c-torture/compile/20030704-1.c: New.
1750
1751 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
1752
1753         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
1754
1755 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
1756
1757         PR c++/5287, PR c++/7910,  PR c++/11021
1758         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
1759         tests for warnings.
1760         * g++.dg/ext/dllimport2.C: Add tests for warnings.
1761         * g++.dg/ext/dllimport3.C: Likewise.
1762         * g++.dg/ext/dllimport4.C: New file.
1763         * g++.dg/ext/dllimport5.C: New file.
1764         * g++.dg/ext/dllimport6.C: New file.
1765         * g++.dg/ext/dllimport7.C: New file.
1766         * g++.dg/ext/dllimport8.C: New file.
1767         * g++.dg/ext/dllimport9.C: New file.
1768         * g++.dg/ext/dllimport10.C: New file.
1769         * g++.dg/ext/dllexport1.C: New file.
1770
1771 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
1772
1773         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
1774         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
1775
1776 2003-07-03  Roger Sayle  <roger@eyesopen.com>
1777
1778         * gcc.dg/builtins-25.c: New testcase.
1779         * gcc.dg/builtins-26.c: New testcase.
1780
1781 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
1782
1783         * gcc.dg/compat/vector-defs.h: New file.
1784         * gcc.dg/compat/vector-setup.h: New file.
1785         * gcc.dg/compat/vector-check.h: New file.
1786         * gcc.dg/compat/vector-1_main.c: New file.
1787         * gcc.dg/compat/vector-1_x.c: New file.
1788         * gcc.dg/compat/vector-1_y.c: New file.
1789         * gcc.dg/compat/vector-2_main.c: New file.
1790         * gcc.dg/compat/vector-2_x.c: New file.
1791         * gcc.dg/compat/vector-2_y.c: New file.
1792
1793         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
1794         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
1795         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
1796         * gcc.dg/compat/struct-align-1.h: New file.
1797         * gcc.dg/compat/struct-align-1_main.c: New file.
1798         * gcc.dg/compat/struct-align-1_x.c: New file.
1799         * gcc.dg/compat/struct-align-1_y.c: New file.
1800         * gcc.dg/compat/struct-align-2.h: New file.
1801         * gcc.dg/compat/struct-align-2_main.c: New file.
1802         * gcc.dg/compat/struct-align-2_x.c: New file.
1803         * gcc.dg/compat/struct-align-2_y.c: New file.
1804
1805         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
1806         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
1807         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
1808         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
1809         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
1810         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
1811         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
1812         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
1813         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
1814         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
1815         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
1816         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
1817         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
1818         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
1819         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
1820         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
1821         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
1822         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
1823         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
1824         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
1825         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
1826         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
1827         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
1828         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
1829         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
1830         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
1831         * gcc.dg/compat/struct-return-10_x.c: Ditto.
1832         * gcc.dg/compat/struct-return-2_x.c: Ditto.
1833         * gcc.dg/compat/struct-return-3_x.c: Ditto.
1834
1835 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1836
1837         * gcc.dg/i386-call-1.c: New test.
1838
1839 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
1840
1841         PR c++/9162
1842         * g++.dg/parse/defarg4.C: New.
1843
1844 2003-07-03  Roger Sayle  <roger@eyesopen.com>
1845
1846         PR target/10700
1847         * gcc.c-torture/compile/20030703-1.c: New test case.
1848
1849 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
1850
1851         * g++.dg/template/local3.C: Remove extra semicolon.
1852
1853 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1854
1855         * gcc.dg/i386-volatile-1.c: New test.
1856
1857 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
1858
1859         PR c++/11072
1860         * g++.dg/other/offsetof2.C: XFAIL.
1861         * g++.dg/other/offsetof5.C: New.
1862
1863         PR c++/10219
1864         * g++.dg/template/error1.C: New.
1865
1866         PR c++/9779
1867         * g++.dg/template/dependent-expr1.C: New.
1868
1869 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
1870
1871         PR c++/6949
1872         * g++.dg/template/local3.C: New test.
1873
1874         PR c++/11149
1875         * g++.dg/lookup/scoped6.C: New test.
1876
1877 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
1878
1879         PR c++/8046
1880         * g++.dg/other/error7.C: New test.
1881
1882 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
1883
1884         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
1885         * g++.old-deja/g++.abi/vtable3.h: Likewise.
1886         * g++.old-deja/g++.law/code-gen5.C: Likewise.
1887         * g++.old-deja/g++.other/union2.C: Likewise.
1888         * gcc.dg/c90-const-expr-2.c: Likewise.
1889         * gcc.dg/c90-const-expr-3.c: Likewise.
1890         * gcc.dg/c99-const-expr-2.c: Likewise.
1891         * gcc.dg/c99-const-expr-3.c: Likewise.
1892         * gcc.dg/concat.c: Likewise.
1893
1894 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
1895
1896         PR c++/9559
1897         * g++.dg/init/static1.C: New test.
1898
1899 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1900
1901         * Changelog: Remove ">>>>>>>" from previous change.
1902
1903 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1904
1905         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
1906         * g++.old-deja/g++.other/access2.C: Likewise.
1907         * g++.old-deja/g++.other/decl2.C: Likewise.
1908         * gcc.c-torture/execute/20020615-1.c: Likewise.
1909
1910 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
1911
1912         PR c++/4933
1913         * g++.dg/template/sizeof4.C: New test.
1914
1915 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
1916
1917         * g++.dg/other/error6.C: New test.
1918
1919 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
1920
1921         PR c++/10750
1922         * g++.dg/parse/constant2.C: New test.
1923
1924 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
1925
1926         PR c++/11106
1927         * g++.dg/other/error5.C: New test.
1928
1929 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1930
1931         * gcc.dg/format/gcc_diag-1.c: New test.
1932
1933 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
1934
1935         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
1936
1937 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
1938
1939         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
1940         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
1941         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
1942
1943 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
1944
1945         * gcc.c-torture/execute/builtins/string-8.c: New test.
1946         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
1947         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
1948         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
1949
1950 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
1951
1952         PR c++/10468
1953         * g++.dg/ext/typeof6.C: New test.
1954
1955 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
1956
1957         PR c++/10796
1958         * g++.dg/init/enum1.C: New test.
1959
1960 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
1961
1962         * gcc.dg/20030627-1.c: New test.
1963
1964 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
1965
1966         PR c++/11332
1967         * g++.dg/expr/static_cast2.C: New test.
1968
1969 2003-06-26  Roger Sayle  <roger@eyesopen.com>
1970             Jakub Jelinek  <jakub@redhat.com>
1971
1972         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
1973         sprintf(dst,"%s",src) optimization.
1974         * gcc.c-torture/execute/20030626-1.c: New test case.
1975         * gcc.c-torture/execute/20030626-2.c: New test case.
1976
1977 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
1978
1979         * gcc.c-torture/execute/multi-ix.c: New test.
1980
1981         * gcc.c-torture/execute/simd-4.c (main):
1982         Added missing semicolon at end of union.
1983
1984 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
1985
1986         PR c++/8266
1987         * g++.dg/template/explicit-instantiation3.C: New test.
1988
1989 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
1990
1991         * gcc.dg/20030626-1.c: Use signed char.
1992
1993 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
1994
1995         * gcc.dg/20030626-1.c: New test.
1996
1997 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
1998
1999         * const-str-2.m: Update.
2000
2001 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
2002
2003         PR c++/10990
2004         * g++.dg/rtti/dyncast1.C: New test.
2005         * g++.dg/abi/mangle4.C: Correct base-specifier access.
2006         * g++.dg/lookup/scoped1.C: Remove XFAIL.
2007         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
2008
2009         PR c++/10931
2010         * g++.dg/expr/static_cast1.C: New test.
2011
2012 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
2013
2014         * gcc.dg/20030625-1.c: New test.
2015
2016 2003-06-24  Roger Sayle  <roger@eyesopen.com>
2017
2018         * gcc.c-torture/compile/20030624-1.c: New test case.
2019
2020 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
2021
2022         * gcc.c-torture/execute/string-opt-17.c: New test.
2023
2024 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
2025
2026         PR c++/5754
2027         * g++.dg/parse/crash6.C: New test.
2028
2029 2003-06-23  Roger Sayle  <roger@eyesopen.com>
2030
2031         * gcc.dg/builtins-24.c: New test case.
2032
2033 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
2034
2035         * g++.dg/opt/operator1.C: New test.
2036
2037 2003-06-22  Roger Sayle  <roger@eyesopen.com>
2038
2039         * gcc.c-torture/execute/string-opt-16.c: New test case.
2040
2041 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
2042
2043         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
2044         * g++.old-deja/g++.other/conv7.C: Likewise
2045         * g++.old-deja/g++.other/overcnv2.C: Likewise.
2046         * g++.old-deja/g++.other/overload14.C: Likewise.
2047
2048 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
2049
2050         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
2051         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
2052
2053 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
2054
2055         PR c++/10888
2056         * g++.dg/warn/Winline-3.C: New test.
2057
2058 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
2059
2060         * lib/target-supports.exp (check_alias_available): Make the test
2061         program acceptable to the Solaris assembler.
2062
2063         PR c++/10749
2064         * g++.dg/template/memclass2.C: New test.
2065
2066 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
2067             Eric Botcazou  <ebotcazou@libertysurf.fr>
2068
2069         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
2070         data for non-matching targets.
2071         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
2072
2073 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
2074
2075         PR c++/10845
2076         * g++.dg/template/member3.C: New test.
2077
2078 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
2079
2080         PR c++/10939
2081         * g++.dg/template/func1.C: New test.
2082
2083         PR c++/9649
2084         * g++.dg/template/static4.C: New test.
2085         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
2086
2087         PR c++/11041
2088         * g++.dg/init/ref7.C: New test.
2089
2090 2003-06-19  Matt Austern  <austern@apple.com>
2091
2092         PR c++/11228
2093         * g++.dg/anew1.C: New test.
2094         * g++.dg/anew2.C: New test.
2095         * g++.dg/anew3.C: New test.
2096         * g++.dg/anew4.C: New test.
2097
2098 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
2099
2100         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
2101
2102 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
2103
2104         * gcc.c-torture/execute/simd-4.c (main): Make expected value
2105         endian-dependent.
2106
2107 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
2108
2109         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
2110         Remove cruft.
2111
2112 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
2113
2114         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
2115         * gcc.c-torture/compile/961203-1.c: Likewise.
2116         * gcc.c-torture/compile/980506-1.c: Likewise.
2117
2118 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
2119
2120         PR c++/10712
2121         * g++.dg/lookup/using7.C: New test.
2122
2123 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
2124
2125         PR c++/11105
2126         * g++.dg/abi/conv1.C: Remove it.
2127         * g++.dg/template/conv7.C: New test.
2128         * g++.dg/template/conv8.C: Likewise.
2129         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
2130         conversion operator.
2131
2132 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
2133
2134         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
2135         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
2136         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
2137         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
2138         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
2139         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
2140         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
2141         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
2142         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
2143         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
2144         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
2145         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
2146         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
2147         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
2148         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
2149         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
2150         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
2151         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
2152         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
2153         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
2154         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
2155         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
2156         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
2157         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
2158         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
2159         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
2160         * gcc.dg/compat/struct-return-10_x.c: Ditto.
2161         * gcc.dg/compat/struct-return-2_x.c: Ditto.
2162         * gcc.dg/compat/struct-return-3_x.c: Ditto.
2163
2164 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
2165
2166         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
2167         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
2168         indications.
2169
2170 2003-06-16  Roger Sayle  <roger@eyesopen.com>
2171
2172         * gcc.dg/i386-387-5.c: New test case.
2173         * gcc.dg/i386-387-6.c: New test case.
2174         * gcc.dg/builtins-23.c: New test case.
2175
2176 2003-06-15  Roger Sayle  <roger@eyesopen.com>
2177
2178         * gcc.dg/builtins-22.c: New test case.
2179         * gcc.dg/i386-387-1.c: Update to test exp.
2180         * gcc.dg/i386-387-2.c: Likewise.
2181
2182 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2183
2184         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
2185
2186 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
2187
2188         * lib/gcc-dg.exp (dg-require-dll): New function.
2189         (dg-xfail-if): Likewise.
2190         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
2191         driver.
2192
2193         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
2194         * gcc.c-torture/compile/20001205-1.c: Likewise.
2195         * gcc.c-torture/compile/20001226-1.c: Likewise.
2196         * gcc.c-torture/compile/20010518-2.c: Likewise.
2197         * gcc.c-torture/compile/20020312-1.c: Likewise.
2198         * gcc.c-torture/compile/20020604-1.c: Likewise.
2199         * gcc.c-torture/compile/920501-12.c: Likewise.
2200         * gcc.c-torture/compile/920501-4.c: Likewise.
2201         * gcc.c-torture/compile/920520-1.c: Likewise.
2202         * gcc.c-torture/compile/920521-1.c: Likewise.
2203         * gcc.c-torture/compile/920625-1.c: Likewise.
2204         * gcc.c-torture/compile/961203-1.c: Likewise.
2205         * gcc.c-torture/compile/980506-1.c: Likewise.
2206         * gcc.c-torture/compile/981006-1.c: Likewise.
2207         * gcc.c-torture/compile/981022-1.c: Likewise.
2208         * gcc.c-torture/compile/981223-1.c: Likewise.
2209         * gcc.c-torture/compile/990617-1.c: Likewise.
2210         * gcc.c-torture/compile/dll.c: Likewise.
2211         * gcc.c-torture/compile/labels-3.c: Likewise.
2212         * gcc.c-torture/compile/mipscop-1.c: Likewise.
2213         * gcc.c-torture/compile/mipscop-2.c: Likewise.
2214         * gcc.c-torture/compile/mipscop-3.c: Likewise.
2215         * gcc.c-torture/compile/mipscop-4.c: Likewise.
2216         * gcc.c-torture/compile/simd-5.c: Likewise.
2217         * gcc.c-torture/compile/20000804-1.x: Remove.
2218         * gcc.c-torture/compile/20001205-1.x: Likewise.
2219         * gcc.c-torture/compile/20001226-1.x: Likewise.
2220         * gcc.c-torture/compile/20010518-2.x: Likewise.
2221         * gcc.c-torture/compile/20020312-1.x: Likewise.
2222         * gcc.c-torture/compile/20020604-1.x: Likewise.
2223         * gcc.c-torture/compile/920501-12.x: Likewise.
2224         * gcc.c-torture/compile/920501-4.x: Likewise.
2225         * gcc.c-torture/compile/920520-1.x: Likewise.
2226         * gcc.c-torture/compile/920521-1.x: Likewise.
2227         * gcc.c-torture/compile/920625-1.x: Likewise.
2228         * gcc.c-torture/compile/961203-1.x: Likewise.
2229         * gcc.c-torture/compile/980506-1.x: Likewise.
2230         * gcc.c-torture/compile/981006-1.x: Likewise.
2231         * gcc.c-torture/compile/981022-1.x: Likewise.
2232         * gcc.c-torture/compile/981223-1.x: Likewise.
2233         * gcc.c-torture/compile/990617-1.x: Likewise.
2234         * gcc.c-torture/compile/mipscop-1.x: Likewise.
2235         * gcc.c-torture/compile/mipscop-2.x: Likewise.
2236         * gcc.c-torture/compile/mipscop-3.x: Likewise.
2237         * gcc.c-torture/compile/mipscop-4.x: Likewise.
2238         * gcc.c-torture/compile/simd-5.x: Likewise.
2239
2240         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
2241
2242 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
2243
2244         * gcc.c-torture/execute/20030611-1.c: New test.
2245
2246 2003-06-12  Roger Sayle  <roger@eyesopen.com>
2247
2248         PR middle-end/168
2249         * gcc.dg/20030612-1.c: New test case.
2250
2251 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
2252
2253         PR c++/10635
2254         * g++.dg/expr/cast1.C: New test.
2255
2256 2003-06-12  Roger Sayle  <roger@eyesopen.com>
2257
2258         * gcc.dg/builtins-21.c: New test case.
2259
2260 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
2261
2262         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
2263         options instead of at the end.
2264         * lib/objc.exp (objc_target_compile): Likewise.
2265
2266 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
2267
2268         PR c++/10432
2269         * g++.dg/parse/error1.C: New test.
2270
2271 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
2272
2273         * gcc.dg/compat/struct-by-value-11_main.c: New file.
2274         * gcc.dg/compat/struct-by-value-11_x.c: New file.
2275         * gcc.dg/compat/struct-by-value-11_y.c: New file.
2276         * gcc.dg/compat/struct-by-value-12_main.c: New file.
2277         * gcc.dg/compat/struct-by-value-12_x.c: New file.
2278         * gcc.dg/compat/struct-by-value-12_y.c: New file.
2279         * gcc.dg/compat/struct-by-value-13_main.c: New file.
2280         * gcc.dg/compat/struct-by-value-13_x.c: New file.
2281         * gcc.dg/compat/struct-by-value-13_y.c: New file.
2282         * gcc.dg/compat/struct-by-value-14_main.c: New file.
2283         * gcc.dg/compat/struct-by-value-14_x.c: New file.
2284         * gcc.dg/compat/struct-by-value-14_y.c: New file.
2285         * gcc.dg/compat/struct-by-value-15_main.c: New file.
2286         * gcc.dg/compat/struct-by-value-15_x.c: New file.
2287         * gcc.dg/compat/struct-by-value-15_y.c: New file.
2288         * gcc.dg/compat/struct-by-value-16_main.c: New file.
2289         * gcc.dg/compat/struct-by-value-16_x.c: New file.
2290         * gcc.dg/compat/struct-by-value-16_y.c: New file.
2291         * gcc.dg/compat/struct-by-value-17_main.c: New file.
2292         * gcc.dg/compat/struct-by-value-17_x.c: New file.
2293         * gcc.dg/compat/struct-by-value-17_y.c: New file.
2294         * gcc.dg/compat/struct-by-value-18_main.c: New file.
2295         * gcc.dg/compat/struct-by-value-18_x.c: New file.
2296         * gcc.dg/compat/struct-by-value-18_y.c: New file.
2297
2298         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
2299         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
2300         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
2301         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
2302         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
2303         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
2304         * gcc.dg/compat/scalar-return-3_main.c: New file.
2305         * gcc.dg/compat/scalar-return-3_x.c: New file.
2306         * gcc.dg/compat/scalar-return-3_y.c: New file.
2307         * gcc.dg/compat/scalar-return-4_main.c: New file.
2308         * gcc.dg/compat/scalar-return-4_x.c: New file.
2309         * gcc.dg/compat/scalar-return-4_y.c: New file.
2310
2311 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
2312
2313         * gcc.dg/compat/fp2-struct-check.h: New file.
2314         * gcc.dg/compat/fp2-struct-defs.h: New file.
2315         * gcc.dg/compat/fp2-struct-init.h: New file.
2316         * gcc.dg/compat/struct-by-value-10_main.c: New file.
2317         * gcc.dg/compat/struct-by-value-10_x.c: New file.
2318         * gcc.dg/compat/struct-by-value-10_y.c: New file.
2319         * gcc.dg/compat/struct-return-10_main.c: New file.
2320         * gcc.dg/compat/struct-return-10_x.c: New file.
2321         * gcc.dg/compat/struct-return-10_y.c: New file.
2322
2323         * gcc.dg/compat/compat-common.h: New file.
2324         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
2325         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
2326         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
2327         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
2328         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
2329         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
2330         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
2331         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
2332         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
2333         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
2334         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
2335         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
2336         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
2337         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
2338         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
2339         * gcc.dg/compat/small-struct-check.h: Ditto.
2340         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
2341         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
2342         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
2343         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
2344         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
2345         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
2346         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
2347         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
2348         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
2349         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
2350         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
2351         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
2352         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
2353         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
2354         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
2355         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
2356         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
2357         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
2358         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
2359         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
2360         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
2361         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
2362         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
2363         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
2364         * gcc.dg/compat/struct-return-2_main.c: Ditto.
2365         * gcc.dg/compat/struct-return-2_x.c: Ditto.
2366         * gcc.dg/compat/struct-return-2_y.c: Ditto.
2367         * gcc.dg/compat/struct-return-3_main.c: Ditto.
2368         * gcc.dg/compat/struct-return-3_x.c: Ditto.
2369         * gcc.dg/compat/struct-return-3_y.c: Ditto.
2370
2371 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
2372
2373         * g++.dg/pch/static-1.C: New file.
2374         * g++.dg/pch/static-1.Hs: New file.
2375
2376 2003-06-10  Richard Henderson  <rth@redhat.com>
2377
2378         * gcc.dg/asm-7.c: Adjust expected warning text.
2379
2380 2003-06-10  Roger Sayle  <roger@eyesopen.com>
2381
2382         * gcc.dg/builtins-20.c: New test case.
2383
2384 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
2385
2386         PR c++/11131
2387         * g++.dg/opt/template1.C: New test.
2388
2389 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
2390
2391         * lib/gcc-dg.exp (dg-test): Clear additional_files and
2392         additional_sources.
2393
2394 2003-05-21  David Taylor  <dtaylor@emc.com>
2395
2396         * gcc.dg/Wpadded.c: New file.
2397
2398 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
2399
2400         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
2401         * gcc.dg/special/weak-2.c: Add dg-require-weak.
2402         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
2403         dg-require-weak.
2404
2405 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
2406
2407         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
2408
2409 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
2410
2411         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
2412         (dg-require-alias): Likewise.
2413         (dg-require-gc-sections): Likewise.
2414         * lib/target-supports.exp (check_gc_sections_available): Likewise.
2415
2416 2003-06-08  Richard Henderson  <rth@redhat.com>
2417
2418         * gcc.dg/20011029-2.c: Fix the array reference.
2419         * gcc.dg/asm-7.c: New.
2420
2421 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
2422
2423         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
2424
2425 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
2426
2427         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
2428         (dg-require-gc-sections): Likewise.
2429
2430 2003-06-08  Jan Hubicka  <jh@suse.cz>
2431
2432         * i386-cmov1.c: Fix regular expression.
2433         * i386-cvt-1.c: Likewise.
2434         * i386-local.c: Likewise.
2435         * i386-local2.c: Likewise.
2436         * i386-mul.c: Likewise.
2437         * i386-ssetype-1.c: Likewise.
2438         * i386-ssetype-3.c: Likewise.
2439         * i386-ssetype-5.c: Likewise.
2440
2441 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2442
2443         PR c++/11039
2444         * g++.dg/warn/implicit-typename2.C: New test.
2445         * g++.dg/warn/implicit-typename3.C: New test.
2446
2447 2003-06-07  Richard Henderson  <rth@redhat.com>
2448
2449         * g++.dg/other/offsetof3.C: Use size_t.
2450         * g++.dg/other/offsetof4.C: Likewise.
2451
2452 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
2453
2454         * lib/copy-file.exp: New. Implement gcc_copy_files.
2455
2456         * lib/dg-pch.exp: Load copy-file.exp
2457         (dg-pch): Use gcc_copy_files instead of "file copy".
2458
2459 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
2460
2461         * gcc.dg/weak/weak.exp: Simplify.
2462         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
2463         * gcc.dg/weak/weak-1.c: Likewise.
2464         * gcc.dg/weak/weak-2.c: Likewise.
2465         * gcc.dg/weak/weak-3.c: Likewise.
2466         * gcc.dg/weak/weak-4.c: Likewise.
2467         * gcc.dg/weak/weak-5.c: Likewise.
2468         * gcc.dg/weak/weak-6.c: Likewise.
2469         * gcc.dg/weak/weak-7.c: Likewise.
2470         * gcc.dg/weak/weak-8.c: Likewise.
2471         * gcc.dg/weak/weak-9.c: Likewise.
2472
2473 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
2474
2475         gcc.c-torture/execute/20030606-1.c: New.
2476
2477 2003-06-06  Roger Sayle  <roger@eyesopen.com>
2478
2479         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
2480         * gcc.dg/builtins-19.c: Likewise.
2481
2482 2003-06-06  Roger Sayle  <roger@eyesopen.com>
2483
2484         * gcc.dg/builtins-2.c: Add some more tests.
2485         * gcc.dg/builtins-18.c: New test case.
2486         * gcc.dg/builtins-19.c: New test case.
2487
2488 2003-06-06  Roger Sayle  <roger@eyesopen.com>
2489             Jim Wilson  <wilson@tuliptree.org>
2490
2491         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
2492
2493 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
2494
2495         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
2496         mempcpy/stpcpy calls not to be optimized into something else.
2497         * gcc.c-torture/execute/string-opt-3.c: Moved to...
2498         * gcc.c-torture/execute/builtins/string-7.c: ...here.
2499         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
2500
2501 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2502
2503         * gcc.dg/format/asm_fprintf-1.c: New test.
2504
2505 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
2506
2507         * lib/gcc-defs.exp (additional_sources): New variable.
2508         (dg-additional-sources): New function.
2509         (additional_files): New variable.
2510         (dg-additional-files): New function.
2511         (dg-additional-files-options): Likewise.
2512         * lib/gcc-dg.exp (dg-require-weak): New function.
2513         (dg-require-alias): Likewise.
2514         (dg-require-gc-sections): Likewise.
2515         * lib/target-supports.exp (check_alias_available): Remove testfile
2516         parameter.
2517         (check_gc_sections_available): New function.
2518         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
2519         (dg-gpp-additional-files): Likewise.
2520         * lib/g++.exp (additional_sources): Remove.
2521         (additional_files): Likewise.
2522         (g++_target_compile): Use dg-additional-files-options.
2523
2524         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
2525         Tcl logic.
2526         * gcc.dg/special/ecos.exp: Remove.
2527         * gcc.dg/special/20000419-2.c: Use dg-require-*.
2528         * gcc.dg/special/alias-1.c: Likewise.
2529         * gcc.dg/special/alias-2.c: Likewise.
2530         * gcc.dg/special/gcsec-1.c: Likewise.
2531         * gcc.dg/special/weak-1.c: Likewise.
2532         * gcc.dg/special/weak-2.c: Likewise.
2533         * gcc.dg/special/wkali-1.c: Likewise.
2534         * gcc.dg/special/wkali-2.c: Likewise.
2535
2536         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
2537         dg-gpp-additional-*.
2538         * g++.dg/special/conpr-3.C: Likewise.
2539         * g++.dg/special/conpr-4.C: Likewise.
2540         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
2541         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
2542         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
2543         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
2544         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
2545         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
2546         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
2547         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
2548         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
2549         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
2550         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
2551         * g++.old-deja/g++.other/comdat1.C: Likewise.
2552         * g++.old-deja/g++.other/comdat2.C: Likewise.
2553         * g++.old-deja/g++.other/comdat3.C: Likewise.
2554         * g++.old-deja/g++.other/ctor1.C: Likewise.
2555         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
2556
2557 2003-06-05  Richard Henderson  <rth@redhat.com>
2558
2559         * gcc.dg/debug/20030605-1.c: New.
2560
2561 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
2562
2563         * README.QMTEST: Update.
2564
2565 2003-06-04  Richard Henderson  <rth@redhat.com>
2566
2567         * gcc.dg/cleanup-1.c: New.
2568         * gcc.dg/cleanup-2.c: New.
2569         * gcc.dg/cleanup-3.c: New.
2570         * gcc.dg/cleanup-4.c: New.
2571         * gcc.dg/cleanup-5.c: New.
2572         * gcc.dg/cleanup-6.c: New.
2573         * gcc.dg/cleanup-7.c: New.
2574
2575 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
2576
2577         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
2578
2579         * lib/dg-pch.exp: New file.
2580         * g++.dg/pch/pch.exp: Use dg-pch.exp.
2581         * gcc.dg/pch/pch.exp: Likewise.
2582
2583 2003-06-04  Roger Sayle  <roger@eyesopen.com>
2584
2585         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
2586         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
2587         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
2588         * gcc.dg/builtins-17.c: New test case.
2589         * gcc.dg/i386-387-4.c: New test case.
2590         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
2591
2592 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2593
2594         * gcc.dg/ultrasp9.c: New test.
2595
2596 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2597
2598         * gcc.c-torture/compile/20030604-1.c: New test.
2599         * gcc.dg/sparc-constant-1.c: New test.
2600
2601 2003-06-03  Glen Nakamura  <glen@imodulo.com>
2602
2603         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
2604
2605 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
2606
2607         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
2608
2609         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
2610         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
2611
2612 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
2613
2614         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
2615
2616 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2617
2618         PR c++/10940
2619         * g++.dg/template/spec10.C: New test.
2620
2621 2003-06-03  Roger Sayle  <roger@eyesopen.com>
2622
2623         * gcc.dg/builtins-16.c: New test case.
2624
2625 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
2626
2627         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
2628         mempcpy test with post-increments.
2629         * gcc.c-torture/execute/string-opt-3.c: New test.
2630         * gcc.dg/string-opt-1.c: New test.
2631
2632 2003-06-03  David Billinghurst (David.Billinghurst@riotinto.com)
2633
2634         PR fortran/10965
2635         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
2636
2637 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
2638
2639         * lib/scanasm.exp (dg-scan): New function, factored out of ...
2640         (scan-assembler): ... here.  Use dg-scan.
2641         (scan-assembler-not): Likewise.
2642         (scan-file): New function.
2643         (scan-file-not): Likewise.
2644         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
2645         * gcc.dg/cpp/_Pragma4.c: Likewise.
2646         * gcc.dg/cpp/_Pragma5.c: Likewise.
2647         * gcc.dg/cpp/avoidpaste1.c: Likewise.
2648         * gcc.dg/cpp/avoidpaste2.c: Likewise.
2649         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
2650         * gcc.dg/cpp/cmdlne-P.c: Likewise.
2651         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
2652         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
2653         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
2654         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
2655         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
2656         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
2657         * gcc.dg/cpp/cxxcom1.c: Likewise.
2658         * gcc.dg/cpp/line1.c: Likewise.
2659         * gcc.dg/cpp/maccom1.c: Likewise.
2660         * gcc.dg/cpp/maccom2.c: Likewise.
2661         * gcc.dg/cpp/maccom3.c: Likewise.
2662         * gcc.dg/cpp/maccom4.c: Likewise.
2663         * gcc.dg/cpp/maccom5.c: Likewise.
2664         * gcc.dg/cpp/maccom6.c: Likewise.
2665         * gcc.dg/cpp/multiline.c: Likewise.
2666         * gcc.dg/cpp/spacing1.c: Likewise.
2667         * gcc.dg/cpp/spacing2.c: Likewise.
2668         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
2669         * gcc.dg/cpp/trad/maccom1.c: Likewise.
2670         * gcc.dg/cpp/trad/maccom2.c: Likewise.
2671         * gcc.dg/cpp/trad/maccom3.c: Likewise.
2672         * gcc.dg/cpp/trad/maccom4.c: Likewise.
2673         * gcc.dg/cpp/trad/maccom6.c: Likewise.
2674         * gcc.dg/cpp/cxxcom2.c: Likewise.
2675         * gcc.dg/cpp/cxxcom2.h: New file.
2676
2677         * gcc.dg/cpp/truefalse.cpp: Move it to ...
2678         * g++.dg/cpp/truefalse.C: Here.
2679         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
2680
2681 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
2682
2683         * gcc.dg/cpp/redef3.c: New file.
2684
2685 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
2686
2687         * gcc.dg/i386-loop-3.c: New test.
2688
2689 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
2690
2691         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
2692
2693 2003-05-31  Roger Sayle  <roger@eyesopen.com>
2694
2695         * gcc.dg/fwrapv-1.c: New test case.
2696         * gcc.dg/fwrapv-2.c: New test case.
2697
2698 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2699
2700         PR c++/10956
2701         * g++.dg/template/spec9.C: New test.
2702
2703 2003-05-29  Roger Sayle  <roger@eyesopen.com>
2704
2705         * gcc.dg/duff-4.c: New test case.
2706
2707 2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)
2708
2709         PR fortran/10843
2710         * g77.dg/ffixed-form-1.f: New test
2711         * g77.dg/ffixed-form-2.f: New test
2712         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
2713         * g77.dg/ffree-form-3.f: New test
2714
2715 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
2716
2717         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
2718         * gcc.dg/wint_t-1.c: Likewise.
2719
2720 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2721
2722         * g++.dg/template/access11.C: New test.
2723
2724 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2725
2726         PR c++/10849
2727         * g++.dg/template/access10.C: New test.
2728
2729 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
2730             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2731
2732         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
2733
2734 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
2735
2736         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
2737         suppress for powerpc-*-darwin*.
2738         * gcc.dg/torture/builtin-noret-2.c: Likewise.
2739
2740 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
2741
2742         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
2743         suppress option for powerpc-*-darwin*.
2744
2745 2003-05-23  Roger Sayle  <roger@eyesopen.com>
2746
2747         * gcc.dg/builtins-1.c: Add tests for tan and atan.
2748         * gcc.dg/builtins-4.c: Add test for fmod.
2749
2750 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2751
2752         PR c++/10682
2753         * g++.dg/template/instantiate4.C: New test.
2754
2755 2003-05-22  Roger Sayle  <roger@eyesopen.com>
2756
2757         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
2758
2759 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
2760
2761         * gcc.dg/compat/scalar-return-1_main.c: New file.
2762         * gcc.dg/compat/scalar-return-1_x.c: New file.
2763         * gcc.dg/compat/scalar-return-1_y.c: New file.
2764         * gcc.dg/compat/scalar-return-2_main.c: New file.
2765         * gcc.dg/compat/scalar-return-2_x.c: New file.
2766         * gcc.dg/compat/scalar-return-2_y.c: New file.
2767         * gcc.dg/compat/struct-return-3_main.c: New file.
2768         * gcc.dg/compat/struct-return-3_y.c: New file.
2769         * gcc.dg/compat/struct-return-3_x.c: New file.
2770         * gcc.dg/compat/struct-return-2_main.c: New file.
2771         * gcc.dg/compat/struct-return-2_x.c: New file.
2772         * gcc.dg/compat/struct-return-2_y.c: New file.
2773
2774 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2775
2776         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
2777         for hppa*-hp-hpux*.
2778         * gcc.dg/20021014-1.c (dg-options): Likewise.
2779         * gcc.dg/nest.c (dg-options): Likewise.
2780
2781 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
2782
2783         PR c++/9738
2784         * g++.dg/ext/dllimport2.C: New file.
2785         * g++.dg/ext/dllimport3.C: New file.
2786
2787 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
2788
2789         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
2790         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
2791         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
2792         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
2793         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
2794         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
2795         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
2796         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
2797         * gcc.dg/compat/small-struct-defs.h: New file.
2798         * gcc.dg/compat/small-struct-init.h: New file.
2799         * gcc.dg/compat/small-struct-check.h: New file.
2800         * gcc.dg/compat/fp-struct-defs.h: New file.
2801         * gcc.dg/compat/fp-struct-check.h: New file.
2802         * gcc.dg/compat/fp-struct-init.h: New file.
2803         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
2804         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
2805
2806 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
2807
2808         * gcc.dg/20030225-2.c: New test.
2809
2810 2003-05-18  Roger Sayle  <roger@eyesopen.com>
2811             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2812
2813         * gcc.c-torture/compile/20030518-1.c: New test case.
2814
2815 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
2816
2817         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
2818         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
2819         gcc-dg-debug-runtest.
2820         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
2821         gcc-dg-debug-runtest.
2822
2823 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2824
2825         PR c++/9022
2826         * g++.dg/lookup/using6.C: New test.
2827
2828 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2829
2830         * g++.dg/parse/access2.C: New test.
2831
2832 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
2833
2834         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
2835         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
2836         * gcc.dg/debug/debug.exp: Likewise.
2837
2838 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
2839
2840         * gcc.dg/dollar.c: New test.
2841
2842 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
2843
2844         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
2845         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
2846         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
2847         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
2848         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
2849         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
2850         * gcc.dg/compat/struct-by-value-6_main.c: New file.
2851         * gcc.dg/compat/struct-by-value-6_x.c: New file.
2852         * gcc.dg/compat/struct-by-value-6_y.c: New file.
2853         * gcc.dg/compat/struct-by-value-7_main.c: New file.
2854         * gcc.dg/compat/struct-by-value-7_x.c: New file.
2855         * gcc.dg/compat/struct-by-value-7_y.c: New file.
2856         * gcc.dg/compat/struct-by-value-8_main.c: New file.
2857         * gcc.dg/compat/struct-by-value-8_x.c: New file.
2858         * gcc.dg/compat/struct-by-value-8_y.c: New file.
2859         * gcc.dg/compat/struct-by-value-9_main.c: New file.
2860         * gcc.dg/compat/struct-by-value-9_x.c: New file.
2861         * gcc.dg/compat/struct-by-value-9_y.c: New file.
2862
2863 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
2864
2865         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
2866         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
2867         support for "repo" mode.
2868         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
2869         * lib/g77-dg.exp: Likewise.
2870         * lib/obj-dg.exp: Likewise.
2871
2872 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
2873
2874         Merge from gcc-3_2-rhl8-branch:
2875         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
2876
2877         * gcc.dg/tls/opt-6.c: New test.
2878
2879         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
2880
2881         * gcc.dg/20030405-1.c: New test.
2882
2883         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
2884
2885         * gcc.dg/20030309-1.c: New test.
2886
2887         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
2888
2889         * gcc.c-torture/execute/20030307-1.c: New test.
2890
2891         2003-02-20  Randolph Chung  <tausq@debian.org>
2892
2893         * gcc.c-torture/compile/20030220-1.c: New test.
2894
2895         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
2896
2897         * gcc.dg/20030217-1.c: New test.
2898
2899         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
2900
2901         * gcc.c-torture/compile/20020129-1.c: New test.
2902
2903         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2904
2905         * gcc.dg/unroll-1.c: New test.
2906
2907         2002-11-16  Jan Hubicka  <jh@suse.cz>
2908
2909         * gcc.c-torture/execute/20020920-1.c: New test.
2910
2911         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
2912
2913         PR target/7434
2914         * gcc.c-torture/compile/20021008-1.c: New test.
2915
2916         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
2917
2918         PR target/7559
2919         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
2920
2921         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2922
2923         * gcc.c-torture/compile/20020807-1.c: New test.
2924
2925         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
2926
2927         * gcc.dg/tls/opt-1.c: New test.
2928
2929         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
2930
2931         * gcc.dg/20020729-1.c: New test.
2932
2933         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
2934
2935         * g++.dg/opt/life1.C: New test.
2936
2937         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
2938
2939         * gcc.dg/20020525-1.c: New test.
2940
2941         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
2942
2943         PR c++/6794
2944         * g++.dg/ext/pretty1.C: New test.
2945         * g++.dg/ext/pretty2.C: New test.
2946
2947 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
2948
2949         PR c++/8385
2950         * g++.dg/ext/typeof5.C: New test.
2951
2952 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
2953
2954         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
2955         __USER_LABEL_PREFIX__ into account.
2956         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
2957
2958 2003-05-14  Roger Sayle  <roger@eyesopen.com>
2959
2960         * gcc.dg/builtins-15.c: New test case.
2961
2962 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
2963
2964         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
2965
2966 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
2967
2968         * lib/g++.exp: Tweak handling of additional source files.
2969         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
2970         * g++.dg/special/conpr-2a.C: Rename to ...
2971         * g++.dg/special/conpr-2a.cc: ... this.
2972         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
2973         * g++.dg/special/conpr-3a.C: Rename to ...
2974         * g++.dg/special/conpr-3a.cc: This.
2975         * g++.dg/special/conpr-3b.C: Rename to ...
2976         * g++.dg/special/conpr-3b.cc: This.
2977         * g++.dg/special/conpr-4.C: New test.
2978         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
2979
2980 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
2981
2982         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
2983
2984 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2985
2986         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
2987         * g++.old-deja/g++.robertl/eb71.C: Likewise.
2988         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
2989         * g++.old-deja/g++.other/warn3.C: Likewise.
2990
2991 2003-05-11  Roger Sayle  <roger@eyesopen.com>
2992
2993         * gcc.dg/i386-387-1.c: Update to also test log.
2994         * gcc.dg/i386-387-2.c: Likewise.
2995
2996 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
2997
2998         * g77.f-torture/execute/int8421.f: New test.
2999
3000 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3001
3002         PR c++/10230, c++/10481
3003         * g++.dg/lookup/scoped5.C: New test.
3004
3005 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3006
3007         PR c++/10552
3008         * g++.dg/template/ttp6.C: New test.
3009
3010 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
3011
3012         * gcc.c-torture/execute/builtins: New directory.
3013         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
3014         gcc.c-torture/execute/builtins.
3015         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
3016         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
3017         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
3018         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
3019
3020 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3021
3022         PR c++/9252
3023         * g++.dg/template/access8.C: New test.
3024         * g++.dg/template/access9.C: New test.
3025
3026 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3027
3028         PR c++/9554
3029         * g++.dg/parse/access1.C: New test.
3030
3031 2003-05-09  DJ Delorie  <dj@redhat.com>
3032
3033         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
3034         long, and not an int.
3035
3036 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3037
3038         PR c++/10555, c++/10576
3039         * g++.dg/template/memclass1.C: New test.
3040
3041 2003-05-08  DJ Delorie  <dj@redhat.com>
3042
3043         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
3044         targets.
3045         * gcc.c-torture/execute/20021024-1.x: Likewise.
3046         * gcc.c-torture/execute/shiftdi.x: Likewise.
3047         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
3048         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
3049         * gcc.dg/20021018-1.c: Likewise.
3050
3051 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3052
3053         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
3054
3055         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
3056         (bcopy): Call memmove.
3057
3058 2003-05-08  Roger Sayle  <roger@eyesopen.com>
3059
3060         * g77.f-torture/compile/8485.f: New test case.
3061
3062 2003-05-07  Richard Henderson  <rth@redhat.com>
3063
3064         PR c++/10570
3065         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
3066         Verify exception_cleanup not called for rethrows.
3067         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
3068         when exiting catch block without rethrowing.
3069         * g++.dg/eh/forced3.C: New.
3070         * g++.dg/eh/forced4.C: New.
3071
3072 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
3073
3074         * gcc.dg/20030505.c: Fix triplet.
3075
3076 2003-05-06  DJ Delorie  <dj@redhat.com>
3077
3078         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
3079         * gcc.dg/nest.c: Likewise.
3080
3081 2003-05-05  Roger Sayle  <roger@eyesopen.com>
3082
3083         * gcc.dg/builtins-14.c: New test case.
3084
3085 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
3086
3087         * lib/compat.exp (compat-execute): New argument.
3088         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
3089         * gcc.dg/compat: New test directory.
3090         * gcc.dg/compat/compat.exp: New expect script.
3091         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
3092         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
3093         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
3094         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
3095         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
3096         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
3097
3098         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
3099         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
3100         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
3101         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
3102         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
3103         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
3104         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
3105         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
3106         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
3107         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
3108         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
3109         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
3110         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
3111         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
3112         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
3113
3114 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
3115
3116         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
3117
3118 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
3119
3120         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
3121
3122 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
3123
3124         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
3125         * gcc.dg/ppc-fsel-2.c: New test.
3126
3127         * gcc.dg/unused-5.c: New test.
3128
3129 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3130
3131         PR c++/10496
3132         * g++.dg/warn/pmf1.C: New test.
3133
3134 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3135
3136         PR c++/4494
3137         * g++.dg/warn/main.C: New test.
3138
3139 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3140
3141         * gcc.dg/nonnull-3.c: New test.
3142
3143 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
3144
3145         * gcc.dg/cpp/Wtrigraphs.c: Update.
3146         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
3147
3148 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
3149
3150         * gcc.dg/ppc-fsel-1.c: New test.
3151
3152 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
3153
3154         PR c/10604
3155         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
3156
3157 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
3158
3159         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
3160
3161 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3162
3163         PR c++/9364, c++/10553, c++/10586
3164         * g++.dg/parse/typename4.C: New test.
3165         * g++.dg/parse/typename5.C: Likewise.
3166
3167 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
3168
3169         * gcc.c-torture/compile/20030503-1.c: New test.
3170
3171 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3172
3173         * g++.dg/lookup/using5.C: Fix testcase error.
3174
3175 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
3176
3177         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
3178         since MEABI is no longer supported.  Remove all vestiges
3179         of MEABI from the test.
3180
3181 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3182
3183         PR c++/10554
3184         * g++.dg/lookup/using5.C: New test.
3185
3186 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3187
3188         PR c++/8772
3189         * g++.dg/template/ttp5.C: New test.
3190
3191 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
3192
3193         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
3194         (dg-gpp-additional-sources): New function.
3195         (dg-gpp-additional-files): Likewise.
3196         * lib/g++.exp (additional_sources): New variable.
3197         (additional_files): Likewise.
3198         (g++_target_compile): Deal with them.
3199         * lib/old-dejagnu.exp: Remove.
3200         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
3201         * g++.old-deja: Revise all tests to use dg commands.
3202
3203 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3204
3205         PR c++/9432, c++/9528
3206         * g++.dg/lookup/using4.C: New test.
3207
3208 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
3209
3210         * gcc.dg/noreturn-5.c: New file.
3211         * gcc.dg/noreturn-6.c: New file.
3212
3213         * gcc.c-torture/compile/inline-1.c: New file.
3214
3215 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
3216
3217         PR c++/10551
3218         * g++.dg/template/explicit1.C: New test.
3219
3220 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
3221
3222         PR c++/10549
3223         * g++.dg/other/bitfield1.C: New test.
3224
3225         PR c++/10527
3226         * g++.dg/init/new7.C: New test.
3227
3228 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
3229
3230         * g++.dg/ext/desig1.C: New test.
3231         * g++.dg/ext/init1.C: Update.
3232
3233         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
3234
3235 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
3236
3237         PR c++/10180
3238         * g++.dg/warn/Winline-1.C: New test.
3239
3240 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
3241
3242         * gcc.c-torture/execute/string-opt-19.c: New test.
3243
3244         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
3245         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
3246
3247 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
3248
3249         PR c++/10506
3250         * g++.dg/init/new6.C: New test.
3251
3252         PR c++/10503
3253         * g++.dg/init/ref6.C: New test.
3254
3255 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
3256
3257         * g++.dg/warn/weak1.C: XFAIL on AIX4.
3258
3259 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3260
3261         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
3262         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
3263
3264 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
3265
3266         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
3267         initialized static data members.
3268
3269 2003-04-25  H.J. Lu <hjl@gnu.org>
3270
3271         * gcc.dg/ia64-sync-4.c: New test.
3272
3273 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3274
3275         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
3276         date.
3277
3278 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
3279
3280         PR c++/10337
3281         * g++.dg/warn/conv1.C: New test.
3282         * g++.old-deja/g++.other/conv7.C: Adjust.
3283         * g++.old-deja/g++.other/overload14.C: Adjust.
3284
3285 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
3286
3287         PR c++/10471
3288         * g++.dg/template/defarg2.C: New test.
3289
3290 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
3291
3292         * gcc.dg/cpp/include2.c: Update.
3293         * gcc.dg/cpp/multiline-2.c: New.
3294         * gcc.dg/cpp/multiline.c: Update.
3295         * gcc.dg/cpp/strify2.c: Update.
3296         * gcc.dg/cpp/trad/literals-2.c: Update.
3297
3298 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3299
3300         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
3301
3302 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
3303
3304         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
3305
3306 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
3307
3308         PR c++/10451
3309         * g++.dg/parse/crash4.C: New test.
3310
3311         PR c++/9847
3312         * g++.dg/parse/crash5.C: New test.
3313
3314 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
3315
3316         PR c++/10446
3317         * g++.dg/parse/crash3.C: New test.
3318
3319         PR c++/10428
3320         * g++.dg/parse/elab1.C: New test.
3321
3322 2003-04-22  Devang Patel  <dpatel@apple.com>
3323
3324         * gcc.dg/cpp/trad/funlike-5.c: New test.
3325
3326 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
3327
3328         * g++.dg/other/packed1.C: Fix dg options.
3329
3330 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
3331
3332         * g++.dg/other/offsetof2.C: New test.
3333
3334 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
3335
3336         * g++.dg/template/recurse.C: Adjust location of error messages.
3337
3338 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
3339
3340         PR c++/9881
3341         * g++.dg/init/addr-const1.C: New test.
3342         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
3343
3344 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
3345
3346         PR c++/10405
3347         * g++.dg/lookup/struct-hack1.C: New test.
3348
3349 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
3350
3351         * ucs.c: Update diagnostic messages.
3352
3353 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
3354
3355         * gcc.dg/cpp/truefalse.cpp: New test.
3356         * gcc.dg/cpp/cpp.exp: Update.
3357         * g++.dg/other/stdbool-if.C: Remove.
3358
3359 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
3360
3361         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
3362         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
3363
3364 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
3365
3366         * gcc.c-torture/compile/20030418-1.c: New test.
3367
3368 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
3369
3370         * README.compat: Remove; content moved to doc/sourcebuild.texi.
3371
3372 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3373
3374         PR c++/10347
3375         g++.dg/template/dependent-name1.C: New test.
3376
3377 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
3378
3379         * gcc.dg/warn-1.c (tourist_guide): New array,
3380         contains a pointer to bar.
3381
3382 2003-04-16  Roger Sayle  <roger@eyesopen.com>
3383
3384         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
3385         * gcc.c-torture/execute/medce-1.c: New test case.
3386         * gcc.c-torture/execute/medce-2.c: New test case.
3387
3388 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
3389
3390         * lib/prune.exp: Ignore more messages.
3391
3392         PR c++/10381
3393         * g++.dg/parse/lookup3.C: New test.
3394
3395 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
3396
3397         * gcc.c-torture/compile/20030415-1.c : New test.
3398
3399 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
3400
3401         * gcc.c-torture/execute/scope-2.c: Move to ...
3402         * gcc.dg/noncompile/scope.c: .... here.
3403
3404 2003-04-14  Roger Sayle  <roger@eyesopen.com>
3405
3406         * gcc.dg/20030414-2.c: New test case.
3407
3408 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
3409
3410         PR target/10377
3411         * gcc.dg/20030414-1.c: New test.
3412
3413 2003-04-13  Roger Sayle  <roger@eyesopen.com>
3414
3415         * gcc.dg/builtins-12.c: New test case.
3416         * gcc.dg/builtins-13.c: New test case.
3417
3418 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3419
3420         * gcc.c-torture/execute/string-opt-18.c: New test.
3421
3422 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
3423
3424         PR c++/10300
3425         * g++.dg/init/new5.C: New test.
3426
3427 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
3428
3429         PR c++/7910
3430         * g++.dg/ext/dllimport1.C: New test.
3431
3432 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
3433
3434         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
3435
3436 2003-04-11  Bud Davis <bdavis9659@comcast.net>
3437
3438         PR Fortran/9263
3439         * g77.f-torture/noncompile/9263.f: New test
3440         PR Fortran/1832
3441         * g77.f-torture/execute/1832.f: New test
3442
3443 2003-04-11  David Chad  <davidc@freebsd.org>
3444             Loren J. Rittle  <ljrittle@acm.org>
3445
3446         libobjc/8562
3447         * objc.dg/headers.m: New test.
3448
3449 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
3450
3451         * gcc.c-torture/execute/builtin-noret-2.c: New.
3452         * gcc.c-torture/execute/builtin-noret-2.x: New.
3453         XFAIL builtin-noret-2.c at -O1 and above.
3454         * gcc.dg/redecl.c: New.
3455         * gcc.dg/Wshadow-1.c: Update error regexps.
3456
3457 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
3458
3459         * g++.dg/abi/bitfield10.C: New test.
3460
3461 2003-04-09  Mike Stump  <mrs@apple.com>
3462
3463         * gcc.dg/pch/pch.exp: Make testcase names longer.
3464         * g++.dg/pch/pch.exp: Make testcase names longer.
3465
3466 2003-04-08  Roger Sayle  <roger@eyesopen.com>
3467
3468         * gcc.dg/builtins-11.c: New test case.
3469
3470 2003-04-08  Roger Sayle  <roger@eyesopen.com>
3471
3472         * gcc.dg/builtins-9.c: New test case.
3473         * gcc.dg/builtins-10.c: New test case.
3474
3475 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
3476
3477         * gcc.dg/noncompile/init-4.c.c: New test.
3478
3479 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
3480
3481         * gcc.misc-test/gcov-9.c: New test.
3482         * gcc.misc-test/gcov-10.c: New test
3483         * gcc.misc-test/gcov-11.c: New test.
3484
3485 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
3486
3487         PR optimization/10024
3488         * gcc.c-torture/compile/20030405-1.c: New test.
3489
3490 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
3491
3492         * gcc.dg/pch/static-3.c: New.
3493         * gcc.dg/pch/static-3.hs: New.
3494         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
3495
3496 2003-04-04  Richard Henderson  <rth@redhat.com>
3497
3498         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
3499         * g++.dg/eh/forced2.C: Likewise.
3500
3501 2003-04-03  Mike Stump  <mrs@apple.com>
3502
3503         * lib/scanasm.exp (scan-assembler): Add xfail processing for
3504         target arg.
3505         (scan-assembler-times, scan-assembler-not): Likewise.
3506         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
3507
3508 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
3509
3510         * gcc.dg/sparc-loop-1.c: New test.
3511
3512 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
3513
3514         PR other/9274
3515         * g++.dg/pch/system-2.C: New.
3516         * g++.dg/pch/system-2.Hs: New.
3517
3518 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
3519
3520         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
3521
3522         * g++.dg/eh/simd-1.C (vecfunc): Same.
3523
3524 2003-04-01  Roger Sayle  <roger@eyesopen.com>
3525
3526         * gcc.c-torture/execute/20030401-1.c: New test case.
3527
3528 2003-04-01  Ziemowit Laski <zlaski@apple.com>
3529
3530         * objc.dg/defs.m: New.
3531
3532 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
3533
3534         * g++.dg/eh/simd-1.C: New.
3535         * g++.dg/eh/simd-2.C: New.
3536
3537 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
3538
3539         * gcc.c-torture/execute/simd-3.c: New.
3540
3541 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
3542
3543         PR c/9936
3544         * gcc.dg/20030331-2.c: New test.
3545
3546 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
3547
3548         PR c++/10278
3549         * g++.dg/parse/crash2.C: New test.
3550
3551 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
3552
3553         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
3554         * gcc.c-torture/execute/20030331-1.c: ...here.
3555
3556 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
3557
3558         * gcc.c-torture/execute/20030331-1.c: New test.
3559
3560 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
3561
3562         * lib/gcov.exp: Adjust call return testing strings.
3563         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
3564
3565 2003-03-31  Roger Sayle  <roger@eyesopen.com>
3566
3567         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
3568         * gcc.dg/builtins-7.c: New test case.
3569         * gcc.dg/builtins-8.c: New test case.
3570
3571 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
3572
3573         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
3574
3575 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
3576
3577         PR c++/7647
3578         * g++.dg/lookup-class-member-2.C: New test.
3579
3580 2003-03-30  Glen Nakamura  <glen@imodulo.com>
3581
3582         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
3583
3584 2003-03-28  Roger Sayle  <roger@eyesopen.com>
3585
3586         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
3587
3588 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
3589
3590         * g++.dg/init/attrib1.C: New test.
3591
3592 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
3593
3594         * gcc.dg/ultrasp8.c: New test.
3595
3596 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
3597
3598         * gcc.dg/ultrasp7.c: New test.
3599
3600 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
3601
3602         PR c++/10047
3603         * g++.dg/template/inline1.C: New test.
3604
3605 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
3606
3607         * gcc.dg/sparc-dwarf2.c: New test.
3608
3609 2003-03-27  Roger Sayle  <roger@eyesopen.com>
3610
3611         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
3612         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
3613
3614 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
3615
3616         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
3617         than reading .x files.
3618         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
3619         * g77.dg/gcov/gcov-1.f: Likewise.
3620         * gcc.misc-tests/gcov-4b.c: Likewise.
3621         * gcc.misc-tests/gcov-5b.c: Likewise.
3622         * gcc.misc-tests/gcov-6.c: Likewise.
3623         * gcc.misc-tests/gcov-7.c: Likewise.
3624         * gcc.misc-tests/gcov-8.c: Likewise.
3625         * g++.dg/gcov/gcov-1.x: Remove.
3626         * g77.dg/gcov/gcov-1.x: Likewise.
3627         * gcc.misc-tests/gcov-4b.x: Likewise.
3628         * gcc.misc-tests/gcov-5b.x: Likewise.
3629         * gcc.misc-tests/gcov-6.x: Likewise.
3630         * gcc.misc-tests/gcov-7.x: Likewise.
3631         * gcc.misc-tests/gcov-8.x: Likewise.
3632
3633 2003-03-27  Glen Nakamura  <glen@imodulo.com>
3634
3635         PR opt/10087
3636         * gcc.dg/20030324-1.c: New test.
3637
3638 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
3639
3640         PR c++/10224
3641         * g++.dg/template/arg3.C: New test.
3642
3643         PR c++/10158
3644         * g++.dg/template/friend18.C: New test.
3645
3646 2003-03-26  Roger Sayle  <roger@eyesopen.com>
3647
3648         * g77.f-torture/compile/20030326-1.f: New test case.
3649
3650 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
3651
3652         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
3653
3654         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
3655
3656 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
3657
3658         * gcc.dg/ia64-sync-3.c: New test.
3659
3660 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
3661
3662         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
3663
3664 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
3665
3666         * gcc.dg/ultrasp6.c: New test.
3667
3668 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
3669
3670         * gcc.dg/i386-signbit-1.c: New test.
3671         * gcc.dg/i386-signbit-2.c: New test.
3672         * gcc.dg/i386-signbit-3.c: New test.
3673
3674 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
3675
3676         * gcc.dg/ultrasp5.c: Fix options.
3677
3678 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
3679
3680         * gcc.dg/ultrasp5.c: Fix comment.
3681
3682 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
3683
3684         PR fortran/10197
3685         * g77.f-torture/execute/10197.f: New test.
3686
3687 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
3688
3689         PR c++/9898, c++/383
3690         * g++.dg/template/conv6.C: New test.
3691
3692         PR c++/10119
3693         * g++.dg/template/ptrmem5.C: New test.
3694
3695         PR c++/10026
3696         * g++.dg/lookup/koenig1.C: New test.
3697
3698         PR C++/10199
3699         * g++.dg/lookup/template2.C: New test.
3700
3701 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
3702
3703         * g++.dg/opt/rtti1.C: New test.
3704
3705 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
3706
3707         * gcc.dg/ultrasp5.c: New test.
3708
3709 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
3710
3711         PR middle-end/9967
3712         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
3713         builtin fputs.
3714
3715 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3716
3717         PR c/8224
3718         * gcc.dg/20030323-1.c: New test.
3719
3720 2003-03-23  Roger Sayle  <roger@eyesopen.com>
3721
3722         * gcc.c-torture/compile/20030323-1.c: New test case.
3723
3724 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
3725
3726         * gcc.dg/20030321-1.c: New test.
3727
3728 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
3729
3730         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
3731
3732 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
3733
3734         PR c++/9978, c++/9708
3735         * g++.dg/ext/vlm1.C: Adjust expected error.
3736         * g++.dg/ext/vla2.C: New test.
3737         * g++.dg/template/arg1.C: New test.
3738         * g++.dg/template/arg2.C: New test.
3739
3740 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
3741
3742         * g77.f-torture/execute/select.f: New test.
3743         * g77.f-torture/noncompile/select_no_compile.f: New test.
3744
3745 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
3746
3747         PR c++/9898
3748         * g++.dg/other/error4.C: New test.
3749
3750 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
3751
3752         * g++.dg/template/friend17.C: New test.
3753
3754 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
3755
3756         * gcc.c-torture/compile/20030320-1.c: New.
3757
3758 2003-03-20  Roger Sayle  <roger@eyesopen.com>
3759
3760         * gcc.dg/builtins-6.c: New test case.
3761
3762 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
3763
3764         PR target/10073
3765         * gcc.c-torture/compile/20030319-1.c: New.
3766
3767 2003-03-18  Jan Hubicka  <jh@suse.cz>
3768
3769         * gcc.dg/i386-cvt-1.c: New test.
3770
3771 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
3772
3773         * objc.dg/naming-1.m: Use "(parse|syntax) error".
3774         * objc.dg/naming-2.m: Likewise.
3775
3776 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
3777
3778         PR c++/9639
3779         * g++.dg/parse/crash1.C: New test.
3780
3781 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
3782
3783         PR c++/8805
3784         * g++.dg/eh/cleanup1.C: New test.
3785
3786 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
3787
3788         * gcc.c-torture/execute/20030316-1.c: New test case.
3789
3790 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
3791
3792         PR c++/9629
3793         * g++.dg/init/ctor2.C: New test.
3794
3795 2003-03-15  Roger Sayle  <roger@eyesopen.com>
3796
3797         * g77.f-torture/compile/xformat.f: New test case.
3798
3799 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3800
3801         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
3802         * g++.old-deja/g++.mike/eh50.C: Likewise.
3803
3804 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3805
3806         PR c++/6440
3807         * g++.dg/template/spec7.C: New test.
3808         * g++.dg/template/spec8.C: Likewise.
3809
3810 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
3811
3812         * gcc.c-torture/execute/20030313-1.c: New test.
3813
3814 2003-03-14  Richard Henderson  <rth@redhat.com>
3815
3816         * gcc.dg/inline-2.c: Adjust alpha test for external call.
3817
3818 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
3819
3820         * gcc.c-torture/compile/20030314-1.c: New test.
3821
3822 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
3823
3824         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
3825         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
3826         thumb target,
3827         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
3828         to accept newer _imp__  prefix and additional
3829         newline in .drectve section.
3830         * gcc.dg/dll-4.c: Likewise.
3831         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
3832         switch.
3833
3834 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
3835
3836         * g++.dg/parse/namespace9.C: New test.
3837
3838         * g++.dg/init/ref5.C: New test.
3839         * g++.dg/parse/ptrmem1.C: Likewise.
3840
3841 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3842
3843         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
3844         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
3845         regular expression.
3846         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
3847         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
3848
3849 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
3850
3851         * gcc.c-torture/execute/20030224-2.c: New test.
3852
3853 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
3854
3855         * gcc.dg/decl-3.c: New test.
3856
3857 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
3858
3859         * gcc.dg/i386-loop-2.c: New test.
3860
3861 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
3862
3863         PR c++/9474
3864         * g++.dg/parse/namespace8.C: New test.
3865
3866         PR c++/9924
3867         * g++.dg/overload/builtin2.C: New test.
3868
3869 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
3870
3871         * gcc.dg/return-type-3.c: New test.
3872
3873 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
3874
3875         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
3876         profiling options are not supported.
3877
3878 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
3879
3880         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
3881         * g++.old-deja/g++.warn/impint2.C: Likewise.
3882
3883 2003-03-10  Devang Patel  <dpatel@apple.com>
3884
3885         * g++.dg/cpp/c++_cmd_1.C: New test.
3886         * g++.dg/cpp/c++_cmd_1.h: New file.
3887
3888 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
3889
3890         * gcc.dg/altivec-9.c: New file.
3891
3892 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3893
3894         * gcc.dg/ppc-sdata-1.c: New test.
3895         * gcc.dg/ppc-sdata-2.c: New test.
3896
3897 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
3898
3899         PR c++/9373
3900         * g++.dg/opt/ptrmem2.C: New test.
3901
3902         PR c++/8534
3903         * g++.dg/opt/ptrmem1.C: New test.
3904
3905 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
3906
3907         * gcc.dg/i386-loop-1.c: New test.
3908
3909 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3910
3911         PR c++/9970
3912         * g++.dg/lookup/friend1.C: New test.
3913
3914 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
3915
3916         PR c++/9823
3917         * g++.dg/parser/constructor1.C: New test.
3918
3919 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
3920
3921         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
3922
3923         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
3924
3925 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
3926
3927         * gcc.dg/cpp/Wunused.c: Update test.
3928
3929 2003-03-08  Jan Hubicka  <jh@suse.cz>
3930
3931         * gcc.dg/inline-3.c: New test.
3932
3933 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
3934
3935         PR c++/9809
3936         * g++.dg/parse/builtin1.C: New test.
3937
3938         PR c++/9982
3939         * g++.dg/abi/cookie1.C: New test.
3940         * g++.dg/abi/cookie2.C: Likewise.
3941
3942         PR c++/9524
3943         * g++.dg/template/field1.C: New test.
3944
3945         PR c++/9912
3946         * g++.dg/parse/class1.C: New test.
3947         * g++.dg/parse/namespace7.C: Likewise.
3948         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
3949
3950 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
3951
3952         * g++.dg/init/ref4.C: New test.
3953
3954 2003-03-07  Jan Hubicka  <jh@suse.cz>
3955
3956         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
3957         * gcc.dg/inline-3.c:  New test.
3958
3959 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
3960
3961         * g++.dg/init/ref3.C: New test.
3962
3963         PR c++/9965
3964         * g++.dg/init/ref2.C: New test.
3965
3966         PR c++/9400
3967         * g++.dg/warn/Wshadow-2.C: New test.
3968
3969         PR c++/9791
3970         * g++.dg/warn/Woverloaded-1.C: New test.
3971
3972 2003-03-05  Jan Hubicka  <jh@suse.cz>
3973
3974         * gcc.dg/i386-local2.c: New.
3975         * gcc.dg/i386-local.c: Fix typo.
3976
3977 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
3978
3979         * g++.dg/abi/layout3.C: New test.
3980
3981 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
3982
3983         * gcc.c-torture/compile/20030305-1.c
3984
3985 2003-03-05  Jan Hubicka  <jh@suse.cz>
3986
3987         * gcc.dg/i386-local.c: New.
3988
3989 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
3990
3991         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
3992
3993 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3994
3995         * gcc.dg/switch-2.c: New test.
3996         * gcc.dg/switch-3.c: New test.
3997         * gcc.dg/Wswitch.c: Adjust line numbers.
3998         * gcc.dg/Wswitch-default.c: Likewise.
3999         * gcc.dg/Wswitch-enum.c: Likewise.
4000
4001 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
4002
4003         * gcc.c-torture/execute/20030222-1.c: New test.
4004
4005 2003-03-03  James E Wilson  <wilson@tuliptree.org>
4006
4007         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
4008
4009 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
4010
4011         PR c++/9878
4012         * g++.dg/init/ref1.C: New test.
4013
4014 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
4015
4016         * gcc.dg/sh-relax.c: New SH-only test.
4017
4018 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
4019
4020         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
4021         comment explaining purpose of testcase.
4022
4023 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
4024
4025         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
4026         for HC11/HC12 (asm needs two int registers).
4027         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
4028         HC11/HC12 because the test uses an asm which needs two 32-bit
4029         registers.
4030
4031 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
4032
4033         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
4034         for HC11/HC12 (array is too large otherwise).
4035         * gcc.c-torture/compile/920501-4.x: New file, likewise.
4036         * gcc.c-torture/compile/20010518-2.x: Likewise.
4037         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
4038         HC11/HC12 (array is too large).
4039
4040 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
4041
4042         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
4043         * lib/g++-dg.exp (g++-dg-test): Likewise.
4044
4045 2003-03-01  Roger Sayle  <roger@eyesopen.com>
4046
4047         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
4048         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
4049
4050 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4051
4052         * g++.dg/warn/implicit-typename1.C: Remove warning.
4053
4054 2003-02-28  Richard Henderson  <rth@redhat.com>
4055
4056         * gcc.dg/noreturn-1.c: Move noreturn warning line.
4057         * gcc.dg/return-type-1.c: Move control reaches end warning line.
4058
4059 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
4060
4061         * gcc.dg/pch/pch.exp: Change .pch to .gch.
4062         * g++.dg/pch/pch.exp: Likewise.
4063
4064 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
4065
4066         PR c++/9879
4067         * testsuite/g++.dg/init/new4.C: New test.
4068
4069 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
4070
4071         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
4072
4073 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
4074
4075         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
4076         unsigned long.
4077
4078         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
4079         wider than float.
4080
4081 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4082
4083         * lib/scanasm.exp: Add support for counting numbers of
4084         occurences.
4085         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
4086         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
4087
4088 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
4089
4090         PR c++/9683
4091         * g++.dg/template/static3.C: New test.
4092
4093         PR c++/9829
4094         * g++.dg/parse/namespace6.C: New test.
4095
4096 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4097
4098         PR target/9732
4099         * gcc.dg/20030225-1.c: New test.
4100
4101 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
4102
4103         * README: Remove out-of-date information.
4104
4105         PR c++/9836
4106         * g++.dg/template/spec6.C: New test.
4107
4108 2003-02-24  Jeff Law  <law@redhat.com>
4109
4110         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
4111
4112 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4113
4114         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
4115         * gcc.dg/pragma-ep-1.c: Likewise.
4116
4117 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4118
4119         PR c++/9602
4120         * g++.dg/template/friend16.C: New test.
4121
4122 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
4123
4124         PR c++/5333
4125         * g++.dg/parse/fused-params1.C: Adjust error messages.
4126         * g++.dg/template/nested3.C: New test.
4127
4128 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
4129
4130         * g++.dg/abi/param1.C: New test.
4131
4132 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4133
4134         PR c++/7982
4135         * g++.dg/warn/implicit-typename1.C: New test.
4136
4137 2003-02-22  Kelley Cook <kelleycook@comcast.net>
4138
4139         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
4140         with "mtune".
4141         * g++.old-deja/g++.other/store-expr2.C: Likewise.
4142         * gcc.c-torture/execute/20010129-1.x: Likewise.
4143         * gcc.dg/20011107-1.c: Likewise.
4144         * gcc.dg/20020108-1.c: Likewise.
4145         * gcc.dg/20020122-3.c: Likewise.
4146         * gcc.dg/20020206-1.c: Likewise.
4147         * gcc.dg/20020310-1.c: Likewise.
4148         * gcc.dg/20020426-2.c: Likewise.
4149         * gcc.dg/20020517-1.c: Likewise.
4150         * gcc.dg/991230-1.c: Likewise.
4151         * gcc.dg/i386-unroll-1.c: Likewise.
4152         * gcc.misc-tests/i386-prefetch.exp: Likewise.
4153
4154 2003-02-22  Jan Hubicka  <jh@suse.cz>
4155
4156         * gcc.dg/i386-mul.c: New test.
4157
4158 2003-02-21  Roger Sayle  <roger@eyesopen.com>
4159
4160         * gcc.dg/builtins-5.c: New test case.
4161
4162 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
4163
4164         * gcc.dg/asmreg-1.c: New test.
4165
4166 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
4167
4168         PR c++/9749
4169         * g++.dg/parse/varmod1.C: New test.
4170
4171 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
4172
4173         PR c++/9727
4174         * g++.dg/template/op1.C: New test.
4175
4176 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
4177
4178         PR c++/8906
4179         * g++.dg/template/nested2.C: New test.
4180
4181 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
4182
4183         PR c++/8724
4184         * g++.dg/expr/dtor1.C: New test.
4185
4186 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
4187
4188         * gcc.dg/cpp/include3.c: New test.
4189         * gcc.dg/cpp/inc/foo.h: New file.
4190
4191 2003-02-21  Glen Nakamura  <glen@imodulo.com>
4192
4193         * gcc.c-torture/execute/20030221-1.c: New test.
4194
4195 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
4196
4197         PR c++/9729
4198         * g++.dg/abi/conv1.C: New test.
4199
4200 2003-02-20  Jan Hubicka  <jh@suse.cz>
4201
4202         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
4203
4204 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
4205
4206         * gcc.c-torture/compile/20030219-1.c: New test.
4207
4208 2003-02-18  Jan Hubicka  <jh@suse.cz>
4209
4210         * gcc.dg/funcorder.c: New test.
4211
4212 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
4213
4214         * gcc.c-torture/execute/20030218-1.c: New.
4215
4216 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
4217
4218         * gcc.dg/20030218-1.c: New.
4219
4220 2003-02-18  Richard Henderson  <rth@redhat.com>
4221
4222         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
4223         * gcc.dg/attr-used-2.c: New.
4224
4225 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
4226
4227         PR c++/9704
4228         * g++.dg/init/copy5.C: New test.
4229
4230 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
4231
4232         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
4233         * g++.dg/pch/pch.exp: Likewise.
4234
4235 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
4236
4237         * gcc.c-torture/execute/20030209-1.c: Enable the test if
4238         STACK_SIZE is not defined.
4239
4240 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4241
4242         PR c++/9457
4243         * g++.dg/template/init1.C: New test.
4244
4245 2003-02-16  Jan HUbicka  <jh@suse.cz>
4246
4247         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
4248         (foo): Add few extra tests
4249         * gcc.dg/c99-const-expr-3.c: Likewise.
4250         * gcc.c-torture/execute/20030216-1.c: New.
4251
4252 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4253
4254         PR c++/9459
4255         * g++.dg/ext/typeof4.C: New test.
4256
4257 2003-02-15  Roger Sayle  <roger@eyesopen.com>
4258
4259         * gcc.dg/i386-387-3.c: New test case.
4260
4261 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
4262
4263         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
4264         cris-*-elf* cris-*-aout* and mmix-*-*.
4265
4266 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
4267
4268         * gcc.dg/20030213-1.c: New test.
4269
4270 2003-02-12  Roger Sayle  <roger@eyesopen.com>
4271
4272         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
4273         * gcc.dg/i386-387-2.c: Likewise.
4274
4275 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
4276
4277         * gcc.dg/ppc-spe.c: Fix formatting.
4278         Enable tests that were previously unsupported by gas.
4279         Delete tests for instructions that no longer exist.
4280         Switch arguments on evsubifw builtin.
4281
4282 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
4283
4284         * gcc.c-torture/execute/20030209-1.c: Disable the test if
4285         STACK_SIZE is too small.
4286
4287 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
4288             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
4289
4290         * gcc.dg/decl-2.c: New test.
4291
4292 2003-02-10  Jan Hubicka  <jh@suse.cz>
4293
4294         * gcc.dg/i386-fpcvt-1.c:  New test.
4295
4296 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
4297
4298         * gcc.c-torture/execute/20030209-1.c: New test.
4299
4300 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
4301
4302         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
4303         int-wide bitops, use the constants of the same width.
4304         Likewise, if long long is 32-bit wide, test bitops using
4305         32-bit constants.
4306
4307 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
4308
4309         * gcc.dg/20021014-1.c: Annotate with expected notice text.
4310
4311 2003-02-07  Roger Sayle  <roger@eyesopen.com>
4312
4313         * testsuite/gcc.dg/builtins-4.c: New test case.
4314
4315 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4316
4317         * gcc.dg/20020430-1.c: Fix dg command typos.
4318         * gcc.dg/20020503-1.c: Likewise.
4319
4320 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4321
4322         PR c++/8785
4323         * g++.dg/parse/fused-params1.C: New test.
4324
4325         PR c++/8857
4326         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
4327
4328         PR c++/8921
4329         * g++.dg/parse/non-dependent1.C: New test.
4330
4331         PR c++/8928
4332         * g++.dg/parse/dupl-tmpl-args1.C: New test.
4333
4334         PR c++/9228
4335         * g++.dg/parse/undefined7.C: New test.
4336         * g++.dg/parse/non-templ1.C: New test.
4337
4338         PR c++/9229
4339         * g++.dg/parse/too-many-tmpl-args1.C: New test.
4340
4341 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
4342
4343         * gcc.c-torture/compile/20030206-1.c: New test.
4344
4345 2003-02-05  Roger Sayle  <roger@eyesopen.com>
4346
4347         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
4348         "pow" to "foo" to avoid potential confusion with a math built-in.
4349
4350 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4351
4352         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
4353         conditions for SPARC targets.
4354
4355 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
4356
4357         * gcc.dg/20030204-1.c: New test.
4358
4359 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4360
4361         PR c++/38
4362         * g++.dg/parse/array-size1.C: New test.
4363
4364         PR c++/5657
4365         * g++.dg/parse/undefined3.C: New test.
4366
4367         PR c++/5665
4368         * g++.dg/parse/undefined4.C: New test.
4369
4370         PR c++/5975
4371         * g++.dg/parse/undefined5.C: New test.
4372
4373         PR c++/7259
4374         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
4375
4376         PR c++/8578
4377         * g++.dg/parse/casting-operator1.C: New test.
4378
4379         PR c++/8596
4380         * g++.dg/parse/undefined6.C: New test.
4381
4382         PR c++/8736
4383         * g++.dg/parse/missing-template1.C: New test.
4384
4385 2003-02-04  Jan Hubicka  <jh@suse.cz>
4386
4387         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
4388         * gcc.dg/i386-cmov?.c:  Likewise.
4389         * gcc.dg/i386-fpcvt-?.c:  Likewise.
4390         * gcc.dg/i386-ssefp-1.c:  Likewise.
4391         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
4392         conventions.
4393
4394 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
4395
4396         PR c++/7129
4397         * testsuite/g++.dg/ext/max.C: New test.
4398
4399 2003-02-03  Jan Hubicka  <jh@suse.cz>
4400
4401         * gcc.c-torture/execute/20030203-1.c: New test.
4402
4403 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
4404
4405         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
4406         'natural-endian'.
4407
4408 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
4409
4410         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
4411         * g++.dg/init/new2.C: Likewise.
4412         * g++.dg/other/new1.C: Likewise.
4413
4414 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
4415
4416         * gcc.dg/struct-ret-libc.c: New test.
4417
4418 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
4419
4420         * gcc.dg/20030129-1.c: New test.
4421
4422 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4423
4424         PR c++/8849
4425         * g++.dg/template/ptrmem4.C: New test.
4426
4427 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
4428
4429         * g++.dg/parser/constant1.C: New test.
4430
4431 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4432
4433         PR c++/8591
4434         * g++.dg/parse/friend2.C: New test.
4435
4436 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
4437
4438         PR c++/9437
4439         * g++.dg/template/unify4.C: New test.
4440
4441 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
4442
4443         * gcc.c-torture/execute/20030128-1.c: New test.
4444
4445 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
4446
4447         * g++.dg/lookup/nested1.C: Test moved from ...
4448         * g++.old-deja/g++.other/lookup24.C: ... here.
4449
4450 2003-01-28  Jan Hubicka  <jh@suse.cz>
4451
4452         * gcc.dg/i386-cmov5.c:  New test.
4453
4454 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
4455
4456         * gcc.c-torture/execute/20010925-1.c: Changed the
4457         memcpy declaration.
4458
4459 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
4460
4461         PR c++/3902
4462         * g++.dg/parse/template5.C: New test.
4463
4464 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
4465
4466         PR fortran/9258
4467         * g77.dg/pr9258: New test.
4468
4469 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4470
4471         * README: Move relevant parts from README.g++.
4472
4473         * README.g++: Remove this file.
4474
4475 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
4476
4477         * g++.dg/abi/dcast1.C: New test.
4478
4479 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4480
4481         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
4482
4483 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
4484
4485         PR c++/47
4486         * g++.old-deja/g++.other/lookup24.C: New test.
4487
4488 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4489
4490         PR middle-end/7227
4491         * gcc.dg/uninit-C.c: New test.
4492
4493 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
4494
4495         * g++.dg/abi/covariant1.C: New test.
4496
4497 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
4498
4499         * gcc.dg/20030123-1.c: New test.
4500
4501 2003-01-25  Jan Hubicka  <jh@suse.cz>
4502
4503         PR opt/8492
4504         * gcc.c-torture/compile/20030125-1.c
4505
4506 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
4507
4508         PR c++/9403
4509         * g++.dg/parse/template3.C: New test.
4510         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
4511
4512         PR c++/795
4513         * g++.dg/parse/template4.C: New test.
4514
4515         PR c++/9415
4516         * g++.dg/template/qual2.C: New test.
4517
4518         PR c++/8545
4519         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
4520
4521         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
4522
4523 2003-01-25  Roger Sayle  <roger@eyesopen.com>
4524
4525         * gcc.c-torture/execute/switch-1.c: New test case.
4526
4527 2003-01-25  Jan Hubicka  <jh@suse.cz>
4528
4529         * gcc.c-torture/execute/20030125-1.[cx]: New test.
4530
4531 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
4532
4533         Tweaks for Bison-1.875. From the NEWS file:
4534         "- `parse error' -> `syntax error'
4535         Bison now uniformly uses the term `syntax error'"
4536         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
4537         * gcc.dg/cpp/digraph2.c: Likewise.
4538         * gcc.dg/cpp/direct2.c: Likewise.
4539         * gcc.dg/cpp/paste4.c: Likewise.
4540         * gcc.dg/c90-restrict-1.c: Likewise.
4541         * gcc.dg/c99-func-2.c: Likewise.
4542         * gcc.dg/noncompile/920721-2.c: Likewise.
4543         * gcc.dg/noncompile/930622-2.c: Likewise.
4544         * gcc.dg/noncompile/940112-1.c: Likewise.
4545         * gcc.dg/noncompile/950921-1.c: Likewise.
4546         * gcc.dg/noncompile/951123-1.c: Likewise.
4547         * gcc.dg/noncompile/971104-1.c: Likewise.
4548         * gcc.dg/noncompile/990416-1.c: Likewise.
4549
4550 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
4551
4552         * g++.dg/parse/undefined1.C: Add error message.
4553
4554 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
4555
4556         PR c++/9354
4557         * g++.dg/parse/new1.C: New test.
4558
4559         PR c++/9216
4560         * g++.dg/parse/template2.C: New test.
4561
4562         PR c++/9354
4563         * g++.dg/parse/typedef2.C: New test.
4564
4565         PR c++/9328
4566         * g++.dg/ext/typeof3.C: New test.
4567
4568 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4569
4570         PR c++/2738
4571         * g++.dg/parse/ret-type1.C: New test.
4572
4573         PR c++/3792
4574         * g++.dg/parse/tmpl-outside1.C: New test.
4575
4576         PR c++/4207
4577         * g++.dg/parse/int-as-enum1.C: New test.
4578
4579         PR c++/4903
4580         * g++.dg/parse/no-typename1.C: New test.
4581
4582         PR c++/5533
4583         * g++.dg/parse/no-value1.C: New test.
4584
4585         PR c++/5921
4586         * g++.dg/parse/wrong-inline1.C: New test.
4587
4588         PR c++/6402
4589         * g++.dg/parse/ref1.C: New test.
4590
4591         PR c++/6992
4592         * g++.dg/parse/attr-ctor1.C: New test.
4593
4594         PR c++/7229
4595         * g++.dg/parse/namespace5.C: New test.
4596
4597         PR c++/7917
4598         * g++.dg/parse/func-def1.C: New test.
4599
4600         PR c++/8143
4601         * g++.dg/parse/undefined1.C: New test.
4602
4603         PR c++/5723, PR c++/8522
4604         * g++.dg/parse/specialization1.C: New test.
4605
4606         PR c++/163, PR c++/8595
4607         * g++.dg/parse/struct-as-enum1.C: New test.
4608
4609         PR c++/9173
4610         * g++.dg/parse/undefined2.C: New test.
4611
4612 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
4613
4614         PR c++/9298
4615         * g++.dg/parse/template1.C: New test.
4616
4617         PR c++/9384
4618         * g++.dg/parse/using1.C: New test.
4619
4620         PR c++/9285
4621         PR c++/9294
4622         * g++.dg/parse/expr2.C: New test.
4623
4624         PR c++/9388
4625         * g++.dg/parse/lookup2.C: Likewise.
4626
4627 2003-01-21  Jan Hubicka  <jh@suse.cz>
4628
4629         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
4630         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
4631         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
4632         * gcc.c-torture/execute/string-opt-*.c: Likewise.
4633
4634 2003-01-20  Nick Clifton  <nickc@redhat.com>
4635
4636         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
4637         problem with ARM sibcall code generation.
4638
4639 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
4640
4641         * gcc.c-torture/execute/20030120-1.c: New.
4642
4643 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
4644
4645         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
4646
4647 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
4648
4649         PR c++/9272
4650         * g++.dg/parse/ctor1.C: New test.
4651
4652         PR c++/9294:
4653         * g++.dg/parse/qualified1.C: New test.
4654
4655         * g++.dg/parse/typename3.C: New test.
4656
4657 2003-01-16  Richard Henderson  <rth@redhat.com>
4658
4659         * g++.dg/tls/init-2.C: Fix error matches for real this time.
4660
4661 2003-01-16  Richard Henderson  <rth@redhat.com>
4662
4663         * g++.dg/pch/pch.exp: Copy test header to the working directory
4664         before using it either for precompilation or direct use.
4665         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
4666         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
4667
4668 2003-01-16  Richard Henderson  <rth@redhat.com>
4669
4670         * gcc.dg/pch/pch.exp: Copy test header to the working directory
4671         before using it either for precompilation or direct use.
4672         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
4673         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
4674
4675 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
4676
4677         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
4678         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
4679         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
4680         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
4681         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
4682         typename warning into error.
4683         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
4684         error messages.
4685         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
4686         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
4687         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
4688         messages.
4689         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
4690         make declaration visible in template.
4691         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
4692         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
4693         messages.
4694         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
4695         message.
4696         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
4697         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
4698         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
4699         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
4700         typename warning with error message.
4701         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
4702         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
4703         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
4704
4705 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
4706
4707         * g++.dg/parse/ambig2.C: New test.
4708
4709 2003-01-15  Richard Henderson  <rth@redhat.com>
4710
4711         * g++.dg/tls/init-2.C: Update error message string.
4712
4713 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4714
4715         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
4716
4717 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
4718
4719         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
4720         all for HC11/HC12.
4721         * gcc.c-torture/compile/20001205-1.x: Likewise.
4722         * gcc.c-torture/compile/20001226-1.x: Likewise.
4723         * gcc.c-torture/compile/920520-1.x: Likewise.
4724         * gcc.c-torture/compile/961203-1.x: Likewise.
4725         * gcc.c-torture/compile/20020604-1.x: Likewise.
4726
4727 2003-01-15  Jan Hubicka  <jh@suse.cz>
4728
4729         * gcc.c-torture/compile/20030115-1.c: New test.
4730
4731         * gcc.dg/i386-fpcvt-1.c: New test.
4732         * gcc.dg/i386-fpcvt-2.c: New test.
4733
4734 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
4735
4736         Further conform g++'s __vmi_class_type_info to the C++ ABI
4737         specification.
4738         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
4739         the specification.
4740
4741 2003-01-14  Jan Hubicka  <jh@suse.cz>
4742
4743         * gcc.dg/i386-fpcvt-1.c: New test.
4744         * gcc.dg/i386-fpcvt-2.c: New test.
4745
4746 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
4747
4748         * gcc.dg/i386-mmx-3.c: New test.
4749
4750 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
4751
4752         PR c++/9264
4753         * g++.dg/parse/octal1.C: New file.
4754
4755         PR c++/9172
4756         * g++.dg/parse/typename1.C: New file.
4757
4758 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
4759
4760         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
4761         * gcc.dg/bf-no-ms-layout.c: Likewise.
4762         * gcc.dg/bf-ms-attrib.c: Likewise.
4763
4764 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
4765
4766         PR c++/9099
4767         * g++.dg/parse/dtor1.C: New file.
4768
4769         PR c++/9128
4770         * g++.dg/rtti/typeid1.C: New file.
4771
4772         PR c++/9153
4773         * g++.dg/parse/lookup1.C: New file.
4774
4775         PR c++/9171
4776         * g++.dg/templ/spec5.C: New file.
4777
4778 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
4779
4780         * gcc.c-torture/compile/20030110-1.c: New test.
4781
4782 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
4783
4784         Merge from pch-branch:
4785
4786         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
4787
4788         * gcc.dg/pch/cpp-1.h: New.
4789         * gcc.dg/pch/cpp-1.c: New.
4790         * gcc.dg/pch/cpp-2.h: New.
4791         * gcc.dg/pch/cpp-2.c: New.
4792
4793         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
4794
4795         * gcc.dg/pch/except-1.h: New.
4796         * gcc.dg/pch/except-1.c: New.
4797
4798         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
4799
4800         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
4801         running test.
4802         * gcc.dg/pch: Include *.hp not *.h.
4803         * gcc.dg/pch/system-1.h: New.
4804         * gcc.dg/pch/system-1.c: New.
4805
4806         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
4807
4808         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
4809         rather than trying to build and run a program using PCH.
4810         * gcc.dg/pch: Remove dg-do commands from test files.
4811
4812         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
4813
4814         * gcc.dg/pch/macro-3.c: New.
4815         * gcc.dg/pch/macro-3.h: New.
4816
4817         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
4818
4819         * gcc.dg/pch/common-1.c: New.
4820         * gcc.dg/pch/common-1.h: New.
4821         * gcc.dg/pch/decl-1.c: New.
4822         * gcc.dg/pch/decl-1.h: New.
4823         * gcc.dg/pch/decl-2.c: New.
4824         * gcc.dg/pch/decl-2.h: New.
4825         * gcc.dg/pch/decl-3.c: New.
4826         * gcc.dg/pch/decl-3.h: New.
4827         * gcc.dg/pch/decl-4.c: New.
4828         * gcc.dg/pch/decl-4.h: New.
4829         * gcc.dg/pch/decl-5.c: New.
4830         * gcc.dg/pch/decl-5.h: New.
4831         * gcc.dg/pch/global-1.c: New.
4832         * gcc.dg/pch/global-1.h: New.
4833         * gcc.dg/pch/inline-1.c: New.
4834         * gcc.dg/pch/inline-1.h: New.
4835         * gcc.dg/pch/inline-2.c: New.
4836         * gcc.dg/pch/inline-2.h: New.
4837         * gcc.dg/pch/static-1.c: New.
4838         * gcc.dg/pch/static-1.h: New.
4839         * gcc.dg/pch/static-2.c: New.
4840         * gcc.dg/pch/static-2.h: New.
4841
4842         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
4843
4844         * g++.dg/pch/pch.exp: Better handle failing testcases.
4845         * gcc.dg/pch/pch.exp: Likewise.
4846         * gcc.dg/pch/macro-1.c: New.
4847         * gcc.dg/pch/macro-1.h: New.
4848         * gcc.dg/pch/macro-2.c: New.
4849         * gcc.dg/pch/macro-2.h: New.
4850
4851         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
4852
4853         * g++.dg/dg.exp: Treat files in pch/ specially.
4854         * g++.dg/pch/pch.exp: New file.
4855         * g++.dg/pch/empty.H: New file.
4856         * g++.dg/pch/empty.C: New file.
4857         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
4858         "precompile".
4859
4860         * gcc.dg/pch/pch.exp: New file.
4861         * gcc.dg/pch/empty.h: New file.
4862         * gcc.dg/pch/empty.c: New file.
4863         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
4864         "precompile".
4865
4866 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4867
4868         * g++.dg/template/friend14.C: New test.
4869
4870 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
4871
4872         * gcc.dg/old-style-asm-1.c: New test.
4873
4874 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
4875
4876         * gcc.c-torture/compile/20030109-1.c: New test.
4877
4878 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
4879
4880         * gcc.c-torture/execute/20030109-1.c: New test.
4881
4882 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
4883
4884         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
4885         * g++.old-deja/g++.mike/dyncast2.C: Likewise
4886         * g++.old-deja/g++.mike/dyncast3.C: Likewise
4887         * g++.old-deja/g++.mike/eh2.C: Likewise
4888         * g++.old-deja/g++.mike/eh3.C: Likewise
4889         * g++.old-deja/g++.mike/eh5.C: Likewise
4890         * g++.old-deja/g++.mike/eh6.C: Likewise
4891         * g++.old-deja/g++.mike/eh7.C: Likewise
4892         * g++.old-deja/g++.mike/eh8.C: Likewise
4893         * g++.old-deja/g++.mike/eh9.C: Likewise
4894         * g++.old-deja/g++.mike/eh10.C: Likewise
4895         * g++.old-deja/g++.mike/eh12.C: Likewise
4896         * g++.old-deja/g++.mike/eh13.C: Likewise
4897         * g++.old-deja/g++.mike/eh14.C: Likewise
4898         * g++.old-deja/g++.mike/eh16.C: Likewise
4899         * g++.old-deja/g++.mike/eh17.C: Likewise
4900         * g++.old-deja/g++.mike/eh18.C: Likewise
4901         * g++.old-deja/g++.mike/eh21.C: Likewise
4902         * g++.old-deja/g++.mike/eh23.C: Likewise
4903         * g++.old-deja/g++.mike/eh24.C: Likewise
4904         * g++.old-deja/g++.mike/eh25.C: Likewise
4905         * g++.old-deja/g++.mike/eh26.C: Likewise
4906         * g++.old-deja/g++.mike/eh27.C: Likewise
4907         * g++.old-deja/g++.mike/eh28.C: Likewise
4908         * g++.old-deja/g++.mike/eh29.C: Likewise
4909         * g++.old-deja/g++.mike/eh31.C: Likewise
4910         * g++.old-deja/g++.mike/eh33.C: Likewise
4911         * g++.old-deja/g++.mike/eh34.C: Likewise
4912         * g++.old-deja/g++.mike/eh35.C: Likewise
4913         * g++.old-deja/g++.mike/eh36.C: Likewise
4914         * g++.old-deja/g++.mike/eh37.C: Likewise
4915         * g++.old-deja/g++.mike/eh38.C: Likewise
4916         * g++.old-deja/g++.mike/eh39.C: Likewise
4917         * g++.old-deja/g++.mike/eh40.C: Likewise
4918         * g++.old-deja/g++.mike/eh41.C: Likewise
4919         * g++.old-deja/g++.mike/eh42.C: Likewise
4920         * g++.old-deja/g++.mike/eh44.C: Likewise
4921         * g++.old-deja/g++.mike/eh46.C: Likewise
4922         * g++.old-deja/g++.mike/eh47.C: Likewise
4923         * g++.old-deja/g++.mike/eh48.C: Likewise
4924         * g++.old-deja/g++.mike/eh49.C: Likewise
4925         * g++.old-deja/g++.mike/eh50.C: Likewise
4926         * g++.old-deja/g++.mike/eh51.C: Likewise
4927         * g++.old-deja/g++.mike/eh53.C: Likewise
4928         * g++.old-deja/g++.mike/eh55.C: Likewise
4929         * g++.old-deja/g++.mike/p7912.C: Likewise
4930         * g++.old-deja/g++.mike/p9706.C: Likewise
4931         * g++.old-deja/g++.mike/p10416.C: Likewise
4932         * g++.old-deja/g++.mike/p11667.C: Likewise
4933         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
4934         Remove redundant reference to Iris.
4935         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
4936         Elxsi, i860, Pico Java, and WE32K.
4937
4938 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
4939
4940         * g++.dg/ext/asm4.C: New test.
4941
4942 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4943
4944         PR c++/9030
4945         * g++.dg/template/friend12.C: New test.
4946         * g++.dg/template/friend13.C: Likewise.
4947         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
4948
4949 2003-01-08  Jan Hubicka  <jh@suse.cz>
4950
4951         * gcc.dg/i386-cadd.c: New test.
4952         * gcc.dg/i386-cmov4.c: Likewise.
4953
4954 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
4955
4956         PR c++/9165
4957         * g++.dg/warn/Wunused-3.C: New test.
4958
4959         * g++.dg/abi/bitfield9.C: New test.
4960
4961         PR c++/9189
4962         * g++.dg/parse/defarg3.C: New test.
4963
4964 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
4965
4966         * g++.dg/parse/ambig1.C: New test.
4967         * g++.dg/parse/defarg2.C: New test.
4968
4969 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
4970
4971         * g++.dg/template/defarg-1.C: New test.
4972         * g++.dg/template/local2.C: Likewise.
4973
4974 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
4975
4976         * gcc.c-torture/execute/20030105-1.c: New test.
4977
4978 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4979
4980         * g++.dg/parse/namespace3.C: Remove extra semicolons.
4981         * g++.dg/parse/namespace4.C: Likewise.
4982
4983 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
4984
4985         * g++.dg/template/ntp2.C: New test.
4986
4987 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4988
4989         * g++.dg/parse/extern-C-1.C: New test.
4990
4991         * g++.dg/parse/namespace4.C: New test.
4992
4993         * g++.dg/template/nested1.C: New test.
4994
4995         * g++.dg/parse/namespace3.C: New test.
4996
4997 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4998
4999         * g++.dg/lookup/two-stage1.C: New test.
5000
5001 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5002
5003         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
5004         * g++.old-deja/g++.jason/access8.C: Likewise.
5005         * g++.old-deja/g++.other/decl5.C: Likewise.
5006
5007 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
5008
5009         * g++.dg/parse/parse7.C: New test.
5010
5011 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
5012
5013         PR c++/2843
5014         * g++.dg/ext/attrib7.C: New test.
5015
5016 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
5017
5018         * g++.dg/parse/parse6.C: New test.
5019
5020 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
5021
5022         * gcc.dg/h8300-stack-1.c: New.
5023
5024 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
5025
5026         g++.dg/lookup/exception1.C: New test.
5027
5028         g++.dg/lookup/template1.C: New test.
5029
5030         g++.dg/parse/namespace2.C: New test.
5031
5032         g++.dg/parse/parens2.C: New test.
5033
5034 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
5035
5036         * g++.dg/parse/parse5.C: New test.
5037         * g++.dg/lookup/scoped4.C: New test.
5038
5039 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
5040
5041         * g++.dg/parse/parens1.C: New test.
5042
5043         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
5044         angle-bracket1.C.
5045         * g++.dg/parse/parens2.C: New test.
5046
5047         * g++.dg/lookup/scope-operator1.C: New test.
5048
5049         * g++.dg/parse/operator1.C: New test.
5050
5051 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5052
5053         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
5054         * g++.old-deja/g++.other/access6.C: Likewise.
5055         * g++.old-deja/g++.other/decl1.C: Likewise.
5056         * g++.old-deja/g++.pt/typename12.C: Likewise.
5057
5058 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
5059
5060         * g++.dg/parse/namespace1.C: New test.
5061
5062 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
5063
5064         * g++.dg/parse/parse4.C: New test.
5065
5066 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
5067
5068         * g++.dg/parse/parse3.C: New test.
5069
5070 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
5071
5072         * g++.dg/parse/parse2.C: New test.
5073
5074 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
5075
5076         * g++.dg/template/friend11.C: New test.
5077
5078 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
5079
5080         * g++.dg/parse/parse1.C: New test.
5081
5082 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
5083
5084         * lib/profopt.exp: Change the name of a global variable to avoid
5085         possible clashes with other test suites.
5086
5087 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
5088
5089         * g++.dg/inherit/covariant8.C: New test.
5090
5091 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
5092
5093         * g++.dg/init/array9.C: New test.
5094
5095         PR c++/9112
5096         * g++.dg/parse/expr1.C: New test.
5097
5098 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
5099
5100         * gcc.c-torture/compile/20021230-1.c: New test.
5101
5102 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
5103
5104         * g++.dg/inherit/covariant5.C: New test.
5105         * g++.dg/inherit/covariant6.C: New test.
5106         * g++.dg/inherit/covariant7.C: New test.
5107
5108 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5109
5110         PR c++/2739
5111         * g++.dg/other/access2.C: New test.
5112
5113 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5114
5115         * g++.dg/other/anon-struct.C: No longer fails
5116         * g++.old-deja/g++.brendan/parse4.C: Likewise.
5117         * g++.old-deja/g++.brendan/parse5.C: Likewise.
5118         * g++.old-deja/g++.brendan/parse6.C: Likewise.
5119
5120 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5121
5122         * g++.dg/parse/angle-bracket.C (main): No longer fails.
5123
5124 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
5125
5126         * g++.dg/eh/spec4.C: Remove stray semicolon.
5127         * g++.dg/expr/pmf-1.C: Change error message.
5128         * g++.dg/ext/asm1.C: Remove stray semicolon.
5129         * g++.dg/ext/typename1.C: Add missing typenames.
5130         * g++.dg/inherit/template-as-base.C: Change error message.
5131         * g++.dg/lookup/scoped1.C: Likewise.
5132         * g++.dg/lookup/scoped2.C: Likewise.
5133         * g++.dg/lookup/using2.C: Likewise.
5134         * g++.dg/other/component1.C: Remove stray semicolon.
5135         * g++.dg/other/do1.C: Change error message.
5136         * g++.dg/other/error2.C: Likewise.
5137         * g++.dg/other/init1.C: Likewise.
5138         * g++.dg/other/packed1.C: Remove stray semicolon.
5139         * g++.dg/other/ptrmem2.C: Change error message.
5140         * g++.dg/parse/parameter-declaration-1.C: Remove line number
5141         marker.
5142         * g++.dg/special/initp1.C: Remove invalid attribute usage.
5143         * g++.dg/template/access3.C: Add typename keyword.
5144         * g++.dg/template/access5.C: Remove stray semicolon.
5145         * g++.dg/template/access6.C: Likewise.
5146         * g++.dg/template/complit1.C: Likewise.
5147         * g++.dg/template/crash1.C: Change error message.
5148         * g++.dg/template/inherit2.C: Remove stray semicolon.
5149         * g++.dg/template/instantiate2.C: Likewise.
5150         * g++.dg/template/instantiate3.C: Change error message.
5151         * g++.dg/template/qual1.C: Remove stray semicolon.
5152         * g++.dg/template/qualttp18.C: Change error message.
5153         * g++.dg/template/ref1.C: Remove stray semicolon.
5154         * g++.dg/template/sizeof1.C (A::value): Declare it.
5155         * g++.dg/template/spec4.C: Change error message.
5156         * g++.dg/template/static1.C: Likewise.
5157         * g++.dg/template/type1.C: Likewise.
5158         * g++.dg/template/typename3.C: Likewise.
5159         * g++.old-deja/g++.benjamin/13478.C: Change error message.
5160         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
5161         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
5162         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
5163         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
5164         named return value extension.
5165         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
5166         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
5167         * g++.old-deja/g++.bob/extern_C.C: Likewise.
5168         * g++.old-deja/g++.bob/inherit2.C: Likewise.
5169         * g++.old-deja/g++.brendan/complex1.C: Likewise.
5170         * g++.old-deja/g++.brendan/copy5.C: Likewise.
5171         * g++.old-deja/g++.brendan/crash13.C: Likewise.
5172         * g++.old-deja/g++.brendan/crash15.C: Likewise.
5173         * g++.old-deja/g++.brendan/crash18.C: Change error message.
5174         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
5175         * g++.old-deja/g++.brendan/crash38.C: Likewise.
5176         * g++.old-deja/g++.brendan/crash50.C: Likewise.
5177         * g++.old-deja/g++.brendan/crash56.C: Likewise.
5178         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
5179         syntax.
5180         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
5181         * g++.old-deja/g++.brendan/crash8.C: Change error message.
5182         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
5183         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
5184         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
5185         * g++.old-deja/g++.brendan/template11.C: Likewise.
5186         * g++.old-deja/g++.brendan/template26.C: Likewise.
5187         * g++.old-deja/g++.brendan/template27.C: Use explicit
5188         specialization syntax.
5189         * g++.old-deja/g++.brendan/template30.C: Likewise.
5190         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
5191         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
5192         non-dependent names.
5193         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
5194         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
5195         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
5196         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
5197         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
5198         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
5199         named return value extension.
5200         * g++.old-deja/g++.ext/namedret2.C: Likewise.
5201         * g++.old-deja/g++.ext/namedret3.C: Likewise.
5202         * g++.old-deja/g++.ext/return1.C: Likewise.
5203         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
5204         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
5205         * g++.old-deja/g++.jason/access8.C: Likewise.
5206         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
5207         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
5208         pseudo-destructor names.
5209         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
5210         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
5211         pseudo-destructor names.
5212         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
5213         * g++.old-deja/g++.jason/overload19.C: Likewise.
5214         * g++.old-deja/g++.jason/overload32.C: Likewise.
5215         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
5216         stray semicolons.
5217         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
5218         * g++.old-deja/g++.jason/return.C: Likewise.
5219         * g++.old-deja/g++.jason/return2.C: Likewise.
5220         * g++.old-deja/g++.jason/shadow1.C: Likewise.
5221         * g++.old-deja/g++.jason/special.C: Use explicit specialization
5222         syntax.
5223         * g++.old-deja/g++.jason/template10.C: Account for use of
5224         non-dependent names.
5225         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
5226         syntax.
5227         * g++.old-deja/g++.jason/template37.C: Likewise.
5228         * g++.old-deja/g++.law/access4.C: Change error messages.
5229         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
5230         pseudo-destructor names.
5231         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
5232         * g++.old-deja/g++.law/ctors9.C: Likewise.
5233         * g++.old-deja/g++.law/cvt22.C: Likewise.
5234         * g++.old-deja/g++.law/dtors5.C: Likewise.
5235         * g++.old-deja/g++.law/global-init1.C: Likewise.
5236         * g++.old-deja/g++.law/missed-error3.C: Likewise.
5237         * g++.old-deja/g++.law/operators28.C: Likewise.
5238         * g++.old-deja/g++.law/visibility28.C: Likewise.
5239         * g++.old-deja/g++.martin/eval1.C: Likewise.
5240         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
5241         name.
5242         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
5243         * g++.old-deja/g++.mike/net34.C: Likewise.
5244         * g++.old-deja/g++.mike/net36.C: Likewise.
5245         * g++.old-deja/g++.mike/ns2.C: Likewise.
5246         * g++.old-deja/g++.mike/p12306.C: Likewise.
5247         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
5248         value extension.
5249         * g++.old-deja/g++.mike/p700.C: Likewise.
5250         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
5251         * g++.old-deja/g++.mike/p710.C: Likewise.
5252         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
5253         value extension.
5254         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
5255         * g++.old-deja/g++.mike/pmf9.C: Likewise.
5256         * g++.old-deja/g++.ns/crash2.C: Likewise.
5257         * g++.old-deja/g++.ns/crash3.C: Likewise.
5258         * g++.old-deja/g++.ns/invalid1.C: Likewise.
5259         * g++.old-deja/g++.ns/ns17.C: Likewise.
5260         * g++.old-deja/g++.ns/template16.C: Likewise.
5261         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
5262         keyword.
5263         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
5264         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
5265         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
5266         named return value extension.
5267         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
5268         * g++.old-deja/g++.other/access4.C: Issue additional error
5269         messages.
5270         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
5271         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
5272         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
5273         * g++.old-deja/g++.other/crash25.C: Change error message.
5274         * g++.old-deja/g++.other/crash4.C: Change error message.
5275         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
5276         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
5277         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
5278         checks.
5279         * g++.old-deja/g++.other/defarg8.C: Likewise.
5280         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
5281         * g++.old-deja/g++.other/dtor10.C: Likewise.
5282         * g++.old-deja/g++.other/incomplete.C: Likewise.
5283         * g++.old-deja/g++.other/linkage7.C: Likewise.
5284         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
5285         lookup algorithm.
5286         * g++.old-deja/g++.other/mangle2.C: Likewise.
5287         * g++.old-deja/g++.other/refinit2.C: Likewise.
5288         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
5289         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
5290         * g++.old-deja/g++.pt/crash28.C: Likewise.
5291         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
5292         syntax.
5293         * g++.old-deja/g++.pt/crash32.C: Change error message.
5294         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
5295         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
5296         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
5297         error message position.
5298         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
5299         * g++.old-deja/g++.pt/defarg8.C: Change error message.
5300         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
5301         syntax.
5302         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
5303         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
5304         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
5305         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
5306         keyword.
5307         * g++.old-deja/g++.pt/explicit31.C: Likewise.
5308         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
5309         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
5310         keyword.
5311         * g++.old-deja/g++.pt/explicit71.C: Change error message.
5312         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
5313         syntax.
5314         * g++.old-deja/g++.pt/friend28.C: Account for use of
5315         non-dependent names.
5316         * g++.old-deja/g++.pt/friend29.C: Likewise.
5317         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
5318         rules.
5319         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
5320         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
5321         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
5322         lookup rules.
5323         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
5324         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
5325         keyword.
5326         * g++.old-deja/g++.pt/memclass20.C: Likewise.
5327         * g++.old-deja/g++.pt/memclass5.C: Likewise.
5328         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
5329         keyword.
5330         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
5331         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
5332         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
5333         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
5334         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
5335         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
5336         keyword.
5337         * g++.old-deja/g++.pt/spec10.C: Likewise.
5338         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
5339         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
5340         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
5341         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
5342         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
5343         * g++.old-deja/g++.pt/ttp62.C: Likewise.
5344         * g++.old-deja/g++.pt/ttp64.C: Likewise.
5345         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
5346         * g++.old-deja/g++.pt/typename15.C: Likewise.
5347         * g++.old-deja/g++.pt/typename22.C: Likewise.
5348         * g++.old-deja/g++.pt/typename6.C: Change error messages.
5349         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
5350         * g++.old-deja/g++.pt/virtual2.C: Likewise.
5351         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
5352         syntax.
5353         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
5354         return value extension.
5355         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
5356         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
5357         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
5358         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
5359
5360 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
5361
5362         * g++.dg/warn/inline1.C: New test.
5363         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
5364         * g++.old-deja/g++.jason/synth10.C: Likewise.
5365         * g++.old-deja/g++.mike/net31.C: Likewise.
5366         * g++.old-deja/g++.mike/p8786.C: Likewise.
5367
5368         * g++.dg/template/friend10.C: New test.
5369         * g++.dg/template/conv5.C: New test.
5370
5371 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
5372
5373         * g++.dg/lookup/scoped3.C: New test.
5374
5375         * g++.dg/lookup/decl1.C: New test.
5376         * g++.dg/lookup/decl2.C: New test.
5377
5378 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
5379
5380         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
5381         gcc.c-torture/compile/20021015-1.c,
5382         gcc.c-torture/compile/20021015-2.c,
5383         gcc.c-torture/compile/20021123-1.c,
5384         gcc.c-torture/compile/20021123-2.c,
5385         gcc.c-torture/compile/20021123-3.c,
5386         gcc.c-torture/compile/20021123-4.c,
5387         gcc.c-torture/execute/20021024-1.c: Add tests previously added
5388         only to 3.1 or 3.2 branch.
5389
5390 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
5391
5392         * gcc.dg/i386-bitfield3.c: New test.
5393
5394         * gcc.dg/i386-bitfield2.c: New test.
5395
5396 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
5397
5398         * g++.dg/parse/conv_op1.C: New test.
5399
5400 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
5401
5402         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
5403         approved.
5404
5405 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
5406
5407         * gcc.c-torture/compile/20021220-1.c: New test.
5408
5409 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
5410
5411         * gcc.dg/i386-fastcall-1.c: New.
5412
5413 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
5414
5415         * gcc.c-torture/execute/20021219-1.c: New test.
5416
5417 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
5418
5419         * gcc.dg/i386-pic-1.c: New test.
5420
5421 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5422
5423         PR c++/8099
5424         * g++.dg/template/friend9.C: New test.
5425
5426 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5427
5428         PR c++/3663
5429         * g++.dg/template/access7.C: New test.
5430
5431 2002-12-18  Nick Clifton  <nickc@redhat.com>
5432
5433         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
5434         the libstdc++-v3 directory has been found.
5435
5436 2002-12-12  Devang Patel <dpatel@apple.com>
5437         * gcc.dg/darwin-ld-1.c: New test.
5438         * gcc.dg/darwin-ld-2.c: New test.
5439         * gcc.dg/darwin-ld-3.c: New test.
5440         * gcc.dg/darwin-ld-4.c: New test.
5441         * gcc.dg/darwin-ld-5.c: New test.
5442
5443 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
5444
5445         * gcc.c-torture/compile/20021212-1.c: New test.
5446
5447 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
5448
5449         * gcc.dg/fshort-wchar: New test.
5450
5451 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
5452
5453         PR c++/8372
5454         * g++.dg/template/dtor1.C: New test.
5455
5456         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
5457         markers.
5458
5459 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
5460
5461         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
5462
5463 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
5464
5465         * g++.dg/template/static1.C: New test.
5466         * g++.dg/template/static2.C: New test.
5467         * g++.old-deja/g++.ext/memconst.C: New test.
5468
5469 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5470
5471         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
5472         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
5473         * g++.dg/special/initp1.C: Likewise.
5474
5475 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
5476
5477         * gcc.c-torture/execute/20021204-1.c: New test.
5478
5479 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
5480
5481         * gcc.dg/ppc-fmadd-1.c: New file.
5482         * gcc.dg/ppc-fmadd-2.c: New file.
5483         * gcc.dg/ppc-fmadd-3.c: New file.
5484
5485 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5486
5487         * gcc.c-torture/compile/20021204-1.c: New test.
5488
5489 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
5490
5491         * g++.dg/inherit/covariant2.C: New test.
5492         * g++.dg/inherit/covariant3.C: New test.
5493         * g++.dg/inherit/covariant4.C: New test.
5494         * g++.dg/inherit/covariant1.C: Remove XFAIL.
5495         * g++.old-deja/g++.robertl/eb17.C: Likewise.
5496
5497 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
5498
5499         PR c++/8688
5500         * g++.dg/init/brace3.C: New test.
5501
5502 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
5503
5504         * gcc.dg/20020210-1.c: Fix a comment typo.
5505
5506 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
5507
5508         PR c++/8720
5509         * g++.dg/parse/defarg1.C: New test.
5510
5511         PR c++/8615
5512         * g++.dg/template/char1.C: New test.
5513
5514         * g++.dg/template/varmod1.C: Fix typo.
5515
5516 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5517
5518         DR 180
5519         * g++.old-deja/g++.pt/crash32.C: Expect error.
5520
5521 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
5522
5523         PR c++/5919
5524         * g++.dg/template/varmod1.C: New test.
5525
5526         PR c++/8727
5527         * g++.dg/inherit/typeinfo1.C: New test.
5528
5529         PR c++/8663
5530         * g++.dg/inherit/typedef1.C: New test.
5531
5532 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
5533
5534         PR c++/8332
5535         PR c++/8493
5536         * g++.dg/template/strlen1.C: New test.
5537
5538         PR c++/8227
5539         * g++.dg/template/ctor2.C: New test.
5540
5541         PR c++/8214
5542         * g++.dg/init/string1.C: New test.
5543
5544         PR c++/8511
5545         * g++.dg/template/friend8.C: New test.
5546
5547 2002-11-29  Joe Buck <jbuck@synopsys.com>
5548
5549         * g++.dg/lookup/anon2.C: New test.
5550
5551 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
5552
5553         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
5554         h8300 port.
5555
5556 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
5557
5558         * gcc.dg/bitfld-6.c: New test.
5559
5560 2002-11-27  Jan Hubicka  <jh@suse.cz>
5561
5562         * gcc.c-torture/execute/20021127.[cx]: New test.
5563
5564 2002-11-26  Jan Hubicka  <jh@suse.cz>
5565
5566         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
5567         quality.
5568
5569 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
5570
5571         * g++.dg/init/brace2.C: New test.
5572         * g++.old-deja/g++.mike/p9129.C: Correct.
5573
5574 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
5575
5576         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
5577
5578 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
5579
5580         * gcc.dg/sibcall-6: New test for indirect sibcalls.
5581
5582 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
5583
5584         * testsuite/g++.dg/abi/empty11.C: New test.
5585         * testsuite/g++.dg/rtti/cv1.C: New test.
5586
5587 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
5588
5589         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
5590
5591 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
5592
5593         * g++.dg/abi/empty10.C: New test.
5594
5595 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
5596
5597         * gcc.c-torture/compile/20021124-1.c: New test.
5598
5599 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
5600
5601         * g++.dg/abi/rtti2.C: New test.
5602
5603 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5604
5605         * gcc.dg/i386-unroll-1.c: New test.
5606
5607 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
5608
5609         * gcc.c-torture/compile/20021120-1.c: New test.
5610         * gcc.c-torture/compile/20021120-2.c: New test.
5611
5612 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
5613
5614         * gcc.dg/bitfld-5.c: New test.
5615
5616 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
5617
5618         * gcc.c-torture/execute/20021120-3.c: New test.
5619
5620 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
5621
5622         * gcc.c-torture/execute/20021120-2.c: New test.
5623
5624 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
5625
5626         * gcc.c-torture/execute/20021120-1.c: New test.
5627
5628 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
5629
5630         * gcc.c-torture/execute/20021118-3.c: New test.
5631
5632 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
5633
5634         * gcc.c-torture/compile/20021119-1.c: New test.
5635
5636 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
5637
5638         * gcc.dg/duff-1.c: New test.
5639         * gcc.dg/duff-2.c: New test.
5640         * gcc.dg/duff-3.c: New test.
5641
5642 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
5643
5644         * gcc.dg/cpp/_Pragma5.c: New test.
5645
5646 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
5647
5648         * gcc.c-torture/execute/20021118-2.c: New test.
5649
5650 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
5651
5652         * gcc.c-torture/execute/20021118-1.c: New test.
5653
5654 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
5655
5656         * gcc.dg/20021116-1.c: New test.
5657
5658 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
5659
5660         * g++.dg/abi/vcall1.C: New test.
5661
5662 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
5663
5664         * gcc.dg/20021029-1.c: New test.
5665         * gcc.dg/20021029-2.c: New test.
5666
5667 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5668
5669         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
5670
5671 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
5672
5673         PR c/8439
5674         * gcc.dg/20021110.c: Move to ...
5675         * gcc.c-torture/compile/20021110.c: .... here.
5676
5677 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5678
5679         PR c/8467
5680         * gcc.c-torture/execute/20021111-1.c
5681
5682 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
5683
5684         PR c/8439
5685         * gcc.dg/20021110.c: New test.
5686
5687 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
5688
5689         * g++.dg/abi/vthunk3.C: Run only on x86.
5690
5691 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
5692
5693         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
5694
5695 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
5696
5697         * lib/compat.exp (compat-execute): Fix logic error in last
5698         change.
5699
5700 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
5701
5702         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
5703
5704 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5705
5706         PR c++/8389
5707         * g++.dg/template/access6.C: New test.
5708
5709 2002-11-08  Jan Hubicka  <jh@suse.cz>
5710
5711         * gcc.dg/i386-ssefp-1.c: New test.
5712         * gcc.dg/i386-ssefp-1.c: New test.
5713
5714 2002-11-08  Jan Hubicka  <jh@suse.cz>
5715
5716         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
5717
5718 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
5719
5720         * g++.dg/abi/vthunk3.C: New test.
5721
5722         PR c++/8338
5723         * g++.dg/template/crash2.C: New test.
5724
5725 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
5726
5727         * testsuite/g++.dg/abi/dtor1.C: New test.
5728         * testsuite/g++.dg/abi/dtor2.C: Likewise.
5729
5730 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
5731
5732         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
5733         Darwin.
5734
5735 2002-11-04  Adam Nemet  <anemet@lnxw.com>
5736
5737         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
5738         -mthumb.  Only xfail with -O0.
5739
5740 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
5741
5742         * g++.dg/abi/thunk1.C: New test.
5743         * g++.dg/abi/thunk2.C: Likewise.
5744         * g++.dg/abi/vtt1.C: Likewise.
5745
5746 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
5747
5748         PR optimization/8423
5749         * gcc.c-torture/execute/builtin-constant.c: New test.
5750
5751 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
5752
5753         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
5754         Add some more cases.
5755
5756 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
5757
5758         PR c++/8391
5759         * g++.dg/opt/local1.C: New test.
5760
5761 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
5762
5763         PR c++/8160
5764         * g++.dg/template/complit1.C: New test.
5765
5766         PR c++/8149
5767         * g++.dg/template/typename4.C: Likewise.
5768
5769 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5770
5771         Core issue 287, PR c++/7639
5772         * g++.dg/template/instantiate1.C: Adjust error location.
5773         * g++.dg/template/instantiate3.C: New test.
5774         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
5775         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
5776         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
5777
5778 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
5779
5780         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
5781
5782 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
5783
5784         PR c++/8287
5785         * g++.dg/init/dtor2.C: New test.
5786
5787 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5788
5789         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
5790         * gcc.dg/nest.c: Bypass errors on irix6.
5791
5792 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
5793
5794         * gcc.dg/nest.c: Expect error for mmix-*-*.
5795         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
5796
5797 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
5798
5799         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
5800         markers.
5801
5802         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
5803
5804 2002-10-25  Mike Stump  <mrs@apple.com>
5805
5806         * gcc.dg/warn-1.c: New test.
5807
5808 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
5809
5810         * g++.dg/template/typename3.C: New test.
5811
5812 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
5813
5814         * g++.dg/lookup/ptrmem1.C: New test.
5815
5816         * g++.dg/abi/vthunk2.C: New test.
5817
5818 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
5819
5820         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
5821
5822 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
5823
5824         * g++.dg/abi/empty9.C: New test.
5825
5826 2002-10-24  Richard Henderson  <rth@redhat.com>
5827
5828         * g++.dg/inherit/thunk1.C: Enable for ia64.
5829
5830 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
5831
5832         PR c++/8067
5833         * g++.dg/lookup/pretty1.C: New test.
5834
5835 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
5836
5837         * gcc.dg/20021023-1.c: New test.
5838
5839 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
5840
5841         PR c++/7679
5842         * g++.dg/parse/inline1.C: New test.
5843
5844 2002-10-23  Richard Henderson  <rth@redhat.com>
5845
5846         * g++.dg/inherit/thunk1.C: Enable for x86_64.
5847
5848         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
5849
5850 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
5851
5852         PR c++/6579
5853         * g++.dg/parse/stmtexpr3.C: New test.
5854
5855 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
5856
5857         * g++.dg/expr/cond1.C: New test.
5858
5859 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
5860
5861         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
5862
5863 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
5864
5865         * g++.dg/abi/vbase13.C: New test.
5866         * g++.dg/abi/vbase14.C: Likewise.
5867
5868 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
5869
5870         * gcc.dg/tls/pic-1.c: New test.
5871         * gcc.dg/tls/nonpic-1.c: New test.
5872         * gcc.dg/20021018-1.c: New test.
5873
5874 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
5875
5876         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
5877         Remove only files with the same base name as the test case.
5878         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
5879         (profopt-execute): Likewise.  Also, remove old profiling
5880         and performance data files before running the tests.
5881
5882         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
5883         * g++.dg/bprob/bprob.exp: Likewise.
5884         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
5885         to allow more general test case names.
5886
5887         * g++.dg/bprob/bprob-1.C: Rename to ...
5888         * g++.dg/bprob/g++-bprob-1.C: ... this.
5889
5890         * g77.dg/bprob/bprob-1.f: Rename to ...
5891         * g77.dg/bprob/g77-bprob-1.f: ... this.
5892
5893 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
5894
5895         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
5896         bison 1.50 or later.
5897
5898 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
5899
5900         * g++.dg/README: Describe more test directories.
5901
5902 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
5903
5904         * g++.dg/init/array6.C: Add additional tests.
5905
5906 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
5907
5908         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
5909         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
5910
5911 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
5912
5913         * gcc.c-torture/compile/20020604-1.x: New.
5914         * gcc.c-torture/compile/simd-5.x: Likewise.
5915         * gcc.c-torture/execute/920710-1.x: Likewise.
5916         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
5917
5918 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
5919
5920         * g++.dg/inherit/override1.C: Add dg-options clause.
5921
5922 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5923
5924         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
5925         _mm_slli_si128.
5926
5927 2002-10-19  Andreas Schwab  <schwab@suse.de>
5928
5929         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
5930         directory component.
5931
5932 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
5933
5934         * g++.dg/inherit/thunk1.C: New test.
5935
5936         * g++.dg/inherit/override1.C: New test.
5937
5938         * g++.dg/abi/mangle11.C: New test.
5939         * g++.dg/abi/mangle14.C: New test.
5940         * g++.dg/abi/mangle17.C: New test.
5941
5942 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
5943
5944         * g++.dg/overload/member2.C: New test.
5945
5946 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
5947
5948         * g++.dg/README: Describe new compat directory.
5949         * g++.dg/dg.exp: Skip tests in compat directory.
5950         * README.compat: New file.
5951         * lib/compat.exp: New expect script.
5952         * g++.dg/compat: New test directory.
5953         * g++.dg/compat/compat.exp: New expect script.
5954         * g++.dg/compat/abi: New test directory.
5955         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
5956         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
5957         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
5958         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
5959         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
5960         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
5961         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
5962         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
5963         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
5964         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
5965         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
5966         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
5967         * g++.dg/compat/break: New test directory.
5968         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
5969         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
5970         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
5971         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
5972         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
5973         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
5974         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
5975         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
5976         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
5977         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
5978         g++.dg/compat/break/README: New files.
5979         * g++.dg/compat/eh: New test directory.
5980         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
5981         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
5982         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
5983         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
5984         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
5985         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
5986         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
5987         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
5988         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
5989         g++.dg/compat/eh/filter2_y.C,
5990         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
5991         g++.dg/compat/eh/new1_y.C,
5992         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
5993         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
5994         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
5995         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
5996         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
5997         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
5998         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
5999         g++.dg/compat/eh/unexpected1_y.C: New files.
6000         * g++.dg/compat/init: New test directory.
6001         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
6002         g++.dg/compat/init/array5_y.C,
6003         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
6004         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
6005         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
6006         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
6007         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
6008         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
6009         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
6010         g++.dg/compat/init/init-ref2_y.C: New files.
6011
6012 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
6013
6014         PR c++/7584
6015         * g++.dg/inherit/using3.C: New test.
6016
6017 2002-10-17  Jan Hubicka  <jh@suse.cz>
6018
6019         * gcc.dg/20021017-2.c: New test.
6020
6021 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
6022
6023         * g++.dg/abi/mangle16.C: Adjust.
6024
6025         * g++.dg/init/array8.C: New test.
6026
6027 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
6028
6029         * gcc.dg/special/mips-abi.exp: New test.
6030         * gcc.dg/special/mips-abi.s: Empty file used by the above.
6031
6032 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
6033
6034         * g++.dg/abi/mangle16.C: New test.
6035         * g++.dg/abi/mangle17.C: Likewise.
6036
6037         PR c++/7478
6038         * g++.dg/template/ref1.C: New test.
6039
6040 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6041
6042         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
6043
6044 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
6045
6046         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
6047
6048 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
6049
6050         PR c++/7524
6051         * g++.dg/init/array7.C: New test.
6052
6053 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
6054
6055         * g++.dg/init/array6.C: New test.
6056
6057         * g++.dg/abi/mangle13.C: Likewise.
6058         * g++.dg/abi/mangle14.C: Likewise.
6059         * g++.dg/abi/mangle15.C: Likewise.
6060
6061 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
6062
6063         * g++.dg/abi/empty8.C: New test.
6064
6065 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
6066
6067         * g++.dg/init/ctor1.C: New test.
6068
6069 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
6070
6071         * gcc.c-torture/execute/20021015-1.c: New test.
6072
6073 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
6074
6075         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
6076
6077 2002-10-14  Jan Hubicka  <jh@suse.cz>
6078
6079         * gcc.dg/i386-ssetype-[1-5].c: New tests.
6080
6081 2002-10-14  Richard Henderson  <rth@redhat.com>
6082
6083         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
6084
6085 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
6086
6087         PR optimization/6631
6088         * g++.dg/opt/const2.C: New test.
6089
6090 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
6091
6092         PR c++/7176
6093         * g++.dg/parse/friend1.C: New test.
6094         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
6095
6096 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
6097
6098         * gcc.dg/20021014-1.c: New test.
6099
6100 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
6101
6102         PR c++/5661
6103         * g++.dg/ext/vlm1.C: New test.
6104         * g++.dg/ext/vlm2.C: Likewise.
6105
6106         * g++.dg/init/array1.C: Remove invalid braces.
6107         * g++.dg/init/brace1.C: New test.
6108         * g++.dg/init/copy2.C: Likewise.
6109         * g++.dg/init/copy3.C: Likewise.
6110         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
6111         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
6112         braces.
6113
6114 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
6115
6116         * gcc.dg/cpp/assembler.S: Don't use -ansi.
6117
6118 2002-10-11  Richard Shann  <richard.shann@superh.com>
6119
6120         * gcc.c-torture/compile/simd-5.c: New test.
6121
6122 2002-10-10  Roger Sayle  <roger@eyesopen.com>
6123
6124         * gcc.c-torture/execute/shiftopt-1.c: New test case.
6125
6126 2002-10-10  Jim Wilson  <wilson@redhat.com>
6127
6128         * gcc.c-torture/execute/20021010-1.c: New test.
6129
6130 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
6131
6132         PR c/7353
6133         * g++.dg/ext/typedef-init.C: New test.
6134         * gcc.dg/typedef-init.c: New test.
6135
6136 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
6137
6138         * gcc.dg/cpp/paste13.c: New test.
6139
6140 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6141
6142         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
6143         remaining platforms, XFAIL during compile, not execute.  Don't
6144         XFAIL at -O0.
6145
6146 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
6147
6148         * gcc.dg/alias-1.c: Tweak expected warning.
6149
6150 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
6151
6152         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
6153
6154 2002-10-06  Andreas Jaeger  <aj@suse.de>
6155
6156         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
6157         * gcc.dg/cpp/c++98.C: Likewise.
6158
6159         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
6160         * g++.dg/cpp/c++98.C: Likewise.
6161
6162         * g++.dg/README (Subdirectories): Mention cpp directory.
6163
6164         PR target/7559
6165         * gcc.dg/20021006-1.c: New test.
6166
6167 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6168
6169         PR c++/7804
6170         * g++.dg/other/warning1.C: New test.
6171
6172 2002-10-04  Roger Sayle  <roger@eyesopen.com>
6173
6174         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
6175         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
6176         and sparc-*-* with -m64 as expected failures.  See PR 8087.
6177
6178 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
6179
6180         PR c++/7931
6181         * g++.dg/template/ptrmem3.C: New test.
6182
6183         PR c++/7754
6184         * g++.dg/template/union1.C: New test.
6185
6186 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
6187
6188         PR c++/8006
6189         * g++.dg/abi/mangle9.C: New test.
6190         * g++.dg/abi/mangle10.C: New test.
6191         * g++.dg/abi/mangle11.C: New test.
6192         * g++.dg/abi/mangle12.C: New test.
6193
6194 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
6195
6196         PR c++/7188.
6197         * g++.dg/template/meminit1.C: New test.
6198         * g++.dg/warn/Wreorder-1.C: Likewise.
6199         * g++.old-deja/g++.mike/warn3.C: Tweak.
6200         * lib/prune.exp: Ingore "in copy constructor".
6201
6202 2002-10-02  Andreas Jaeger  <aj@suse.de>
6203
6204         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
6205         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
6206         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
6207         on x86-64.
6208
6209 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
6210
6211         * gcc.dg/empty1.C: Fix typo.
6212
6213 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
6214
6215         * gcc.dg/alias-1.c: New test.
6216
6217 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
6218
6219         * gcc.dg/empty1.C: New test.
6220
6221         * g++.dg/tls/init-2.C: Tweak error messages.
6222
6223 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
6224
6225         * gcc.c-torture/compile/20020923-1.c: New test.
6226
6227 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
6228
6229         * gcc.c-torture/execute/ffs-1.c: New test.
6230         * gcc.c-torture/execute/ffs-2.c: Ditto.
6231
6232 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
6233
6234         * g++.dg/overload/member1.C: New test.
6235
6236 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
6237
6238         * g++.dg/abi/empty7.C: New test.
6239         * g++.dg/init/pm2.C: Likewise.
6240
6241 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
6242
6243         * g++.dg/rtti/crash1.C: New test.
6244
6245 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
6246
6247         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
6248         gcc.dg/sibcall-4.c: New tests.
6249
6250 2002-09-28  Roger Sayle  <roger@eyesopen.com>
6251
6252         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
6253         powerpc and MMIX targets.
6254
6255 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
6256
6257         * gcc.dg/cpp/20020927-1.c: New.
6258
6259 2002-09-26  David S. Miller  <davem@redhat.com>
6260
6261         * gcc.c-torture/compile/trunctfdf.c: New.
6262
6263 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6264
6265         * lib/target-supports.exp (check_weak_available): Handle solaris2.
6266
6267 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
6268
6269         * gcc.c-torture/execute/loop-15.c: New.
6270
6271 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
6272
6273         * README.QMTEST: Fix typo.
6274
6275 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
6276
6277         * gcc.dg/20020926-1.c: New test.
6278
6279 2002-09-25  David S. Miller  <davem@redhat.com>
6280
6281         PR target/7842
6282         * gcc.c-torture/execute/shiftdi.c: New test.
6283
6284 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
6285
6286         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
6287         unique to the tool.
6288         * lib/g77.exp (g77_init): Likewise.
6289         * lib/g++.exp (g++_init): Likewise.
6290         * lib/objc.exp (objc_init): Likewise.
6291
6292 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
6293
6294         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
6295         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
6296         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
6297
6298 2002-09-25  Richard Henderson  <rth@redhat.com>
6299
6300         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
6301         too-small long double.
6302
6303 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
6304
6305         * gcc.dg/20020919-1.c: New test.
6306
6307 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
6308
6309         * g++.dg/abi/bitfield6.C: New test.
6310         * g++.dg/abi/bitfield7.C: New test.
6311         * g++.dg/abi/bitfield8.C: New test.
6312         * g++.dg/abi/vbase11.C: New test.
6313
6314 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6315
6316         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
6317         hppa*-*-hpux*.  Update test comment.
6318
6319 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
6320
6321         * gcc.dg/tls/struct-1.c: New test.
6322
6323 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
6324
6325         * gcc.dg/cpp/tr-warn2.c: Update.
6326
6327 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
6328
6329         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
6330
6331 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
6332
6333         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
6334         systems.
6335
6336 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
6337
6338         * gcc.c-torture/execute/ieee/mzero3.c: New test.
6339
6340         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
6341         Adjust for c++filt moved to binutils.  Remove spurious duplicate
6342         setting of cxxfilt.
6343
6344 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
6345
6346         * gcc.dg/20020312-2.c: Update for darwin.
6347
6348 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
6349
6350         * g++.old-deja/g++.other/crash32.C: Mark ICE.
6351
6352 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
6353
6354         * objc.dg/comp-types-1.m: New test.
6355         * objc.dg/comp-types-2.m: New test.
6356         * objc.dg/comp-types-3.m: New test.
6357         * objc.dg/comp-types-4.m: New test.
6358         * objc.dg/comp-types-5.m: New test.
6359         * objc.dg/comp-types-6.m: New test.
6360
6361 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6362
6363         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
6364
6365 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
6366
6367         * g++.dg/other/do1.C: New test.
6368
6369         * g++.dg/template/subst1.C: New test.
6370
6371 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
6372
6373         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
6374
6375 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
6376
6377         * g++.dg/template/qualttp20.C: Adjust expected errors.
6378         * g++.old-deja/g++.jason/report.C: Likewise.
6379         * g++.old-deja/g++.other/qual1.C: Likewise.
6380
6381         * g++.dg/lookup/scoped2.C: New test.
6382
6383         * g++.dg/ext/asm3.C: New test.
6384
6385 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
6386
6387         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
6388
6389 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
6390
6391         * ChangeLog: follow spelling conventions.
6392         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
6393         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
6394         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
6395         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
6396         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
6397         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
6398         * g++.old-deja/g++.law/global-init1.C: Likewise.
6399         * g++.old-deja/g++.other/delete4.C: Likewise.
6400         * g++.old-deja/g++.other/inline21.C: Likewise.
6401         * g++.old-deja/g++.other/singleton.C: Likewise.
6402         * g77.dg/strlen0.f: Likewise.
6403         * g77.f-torture/compile/20010519-1.f: Likewise.
6404         * g77.f-torture/compile/980310-4.f: Likewise.
6405         * gcc.c-torture/compile/20000605-1.c: Likewise.
6406         * gcc.c-torture/execute/20020225-1.c: Likewise.
6407         * gcc.dg/c90-hexfloat-2.c: Likewise.
6408         * gcc.dg/c99-bool-1.c: Likewise.
6409         * gcc.dg/c99-hexfloat-2.c: Likewise.
6410         * gcc.dg/dll-2.c: Likewise.
6411         * gcc.dg/wtr-union-init-1.c: Likewise.
6412         * gcc.dg/wtr-union-init-2.c: Likewise.
6413         * gcc.dg/wtr-union-init-3.c: Likewise.
6414         * gcc.dg/cpp/avoidpaste1.c: Likewise.
6415         * gcc.dg/cpp/defined.c: Likewise.
6416         * gcc.dg/cpp/macsyntx.c: Likewise.
6417         * gcc.dg/cpp/paste2.c: Likewise.
6418         * gcc.dg/cpp/trad/defined.c: Likewise.
6419         * gcc.dg/format/c90-printf-1.c: Likewise.
6420         * gcc.dg/format/c90-scanf-1.c: Likewise.
6421         * gcc.dg/format/c99-printf-1.c: Likewise.
6422         * gcc.dg/format/c99-scanf-1.c: Likewise.
6423         * gcc.misc-tests/gcov-8.c: Likewise.
6424         * lib/profopt.exp: Likewise.
6425
6426 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
6427
6428         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
6429
6430 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
6431
6432         * g++.dg/inherit/using2.C: New test.
6433
6434 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
6435
6436         * ChangeLog: Follow spelling conventions.
6437         * g++.dg/template/friend4.C: Likewise.
6438         * g++.old-deja/g++.pt/crash67.C: Likewise.
6439         * gcc.c-torture/execute/20000801-4.c: Likewise.
6440         * gcc.dg/c90-digraph-1.c: Likewise.
6441         * gcc.dg/c94-digraph-1.c: Likewise.
6442         * gcc.dg/c99-digraph-1.c: Likewise.
6443         * gcc.dg/cpp/line5.c: Likewise.
6444         * gcc.dg/cpp/multiline.c: Likewise.
6445         * gcc.dg/cpp/trad/literals-1.c: Likewise.
6446         * gcc.dg/format/attr-3.c: Likewise.
6447         * gcc.dg/format/c90-scanf-3.c: Likewise.
6448         * gcc.dg/format/ext-4.c: Likewise.
6449
6450 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
6451
6452         * g++.dg/template/pretty1.C: New test.
6453
6454 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
6455
6456         * gcc.c-torture/execute/struct-cpy-1.c: New test.
6457
6458 2002-09-13  Matt Austern  <austern@apple.com>
6459
6460         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
6461         passing a cast expression to a function by const reference.
6462
6463 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
6464
6465         * g++.dg/template/deduce1.C: New test.
6466
6467 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
6468
6469         * gcc.c-torture/execute/simd-1.c: Force all use of int to
6470         32-bit int.
6471
6472 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6473
6474         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
6475         usage.
6476
6477 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
6478
6479         * gcc.c-torture/compile/20020910-1.c: New test.
6480
6481 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
6482
6483         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
6484
6485 2002-09-10  Andreas Jaeger  <aj@suse.de>
6486
6487         * gcc.dg/20020312-2.c: Adjust for x86-64.
6488
6489 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
6490
6491         * g77.dg/7388.f: New test case for PR 7388.
6492
6493 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6494
6495         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
6496
6497 2002-09-05  Ziemowit Laski <zlaski@apple.com>
6498
6499         * objc.dg/proto-lossage-1.m: New test.
6500
6501 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
6502
6503         * gcc.dg/cpp/_Pragma4.c: Fix typo.
6504
6505 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
6506
6507         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
6508         expected to pass.
6509
6510 2002-09-06  Stan Shebs  <shebs@apple.com>
6511             David Edelsohn  <edelsohn@gnu.org>
6512
6513         * gcc.dg/weak: New directory.
6514         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
6515         target-specific xfail bits.
6516         * gcc.dg/typeof-2.c: Move to new directory.
6517         * gcc.dg/weak.exp: New expect script.
6518
6519 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
6520
6521         * gcc.c-torture/execute/extzvsi.c: New test.
6522
6523 2002-09-05  Stan Shebs  <shebs@apple.com>
6524
6525         * gcc.dg/weak-1.c: xfail on Darwin.
6526         * gcc.dg/weak-2.c: Ditto.
6527         * gcc.dg/weak-3.c: Ditto.
6528         * gcc.dg/weak-4.c: Ditto.
6529         * gcc.dg/weak-5.c: Ditto.
6530         * gcc.dg/weak-6.c: Ditto.
6531         * gcc.dg/weak-7.c: Ditto.
6532         * gcc.dg/weak-8.c: Ditto.
6533         * gcc.dg/weak-9.c: Ditto.
6534
6535 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
6536
6537         * gcc.c-torture/execute/loop-14.c: New test.
6538
6539 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
6540
6541         * g++.dg/other/cxa-atexit1.C: New test.
6542
6543         * gcc.dg/typeof-2.c: New test.
6544
6545 2002-09-03  Roger Sayle  <roger@eyesopen.com>
6546
6547         * gcc.dg/builtins-2.c: New testcase.
6548         * gcc.dg/builtins-3.c: New testcase.
6549
6550 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
6551
6552         * gcc.dg/cpp/_Pragma4.c: New test.
6553
6554 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
6555
6556         * objc/execute/nil_method-1.m: New testcase.
6557
6558 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
6559
6560         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
6561         [Object class], not [Object initialize].
6562
6563 2002-08-31  Roger Sayle  <roger@eyesopen.com>
6564             Hans-Peter Nilsson  <hp@bitrange.com>
6565
6566         * gcc.c-torture/execute/20020720-1.x: Skip test on
6567         mmix-knuth-mmixware.  Correct comment.
6568
6569 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
6570
6571         * testsuite/g++.dg/abi/bitfield5.C: New test.
6572         * testsuite/g++.dg/abi/vbase10.C: Likewise.
6573
6574 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
6575
6576         * objc.dg/undeclared-selector.m: New test.
6577
6578 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
6579
6580         * g++.dg/other/offsetof1.C: Avoid cast warning.
6581
6582 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
6583
6584         * objc.dg/super-class-2.m: New test.
6585
6586 2002-08-24  Matt Austern  <austern@apple.com>
6587
6588         * g++.dg/ext/lvaddr.C: New test.
6589         * g++.dg/ext/lvcast.C: New test.
6590
6591 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
6592
6593         * testsuite/g++.dg/inherit/cond1.C: New test.
6594
6595 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
6596
6597         * gcc.dg/noncompile/incomplete-1.c: New test.
6598
6599 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
6600
6601         * gcc.dg/typespec-1.c: New test.
6602
6603 2002-08-20  Devang Patel  <dpatel@apple.com>
6604         * objc.dg/proto-hier-2.m: New test.
6605
6606 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
6607
6608         * objc.dg/bitfield-1.m: New test.
6609         * objc.dg/bitfield-2.m: New test.
6610
6611 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
6612
6613         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
6614         gcc.dg/c99-flex-array-4.c: New tests.
6615
6616 2002-08-16  Stan Shebs  <shebs@apple.com>
6617
6618         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
6619
6620 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
6621
6622         * gcc.dg/typeof-1.c: New test.
6623         * g++.dg/ext/typeof2.C: New test.
6624
6625 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
6626
6627         * g++.dg/other/offsetof1.C: New test.
6628
6629 2002-08-14  Richard Henderson  <rth@redhat.com>
6630
6631         * gcc.dg/tls/diag-3.c: Fix expected message strings.
6632
6633 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
6634
6635         * gcc.dg/cpp/_Pragma3.c: New test.
6636
6637 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
6638
6639         * g++.dg/template/inherit3: New test.
6640
6641 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
6642
6643         * gcc.dg/bitfld-4.c: Add blank options.
6644
6645 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
6646
6647         * g++.dg/template/crash1.C: New test.
6648
6649 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
6650
6651         * gcc.dg/tls/opt-2.c: New test.
6652
6653 2002-08-08  Devang Patel  <dpatel@apple.com>
6654
6655         * objc.dg/selector-1.m : New test
6656
6657 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
6658
6659         * g++.dg/abi/bitfield4.C: New test.
6660         * gcc.dg/bitfld-4.c: New test.
6661
6662 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
6663
6664         * g++.dg/other/packed1.C: New test.
6665
6666 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
6667
6668         * g++.dg/abi/offsetof.C: Tweak error messages.
6669         * g++.old-deja/g++.mike/p10769a.C: Likewise.
6670
6671 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
6672
6673         * gcc.dg/bitfld-3.c: New test.
6674
6675 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
6676             Richard Henderson  <rth@redhat.com>
6677
6678         * gcc.dg/i386-bitfield1.c: New test.
6679         * g++.dg/abi/bitfield3.C: Update.
6680
6681 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
6682
6683         * objc.dg/const-str-2.m: Update.
6684         * gcc.dg/cpp/c++98.c: Change to C extension.
6685         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
6686         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
6687
6688 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
6689
6690         * testsuite/gcc.dg/tls/diag-3.c: New.
6691
6692 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
6693
6694         * g++.dg/README (Subdirectories): Document new subdir expr.
6695         * g++.dg/expr/pmf-1.C: New test.
6696
6697 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
6698
6699         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
6700
6701 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
6702
6703         * g++.dg/abi/bitfield3.C: New test.
6704
6705 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
6706
6707         * lib/gcov.exp: Tweak expected line formats.
6708         * gcc.misc-tests/gcov8.c: New test.
6709         * gcc.misc-tests/gcov8.x: New flags.
6710
6711 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
6712
6713         * consistency.vlad/layout/endian.c: Include string.h.
6714
6715         * gcc.c-torture/execute/20020805-1.c: New test.
6716
6717 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
6718
6719         * g++.dg/other/conversion1.C: New test.
6720
6721 2002-08-03  Roger Sayle  <roger@eyesopen.com>
6722
6723         * gcc.dg/builtins-1.c: New testcase.
6724
6725 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
6726
6727         * g++.dg/inherit/access3.C: New test.
6728
6729 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
6730
6731         * gcc.dg/ia64-visibility-2.c: New test.
6732
6733 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
6734
6735         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
6736         __qualifier_flags to __flags.
6737
6738 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
6739
6740         * g++.dg/inherit/operator1.C: New test.
6741         * g++.dg/lookup/disamb1.C: Fix typo in comment.
6742         * g++.dg/other/error1.C: Change expected error message.
6743         * g++.dg/template/conv4.C: Likewise.
6744
6745 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
6746
6747         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
6748         for documented behavior.
6749
6750 2002-07-25  Roger Sayle  <roger@eyesopen.com>
6751
6752         * gcc.c-torture/execute/20020720-1.x: Skip this test on
6753         several targets known to fail.
6754
6755 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
6756
6757         * gcc.dg/mips-args-[123].c: New tests.
6758
6759 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
6760
6761         * gcc.dg/ppc-spe.c: New.
6762
6763 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
6764
6765         * g++.dg/other/ptrmem4.C: New testcase.
6766
6767 2002-07-24  Richard Henderson  <rth@redhat.com>
6768
6769         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
6770
6771 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
6772
6773         * g++.dg/ext/alignof1.C (main): Return 0 for success.
6774
6775 2002-07-24  Roger Sayle  <roger@eyesopen.com>
6776
6777         * gcc.c-torture/execute/memset-3.c: New testcase.
6778
6779 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
6780
6781         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
6782         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
6783
6784 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6785
6786         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
6787         Delete.
6788
6789 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
6790
6791         * gcc.c-torture/compile/simd-4.c: New test.
6792
6793 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6794
6795         PR c++/7347, c++/7348
6796         * g++.dg/template/access4.C: New test.
6797         * g++.dg/template/access5.C: New test.
6798         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
6799         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
6800         * g++.old-deja/g++.pt/ttp58.C: Likewise.
6801         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
6802
6803 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
6804
6805         * gcc.dg/gnu89-init-2.c: New test.
6806
6807 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
6808
6809         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
6810
6811 2002-07-20  Roger Sayle  <roger@eyesopen.com>
6812
6813         * gcc.c-torture/execute/20020720-1.c: New testcase.
6814
6815 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
6816
6817         * gcc.dg/cpp/Wsignprom.c: New tests.
6818
6819 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
6820
6821         * gcc.c-torture/execute/loop-13.c: New test.
6822
6823 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
6824
6825         * gcc.dg/cpp/expr.c: New tests.
6826
6827 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
6828
6829         * g++.dg/opt/pr6713.C: Add template instantiation.
6830
6831 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
6832
6833         * gcc.dg/nest.c: New test.
6834
6835 2002-07-17  Richard Henderson  <rth@redhat.com>
6836
6837         * g++.dg/opt/pr6713.C: New test.
6838
6839 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
6840
6841         * gcc.c-torture/execute/loop-2e.x: Let the testcase
6842         XFAIL for all x86 processors.
6843
6844 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
6845
6846         * gcc.c-torture/execute/20010122-1.x: Do not test with
6847         -fomit-frame-pointer.
6848
6849 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6850
6851         * g++.dg/template/instantiate2.C: New test.
6852         * g++.dg/template/spec4.C: New test.
6853
6854 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6855
6856         * g++.dg/template/access2.C: New test.
6857         * g++.dg/template/access3.C: New test.
6858
6859 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
6860
6861         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
6862         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
6863         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
6864         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
6865         Convert to use <stdarg.h>.
6866         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
6867         Delete.
6868         * gcc.dg/va-arg-2.c: New.
6869         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
6870
6871 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
6872
6873         * gcc.c-torture/compile/20020710-1.c: New test.
6874
6875 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
6876                           Andrew Pinski  <pinskia@physics.uc.edu>
6877
6878         gcc.c-torture/compile/simd-2.c: New testcase.
6879         gcc.c-torture/compile/simd-3.c: Likewise.
6880
6881 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
6882
6883         PR c++/7224
6884         * g++.dg/overload/error1.C: New test.
6885
6886 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6887
6888         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
6889         configuration and IRIX 6 O32 ABI.
6890
6891 2002-07-11  Roger Sayle  <roger@eyesopen.com>
6892
6893         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
6894
6895 2002-07-10  Roger Sayle  <roger@eyesopen.com>
6896
6897         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
6898
6899 2002-07-10  Jeffrey A Law  <law@redhat.com>
6900
6901         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
6902
6903         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
6904
6905 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
6906
6907         * gcc.dg/20020312-2.c: Check for __PPC__.
6908
6909 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
6910
6911         * gcc.c-torture/compile/20020709-1.c: New test.
6912
6913 2002-07-07  Roger Sayle  <roger@eyesopen.com>
6914
6915         * g++.dg/template/qualttp21.C: New test case.
6916
6917 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
6918
6919         * gcc.c-torture/compile/20020706-1.c: New test.
6920         * gcc.c-torture/compile/20020706-2.c: New test.
6921
6922 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
6923             Alexandre Oliva  <aoliva@redhat.com>
6924
6925         * g++.dg/warn/incomplete1.C: New test.
6926
6927 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6928
6929         PR c++/7099
6930         * g++.dg/warn/noreturn1.C: New test.
6931
6932 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
6933
6934         PR c++/6706
6935         * g++.dg/debug/debug6.C: New test.
6936         * g++.dg/debug/debug7.C: New test.
6937
6938 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
6939
6940         * gcc.c-torture/compile/simd-3.c: New test.
6941
6942 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
6943
6944         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
6945         * gcc.dg/20020620-1.c: Likewise.
6946
6947 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6948
6949         PR c++/6944
6950         * g++.dg/init/array4.C: New test.
6951         * g++.dg/init/array5.C: New test.
6952
6953 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
6954
6955         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
6956         * gcc.c-torture/execute/simd-2.c (main): Likewise.
6957
6958 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6959
6960         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
6961         * gcc.dg/wtr-aggr-init-1.c: Likewise.
6962         * gcc.dg/wtr-conversion-1.c: Likewise.
6963         * gcc.dg/wtr-escape-1.c: Likewise.
6964         * gcc.dg/wtr-int-type-1.c: Likewise.
6965         * gcc.dg/wtr-label-1.c: Likewise.
6966         * gcc.dg/wtr-static-1.c: Likewise.
6967         * gcc.dg/wtr-strcat-1.c: Likewise.
6968         * gcc.dg/wtr-suffix-1.c: Likewise.
6969         * gcc.dg/wtr-switch-1.c: Likewise.
6970         * gcc.dg/wtr-unary-plus-1.c: Likewise.
6971         * gcc.dg/wtr-union-init-1.c: Likewise.
6972         * gcc.dg/wtr-union-init-2.c: Likewise.
6973         * gcc.dg/wtr-union-init-3.c: Likewise.
6974
6975         * gcc.dg/wtr-func-def-1.c: New test.
6976
6977 2002-07-02 Devang Patel <dpatel@apple.com>
6978
6979         * objc.dg/param-1.m: New test.
6980
6981 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
6982
6983         * gcc.dg/cpp/trad/directive.c: Add test.
6984         * gcc.dg/cpp/trad/macroargs.c: Add test.
6985         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
6986
6987 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
6988
6989         * gcc.dg/cpp/cmdlne-M.c: New test.
6990
6991 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
6992
6993         * objc.dg/desig-init-1.m: New test.
6994
6995 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6996
6997         PR c++/6716
6998         * g++.dg/template/instantiate1.C: New test.
6999
7000 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
7001
7002         PR c++/7112
7003         * g++.dg/template/sizeof2.C: New test.
7004
7005 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
7006
7007         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
7008         gcc.dg/cpp/trad/include.c: New tests.
7009
7010 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
7011
7012         PR target/7177
7013         * gcc.c-torture/compile/20020701-1.c: New test.
7014
7015 2002-07-01  Stan Shebs  <shebs@apple.com>
7016
7017         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
7018         header here...
7019         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
7020         (objc-torture-execute): or here.
7021
7022 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
7023
7024         * gcc.c-torture/execute/arith-rand-ll.c: New test.
7025
7026 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
7027
7028         * gcc.dg/cpp/trad/escaped-nl.c: New test.
7029
7030 2002-06-30  Devang Patel  <dpatel@apple.com>
7031
7032         * objc.dg/fsyntax-only.m: New test.
7033
7034 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
7035
7036         PR c++/6695
7037         * g++.dg/template/friend7.C: New file.
7038
7039 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
7040
7041         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
7042         return type.
7043
7044 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
7045
7046         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
7047         avoid division by zero.
7048
7049 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
7050
7051         * gcc.dg/Wunknownprag.c: New tests.
7052
7053 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
7054
7055         * gcc.c-torture/execute/simd-2.c: New test.
7056
7057 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
7058
7059         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
7060         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
7061         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
7062         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
7063         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
7064         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
7065         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
7066         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
7067         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
7068         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
7069         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
7070         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
7071         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
7072         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
7073         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
7074         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
7075         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
7076
7077 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
7078
7079         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
7080         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
7081         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
7082         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
7083         New tests.
7084         * gcc.dg/cpp/trad/directive.c: Update.
7085
7086 2002-06-23  Andreas Jaeger  <aj@suse.de>
7087
7088         * gcc.c-torture/execute/complex-6.c: New.
7089
7090 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
7091
7092         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
7093         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
7094         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
7095         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
7096
7097 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
7098
7099         * gcc.dg/cpp/trad: New directory with traditional tests copied
7100         from parent directory.
7101         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
7102         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
7103         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
7104         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
7105         Move to trad/ and rename.
7106         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
7107         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
7108         gcc.dg/cpp/trad/redef2.c: New tests.
7109         * gcc.dg/cpp/trad/trad.exp: New driver.
7110
7111 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
7112
7113         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
7114         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
7115         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
7116         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
7117         Remove.
7118
7119 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
7120
7121         * gcc.dg/20020620-1.c: New test.
7122
7123 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7124
7125         * g++.dg/template/ttp4.C: New test.
7126
7127 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
7128
7129         * g++.dg/opt/vt1.C: Fix regexp.
7130
7131 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7132
7133         * gcc.c-torture/execute/pure-1.c: Make functions static again.
7134         Don't use attribute `noinline'.
7135
7136 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
7137
7138         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
7139
7140 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
7141
7142         * gcc.c-torture/execute/simd-1.c: New.
7143
7144         * gcc.dg/simd-1.c: New.
7145
7146 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
7147
7148         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
7149
7150 2002-06-16  Richard Henderson  <rth@redhat.com>
7151
7152         * g++.dg/ext/anon-struct1.C: New.
7153         * g++.dg/ext/anon-struct2.C: New.
7154         * g++.dg/ext/anon-struct3.C: New.
7155         * gcc.dg/anon-struct-1.c: New.
7156         * gcc.dg/anon-struct-2.c: New.
7157         * gcc.dg/anon-struct-3.c: New.
7158         * gcc.dg/20011008-1.c: Adjust warning text.
7159         * gcc.dg/20020527-1.c: Add -fms-extensions.
7160
7161 2002-06-16  Richard Henderson  <rth@redhat.com>
7162
7163         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
7164
7165 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
7166
7167         * gcc.c-torture/execute/20020615-1.c: New test.
7168
7169 2002-06-15  Roger Sayle  <roger@eyesopen.com>
7170
7171         * gcc.c-tortuture/execute/compare-1.c: New test case.
7172         * gcc.c-tortuture/execute/compare-2.c: New test case.
7173         * gcc.c-tortuture/execute/compare-3.c: New test case.
7174
7175 2002-06-13  Richard Henderson  <rth@redhat.com>
7176
7177         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
7178         ia64 ilp32.
7179
7180 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7181
7182         * g++.dg/template/typename2.C: Update error message.
7183
7184 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
7185
7186         * gcc.c-torture/execute/20020611-1.c: New test.
7187
7188 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
7189
7190         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
7191         list of targets to skip.
7192
7193 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
7194
7195         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
7196         targets if not optimizing.
7197
7198 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
7199
7200         * gcc.c-torture/compile/20020605-1.c: New test.
7201
7202         * g++.dg/opt/vt1.C: New test.
7203
7204         * gcc.dg/20020531-1.c: New test.
7205
7206         * gcc.dg/20020530-1.c: New test.
7207
7208         * gcc.dg/20020527-1.c: New test.
7209
7210         * g++.dg/opt/cse1.C: New test.
7211
7212 2002-06-07  Roger Sayle  <roger@eyesopen.com>
7213
7214         * gcc.dg/20020607-2.c: New test case.
7215
7216 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
7217
7218         * gcc.c-torture/compile/20020604-1.c: New test.
7219
7220 2002-06-04  Richard Henderson  <rth@redhat.com>
7221
7222         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
7223         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
7224         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
7225
7226 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
7227
7228         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
7229
7230 2002-06-03  Richard Henderson  <rth@redhat.com>
7231
7232         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
7233         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
7234
7235 2002-06-02  Richard Henderson  <rth@redhat.com>
7236
7237         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
7238         test functions static.
7239
7240 2002-06-02  Andreas Jaeger  <aj@suse.de>
7241
7242         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
7243         now.
7244
7245 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
7246
7247         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
7248         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
7249         Update for mofified diagnostics.
7250         * gcc.dg/c99-intconst-1.c: No longer fail.
7251
7252 2002-06-02  Richard Henderson  <rth@redhat.com>
7253
7254         * gcc.dg/uninit-A.c: Remove xfail markers.
7255
7256 2002-06-01  Roger Sayle  <roger@eyesopen.com>
7257
7258         * gcc.dg/fnegate-1.c: New test case.
7259
7260 2002-05-30  Osku Salerma  <osku@iki.fi>
7261
7262         * gcc.c-torture/execute/mayalias-1.c: New file.
7263
7264 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
7265
7266         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
7267         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
7268         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
7269
7270 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
7271
7272         * gcc.c-torture/execute/20020529-1.c: New test.
7273
7274 2002-05-27  Richard Henderson  <rth@redhat.com>
7275
7276         * g++.dg/ext/attrib6.C: New test case.
7277
7278 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7279
7280         * gcc.c-torture/execute/pure-1.c: New test.
7281
7282 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
7283
7284         * gcc.dg/cpp/arith-2.c: Remove.
7285
7286 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
7287
7288         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
7289         * gcc.dg/cpp/if-3.c: Remove.
7290
7291 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
7292
7293         * g++.dg/opt/cse2.C: New test.
7294
7295 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
7296
7297         * gcc.dg/cpp/arith-1.c: New semantic tests.
7298         * gcc.dg/cpp/if-1.c: Update.
7299
7300 2002-05-24  Ben Elliston  <bje@redhat.com>
7301
7302         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
7303
7304 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
7305
7306         * gcc.dg/verbose-asm.c: New test.
7307
7308 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
7309
7310         * gcc.dg/cpp/paste12.c: New test.
7311
7312 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
7313
7314         * g++.dg/parse/named_ops.C: New test.
7315
7316 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
7317
7318         * gcc/testsuite/gcc.dg/weak-8.c: New test.
7319
7320 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
7321
7322         * gcc.dg/weak-2.c: Allow optional leading underscore
7323         in scan-assembler symbol name.
7324         * gcc.dg/weak-3.c: Likewise.
7325         * gcc.dg/weak-4.c: Likewise.
7326         * gcc.dg/weak-5.c: Likewise.
7327
7328 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
7329
7330         * gcc.dg/20020523-1.c: New test.
7331
7332 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
7333
7334         * objc.dg/const-str-2.m: Update now that we stop after
7335         a command line error.
7336
7337 2002-05-22  Richard Henderson  <rth@redhat.com>
7338
7339         * g++.dg/dg.exp: Fix typo in test pruneing.
7340
7341 2002-05-22  Richard Henderson  <rth@redhat.com>
7342
7343         * g++.dg/dg.exp: Prune the tls subdirectory.
7344         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
7345         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
7346         * g++.dg/tls/init-1.C: New.
7347
7348 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
7349
7350         * gcc.dg/20020517-1.c: New test.
7351
7352 2002-05-21  Richard Henderson  <rth@redhat.com>
7353
7354         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
7355         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
7356
7357 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
7358
7359         * g++.dg/other/copy2.C: New test.
7360
7361 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
7362
7363         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
7364         (MAX_COPY): Bump up to 10 times sizeof (long long).
7365         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
7366
7367         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
7368         sizeof (long long).
7369
7370         * gcc.c-torture/execute/strcpy-1.c: New test.
7371
7372 2002-05-19  Jason Merrill  <jason2redhat.com>
7373
7374         * g++.dg/ext/oper1.C: New test.
7375
7376 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
7377 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
7378
7379         * README.QMTEST: New file.
7380
7381         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
7382
7383 2002-05-19  Andreas Jaeger  <aj@suse.de>
7384
7385         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
7386         now.
7387         * gcc.c-torture/execute/loop-2d.x: Likewise.
7388
7389 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
7390
7391         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
7392         support weak symbols.
7393         * gcc.dg/weak-4.c: Likewise
7394         * gcc.dg/weak-6.c: Likewise
7395
7396 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
7397
7398         * gcc.dg/weak-3.c: Add dg-excess-error comment for
7399         cygwin, coff and h8300-*-hms targets
7400         * gcc.dg/weak-5.c: Likewise
7401         * gcc.dg/weak-7.c: Likewise
7402
7403 2002-05-16  Jason Merrill  <jason@redhat.com>
7404
7405         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
7406         (scan-assembler-not, scan-assembler-dem): Likewise.
7407         (scan-assembler-dem-not): Likewise.
7408
7409 2002-05-15  Richard Henderson  <rth@redhat.com>
7410
7411         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
7412
7413 2002-05-15  Richard Henderson  <rth@redhat.com>
7414
7415         * gcc.dg/weak-5.c (vfoo1c): No warning here.
7416         (vfoo1f): Warning here.
7417         (vfoo1l): Don't redefine the alias.
7418
7419 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
7420
7421         * g++.dg/init/pm1.C: New test.
7422
7423 2002-05-12  David S. Miller  <davem@redhat.com>
7424
7425         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
7426         types.
7427
7428 2002-05-10  Roger Sayle  <roger@eyesopen.com>
7429
7430         * gcc.c-torture/execute/20020510-1.c: New test case.
7431
7432 2002-05-10  David S. Miller  <davem@redhat.com>
7433
7434         * gcc.c-torture/execute/conversion.c: Test long double too.
7435
7436 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
7437
7438         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
7439         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
7440         * lib/g++.exp (g++_link_flags): Likewise.
7441         * lib/objc.exp (objc_target_compile): Likewise.
7442
7443 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
7444
7445         * gcc.dg/cpp/poison.c: Update.
7446         * gcc.dg/cpp/20000625-2.c: Remove.
7447         * gcc.dg/cpp/direct2s.c: Remove final test.
7448
7449 2002-05-08  Tom Rix  <trix@redhat.com>
7450
7451         * gcc.c-torture/execute/20020508-1.c: New test.
7452         * gcc.c-torture/execute/20020508-2.c: New test.
7453         * gcc.c-torture/execute/20020508-3.c: New test.
7454
7455 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
7456
7457         * gcc.dg/cpp/charconst-4.c: More tests.
7458
7459 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7460
7461         PR c/6569
7462         * gcc.dg/weak-3.c: Update location of warning messages.
7463         * gcc.dg/weak-5.c: Likewise.
7464
7465 2002-05-06  Roger Sayle  <roger@eyesopen.com>
7466
7467         * gcc.c-torture/execute/20020506-1.c: New test case.
7468
7469 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
7470
7471         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
7472
7473 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
7474
7475         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
7476
7477 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
7478
7479         * gcc.dg/cpp/charconst-3.c: New test.
7480
7481 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
7482
7483         * gcc.dg/cpp/charconst.c: Update tests.
7484
7485 2002-05-05  Tim Josling  <tej@melbpc.org.au>
7486
7487         * treelang: Added directory for new sample language treelang. Also
7488         lib/treelang.exp: New file to signal treelang should be tested.
7489
7490 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
7491
7492         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
7493         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
7494         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
7495         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
7496         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
7497         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
7498         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
7499
7500 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
7501
7502         * gcc.dg/format/xopen-2.c: New test.
7503
7504 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
7505
7506         * gcc.dg/20020503-1.c: New test.
7507
7508 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
7509
7510         * g++.dg/init/dtor1.C: Make it tougher.
7511
7512 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
7513
7514         * g++.dg/init/dtor1.C: New test.
7515
7516 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
7517
7518         * gcc.dg/altivec-8.c: New.
7519
7520 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
7521
7522         * gcc.dg/altivec-7.c: New.
7523
7524 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
7525
7526         * g++.dg/parse/typedef1.C: New test.
7527
7528 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
7529
7530         PR c++/6486
7531         * g++.dg/template/friend6.C: New test.
7532
7533         PR c++/6492
7534         * g++.dg/init/copy1.C: New test.
7535
7536 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
7537
7538         * g++.dg/warn/effc1.C: New test.
7539
7540 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
7541
7542         * gcc.dg/cpp/if-cexp.c: Add a test.
7543
7544 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
7545
7546         * gcc.dg/20020426-2.c: New test.
7547
7548 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
7549
7550         * gcc.dg/cpp/if-mop.c: Update.
7551         * gcc.dg/cpp/if-mpar.c: Add test.
7552         * gcc.dg/cpp/if-oppr.c: Update.
7553
7554 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7555
7556         PR c/6343
7557         * gcc.dg/weak-[2-7].c: New tests.
7558
7559 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
7560
7561         * gcc.dg/enum1.c: New test.
7562
7563 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
7564
7565         PR c++/6497
7566         * g++.dg/inherit/access2.C: New test.
7567
7568 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
7569
7570         PR bootstrap/6445
7571         * gcc.dg/20020426-1.c: New test.
7572
7573 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
7574
7575         * g++.dg/abi/enum1.C: New test.
7576
7577 2002-04-26  Richard Henderson  <rth@redhat.com>
7578
7579         * gcc.dg/c99-bool-1.c: Expect always true warning.
7580
7581 2002-04-25  Roger Sayle  <roger@eyesopen.com>
7582
7583         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
7584
7585 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7586
7587         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
7588         targets.
7589
7590 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
7591
7592         * g++.dg/abi/mange7.C: New test.
7593
7594         PR c++/6438.
7595         * g++.dg/parse/stmtexpr2.C: New test.
7596
7597 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
7598
7599         * gcc.dg/20020312-2.c: Add SH target.
7600
7601 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7602
7603         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
7604         compiler output on mips*-*-irix*.
7605
7606 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
7607
7608         * g++.dg/parse/attr1.C: New test.
7609
7610 2002-04-23  Roger Sayle  <roger@eyesopen.com>
7611
7612         * gcc.c-torture/execute/string-opt-17.c: New test case.
7613         * gcc.c-torture/execute/memset-2.c: New test case.
7614
7615 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
7616
7617         PR c++/6256:
7618         * g++.dg/template/friend5.C: New test.
7619
7620         PR c++/6331:
7621         * g++.dg/template/qual1.C: Likewise.
7622
7623 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
7624
7625         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
7626         Include stdlib.h, not stdio.h or ctype.h.
7627
7628 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
7629
7630         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
7631         cris-*-elf* and mmix-*-*.
7632         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
7633         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
7634         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
7635         Ditto.
7636         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
7637         * gcc.dg/wchar_t-1.c: Ditto.
7638
7639 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
7640
7641         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
7642         Clarify comment.
7643
7644 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
7645
7646         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
7647
7648 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7649
7650         * gcc.c-torture/execute/20000906-1.x: Delete.
7651
7652 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
7653
7654         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
7655
7656 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
7657
7658         * PR6367
7659         * g77.f-torture/execute/6367.f: New test.
7660         * g77.f-torture/execute/6367.x: Disable for MMIX.
7661
7662 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7663
7664         * PR6352
7665         * g++.dg/opt/inline2.C: New test.
7666
7667 2002-04-18  Richard Henderson  <rth@redhat.com>
7668
7669         * gcc.dg/20000906-1.c: Enable for all targets.
7670         * gcc.c-torture/compile/iftrap-2.c: New.
7671
7672 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
7673
7674         * gcc.dg/20020418-1.c: New test.
7675         * gcc.dg/20020418-2.c: New test.
7676
7677 2002-04-18  Richard Henderson  <rth@redhat.com>
7678
7679         * gcc.c-torture/compile/iftrap-1.c: New.
7680         * gcc.dg/iftrap-1.c: Adjust for ia64.
7681         * gcc.dg/iftrap-2.c: New.
7682
7683 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
7684
7685         * gcc.c-torture/compile/20020418-1.c: New test.
7686
7687 2002-04-18  Roger Sayle  <roger@eyesopen.com>
7688
7689         * gcc.c-torture/compile/20020415-1.c: New.
7690
7691 2002-04-18  David S. Miller  <davem@redhat.com>
7692
7693         * gcc.c-torture/execute/20020418-1.c: New test.
7694
7695 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
7696
7697         * gcc.dg/20020416-1.c: New test.
7698
7699         * g++.dg/opt/inline1.C: New test.
7700
7701 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
7702
7703         * gcc.dg/altivec-5.c: New test.
7704
7705         * gcc.dg/20020415-1.c: New test.
7706
7707 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7708
7709         * testsuite/lib/chill.exp: Remove.
7710
7711 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
7712
7713         * g++.dg/other/big-struct.C: New test.
7714
7715 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
7716
7717         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
7718         of scratch file.
7719
7720 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
7721
7722         PR c/6277
7723         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
7724         in scan-assembler function name
7725
7726 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
7727
7728         * g77.f-torture/execute/980628-4.x,
7729         g77.f-torture/execute/980628-5.x,
7730         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
7731         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
7732         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
7733         i[34567]86-*-*.
7734
7735 2002-04-13  David S. Miller  <davem@redhat.com>
7736
7737         * gcc.c-torture/execute/20020413-1.c: New test.
7738
7739 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
7740
7741         * gcc.dg/asm-6.c,
7742         * g++.dg/ext/asm1.C: New tests.
7743
7744 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
7745
7746         PR c++ 5373.
7747         * g++.dg/parse/stmtexpr1.C: New test.
7748
7749         PR c++/5189.
7750         * g++.dg/template/copy1.C: New test.
7751
7752 2002-04-12  Richard Henderson  <rth@redhat.com>
7753
7754         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
7755
7756 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
7757
7758         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
7759         gcc.c-torture/execute/20020307-2.c.
7760
7761 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
7762
7763         * g++.dg/ext/attrib5.C,
7764         * g++.dg/lookup/struct1.C: New tests.
7765
7766 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
7767
7768         * gcc.dg/20020411-1.c: New test.
7769
7770         * gcc.c-torture/execute/20020411-1.c: New test.
7771
7772 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
7773
7774         * g77.f-torture/execute/6177.f: New test.
7775
7776 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
7777
7778         PR middle-end/6247
7779         * g++.dg/opt/cleanup1.C: New test.
7780
7781         * g++.dg/opt/const1.C: New test.
7782
7783 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
7784
7785         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
7786
7787 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
7788
7789         PR c++/5507
7790         * g++.dg/template/typename2.C: New test.
7791
7792 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
7793
7794         * gcc.c-torture/execute/loop-12.c: New.
7795
7796 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
7797
7798         * g77.f-torture/execute/980628-4.x,
7799         g77.f-torture/execute/980628-5.x,
7800         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
7801         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
7802         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
7803
7804 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7805
7806         PR optimization/6086
7807         * g++.dg/opt/preinc1.C: New test.
7808
7809 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
7810
7811         PR c++/5571
7812         * g++.dg/opt/static2.C: New test.
7813
7814 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
7815
7816         PR c/5120
7817         * gcc.dg/20020406-1.c: New test.
7818
7819 2002-04-04  David S. Miller  <davem@redhat.com>
7820
7821         * gcc.c-torture/execute/20020404-1.c: New test.
7822
7823 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
7824
7825         PR c/6123
7826         * gcc.dg/20020312-2.c: Do not declare global register variable
7827         if __PIC__ or __pic__ is defined.
7828
7829 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
7830
7831         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
7832         __asm__ so that it works correctly even if -ansi -pedantic-errors.
7833
7834 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7835
7836         * gcc.misc-tests/linkage.exp: Update last change to handle
7837         sparc*-, not just sparc-.
7838
7839 2002-04-03  Richard Henderson  <rth@redhat.com>
7840
7841         * gcc.dg/cpp/ucs.c: Improved long UCS test.
7842
7843 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
7844
7845         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
7846
7847 2002-04-02  David S. Miller  <davem@redhat.com>
7848
7849         * gcc.c-torture/execute/20020402-3.c: New test.
7850
7851 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
7852
7853         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
7854         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
7855
7856         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
7857         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
7858         g77.f-torture/execute/20001201.x,
7859         g77.f-torture/execute/u77-test.x: New files.
7860
7861         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
7862         * gcc.dg/wchar_t-1.c: Ditto.
7863
7864 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7865
7866         * gcc.c-torture/execute/20020402-1.c: New test.
7867
7868 2002-04-01  Richard Henderson  <rth@redhat.com>
7869
7870         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
7871
7872         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
7873
7874 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7875
7876         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
7877
7878 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
7879
7880         * g++.dg/inherit/template-as-base.C: Expect error.
7881         * g++.dg/inherit/namespace-as-base.C: Likewise.
7882
7883 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
7884
7885         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
7886         g++.dg/ext/instantiate3.C: Tweak match patterns.
7887
7888         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
7889         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
7890         -da test.
7891
7892 2002-03-31  Richard Henderson  <rth@redhat.com>
7893
7894         * gcc.dg/special/alias-2.c: New.
7895         * gcc.dg/special/ecos.exp: Run it.
7896
7897 2002-03-31  Richard Henderson  <rth@redhat.com>
7898
7899         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
7900
7901 2002-03-31  Kazu Hirata  <kazu@hxi.com>
7902
7903         * gcc.dg/weak-1.c: Disable on h8300 port.
7904
7905 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
7906
7907         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
7908         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
7909         ordering tests.
7910         * g++.dg/bprob/bprob-1.C: New test.
7911         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
7912         * g++.dg/gcov/gcov-1.C: New test.
7913         * g++.dg/gcov/gcov-1.x: New file.
7914         * g++.dg/gcov/gcov-2.C: New test.
7915         * g++.dg/gcov/gcov-3.C: New test.
7916         * g++.dg/gcov/gcov-3.h: New file.
7917
7918 2002-03-28  Roger Sayle  <roger@eyesopen.com>
7919
7920         * g++.old-deja/g++.other/builtins5.C: New test.
7921         * g++.old-deja/g++.other/builtins6.C: New test.
7922         * g++.old-deja/g++.other/builtins7.C: New test.
7923         * g++.old-deja/g++.other/builtins8.C: New test.
7924         * g++.old-deja/g++.other/builtins9.C: New test.
7925
7926 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7927
7928         * g++.dg/opt/static1.C: New test.
7929
7930         * g++.dg/opt/longbranch1.C: New test.
7931
7932 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
7933
7934         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
7935
7936         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
7937
7938 2002-03-28  Jeffrey A Law  (law@redhat.com)
7939
7940         * gcc.c-torture/execute/20020328-1.c: New test.
7941
7942 2002-03-27  Richard Henderson  <rth@redhat.com>
7943
7944         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
7945         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
7946         move from g++.old-deja/g++.ext/.
7947
7948 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
7949
7950         * g++.dg/init/new2.C: New test.
7951
7952 2002-03-26  Richard Henderson  <rth@redhat.com>
7953
7954         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
7955
7956         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
7957         on sparc.
7958
7959         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
7960         sparcv9 systems.
7961         * gcc.dg/20001102-1.c: Likewise.
7962
7963 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
7964
7965         * gcc.dg/cpp/endif-pedantic1.c,
7966         gcc.dg/cpp/endif-pedantic2.c:  New tests.
7967
7968 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
7969
7970         * g++.dg/init/new1.C: New test.
7971
7972 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
7973
7974         * g++.dg/abi/vbase9.C: New test.
7975
7976 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
7977
7978         * gcc.dg/arm-asm.c: New test.
7979
7980 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
7981
7982         * gcc.dg/Wswitch-enum.c: New test.
7983         Fix PR c/5044.
7984
7985 2002-03-26  Richard Henderson  <rth@redhat.com>
7986
7987         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
7988         structure.
7989
7990 2002-03-25  Richard Henderson  <rth@redhat.com>
7991
7992         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
7993         sparcv9 systems.
7994
7995         * gcc.c-torture/compile/20011119-1.c (xxx): New.
7996         * gcc.c-torture/compile/20011119-2.c (xxx): New.
7997
7998 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
7999
8000         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
8001
8002 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
8003
8004         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
8005         targets using generic thunk support.
8006
8007 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
8008
8009         * gcc.c-torture/compile/20020323-1.c: New test.
8010
8011         * g++.dg/opt/conj2.C: New test.
8012
8013 2002-03-24  Richard Henderson  <rth@redhat.com>
8014
8015         * gcc.dg/weak-1.c: Use -fno-common.
8016
8017 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
8018
8019         * g77.dg/f77-edit-apostrophe-out.f: New test
8020         * g77.dg/f77-edit-h-out.f: New test
8021         * g77.dg/f77-edit-t-in.f: New test
8022         * g77.dg/f77-edit-t-out.f: New test
8023         * g77.dg/f77-edit-x-out.f: New test
8024         * g77.dg/f77-edit-slash-out.f: New test
8025         * g77.dg/f77-edit-colon-out.f: New test
8026         * g77.dg/f77-edit-s-out.f: New test
8027
8028 2002-03-24  Richard Henderson  <rth@redhat.com>
8029
8030         * objc/execute/formal_protocol-6.x: New XFAIL.
8031
8032 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
8033
8034         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
8035         that do not support weak symbols
8036
8037 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
8038
8039         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
8040         * lib/g77.exp:  Likewise
8041         * lib/objc.exp: Likewise
8042
8043 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
8044
8045         * gcc.dg/Wswitch-default.c: New test.
8046
8047 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
8048
8049         * g++.dg/other/enum1.C: New test.
8050
8051 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
8052
8053         * gcc.dg/pragma-ep-3.c: Fix typo.
8054
8055 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
8056
8057         * g++.dg/inherit/template-as-base.C: New test.
8058
8059 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
8060
8061         * g++.old-deja/g++.other/dwarf2-1.C: Move...
8062         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
8063
8064 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
8065
8066         * gcc.dg/cpp/multiline.c: Update to match.
8067
8068 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
8069
8070         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
8071
8072 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
8073
8074         * gcc.dg/cpp/extratokens2.c:  New file.
8075
8076 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
8077
8078         * gcc.dg/20020312-2.c: Add rs6000 target.
8079
8080         * gcc.c-torture/compile/20020319-1.c: New test.
8081
8082 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8083
8084         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
8085         (A, E): Handle this.
8086
8087 2002-03-20  Jason Merrill  <jason@redhat.com>
8088
8089         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
8090         ignoring -fpic.
8091         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
8092         through prune_gcc_output.
8093
8094 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
8095
8096         * gcc.c-torture/compile/20020320-1.c: New test.
8097
8098 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
8099
8100         * gcc.c-torture/compile/20020318-1.c: New test.
8101
8102         * gcc.dg/struct-by-value-1.c: New test.
8103
8104         * gcc.dg/20020319-1.c: New test.
8105
8106 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
8107
8108         * g++.dg/opt/conj1.C: New test.
8109
8110 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
8111
8112         * g++.dg/template/qualttp20.C: Revert previous change.
8113         * g++.dg/template/qualttp3.C: Likewise.
8114         * g++.dg/template/qualttp4.C: Likewise
8115         * g++.dg/template/qualttp5.C: Likewise
8116         * g++.dg/template/qualttp6.C: Likewise
8117         * g++.dg/template/qualttp7.C: Likewise
8118         * g++.dg/template/qualttp8.C: Likewise
8119         * g++.dg/template/recurse.C: Likewise.
8120
8121 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
8122
8123         * gcc.dg/cpp/wchar-1.c: Update.
8124
8125 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
8126
8127         * g++.dg/template/conv1.C: New test.
8128         * g++.dg/template/conv2.C: New test.
8129         * g++.dg/template/conv3.C: New test.
8130         * g++.dg/template/conv4.C: New test.
8131
8132 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
8133
8134         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
8135         * g++.dg/template/qualttp3.C: Likewise.
8136         * g++.dg/template/qualttp4.C: Likewise
8137         * g++.dg/template/qualttp5.C: Likewise
8138         * g++.dg/template/qualttp6.C: Likewise
8139         * g++.dg/template/qualttp7.C: Likewise
8140         * g++.dg/template/qualttp8.C: Likewise
8141         * g++.dg/template/recurse.C: Likewise.
8142
8143 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
8144
8145         * g++.dg/opt/dtor1.C: New test.
8146
8147 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
8148
8149         * gcc.c-torture/compile/20020315-1.c: New test.
8150
8151 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
8152
8153         * gcc.dg/weak-1.c: Fix scan tests.
8154
8155 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
8156
8157         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
8158         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
8159         cris-*-aout* mmix-*-*.
8160         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
8161         cris-*-aout* mmix-*-*.
8162         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
8163         cris-*-elf* cris-*-aout* and mmix-*-*.
8164         * gcc.dg/20001009-1.c: Ditto.
8165         * gcc.dg/20010912-1.c: Ditto.
8166         * gcc.dg/20020122-4.c: Ditto.
8167         * gcc.dg/inline-2.c: Ditto.
8168
8169 2002-03-14  Jeffrey A Law  (law@cygnus.com)
8170
8171         * gcc.c-torture/compile/20020314-1.c: New test.
8172
8173 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
8174
8175         * gcc.c-torture/execute/20020314-1.c: New test.
8176
8177 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
8178
8179         * g++.dg/warn/Wunused-1.C: New test.
8180
8181 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
8182
8183         * g++.dg/abi/mangle6.C: New test.
8184
8185 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
8186
8187         * gcc.c-torture/compile/20020309-2.c: New test.
8188
8189         * gcc.c-torture/compile/20020312-1.c: New test.
8190
8191 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
8192
8193         * g++.dg/other/access1.C: New test.
8194
8195 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
8196
8197         * gcc.c-torture/execute/wchar_t-1.c: New test.
8198
8199 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
8200
8201         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
8202
8203 2002-03-12  Roger Sayle  <roger@eyesopen.com>
8204
8205         * gcc.dg/20020312-1.c: New test case.
8206
8207 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
8208
8209         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
8210
8211 2002-03-11  Richard Henderson  <rth@redhat.com>
8212
8213         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
8214         * g++.old-deja/g++.jason/report.C: Likewise.
8215
8216 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
8217
8218         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
8219         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
8220
8221 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
8222
8223         * testsuite/g++.dg/overload/pmf1.C: New test.
8224
8225 2002-03-11  Kazu Hirata  <kazu@hxi.com>
8226
8227         * gcc.c-torture/execute/20020307-1.c: Use long.
8228
8229 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
8230
8231         PR optimization/5844
8232         * gcc.dg/20020310-1.c: New test.
8233
8234 2002-03-09  Michael Meissner  <meissner@redhat.com>
8235
8236         * gcc.c-torture/execute/memcpy-2.c: New test.
8237         * gcc.c-torture/execute/memset-1.c: New test.
8238         * gcc.c-torture/execute/strlen-1.c: New test.
8239         * gcc.c-torture/execute/strcmp-1.c: New test.
8240         * gcc.c-torture/execute/strncmp-1.c: New test.
8241
8242 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
8243
8244         * gcc.dg/ppc-ldstruct.c: New test.
8245
8246 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
8247
8248         * gcc.c-torture/execute/va-arg-22.c: New test.
8249
8250 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8251
8252         * gcc.c-torture/compile/20020309-1.c: New test.
8253
8254 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
8255
8256         * gcc.c-torture/execute/20020307-2.c: New test.
8257
8258 2002-03-07  Jeffrey A Law  (law@redhat.com)
8259
8260         * g77.f-torture/compile/20020307-1.f: New test.
8261
8262 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
8263
8264         * gcc.dg/unordered-1.c: New test.
8265
8266 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
8267
8268         * gcc.c-torture/execute/20020307-1.c: New test.
8269
8270 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
8271
8272         * gcc.dg/20020304-1.c: New test.
8273
8274         * gcc.c-torture/compile/20020304-2.c: New test.
8275
8276 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
8277
8278         * gcc.c-torture/compile/20020304-1.c: New test case
8279         (from PR c/5830).
8280
8281 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
8282
8283         * gcc.dg/20020103-1.c: Add other -D ppc variants.
8284
8285 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
8286
8287         * g++.dg/other/classkey1.C: New test.
8288
8289 2002-03-01  Richard Henderson  <rth@redhat.com>
8290
8291         * gcc.c-torture/compile/981223-1.x: New.
8292         * gcc.c-torture/compile/920625-1.x: New.
8293
8294 2002-02-28  Richard Henderson  <rth@redhat.com>
8295
8296         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
8297
8298 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
8299
8300         * gcc.c-torture/execute/20020227-1.c: New test.
8301
8302 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
8303
8304         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
8305         here" ERROR lines.
8306         * g++.old-deja/g++.oliva/partord1.C: Likewise.
8307         * g++.old-deja.g++.other/defarg1.C: Likewise.
8308         * g++.old-deja/g++.pt/calls2.C: Likewise.
8309         * g++.old-deja/g++.pt/crash20.C: Likewise.
8310         * g++.old-deja/g++.pt/crash30.C: Likewise.
8311         * g++.old-deja/g++.pt/crash36.C: Likewise.
8312         * g++.old-deja/g++.pt/crash6.C: Likewise.
8313         * g++.old-deja/g++.pt/defarg13.C: Likewise.
8314         * g++.old-deja/g++.pt/derived3.C: Likewise.
8315         * g++.old-deja/g++.pt/error1.C: Likewise.
8316         * g++.old-deja/g++.pt/friend21.C: Likewise.
8317         * g++.old-deja/g++.pt/friend23.C: Likewise.
8318         * g++.old-deja/g++.pt/infinite1.C: Likewise.
8319         * g++.old-deja/g++.robertl/eb128.C: Likewise.
8320
8321 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
8322
8323         * gcc.c-torture/execute/20020225-2.c: New test.
8324
8325 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
8326
8327         * gcc.c-torture/execute/920730-1t.c,
8328         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
8329         Delete test cases, only relevant to -traditional.
8330
8331 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
8332
8333         * gcc.dg/cpp/undef1.c: Remove.
8334         * gcc.dg/cpp/directiv.c: Update.
8335         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
8336
8337 2002-02-27  Michael Meissner  <meissner@redhat.com>
8338
8339         * gcc.c-torture/execute/20020226-1.c: New test.
8340
8341 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
8342
8343         * g++.dg/debug/debug4.C: New test.
8344
8345         * gcc.dg/ia64-visibility-1.c: New test.
8346
8347 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
8348
8349         * gcc.dg/debug/20020224-1.c: New.
8350
8351 2002-02-25  Kazu Hirata  <kazu@hxi.com>
8352
8353         * gcc.c-torture/execute/960416-1.x: New.
8354         * gcc.c-torture/execute/divconst-3.x: Likewise.
8355
8356 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8357
8358         * gcc.dg/20020224-1.c: New test.
8359
8360 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
8361
8362         * gcc.c-torture/execute/20020225-1.c: New.
8363
8364 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
8365
8366         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
8367
8368 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
8369
8370         * gcc.dg/20020222-1.c: New test.
8371
8372 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
8373
8374         * g++.dg/opt/anonunion1.C: New test.
8375
8376 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
8377
8378         * g++.dg/template/qualttp19.C: New test.
8379         * g++.dg/template/qualttp20.C: New test.
8380         * g++.old-deja/g++.jason/report.C: Adjust expected errors
8381         * g++.old-deja/g++.other/qual1.C: Likewise.
8382
8383 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
8384
8385         * gcc.dg/attr-alwaysinline.c: New.
8386
8387 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
8388
8389         * gcc.dg/20020220-1.c: New test.
8390
8391         * gcc.dg/20020220-2.c: New test.
8392
8393         * g++.dg/opt/mmx1.C: New test.
8394
8395 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
8396
8397         * gcc.c-torture/compile/20020110.c: New test.
8398
8399 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
8400
8401         * gcc.c-torture/execute/20020219-1.c: New test.
8402
8403         * gcc.dg/20020219-1.c: New test.
8404
8405         * gcc.dg/noncompile/20020220-1.c: New test.
8406
8407         * g++.dg/opt/ptrintsum1.C: New test.
8408
8409         * gcc.dg/debug/20020220-1.c: New test.
8410
8411 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
8412
8413         * gcc.c-torture/execute/20020216-1.c: New test.
8414
8415 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
8416
8417         * gcc.dg/decl-1.c: Update, new test.
8418
8419 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
8420
8421         * g++.dg/abi/bitfield1.C: New test.
8422         * g++.dg/abi/bitfield2.C: New test.
8423
8424 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
8425
8426         * gcc.dg/attr-nest.c: New test.
8427
8428 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
8429
8430         * gcc.c-torture/execute/20020215-1.c: New test.
8431
8432 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
8433
8434         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
8435         * g++.dg/debug/debug.exp: New.
8436         * g++.dg/debug/trivial.C: New.
8437         * g++.dg/debug/debug1.C: Moved...
8438         * g++.dg/other/debug1.C: ...from here.
8439         * g++.dg/debug/debug2.C: Moved...
8440         * g++.dg/other/debug2.C: ...from here.
8441         * g++.dg/debug/debug3.C: Moved...
8442         * g++.dg/other/debug3.C: ...from here.
8443
8444         * gcc.dg/noncompile/20020213-1.c: New test.
8445
8446 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8447
8448         * g++.dg/other/debug3.C: New test.
8449
8450         * gcc.c-torture/execute/20020213-1.c: New test.
8451
8452 2002-02-13  Richard Smith <richard@ex-parrot.com>
8453
8454         * g++.old-deja/g++.other/thunk1.C: New test.
8455
8456 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
8457
8458         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
8459
8460 2002-02-13  Stan Shebs  <shebs@apple.com>
8461
8462         * gcc.dg/altivec-3.c: New.
8463
8464 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
8465
8466         * gcc.dg/Wunreachable-1.c: New test.
8467         * gcc.dg/Wunreachable-2.c: New test.
8468
8469 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
8470
8471         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
8472
8473 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
8474
8475         * gcc.dg/decl-1.c: New test.
8476
8477 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
8478
8479         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
8480
8481 2002-02-10  Kazu Hirata  <kazu@hxi.com>
8482
8483         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
8484         * gcc.c-torture/compile/980506-1.x: Likewise.
8485
8486 2002-02-10  Kazu Hirata  <kazu@hxi.com>
8487
8488         * gcc.dg/20020210-1.c: New.
8489
8490 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
8491
8492         * g77.f-torture/execute/947.f: New regression test
8493         for PR fortran/947.
8494
8495 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8496
8497         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
8498         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
8499
8500 2002-02-08  Richard Henderson  <rth@redhat.com>
8501
8502         * gcc.c-torture/compile/labels-3.c: New.
8503
8504 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
8505
8506         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
8507         expression statements work instead.
8508         * gcc.dg/noncompile/20020207-1.c: New test.
8509
8510 2002-02-07  Richard Henderson  <rth@redhat.com>
8511
8512         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
8513
8514 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
8515
8516         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
8517         message from g77
8518         * lib/g77-dg.exp: Trim g77 error messages so that they are
8519         recognized by dg.exp.
8520
8521 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
8522
8523         PR fortran/5473
8524         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
8525
8526 2002-02-07  Richard Henderson  <rth@redhat.com>
8527
8528         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
8529         to be sufficiently aligned for integers.
8530
8531 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
8532
8533         * g++.dg/template/friend4.C: New test.
8534
8535 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
8536
8537         PR fortran/5743
8538         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
8539         unsupported cases.
8540
8541 2002-02-07  Richard Henderson  <rth@redhat.com>
8542
8543         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
8544         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
8545         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
8546         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
8547
8548 2002-02-06  Richard Henderson  <rth@redhat.com>
8549
8550         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
8551
8552 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
8553
8554         * gcc.dg/20020206-1.c: New test.
8555
8556 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
8557
8558         * gcc.c-torture/execute/20020206-1.c: New test.
8559
8560         * gcc.c-torture/execute/20020206-2.c: New test.
8561
8562         PR optimization/5429:
8563         * gcc.c-torture/compile/20020206-1.c: New test.
8564
8565 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
8566
8567         * g++.dg/ext/align1.C: Do not use an explicit alignment value
8568         as certain file formats cannot support particularly large
8569         alignments.
8570
8571         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
8572         and do not expect to be able to link the executable.
8573
8574         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
8575         fail because the COFF format does not support the weak attribute.
8576
8577 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
8578
8579         * g77.dg/pr5473.f:  New test
8580
8581 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
8582
8583         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
8584         Fix testcase accordingly.
8585
8586 2002-02-04  Richard Henderson  <rth@redhat.com>
8587
8588         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
8589         (buf): Change to be an array of pointers, not ints.
8590
8591 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
8592
8593         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
8594         before all tests.  Move warning one line above to match where it
8595         C frontend emits.
8596         * gcc.dg/Wswitch-2.c: New test.
8597         * g++.dg/warn/Wswitch-1.C: New test.
8598         * g++.dg/warn/Wswitch-2.C: New test.
8599
8600 2002-02-04  Richard Henderson  <rth@redhat.com>
8601
8602         * g++.dg/abi/offsetof.C: Fix size comparison.
8603
8604 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
8605
8606         * gcc.dg/cast-qual-2.c: New test.
8607
8608 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
8609
8610         * gcc.dg/20020201-4.c: New test.
8611
8612 2002-02-04  Ben Elliston  <bje@redhat.com>
8613
8614         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
8615         target_info attribute != 0, in addition to the empty string.
8616         (gcc_target_compile): Likewise.
8617
8618 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
8619
8620         * gcc.dg/Wswitch.c: New test.
8621         PR gcc/4475. PR gcc/3780.
8622
8623 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
8624
8625         * g77.f-torture/execute/5122.f: New test for regressions
8626         against PR fortran/5122.
8627
8628 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
8629
8630         * g77.f-torture/compile/pr3743.f: Delete
8631         * g77.dg/pr3743-1.f: New test.
8632         * g77.dg/pr3743-2.f: New test.
8633         * g77.dg/pr3743-3.f: New test.
8634         * g77.dg/pr3743-4.f: New test.
8635
8636 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
8637
8638         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
8639
8640 2002-02-02  Richard Henderson  <rth@redhat.com>
8641
8642         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
8643         * gcc.c-torture/execute/bf64-1.c: Likewise.
8644
8645 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
8646
8647         * gcc.dg/20020201-2.c: New test.
8648
8649         * gcc.dg/20020201-3.c: New test.
8650
8651         * gcc.c-torture/execute/bitfld-2.c: New test.
8652
8653 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
8654
8655         * gcc.dg/bitfld-1.c: Update.
8656         * gcc.dg/bitfld-2.c: Update.
8657         * gcc.c-torture/execute/bitfld-1.x: New.
8658
8659 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
8660
8661         * gcc.c-torture/execute/20020201-1.c: New test.
8662
8663 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
8664
8665         PR target/5469
8666         * gcc.dg/20020201-1.c: New test.
8667
8668 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
8669
8670         PR fortran/3743
8671         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
8672         * g77.f-torture/compile/pr3743.x: Remove
8673
8674 2002-01-31  Tom Rix  <trix@redhat.com>
8675
8676         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
8677
8678 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
8679
8680         * gcc.dg/noncompile/20020130-1.c: New test.
8681
8682 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
8683
8684         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
8685
8686 2002-01-29  Richard Henderson  <rth@redhat.com>
8687
8688         * gcc.c-torture/execute/991118-1.c: Cast various constants back
8689         to long long.
8690         * gcc.c-torture/execute/bf64-1.c: Likewise.
8691
8692 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
8693
8694         * gcc.c-torture/execute/20020129-1.c: New test.
8695
8696 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
8697
8698         * gcc.c-torture/compile/20000224-1.c: Update.
8699         * gcc.c-torture/execute/bitfld-1.c: New tests.
8700         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
8701         * gcc.dg/uninit-A.c: Update.
8702
8703 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
8704
8705         * g++.dg/template/ctor1.C: Add instantiation.
8706
8707 2002-01-28  Paul Koning  <pkoning@equallogic.com>
8708
8709         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
8710         argument to __builtin_prefetch to be const ptr.
8711
8712 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
8713
8714         * gcc.c-torture/compile/20020120-1.c: New test.
8715
8716 2002-01-27  Kazu Hirata  <kazu@hxi.com>
8717
8718         * gcc.c-torture/execute/20020127-1.c: New test.
8719
8720 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
8721
8722         * g77.dg/f77-edit-i-in.f: New test
8723         * g77.dg/f77-edit-i-out.f: New test
8724
8725 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
8726
8727         * gcc.dg/debug/debug.exp: New file.
8728         * gcc.dg/debug/trivial.c: New file.
8729         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
8730         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
8731         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
8732         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
8733         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
8734         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
8735         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
8736         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
8737         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
8738         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
8739         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
8740         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
8741         * gcc.dg/20000503-1.c: Removed.
8742         * gcc.dg/20010207-1.c: Removed.
8743         * gcc.dg/20011223-1.c: Removed.
8744         * gcc.dg/20020104-2.c: Removed.
8745         * gcc.dg/debug-1.c: Removed.
8746         * gcc.dg/debug-2.c: Removed.
8747         * gcc.dg/debug-3.c: Removed.
8748         * gcc.dg/debug-4.c: Removed.
8749         * gcc.dg/debug-5.c: Removed.
8750         * gcc.dg/debug-6.c: Removed.
8751         * gcc.dg/dwarf2-1.c: Removed.
8752         * gcc.dg/dwarf2-2.c: Removed.
8753
8754 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
8755
8756         * g++.old-deja/g++.other/eh5.C: New test.
8757         * g++.old-deja/g++.other/sibcall2.C: New test.
8758         * g++.old-deja/g++.other/array9.C: New test.
8759         * g++.old-deja/g++.other/typename2.C: New test.
8760         * g++.old-deja/g++.other/crash60.C: New test.
8761         * g++.old-deja/g++.other/conv9.C: New test.
8762         * g++.old-deja/g++.other/mangle10.C: New test.
8763         * g++.old-deja/g++.other/unchanging1.C: New test.
8764         * g++.old-deja/g++.other/exprstmt1.C: New test.
8765         * g++.old-deja/g++.other/inline23.C: New test.
8766         * g++.old-deja/g++.eh/ia64-1.C: New test.
8767         * g++.old-deja/g++.other/dwarf2-1.C: New test.
8768         * g++.old-deja/g++.other/reload1.C: New test.
8769         * g++.old-deja/g++.other/static20.C: New test.
8770         * g++.old-deja/g++.other/local-alloc1.C: New test.
8771         * g++.old-deja/g++.other/conv8.C: New test.
8772         * g++.old-deja/g++.other/stmtexpr2.C: New test.
8773         * g++.old-deja/g++.other/storeexpr1.C: New test.
8774         * g++.old-deja/g++.other/storeexpr2.C: New test.
8775         * g++.dg/eh/template2.C: New test.
8776         * g++.dg/warn/weak1.C: New test.
8777
8778 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
8779
8780         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
8781         Remove first, non-varying, argument.
8782
8783 2002-01-23  Richard Henderson  <rth@redhat.com>
8784
8785         * gcc.dg/inline-2.c: New.
8786
8787         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
8788         Add optional target arg.  Check number of arguments.
8789         (scan-assembler-not, scan-assembler-dem): Likewise.
8790         (scan-assembler-dem-not): Likewise.
8791
8792 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
8793
8794         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
8795         line 12.
8796         * g++.old-deja/g++.brendan/parse3.C,
8797         g++.old-deja/g++.other/crash26.C,
8798         g++.old-deja/g++.other/crash28.C,
8799         g++.old-deja/g++.other/crash29.C,
8800         g++.old-deja/g++.other/crash30.C,
8801         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
8802
8803 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
8804
8805         * gcc.dg/20020115-1.c: New.
8806
8807 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
8808
8809         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
8810
8811 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
8812
8813         * gcc.dg/20020122-3.c: New.
8814
8815 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
8816
8817         * g++.dg/other/gc1.C: New test.
8818
8819 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
8820
8821         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
8822
8823 2002-01-22  Richard Henderson  <rth@redhat.com>
8824
8825         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
8826
8827 2002-01-22  Richard Henderson  <rth@redhat.com>
8828
8829         * gcc.dg/20020122-4.c: New.
8830
8831 2002-01-22  H.J. Lu <hjl@gnu.org>
8832
8833         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
8834         link output.
8835         * gcc.dg/special/ecos.exp: Likewise.
8836         * lib/g++-dg.exp: Likewise.
8837         * lib/g77-dg.exp: Likewise.
8838         * lib/gcc-dg.exp : Likewise.
8839         * lib/mike-g++.exp: Likewise.
8840         * lib/mike-g77.exp: Likewise.
8841         * lib/mike-gcc.exp: Likewise.
8842         * lib/objc-dg.exp: Likewise.
8843
8844 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
8845
8846         PR target/5379
8847         * gcc.dg/20020122-2.c: New test.
8848
8849 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
8850
8851         * gcc.dg/20020122-1.c: New test.
8852
8853 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
8854
8855         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
8856
8857 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
8858
8859         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
8860
8861 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8862
8863         * gcc.c-torture/compile/20020121-1.c: New test.
8864
8865 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8866
8867         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
8868         ld_library_path.
8869
8870 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
8871
8872         * gcc.dg/20020218-1.c: New test.
8873
8874 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
8875
8876         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
8877         messages
8878         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
8879         "At global scope" warning
8880         * g++.dg/ext/align1.C: Change cygwin test for alignment
8881         from db-bogus to dg-warning
8882
8883 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
8884
8885         * g77.f-torture/compile/cpp2.F: New test.
8886
8887 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8888
8889         * g++.dg/template/access1.C: New test.
8890
8891 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
8892
8893         * gcc.dg/20020118-1.c: New.
8894
8895 2002-01-18  Kazu Hirata  <kazu@hxi.com>
8896
8897         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
8898
8899 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
8900
8901         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
8902         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
8903         alignment warnings.
8904
8905 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
8906
8907         * gcc.misc-tests/i386-prefetch.exp: Save and restore
8908         torture_with_loops and torture_without_loops
8909
8910 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
8911
8912         * gcc.c-torture/compile/20020116-1.c: New test.
8913
8914 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
8915
8916         * gcc.dg/20020116-2.c: New test.
8917
8918         * gcc.dg/ultrasp4.c: New test.
8919
8920         * gcc.dg/20020116-1.c: New test.
8921
8922 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
8923
8924         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
8925         by EABI.
8926
8927 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
8928
8929         * gcc.misc-tests/i386-prefetch.exp: New.
8930         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
8931         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
8932         * gcc.misc-tests/i386-pf-none-1.c: New test.
8933         * gcc.misc-tests/i386-pf-sse-1.c: New test.
8934
8935 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
8936
8937         * gcc.dg/gnu89-init-1.c: Add new tests.
8938
8939 2002-01-15  Andreas Jaeger  <aj@suse.de>
8940
8941         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
8942         * gcc.dg/i386-mmx-2.c: Likewise.
8943         * gcc.dg/i386-sse-1.c: Likewise.
8944         * gcc.dg/i386-sse-2.c: Likewise.
8945         * gcc.dg/i386-sse-3.c: Likewise.
8946
8947 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
8948
8949         * g77.f-torture/execute/intrinsic-unix-bessel.f:
8950         Uncomment additional cases that now pass.
8951
8952 2002-01-11  Richard Henderson  <rth@redhat.com>
8953
8954         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
8955         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
8956
8957 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
8958
8959         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
8960
8961 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
8962
8963         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
8964         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
8965
8966 2002-01-10  Dale Johannesen  <dalej@apple.com>
8967
8968         * gcc.c-torture/execute/loop-11.c: New.
8969
8970 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
8971
8972         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
8973         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
8974
8975 2002-01-09  Richard Henderson  <rth@redhat.com>
8976
8977         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
8978         type in which to perform the operation for each size.
8979
8980 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
8981
8982         * gcc.c-torture/compile/20020109-2.c: New test.
8983
8984 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
8985
8986         * gcc.c-torture/execute/loop-10.c: New test.
8987
8988 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
8989
8990         * gcc.c-torture/compile/20010226-1.c: New test.
8991         * gcc.c-torture/compile/20010227-1.c: New test.
8992         * gcc.c-torture/compile/20010426-1.c: New test.
8993         * gcc.c-torture/compile/20010510-1.c: New test.
8994         * gcc.c-torture/compile/20010605-3.c: New test.
8995         * gcc.c-torture/compile/20010824-1.c: New test.
8996         * gcc.c-torture/execute/20010409-1.c: New test.
8997         * gcc.dg/noncompile/20000901-1.c: New test.
8998         * gcc.dg/20001023-1.c: New test.
8999         * gcc.dg/20001101-1.c: New test.
9000         * gcc.dg/20001102-1.c: New test.
9001         * gcc.dg/20010207-1.c: New test.
9002         * gcc.dg/20010405-1.c: New test.
9003         * gcc.dg/20010822-1.c: New test.
9004         * gcc.dg/20011107-1.c: New test.
9005
9006 2002-01-09  Jeffrey A Law  (law@redhat.com)
9007
9008         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
9009
9010         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
9011         execution failure on PA targets.
9012
9013 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9014
9015         * gcc.c-torture/compile/20020109-1.c: New test.
9016
9017 2002-01-08  Kazu Hirata  <kazu@hxi.com>
9018
9019         * gcc.c-torture/execute/20020108-1.c: New test.
9020
9021 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
9022
9023         * gcc.dg/20020108-1.c: New test.
9024
9025 2002-01-08  H.J. Lu <hjl@gnu.org>
9026
9027         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
9028         for header files.
9029
9030 2002-01-08  Geoff Keating  <geoffk@redhat.com>
9031
9032         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
9033         consistency.
9034
9035 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
9036
9037         * gcc.dg/altivec-4.c: Test altivec predicates.
9038
9039 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
9040
9041         * gcc.c-torture/execute/20020107-1.c: New test.
9042
9043 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9044
9045         PR c/5279
9046         * gcc.c-torture/compile/20020106-1.c: New test.
9047
9048 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
9049
9050         * gcc.c-torture/execute/nestfunc-4.c: New test.
9051
9052 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
9053
9054         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
9055         extra triple that slipped in.
9056         * g++.old-deja/g++.abi/align.C: Likewise.
9057         * g++.old-deja/g++.abi/bitfields.C: Likewise.
9058
9059 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
9060
9061         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
9062         * g++.old-deja/g++.abi/align.C: Likewise.
9063         * g++.old-deja/g++.abi/bitfields.C: Likewise.
9064
9065         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
9066         on FreeBSD/i386.
9067         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
9068         FreeBSD.
9069
9070 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
9071
9072         * gcc.dg/20020104-1.c: New test.
9073
9074         * gcc.dg/20020104-2.c: New test.
9075
9076 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
9077
9078         * gcc.dg/20020103-1.c: Fix typo in target selector.
9079
9080 2002-01-03  Richard Henderson  <rth@redhat.com>
9081
9082         * gcc.dg/20020103-1.c: New.
9083
9084 2002-01-03  Kazu Hirata  <kazu@hxi.com>
9085
9086         * gcc.c-torture/execute/20020103-1.c: New test.
9087
9088 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
9089
9090         * g++.dg/other/debug2.C: New test.
9091
9092         * gcc.c-torture/compile/20020103-1.c: New test.
9093
9094 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
9095
9096         * gcc.dg/gnu89-init-1.c: Added new tests.
9097
9098 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
9099
9100         * g++.dg/template/friend2.C: Remove as patch is reverted.
9101
9102         * g++.dg/warn/oldcast1.C: New test.
9103
9104         * g++.dg/template/ptrmem1.C: New test.
9105         * g++.dg/template/ptrmem2.C: New test.
9106
9107         * g++.dg/template/ntp.C: New test.
9108
9109         * g++.dg/other/component1.C: New test.
9110
9111         * g++.dg/template/ttp3.C: New test.
9112
9113         * g++.dg/template/friend2.C: New test.
9114         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
9115
9116 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
9117
9118         * g++.dg/other/ptrmem1.C: New test.
9119         * g++.dg/other/ptrmem2.C: New test.
9120
9121 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
9122
9123         * g++.dg/template/ctor1.C: New test.
9124
9125 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
9126
9127         * g++.dg/template/friend2.C: New test.
9128
9129 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
9130
9131         * gcc.dg/mmix-1.c: New test.
9132
9133 2001-12-31  Richard Henderson  <rth@redhat.com>
9134
9135         * gcc.dg/asm-5.c: New.
9136
9137 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
9138
9139         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
9140         in namespace __gnu_cxx
9141
9142 2001-12-30  Richard Henderson  <rth@redhat.com>
9143
9144         * gcc.dg/debug-6.c: New.
9145
9146 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
9147
9148         * gcc.c-torture/compile/20011229-2.c: New test.
9149
9150 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
9151
9152         * gcc.dg/debug-3.c: New test.
9153         * gcc.dg/debug-4.c: New test.
9154         * gcc.dg/debug-5.c: New test.
9155
9156 2001-12-29  Richard Henderson  <rth@redhat.com>
9157
9158         * g++.dg/eh/loop1.C: New.
9159
9160 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
9161
9162         * g++.dg/template/crash1.C: New test.
9163
9164 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
9165
9166         * g++.dg/other/const1.C: New test.
9167
9168 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
9169
9170         * gcc.c-torture/compile/20011229-1.c: New test.
9171
9172 2001-12-28  Stan Shebs  <shebs@apple.com>
9173
9174         * lib/objc-torture.exp: Resync with c-torture.exp.
9175         * lib/objc.exp: Load standard libraries.
9176
9177 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
9178
9179         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
9180         additional tests.
9181
9182 2001-12-27  Roger Sayle <roger@eyesopen.com>
9183
9184         * gcc.c-torture/execute/string-opt-16.c: New testcase.
9185
9186 2001-12-27  Richard Henderson  <rth@redhat.com>
9187
9188         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
9189
9190 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
9191
9192         * g++.dg/eh/ctor1.C: New test.
9193         * g++.dg/other/error2.C: New test.
9194
9195 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
9196
9197         * g++.dg/other/init2.C: New test.
9198
9199 2001-12-24  Richard Henderson  <rth@redhat.com>
9200
9201         * gcc.dg/20011223-1.c: New.
9202         * gcc.dg/inline-1.c: New.
9203
9204 2001-12-23  Richard Henderson  <rth@redhat.com>
9205
9206         * gcc.dg/asm-4.c: Test operand modifiers.
9207
9208 2001-12-23  Richard Henderson  <rth@redhat.com>
9209
9210         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
9211
9212 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
9213
9214         * gcc.c-torture/execute/20011223-1.c: New test.
9215
9216 2001-12-21  Richard Henderson  <rth@redhat.com>
9217
9218         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
9219         re-enables the warning.
9220
9221 2001-12-21  Richard Henderson  <rth@redhat.com>
9222
9223         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
9224
9225 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
9226
9227         * gcc.c-torture/compile/20011218-1.c: New test.
9228
9229 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
9230
9231         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
9232         arm-isr.c test.
9233         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
9234         epilogue generation for ARM ISR routines.
9235
9236 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9237
9238         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
9239         * gcc.dg/format/c90-printf-3.c: Likewise.
9240         * gcc.dg/format/c99-printf-3.c: Likewise.
9241         * gcc.dg/format/ext-1.c: Likewise.
9242         * gcc.dg/format/ext-6.c: Likewise.
9243         * gcc.dg/format/format.h: Prototype unlocked stdio.
9244
9245 2001-12-20  Richard Henderson  <rth@redhat.com>
9246
9247         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
9248         (arena): Use it.
9249         (malloc): Correct allocation logic.  Abort if we fill up the
9250         arena before initialization complete.
9251         (realloc): Correct allocation logic.
9252
9253 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
9254
9255         * gcc.c-torture/compile/20011219-2.c: New test.
9256
9257         * gcc.c-torture/execute/20011219-1.c: New test.
9258
9259 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
9260
9261         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
9262         target does not support weak symbols.
9263
9264 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
9265
9266         * gcc.c-torture/compile/20011219-1.c: New test.
9267
9268 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
9269
9270         * g++.dg/other/error1.C: New test.
9271
9272 2001-12-17  Jeffrey A Law  (law@redhat.com)
9273
9274         * gcc.c-torture/execute/20011217-1.c: New test.
9275
9276 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
9277
9278         * objc.dg/special/: New directory.
9279         * objc.dg/special/special.exp: New file.
9280         * objc.dg/special/unclaimed-category-1.h: New file.
9281         * objc.dg/special/unclaimed-category-1a.m: New file.
9282         * objc.dg/special/unclaimed-category-1.m: New file.
9283
9284 2001-12-17  Andreas Jaeger  <aj@suse.de>
9285
9286         * gcc.c-torture/compile/20011217-2.c: New test.
9287
9288 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9289
9290         * gcc.c-torture/compile/20011217-1.c: New test.
9291
9292 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
9293
9294         * testsuite/gcc.dg/20011214-1.c: New.
9295
9296 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
9297
9298         * gcc.dg/altivec-4.c: New.
9299
9300 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
9301
9302         * gcc.dg/20011113-1.c: New test.
9303
9304 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9305
9306         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
9307         std::__malloc_alloc_template<0> and
9308         std::__default_alloc_template<false, 0>.
9309
9310 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
9311
9312         * objc/execute/bf-21.m: New test.
9313         * objc/execute/enumeration-1.m: New test.
9314         * objc/execute/enumeration-2.m: New test.
9315
9316 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
9317
9318         * gcc.dg/gnu89-init-1.c: New test.
9319
9320 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
9321
9322         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
9323         * g++.old-deja/g++.jason/2371.C: Likewise.
9324         * g++.old-deja/g++.jason/template33.C: Likewise.
9325         * g++.old-deja/g++.jason/template34.C: Likewise.
9326         * g++.old-deja/g++.jason/template36.C: Likewise.
9327         * g++.old-deja/g++.oliva/typename1.C: Likewise.
9328         * g++.old-deja/g++.oliva/typename2.C: Likewise.
9329         * g++.old-deja/g++.other/typename1.C: Likewise.
9330         * g++.old-deja/g++.pt/inherit2.C: Likewise.
9331         * g++.old-deja/g++.pt/nontype5.C: Likewise.
9332         * g++.old-deja/g++.pt/typename11.C: Likewise.
9333         * g++.old-deja/g++.pt/typename14.C: Likewise.
9334         * g++.old-deja/g++.pt/typename16.C: Likewise.
9335         * g++.old-deja/g++.pt/typename3.C: Likewise.
9336         * g++.old-deja/g++.pt/typename4.C: Likewise.
9337         * g++.old-deja/g++.pt/typename5.C: Likewise.
9338         * g++.old-deja/g++.pt/typename7.C: Likewise.
9339         * g++.old-deja/g++.robertl/eb9.C: Likewise.
9340
9341 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
9342
9343         * g++.dg/other/linkage1.C: New test.
9344         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
9345         specifiers.
9346
9347 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
9348
9349         * gcc.dg/concat.c: New test.
9350
9351 2001-12-11  Stan Shebs  <shebs@apple.com>
9352
9353         * objc/compile: New test directory.
9354         * objc/compile/compile.exp: New expect script.
9355         * objc/compile/20011211-1.m: New compile test.
9356
9357 2001-12-11  Jason Merrill  <jason@redhat.com>
9358
9359         * lib/prune.exp (prune_gcc_output): Also handle "In member
9360         function".  So many permutations...
9361
9362 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
9363
9364         * g++.dg/template/typedef1.C: New test.
9365
9366 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
9367
9368         * g++.dg/other/copy1.C: New test.
9369
9370 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
9371
9372         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
9373
9374         * gcc.dg/builtin-choose-expr.c: New.
9375
9376 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
9377
9378         * gcc.dg/altivec-2.c: New.
9379
9380 2001-12-07  Richard Henderson  <rth@redhat.com>
9381
9382         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
9383
9384 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
9385
9386         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
9387         ultrasparc.
9388
9389 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9390
9391         * g++-old.deja/g++.robertl/eb101.C: Deleted.
9392
9393 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
9394
9395         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
9396         variable argument list.
9397
9398 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
9399
9400         * gcc.c-torture/execute/memcheck: Delete entire directory.
9401         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
9402         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
9403
9404 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9405
9406         * gcc.dg/Wshadow-1.c: New test.
9407
9408 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
9409
9410         * gcc.c-torture/compile/20011130-1.c: New test.
9411
9412         * gcc.dg/noncompile/20011025-1.c: New test.
9413
9414         * g++.dg/other/anon-union.C: New test.
9415
9416         * gcc.c-torture/execute/20011024-1.c: New test.
9417
9418 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9419
9420         * gcc.c-torture/execute/20000722-1.x,
9421         gcc.c-torture/execute/20010123-1.x: Remove.
9422         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
9423         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
9424         gcc.dg/c99-complit-2.c: New tests.
9425
9426 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
9427
9428         * g++.dg/inherit/base1.C: New test.
9429
9430 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
9431
9432         * g++.dg/other/stdarg1.C: New test.
9433
9434         * gcc.c-torture/compile/20011130-2.c: New test.
9435
9436 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
9437
9438         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
9439         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
9440         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
9441         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
9442         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
9443         * gcc.dg/builtin-prefetch-1.c: New test.
9444
9445 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
9446
9447         * gcc.dg/20011130-1.c: New test.
9448
9449 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
9450
9451         * g++.dg/other/scope1.C: New test.
9452         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
9453
9454 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
9455
9456         * gcc.dg/vla-init-1.c: New test.
9457
9458 2001-12-01  Geoff Keating  <geoffk@redhat.com>
9459
9460         * gcc.c-torture/compile/structs.c: New testcase from GDB.
9461
9462 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9463
9464         * objc.dg/alias.m: Update.
9465         * objc.dg/class-1.m: Update.
9466         * objc.dg/const-str-1.m: Update.
9467         * objc.dg/fwd-proto-1.m: Update.
9468         * objc.dg/id-1.m: Update.
9469         * objc.dg/super-class-1.m: Update.
9470
9471 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
9472
9473         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
9474         constructs.
9475
9476 2001-11-28  Jeffrey A Law  (law@cygnus.com)
9477
9478         * gcc.c-torture/execute/20011128-1.c: New test.
9479
9480 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
9481
9482         * gcc.dg/20011127-1.c: New test.
9483
9484 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9485
9486         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
9487         from Austin Group draft 7.
9488         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
9489         scanf format arguments.
9490         * gcc.dg/format/no-exargs-2.c: New test.
9491
9492 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
9493
9494         * g++.dg/abi/vbase8-4.C: New test.
9495
9496 2001-11-24  Ian Lance Taylor  <ian@airs.com>
9497
9498         * gcc.c-torture/execute/20011121-1.c: New test.
9499
9500 2001-11-23  Jeffrey A Law  (law@cygnus.com)
9501
9502         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
9503
9504 2001-11-23  Andreas Jaeger  <aj@suse.de>
9505
9506         * gcc.dg/cpp/charconst-2.c: New test.
9507
9508 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
9509
9510         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
9511         to the host if it is remote.  Let tests specify extra headers
9512         they use.
9513         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
9514         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
9515         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
9516         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
9517         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
9518         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
9519         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
9520         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
9521         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
9522         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
9523
9524 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
9525
9526         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
9527         for little endian ARMs.
9528
9529 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
9530
9531         * gcc.c-torture/compile/20011119-1.c: New test.
9532         * gcc.c-torture/compile/20011119-2.c: New test.
9533
9534 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
9535
9536         * gcc.dg/altivec-1.c: Fix typo.
9537
9538 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
9539
9540         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
9541
9542 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
9543
9544         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
9545
9546 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
9547
9548         * lib/g77.exp: Don't specify --rpath-link.
9549
9550         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
9551         across all the headers.
9552         * gcc.dg/format/format.exp: For testing on a remote host,
9553         copy format.h.
9554
9555         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
9556         * gcc.c-torture/execute/930406-1.c: Likewise.
9557         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
9558
9559 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
9560
9561         * gcc.dg/altivec-1.c: New.
9562
9563 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
9564
9565         * gcc.dg/cpp/fpreprocessed.c: New test case.
9566
9567 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9568
9569         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
9570         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
9571         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
9572
9573 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9574
9575         * gcc.dg/no-builtin-1.c: New test.
9576
9577 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
9578
9579         * gcc.c-torture/execute/20011115-1.c: New test.
9580
9581 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
9582
9583         * gcc.c-torture/compile/20011114-2.c: New test.
9584         * gcc.c-torture/compile/20011114-3.c: New test.
9585         * gcc.c-torture/compile/20011114-4.c: New test.
9586
9587 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
9588
9589         * g++.dg/other/init1.C: New test.
9590
9591 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
9592
9593         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
9594         message.
9595
9596         * gcc.c-torture/execute/20011114-1.c: New testcase.
9597
9598         * gcc.c-torture/compile/20010327-1.c: Revert last change.
9599         * gcc.c-torture/compile/20011114-1.c: New test, exactly
9600         like the (before this change) version of 20010327-1.c.
9601
9602 2001-11-14  Roger Sayle <roger@eyesopen.com>
9603
9604         * gcc.c-torture/execute/string-opt-13.c: New testcase.
9605
9606 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
9607
9608         * g++.dg/init/array2.C: New test.
9609
9610 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
9611
9612         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
9613
9614 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
9615
9616         * g++.dg/other/forscope1.C: New test.
9617         * g++.dg/ext/forscope1.C: New test.
9618         * g++.dg/ext/forscope2.C: New test.
9619
9620 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
9621
9622         * gcc.c-torture/execute/20011113-1.c: New test.
9623
9624 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
9625
9626         * gcc.c-torture/execute/20011109-2.c: New test.
9627
9628         * gcc.c-torture/execute/20011109-1.c: New test.
9629
9630 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
9631
9632         * gcc.c-torture/compile/20011109-1.c: New test.
9633
9634 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
9635
9636         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
9637         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
9638         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
9639         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
9640         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
9641         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
9642         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
9643
9644 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
9645
9646         * g++.dg/warn/Wshadow-1.C: New tests.
9647         * g++.old-deja/g++.mike/for3.C: Update.
9648
9649 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9650
9651         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
9652         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
9653         XFAILs.  Adjust expected error texts.
9654         * gcc.c-torture/compile/20011106-1.c,
9655         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
9656         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
9657         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
9658         gcc.dg/c99-array-lval-5.c: New tests.
9659
9660 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9661
9662         * gcc.dg/cpp/defined.c: Update.
9663
9664 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9665
9666         * gcc.c-torture/execute/anon-1.c: New test.
9667
9668 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
9669
9670         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
9671         same size, so no warning should be produced on stormy16.
9672
9673         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
9674         due to oversized array.
9675         * g++.old-deja/g++.mike/ns15.C: Likewise.
9676         * g++.old-deja/g++.pt/crash16.C: Likewise.
9677
9678 2001-11-02  Graham Stott  <grahams@redhat.com>
9679
9680         * g++.dgother/debug1.C: Fix typos.
9681
9682 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
9683
9684         * g++.dg/other/debug1.C: New test.
9685
9686 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9687
9688         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
9689         of unsigned long.
9690
9691 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
9692
9693         * gcc.dg/20011029-2.c: New test.
9694
9695         * gcc.c-torture/compile/20011029-1.c: New test.
9696
9697 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
9698
9699         * objc/execute/class_self-1.m: New test.
9700         * objc/execute/class_self-2.m: New test.
9701
9702 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
9703
9704         * gcc.misc-tests/msgs.exp: Delete.
9705         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
9706         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
9707         error set to match recent changes.
9708
9709 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
9710
9711         * gcc.dg/20011021-1.c: New test.
9712
9713 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
9714
9715         * gcc.c-torture/compile/20011023-1.c: New test.
9716
9717 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
9718
9719         * lib/g77.exp: Rewrite based on lib/g++.exp.
9720
9721 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
9722
9723         * gcc.c-torture/execute/20011019-1.c: New test.
9724
9725         * gcc.dg/20011018-1.c: New test.
9726
9727 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
9728
9729         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
9730
9731 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
9732
9733         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
9734         * gcc.dg/attr-invalid.c: Likewise.
9735
9736 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
9737
9738         * testsuite/gcc.dg/20011015-1.c: New test.
9739
9740 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
9741
9742         * g++.dg/template/unify2.C: New test.
9743
9744 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
9745
9746         * g++.dg/other/exception-specification.C: New test
9747
9748 2001-10-13  Tom Rix  <trix@redhat.com>
9749
9750         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
9751         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
9752
9753 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
9754
9755         * testsuite/gcc.dg/20011009-1.c: New test.
9756
9757 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
9758
9759         PR g++/4476
9760         * g++.dg/other/friend1.C: New test.
9761
9762 2001-10-11  Richard Henderson  <rth@redhat.com>
9763
9764         * g++.old-deja/g++.other/crash18.C: Add -S to options.
9765
9766 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9767
9768         * gcc.c-torture/compile/20011010-1.c: New.
9769
9770 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
9771
9772         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
9773         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
9774         g77.f-torture/execute/execute.exp,
9775         g77.f-torture/noncompile/noncompile.exp,
9776         gcc.c-torture/compile/compile.exp,
9777         gcc.c-torture/execute/execute.exp,
9778         gcc.c-torture/execute/ieee/ieee.exp,
9779         gcc.c-torture/execute/memcheck/memcheck.exp,
9780         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
9781         objc/execute/execute.exp: Update FSF address.
9782
9783 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
9784
9785         * gcc.dg/cpp/cmdlne-C.c: Update.
9786         * gcc.dg/cpp/cmdlne-C2.c: New.
9787
9788 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9789
9790         * gcc.c-torture/execute/20011008-3.c: New.
9791
9792 2001-10-08  DJ Delorie  <dj@redhat.com>
9793
9794         * gcc.dg/20011008-1.c: New.
9795         * gcc.dg/20011008-2.c: New.
9796
9797 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
9798
9799         * gcc.dg/cpp/spacing1.c: Update test.
9800
9801 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9802
9803         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
9804         spelling errors of "separate" as "seperate".
9805
9806 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
9807
9808         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
9809         enough to avoid inlining.
9810
9811 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
9812
9813         * lib/g77.exp: set libg2c_dir correctly.
9814
9815 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9816
9817         * gcc.dg/cpp/macro11.c: New test.
9818
9819 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9820
9821         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
9822         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
9823         gcc.dg/format/multattr-3.c: New tests.
9824         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
9825         tests for format attributes on function pointers being rejected.
9826
9827 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9828
9829         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
9830
9831 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9832
9833         * g++.dg/warn/format1.C: New test.
9834
9835 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
9836
9837         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
9838
9839 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
9840
9841         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
9842
9843 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
9844
9845         * gcc.dg/cpp/redef2.c: Add test.
9846
9847 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
9848
9849         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
9850         long-standing bug on i686, apparently.
9851         * gcc.c-torture/execute/loop-2c.x: New file.
9852         * gcc.c-torture/execute/loop-2d.x: New file.
9853         * gcc.c-torture/execute/loop-3c.x: New file.
9854
9855 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
9856
9857         * gcc.dg/cpp/20000625-2.c: Correct line number.
9858
9859 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
9860
9861         * gcc.dg/cpp/macro10.c: New test.
9862         * gcc.dg/cpp/strify3.c: New test.
9863         * gcc.dg/cpp/spacing1.c: Add tests.
9864         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
9865         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
9866
9867 2001-09-24  DJ Delorie  <dj@redhat.com>
9868
9869         * gcc.c-torture/execute/20010924-1.c: New test.
9870
9871 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
9872
9873         * testsuite/objc/execute/paste.m: Remove.
9874
9875 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
9876
9877         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
9878
9879 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
9880
9881         * g77.dg/strlen0.f: New test.
9882
9883 2001-09-21  Richard Henderson  <rth@redhat.com>
9884
9885         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
9886         * g++.old-deja/g++.abi/vtable2.C: Likewise.
9887
9888 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
9889
9890         Table-driven attributes.
9891         * g++.dg/ext/attrib1.C: New test.
9892
9893 2001-09-20  DJ Delorie  <dj@redhat.com>
9894
9895         * gcc.dg/20000926-1.c: Update expected warning messages.
9896         * gcc.dg/array-2.c: Likewise, and test for warnings too.
9897         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
9898         array.
9899
9900 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
9901
9902         * g++.dg/eh/registers1.C: New test case.
9903
9904 2001-09-17  Richard Henderson  <rth@redhat.com>
9905
9906         * gcc.dg/array-5.c: Fix VLA decomposition test.
9907
9908 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
9909
9910         * gcc.dg/cpp/line5.c: New testcase.
9911
9912 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
9913
9914         * gcc.dg/cpp/macro9.c: New test.
9915
9916 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
9917
9918         * gcc.c-torture/execute/980223.c: Change type of addr from long
9919         to char *.
9920
9921 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
9922
9923         * gcc.c-torture/execute/20010915-1.c: New test.
9924
9925 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
9926
9927         * g77.dg/bprob: New directory.
9928         * g77.dg/bprob/bprob.exp: New file.
9929         * g77.dg/bprob/bprob-1.f: New test.
9930         * g77.dg/gcov: New directory.
9931         * g77.dg/gcov/gcov.exp: New file.
9932         * g77.dg/gcov/gcov-1.f: New test.
9933         * g77.dg/gcov/gcov-1.x: New file.
9934
9935 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
9936
9937         * gcc.dg/cpp/directiv.c: Update.
9938         * gcc.dg/cpp/undef1.c: Update.
9939
9940 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
9941
9942         * gcc.dg/20010912-1.c: New test.
9943
9944 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
9945
9946         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
9947         language-independent file in lib.
9948         * lib/gcov.exp: New file.
9949
9950 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
9951
9952         * gcc.c-torture/compile/20010911-1.c: New test.
9953
9954 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
9955
9956         * lib/profopt.exp: New, to support profile-directed optimizations.
9957         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
9958         * gcc.misc-tests/bprob-1.c: New test.
9959         * gcc.misc-tests/bprob-2.c: New test.
9960
9961 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
9962
9963         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
9964         XFAIL and which kinds of gcov output to verify.
9965         * gcc.misc-tests/gcov-4b.x: New file.
9966         * gcc.misc-tests/gcov-5b.x: New file.
9967         * gcc.misc-tests/gcov-6.x: New file.
9968         * gcc.misc-tests/gcov-7.c: New test.
9969         * gcc.misc-tests/gcov-7.x: New file.
9970
9971 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
9972
9973         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
9974         * gcc.misc-tests/gcov-6.c: New test.
9975
9976 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9977
9978         PR c++/3986
9979         * g++.dg/abi/vbase1.C: New test.
9980
9981 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
9982
9983         * objc.dg/method-2.m: New.
9984
9985 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
9986
9987         PR c++/4203
9988         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
9989         * g++.dg/init/empty1.C: New test.
9990
9991 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
9992
9993         * gcc.c-torture/compile/20010903-1.c: New test.
9994
9995 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
9996
9997         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
9998         for m68k.
9999
10000 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
10001
10002         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
10003
10004         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
10005
10006         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
10007
10008 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
10009
10010         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
10011         for 16-bit 'unsigned int'.
10012
10013 2001-08-29  Kazu Hirata  <kazu@hxi.com>
10014
10015         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
10016
10017 2001-08-27  Richard Henderson  <rth@redhat.com>
10018
10019         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
10020         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
10021
10022 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
10023
10024         * gcc.dg/asm-names.c (ymain): New.
10025
10026 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
10027
10028         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
10029         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
10030         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
10031
10032 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10033
10034         * gcc.dg/compare5.c: New testcase.
10035
10036 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
10037
10038         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
10039         and "In instantiation".
10040
10041 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
10042
10043         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
10044
10045 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
10046
10047         * gcc.misc-tests/gcov.exp: Add support for branch information.
10048         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
10049         * gcc.misc-tests/gcov-4.c: New test.
10050         * gcc.misc-tests/gcov-4b.c: New test.
10051         * gcc.misc-tests/gcov-5b.c: New test.
10052
10053 2001-08-20  Zack Weinberg  <zackw@panix.com>
10054
10055         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
10056         expected to fail.
10057
10058 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10059
10060         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
10061
10062 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
10063
10064         * g++.dg/eh/template1.C: New test.
10065
10066 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
10067
10068         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
10069         Fix thinko.
10070         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
10071         for xfail.
10072
10073 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
10074
10075         * lib/g77-dg.exp:  Use prune.exp for common procedures
10076         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
10077         * lib/g77.exp: (g77-dg-prune) Remove
10078
10079 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
10080
10081         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
10082
10083 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10084
10085         * g++.dg/template/unify1.C: New test.
10086
10087 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
10088
10089         * g++.dg/abi/empty4.C: New test.
10090
10091 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
10092
10093         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
10094         solaris2.*
10095         * g77.f-torture/compile/pr3743.x: Likewise
10096
10097 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
10098
10099         * g++.dg/other/using-declaration.C: New test.
10100
10101 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
10102
10103         * gcc.dg/cpp/tr-sign.c: New testcase.
10104
10105 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
10106
10107         * gcc.dg/cpp/19951025-1.c: Revert.
10108         * gcc.dg/cpp/directiv.c: We no longer process directives that
10109         interrupt macro arguments.
10110
10111 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
10112
10113         * gcc.dg/bconstp-1.c: New test.
10114
10115 2001-08-03  Richard Henderson  <rth@redhat.com>
10116
10117         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
10118
10119 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
10120
10121         * gcc.dg/cpp/19951025-1.c: Update.
10122
10123 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
10124
10125         * g77.dg/ff90-1.f (s): Fix reference of variable z,
10126         should be x.
10127
10128 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
10129
10130         Kill -fhonor-std.
10131         * g++.old-deja/g++.ns/ns14.C: Remove special options.
10132         * g++.old-deja/g++.other/std1.C: Likewise.
10133         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
10134
10135 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
10136
10137         * lib/g77.exp:  Load gcc-defs.exp for common procedures
10138         (g77_pass, g77_fail, g77_finish, g77_exit,
10139         ${tool}_check_unsupported_p} Now redundant.  Deleted.
10140
10141 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
10142
10143         * g77.dg/fbackslash.f
10144         * g77.dg/fcase-preserve.f
10145         * g77.dg/ff90-1.f
10146         * g77.dg/ffixed-line-length-0.f
10147         * g77.dg/ffixed-line-length-132.f
10148         * g77.dg/ffixed-line-length-7.f
10149         * g77.dg/ffixed-line-length-72.f
10150         * g77.dg/ffixed-line-length-none.f
10151         * g77.dg/ffree-form-1.f
10152         * g77.dg/fno-backslash.f
10153         * g77.dg/fno-f90-1.f
10154         * g77.dg/fno-fixed-form-1.f
10155         * g77.dg/fno-onetrip.f
10156         * g77.dg/fno-typeless-boz.f
10157         * g77.dg/fno-underscoring.f
10158         * g77.dg/fno-vxt-1.f
10159         * g77.dg/fonetrip.f
10160         * g77.dg/ftypeless-boz.f
10161         * g77.dg/fugly-assumed.f
10162         * g77.dg/funderscoring.f
10163         * g77.dg/fvxt-1.f
10164
10165 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
10166
10167         * objc.dg/fwd-proto-1.m: New.
10168         * objc.dg/local-decl-1.m: New.
10169         * objc.dg/naming-1.m: New.
10170         * objc.dg/naming-2.m: New.
10171         * objc.dg/proto-hier-1.m: New.
10172
10173 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
10174
10175         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
10176         largest-type elements to a struct makes its size grow.
10177
10178 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
10179
10180         * g++.dg/abi/vthunk1.C: New test.
10181
10182 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
10183
10184         * g++.dg/abi/vbase8-22.C: New test.
10185
10186 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
10187
10188         * gcc.dg/cpp/macro8.c: New test.
10189
10190 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
10191
10192         * g++.dg/abi/vbase8-21.C: New test.
10193
10194 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
10195
10196         * g++.dg/abi/vbase8-10.C: New test.
10197
10198 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10199
10200         * lib/g++.exp (g++_set_ld_library_path): Renamed to
10201         ${tool}_set_ld_library_path.
10202         Changed caller.
10203         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
10204         g++.exp.
10205
10206 2001-07-26  Stan Cox <scox@redhat.com>
10207
10208         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
10209         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
10210         gcc_exit, gcc_check_unsupported_p):
10211         Moved to gcc-deps.exp
10212         * gcc-deps.exp: New file.
10213
10214 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10215
10216         * g++.old-deja/g++.pt/defarg14.C: New test.
10217
10218 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
10219
10220         * g++.old-deja/g++.other/lineno5.C: New test.
10221
10222 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
10223
10224         * g++.old-deja/g++.pt/crash68.C: New test.
10225
10226 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
10227
10228         * g++.old-deja/g++.other/crash42.C: New test.
10229
10230 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
10231
10232         * gcc.dg/cpp/extratokens.c: Fix.
10233         * gcc.dg/cpp/skipping2.c: New tests.
10234
10235 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10236
10237         * gcc.c-torture/execute/20010724-1.c: New file.
10238         * gcc.c-torture/execute/20010724-1.x: New file.
10239
10240 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
10241
10242         * g++.old-deja/g++.other/cond7.C: New test.
10243
10244 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
10245
10246         * g++.old-deja/g++.other/optimize4.C: New test.
10247
10248 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
10249
10250         * g++.old-deja/g++.abi/vbase8-5.C: New test.
10251
10252 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
10253
10254         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
10255         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
10256         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
10257         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
10258
10259         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
10260         bug report" message.
10261
10262         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
10263         * g++.dg/ext/instantiate1.C: Move from old-deja.
10264
10265 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
10266
10267         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
10268         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
10269         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
10270         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
10271
10272 2001-07-23  Jeffrey A Law  (law@cygnus.com)
10273
10274         * gcc.c-torture/execute/20010723-1.c: New test.
10275
10276 2001-07-23  Ben Elliston  <bje@redhat.com>
10277
10278         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
10279
10280 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10281
10282         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
10283         i[34567]86-*-*.
10284         Delete handling of ieee_multilib_flags.
10285         Pass -mieee for alpha*-*-* and sh-*-*.
10286         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
10287
10288 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
10289
10290         Remove old-abi tests.
10291         * g++.old-deja/g++.mike/p11116.C: Remove.
10292         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
10293
10294 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
10295
10296         * g77.f-torture/compile/pr3743.f:  New test
10297
10298 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
10299
10300         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
10301
10302 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10303
10304         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
10305         g++.old-deja/g++.pt/static6.C: Likewise.
10306         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
10307         supports weak symbols.
10308
10309 2001-07-18  Andreas Jaeger  <aj@suse.de>
10310
10311         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
10312         supported again.
10313
10314 2001-07-18  Andreas Jaeger  <aj@suse.de>
10315
10316         * gcc.dg/iftrap-1.c: Fix target line.
10317
10318 2001-07-17  Richard Henderson  <rth@redhat.com>
10319
10320         * gcc.c-torture/execute/20010717-1.c: New.
10321
10322 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
10323
10324         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
10325         tests.
10326
10327 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
10328
10329         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
10330
10331 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10332
10333         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
10334         UAC_SIGBUS, UAC_NOPRINT definitions.
10335
10336 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
10337
10338         * objc/execute/object_is_class.m: New test.
10339         * objc/execute/object_is_meta_class.m: New test.
10340
10341 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
10342
10343         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
10344         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
10345
10346 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
10347
10348         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
10349         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
10350
10351 2001-07-14  Richard Henderson  <rth@redhat.com>
10352
10353         * gcc.dg/iftrap-1.c: New.
10354
10355 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
10356
10357         * g77.f-torture/execute/intrinsic77.f: New test.
10358
10359 2001-07-11  Janis Johnson <janis@us.ibm.com>
10360
10361         * gcc.misc-tests/gcov-3.c: New test.
10362
10363 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
10364
10365         * gcc.c-torture/compile/20010711-1.c,
10366         * gcc.c-torture/compile/20010711-2.c: New tests.
10367
10368 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
10369
10370         * gcc.c-torture/execute/20010711-1.c: New test.
10371
10372 2001-07-11  Ben Elliston  <bje@redhat.com>
10373
10374         * g++.old-deja/g++.other/enum5.C: New test.
10375
10376 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
10377
10378         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
10379         (g++-dg-prune): Call prune_gcc_output.
10380         * prune.exp: New file for prune_gcc_output.
10381         * lib/g++.exp, lib/gcc.exp: Load it.
10382
10383 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
10384
10385         * gcc.c-torture/compile/20010701-1.c,
10386         g++.old-deja/g++.ext/attrib6.C: New tests.
10387
10388 2001-07-06  Jeffrey A Law  (law@cygnus.com)
10389
10390         * gcc.c-torture/compile/20010706-1.c: New test.
10391
10392 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
10393
10394         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
10395
10396 2001-06-28  Stan Shebs  <shebs@apple.com>
10397
10398         * gcc.dg/pragma-darwin.c: New test.
10399
10400 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10401
10402         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
10403         Solaris 2.[678] system.
10404
10405 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
10406
10407         * gcc.dg/20010622-1.c: New test.
10408
10409 2001-06-18  Stan Shebs  <shebs@apple.com>
10410
10411         * objc.dg: New directory.
10412         * objc.dg/dg.exp: New file.
10413         * objc.dg/alias.m: New.
10414         * objc.dg/class-1.m: New.
10415         * objc.dg/class-2.m: New.
10416         * objc.dg/const-str-1.m: New.
10417         * objc.dg/const-str-2.m: New.
10418         * objc.dg/id-1.m: New.
10419         * objc.dg/method-1.m: New.
10420         * objc.dg/super-class-1.m: New.
10421         * lib/objc-dg.exp: New file.
10422
10423 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10424
10425         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
10426         of label name.
10427
10428 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
10429
10430         * g++.old-deja/g++.abi/vbase8-9.C: New test.
10431
10432 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10433
10434         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
10435         variable.
10436
10437 2001-06-12  Richard Henderson  <rth@redhat.com>
10438
10439         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
10440
10441 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
10442
10443         * g++.old-deja/g++.abi/vbase5.C: New test.
10444         * g++.old-deja/g++.abi/vbase6.C: New test.
10445         * g++.old-deja/g++.abi/vbase7.C: New test.
10446
10447 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10448
10449         * gcc.c-torture/compile/20010610-1.c: New test.
10450
10451 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
10452
10453         * g++.old-deja/g++.abi/vbase4.C: New test.
10454
10455 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10456
10457         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
10458         support %f for HC11/HC12 targets.
10459         * gcc.c-torture/execute/930513-1.x: New file, likewise.
10460         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
10461         on HC11/HC12 targets.
10462         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
10463
10464 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10465
10466         * gcc.dg/wchar_t-1.c: New file.
10467         * gcc.dg/wint_t-1.c: Likewise.
10468
10469 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
10470
10471         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
10472
10473 2001-06-11  Richard Henderson  <rth@redhat.com>
10474
10475         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
10476
10477 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
10478
10479         * gcc.c-torture/compile/20010611-1.c: New test.
10480
10481 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
10482
10483         * gcc.dg/c99-tag-1.c: Add more tests.
10484
10485 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
10486
10487         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
10488         representation on MN10300 and ARM/Thumb.
10489
10490 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
10491
10492         * g77.f-torture/execute/20010610.f: New.
10493
10494 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
10495
10496         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
10497         names.
10498
10499 2001-06-09  Richard Henderson  <rth@redhat.com>
10500
10501         * gcc.c-torture/execute/ashrdi-1.c: New.
10502         * gcc.c-torture/execute/ashldi-1.c: New.
10503         * gcc.c-torture/execute/lshrdi-1.c: New.
10504
10505 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
10506
10507         * objc/execute/load-3.m: Added. Check sending +load to categories,
10508         in addition to classes.
10509
10510 2001-06-08  Stan Shebs  <shebs@apple.com>
10511
10512         * objc/execute/load-2.m: New test.  From Nicola Pero
10513         <n.pero@mi.flashnet.it>.
10514
10515 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
10516
10517         * gcc.c-torture/execute/20010605-2.c: New test.
10518
10519 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
10520
10521         * g++.old-deja/g++.abi/vbase2.C: New test.
10522         * g++.old-deja/g++.abi/vbase3.C: New test.
10523
10524 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
10525
10526         * g++.old-deja/g++.pt/friend49.C: New test.
10527
10528 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
10529
10530         * g++.old-deja/g++.ext/anon3.C: New test.
10531
10532 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
10533
10534         * g++.old-deja/g++.other/conv7.C: New test.
10535
10536 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
10537
10538         * gcc.c-torture/compile/20010605-2.c: New test.
10539
10540 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10541
10542         * gcc.c-torture/execute/20010604-1.c: New test.
10543
10544 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
10545
10546         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
10547
10548 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
10549
10550         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
10551         (g++_link_flags): Likewise.
10552         (g++_init): Pass gccpath's value to two previous functions.
10553
10554 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10555
10556         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
10557         Ensure logfile entry matches exec command line.
10558
10559 2001-05-31  Richard Henderson  <rth@redhat.com>
10560
10561         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
10562         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
10563
10564 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
10565
10566         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
10567         compiler for irix6.2
10568
10569 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
10570
10571         * g++.old-deja/g++.other/optimize3.C: New file.
10572
10573 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
10574
10575         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
10576         assemble.
10577
10578 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
10579
10580         * g++.old-deja/g++.other/optimize2.C: New file.
10581
10582 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
10583
10584         * gcc.c-torture/compile/20010518-2.c: New file.
10585         * gcc.c-torture/execute/20010518-1.c: New file.
10586         * gcc.c-torture/execute/20010518-2.c: New file.
10587
10588 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10589
10590         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
10591
10592 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
10593
10594         G++ no longer defines builtins that do not begin with __builtin.
10595         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
10596         * g++.old-deja/g++.brendand/misc13.C: Likewise.
10597         * g++.old-deja/g++.law/builtin1.C: Likewise.
10598         * g++.old-deja/g++.law/cvt2.C: Likewise.
10599         * g++.old-deja/g++.mike/net5.C: Likewise.
10600         * g++.old-deja/g++.other/builtins1.C: Likewise.
10601         * g++.old-deja/g++.other/builtins2.C: Likewise.
10602         * g++.old-deja/g++.other/builtins3.C: Likewise.
10603         * g++.old-deja/g++.other/builtins4.C: Likewise.
10604         * g++.old-deja/g++.other/inline8.C: Likewise.
10605         * g++.old-deja/g++.robertl/eb39.C: Likewise.
10606
10607 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
10608
10609         * g++.old-deja/g++.pt/using1.C: Adjust.
10610         * g++.old-deja/g++.pt/using2.C: New test.
10611
10612 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
10613
10614         * gcc.dg/cpp/charconst.c: New tests.
10615         * gcc.dg/cpp/escape.c: New tests.
10616         * gcc.dg/cpp/escape-1.c: New tests.
10617         * gcc.dg/cpp/escape-2.c: New tests.
10618         * gcc.dg/cpp/ucs.c: New tests.
10619
10620 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
10621
10622         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
10623         native compiler for irix6.5.
10624
10625 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
10626
10627         * lib/g++.exp (g++_include_flags): Use args to compute
10628         get_multilibs.
10629         (g++_link_flags): Likewise.
10630         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
10631
10632 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
10633
10634         * gcc.dg/c90-hexfloat-1.c: Add more tests.
10635
10636 2001-05-21  Geoff Keating  <geoffk@redhat.com>
10637
10638         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
10639         this file.
10640
10641 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10642
10643         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
10644         STACK_SIZE;
10645         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
10646         to STACK_SIZE; Use it to define size of add_histo array.
10647         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
10648         to STACK_SIZE.
10649         (f): Use GITT_SIZE to define size of gitt local table.
10650         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
10651         to STACK_SIZE; Use it to define size of bytemem array.
10652
10653 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10654
10655         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
10656         on 68HC11/HC12 due to the asm instruction.
10657         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
10658         * gcc.c-torture/compile/920520-1.x: Likewise.
10659         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
10660         on 68HC11/HC12 because the function is larger than 64K.
10661         * gcc.c-torture/compile/961203-1.x: New file, this test fails
10662         on 68HC11/HC12 because the structure is too large.
10663
10664 2001-05-20  Richard Henderson  <rth@redhat.com>
10665
10666         * gcc.c-torture/execute/20010520-1.c: New.
10667
10668 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10669
10670         * g++.old-deja/g++.warn/compare1.C: New test.
10671         * gcc.dg/compare4.c: New test.
10672
10673 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
10674
10675         * g++.old-deja/g++.other/optimize1.C: New test.
10676
10677 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10678
10679         * g++.old-deja/g++.pt/spec41.C: New test.
10680
10681 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
10682
10683         * gcc.c-torture/compile/20010114-1.x: Remove.
10684
10685 2001-05-18  Stan Shebs  <shebs@apple.com>
10686
10687         * gcc.c-torture/compile/20010518-1.c: New test.
10688
10689 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
10690
10691         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
10692         * g++.old-deja/g++.pt/crash67.C: New test.
10693
10694 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
10695
10696         * g++.old-deja/g++.other/debug9.C: New test.
10697
10698 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
10699
10700         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
10701
10702 2001-05-16  Jan Hubicka  <jh@suse.cz>
10703
10704         * gcc.c-torture/compile/20010516-1.c: New test.
10705
10706 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
10707
10708         * g++.old-deja/g++.other/crash41.C: New test.
10709
10710 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
10711
10712         * g++.old-deja/g++.pt/crash66.C: New test.
10713
10714 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
10715
10716         * g++.old-deja/g++.robertl/eb27.C: Convert.
10717
10718 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
10719
10720         * g++.dg/friend-warn.C: New test.  Do not warn about friend
10721         declaration being redundant.
10722
10723 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
10724
10725         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
10726
10727 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
10728
10729         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
10730
10731 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
10732
10733         * lib/g++.exp: Use testsuite_flags.
10734
10735 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
10736
10737         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
10738
10739 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10740
10741         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
10742
10743 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
10744
10745         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
10746
10747 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
10748
10749         * gcc.c-torture/compile/20010313-1.c: New test.
10750
10751 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
10752
10753         * gcc.dg/cpp/direct2.c: New test.
10754         * gccq.dg/cpp/direct2s.c: New test.
10755
10756         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
10757
10758 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
10759
10760         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
10761         * g++.old-deja/g++.other/op3.C: Likewise.
10762
10763 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
10764
10765         * gcc.dg/cpp/syshdr.h: New file.
10766         * gcc.dg/cpp/sysmac1.c: Update.
10767         * gcc.dg/cpp/sysmac2.c: Update.
10768
10769 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
10770
10771         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
10772
10773 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
10774
10775         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
10776         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
10777
10778 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
10779
10780         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
10781
10782 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
10783
10784         * lib/g++.exp (g++_include_flags): Don't use any special flags
10785         if TESTING_IN_BUILD_TREE is not defined.
10786         (g++_init): Use a plain 'c++' as the compiler if
10787         TESTING_IN_BUILD_TREEE is not defined.
10788
10789 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
10790
10791         * g++.old-deja/g++.eh/catch13.C: New test.
10792         * g++.old-deja/g++.eh/catch14.C: New test.
10793
10794 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
10795
10796         * gcc.dg/cpp/tr-define.c: New test.
10797
10798 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
10799
10800         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
10801         <stdlib.h>, not <malloc.h>.
10802
10803 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
10804
10805         * g++.old-deja/g++.ns/template17.C: New test.
10806
10807 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
10808
10809         * g++.old-deja/g++.pt/ref4.C: New test.
10810
10811 2001-04-30  Richard Henderson  <rth@redhat.com>
10812
10813         * gcc.dg/20000724-1.c: Revert last change.
10814
10815 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
10816
10817         * g77.f-torture/execute/20010430.f: New test.
10818
10819 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
10820
10821         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
10822
10823 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
10824
10825         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
10826
10827 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
10828
10829         * g++.old-deja/g++.eh/crash6.C: New test.
10830
10831 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
10832
10833         * g++.old-deja/g++.other/warn7.C: New test.
10834
10835 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
10836
10837         * g++.old-deja/g++.other/defarg9.C: New test.
10838
10839 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
10840
10841         * g77.f-torture/compile/20010426.f: New test.
10842         * g77.f-torture/execute/20010426.f: New test.
10843
10844 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
10845
10846         * g77.f-torture/compile/20000629-1.x: Remove - error
10847         has been fixed.
10848
10849 2001-04-26  Jeffrey A Law  (law@cygnus.com)
10850
10851         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
10852         Tweak slightly to work with g++.dg framework.
10853         * g++.dg/special/ecos.exp: Run initp1.C test.
10854         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
10855
10856         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
10857         its linker doesn't give line numbers either.
10858         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
10859
10860 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
10861
10862         * g++.old-deja/g++.other/lex1.C: New test.
10863
10864 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
10865
10866         * gcc.dg/noncompile/20010425-1.c: New test.
10867
10868 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
10869
10870         * g++.old-deja/g++.pt/mangle2.C: New test.
10871
10872 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
10873
10874         * gcc.dg/format/plus-1.c: New test.
10875
10876 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
10877
10878         * gcc.dg/20010423-1.c: New test.
10879
10880 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
10881
10882         * gcc.c-torture/execute/20010422-1.c: New test.
10883
10884 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
10885
10886         * g++.old-deja/g++.ns/type2.C: New test.
10887
10888 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
10889
10890         * g++.old-deja/g++.other/perf1.C: New test.
10891
10892 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
10893
10894         * gcc.dg/c99-func-2.c: Remove xfail.
10895         * gcc.dg/c99-func-3.c: Remove xfail.
10896         * gcc.dg/c99-func-4.c: Remove xfail.
10897
10898 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
10899
10900         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
10901
10902 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
10903
10904         * gcc.c-torture/compile/20010423-1.c: New test.
10905
10906 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
10907
10908         * g++.old-deja/g++.pt/typename28.C: New test.
10909
10910 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
10911
10912         * g++.old-deja/g++.abi/empty2.C: New test.
10913         * g++.old-deja/g++.abi/empty3.C: New test.
10914
10915 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10916
10917         * g++.old-deja/g++.other/comdat2.C: New test.
10918         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
10919
10920 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10921
10922         * g++.old-deja/g++.other/overload14.C: New test.
10923
10924 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10925
10926         * g++.old-deja/g++.other/lookup23.C: New test.
10927
10928 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10929
10930         * gcc.c-torture/execute/20010403-1.c: New test.
10931
10932 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
10933             Mark Mitchell  <mark@codesourcery.com>
10934
10935         * lib/old-dejagnu.exp: Don't delete output of executable.
10936         Add .exe suffix to executables.
10937
10938 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
10939
10940         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
10941
10942 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10943
10944         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
10945
10946 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
10947
10948         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
10949         * g++.old-deja/g++.abi/crash1.C: New test.
10950
10951 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
10952
10953         * g++.old-deja/g++.other/crash40.C: New test.
10954
10955 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10956
10957         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
10958
10959 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
10960
10961         * g++.old-deja/g++.other/warn6.C: New test.
10962
10963 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
10964
10965         * g++.old-deja/g++.robertl/eb42.C: Same.
10966
10967 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10968
10969         * gcc.dg/wtr-conversion-1.c: New testcase.
10970
10971 2001-04-10  Richard Henderson  <rth@redhat.com>
10972
10973         * g++.old-deja/g++.other/array5.C: New.
10974
10975 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10976
10977         * gcc.c-torture/execute/20010408-1.c: New test.
10978
10979 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
10980
10981         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
10982         headers and constructs.
10983         * g++.old-deja/g++.robertl/eb79.C: Same.
10984         * g++.old-deja/g++.robertl/eb77.C (main): Same.
10985         * g++.old-deja/g++.robertl/eb73.C: Same.
10986         * g++.old-deja/g++.robertl/eb66.C (main): Same.
10987         * g++.old-deja/g++.robertl/eb55.C (t): Same.
10988         * g++.old-deja/g++.robertl/eb54.C (main): Same.
10989         * g++.old-deja/g++.robertl/eb46.C (main): Same.
10990         * g++.old-deja/g++.robertl/eb44.C: Same.
10991         * g++.old-deja/g++.robertl/eb41.C (main): Same.
10992         * g++.old-deja/g++.robertl/eb4.C (main): Same.
10993         * g++.old-deja/g++.robertl/eb39.C: Same.
10994         * g++.old-deja/g++.robertl/eb33.C (main): Same.
10995         * g++.old-deja/g++.robertl/eb31.C (main): Same.
10996         * g++.old-deja/g++.robertl/eb30.C: Same.
10997         * g++.old-deja/g++.robertl/eb3.C: Same.
10998         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
10999         * g++.old-deja/g++.robertl/eb21.C: Same.
11000         * g++.old-deja/g++.robertl/eb15.C: Same.
11001         * g++.old-deja/g++.robertl/eb118.C: Same.
11002         * g++.old-deja/g++.robertl/eb115.C (main): Same.
11003         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
11004         * g++.old-deja/g++.robertl/eb109.C: Same.
11005         * g++.old-deja/g++.other/sibcall1.C (main): Same.
11006         * g++.old-deja/g++.mike/rtti1.C: Same.
11007         * g++.old-deja/g++.mike/p658.C: Same.
11008         * g++.old-deja/g++.mike/net46.C: Same.
11009         * g++.old-deja/g++.mike/net34.C: Same.
11010         * g++.old-deja/g++.mike/memoize1.C: Same.
11011         * g++.old-deja/g++.mike/eh2.C: Same.
11012         * g++.old-deja/g++.law/weak.C: Same.
11013         * g++.old-deja/g++.law/visibility7.C: Same.
11014         * g++.old-deja/g++.law/visibility25.C: Same.
11015         * g++.old-deja/g++.law/visibility22.C: Same.
11016         * g++.old-deja/g++.law/visibility2.C: Same.
11017         * g++.old-deja/g++.law/visibility17.C: Same.
11018         * g++.old-deja/g++.law/visibility13.C: Same.
11019         * g++.old-deja/g++.law/visibility10.C: Same.
11020         * g++.old-deja/g++.law/visibility1.C: Same.
11021         * g++.old-deja/g++.law/virtual3.C (eval): Same.
11022         * g++.old-deja/g++.law/vbase1.C: Same.
11023         * g++.old-deja/g++.law/operators32.C: Same.
11024         * g++.old-deja/g++.law/nest3.C: Same.
11025         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
11026         * g++.old-deja/g++.law/except5.C (main): Same.
11027         * g++.old-deja/g++.law/cvt7.C (run): Same.
11028         * g++.old-deja/g++.law/cvt2.C: Same.
11029         * g++.old-deja/g++.law/cvt16.C: Same.
11030         * g++.old-deja/g++.law/ctors6.C (bar): Same.
11031         * g++.old-deja/g++.law/ctors17.C (main): Same.
11032         * g++.old-deja/g++.law/ctors13.C: Same.
11033         * g++.old-deja/g++.law/ctors12.C (main): Same.
11034         * g++.old-deja/g++.law/ctors10.C: Same.
11035         * g++.old-deja/g++.law/code-gen5.C: Same.
11036         * g++.old-deja/g++.law/bad-error7.C: Same.
11037         * g++.old-deja/g++.law/arm9.C: Same.
11038         * g++.old-deja/g++.law/arm12.C: Same.
11039         * g++.old-deja/g++.law/arg8.C: Same.
11040         * g++.old-deja/g++.law/arg1.C: Same.
11041         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
11042         * g++.old-deja/g++.jason/template31.C: Same.
11043         * g++.old-deja/g++.jason/template24.C (main): Same.
11044         * g++.old-deja/g++.jason/2371.C: Same.
11045         * g++.old-deja/g++.eh/new2.C: Same.
11046         * g++.old-deja/g++.eh/new1.C: Same.
11047         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
11048         * g++.old-deja/g++.brendan/nest21.C (main): Same.
11049         * g++.old-deja/g++.brendan/err-msg3.C: Same.
11050         * g++.old-deja/g++.brendan/crash62.C: Same.
11051         * g++.old-deja/g++.brendan/crash52.C: Same.
11052         * g++.old-deja/g++.brendan/crash49.C (main): Same.
11053         * g++.old-deja/g++.brendan/crash38.C: Same.
11054         * g++.old-deja/g++.brendan/crash15.C (main): Same.
11055         * g++.old-deja/g++.brendan/copy9.C: Same.
11056
11057 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
11058
11059         * gcc.c-torture/execute/20001203-2.c (memset):
11060         Count argument is of type __SIZE_TYPE__.
11061
11062 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
11063
11064         * gcc.c-torture/compile/20010404-1.c: New test.
11065
11066 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
11067
11068         * gcc.c-torture/compile/20010326-1.c: New test.
11069
11070 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
11071
11072         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
11073         peculiarities of the SH.
11074         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
11075
11076 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11077
11078         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
11079         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
11080         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
11081
11082 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
11083
11084         * g77.f-torture/compile/20010321-1.f: New test.
11085
11086 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
11087
11088         * gcc.c-torture/compile/20010329-1.c: New test.
11089
11090 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
11091
11092         * gcc.c-torture/execute/20010329-1.c: New test.
11093
11094 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
11095
11096         * g++.old-deja/g++.other/eh4.C: Fix typo.
11097
11098 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
11099
11100         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
11101
11102 2001-03-28  Philip Blundell  <philb@gnu.org>
11103
11104         * gcc.c-torture/compile/20010328-1.c: New test.
11105
11106 2001-03-27  Richard Henderson  <rth@redhat.com>
11107
11108         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
11109         * g++.old-deja/g++.eh/vbase3.C: Likewise.
11110
11111 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
11112
11113         * gcc.c-torture/compile/20010327-1.c: New test.
11114
11115 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
11116
11117         * g++.old-deja/g++.other/friend12.C: New test.
11118         * g++.old-deja/g++.other/friend9.C: Expect no errors.
11119         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
11120
11121 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
11122
11123         * gcc.c-torture/execute/20010325-1.c: New test.
11124
11125 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
11126
11127         * g++.old-deja/g++.other/mangle3.C: New test.
11128
11129 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
11130
11131         * g++.old-deja/g++.other/anon8.C: New test.
11132
11133 2001-03-20  Philip Blundell  <philb@gnu.org>
11134
11135         * gcc.c-torture/compile/20010320-1.c: New test.
11136
11137 2001-03-17  Richard Henderson  <rth@redhat.com>
11138
11139         * g++.old-deja/g++.other/eh4.C: Add expected error text.
11140
11141 2001-03-15  Geoff Keating  <geoff@redhat.com>
11142
11143         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
11144         tests on AIX.
11145
11146 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
11147
11148         * g++.old-deja/g++.other/eh4.C: New test.
11149
11150 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
11151
11152         * gcc.dg/cpp/mi1.c: Update.
11153
11154 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
11155
11156         * g++.old-deja/g++.other/regstack.C: New test.
11157
11158 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
11159
11160         * g++.old-deja/g++.other/ref4.C: New test.
11161
11162 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
11163
11164         * objc/execute/va_method.m: Added.
11165         * objc/execute/IMP.m: Added.
11166         * objc/execute/_cmd.m: Added.
11167         * objc/execute/accessing_ivars.m: Added.
11168         * objc/execute/class-1.m: Added.
11169         * objc/execute/class-10.m: Added.
11170         * objc/execute/class-11.m: Added.
11171         * objc/execute/class-12.m: Added.
11172         * objc/execute/class-13.m: Added.
11173         * objc/execute/class-14.m: Added.
11174         * objc/execute/class-2.m: Added.
11175         * objc/execute/class-3.m: Added.
11176         * objc/execute/class-4.m: Added.
11177         * objc/execute/class-5.m: Added.
11178         * objc/execute/class-6.m: Added.
11179         * objc/execute/class-7.m: Added.
11180         * objc/execute/class-8.m: Added.
11181         * objc/execute/class-9.m: Added.
11182         * objc/execute/class-tests-1.h
11183         * objc/execute/class-tests-2.h
11184         * objc/execute/compatibility_alias.m: Added.
11185         * objc/execute/encode-1.m: Added.
11186         * objc/execute/formal_protocol-1.m: Added.
11187         * objc/execute/formal_protocol-2.m: Added.
11188         * objc/execute/formal_protocol-3.m: Added.
11189         * objc/execute/formal_protocol-4.m: Added.
11190         * objc/execute/formal_protocol-5.m: Added.
11191         * objc/execute/formal_protocol-6.m: Added.
11192         * objc/execute/formal_protocol-7.m: Added.
11193         * objc/execute/informal_protocol.m: Added.
11194         * objc/execute/initialize.m: Added.
11195         * objc/execute/load.m: Added.
11196         * objc/execute/many_args_method.m: Added.
11197         * objc/execute/nested-3.m: Added.
11198         * objc/execute/no_clash.m: Added.
11199         * objc/execute/private.m: Added.
11200         * objc/execute/redefining_self.m: Added.
11201         * objc/execute/root_methods.m: Added.
11202         * objc/execute/selector-1.m: Added.
11203         * objc/execute/static-1.m: Added.
11204         * objc/execute/static-2.m: Added.
11205         * objc/execute/va_method.m: Added.
11206
11207 2001-03-10  Richard Henderson  <rth@redhat.com>
11208
11209         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
11210
11211 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
11212
11213         * g++.old-deja/g++.other/crash31.C: XFAIL.
11214         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
11215         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
11216         * gcc.c-torture/execute/20010123-1.x: XFAIL.
11217         * gcc.c-torture/execute/20010124-1.x: XFAIL.
11218         * gcc.dg/sequence-pt-1.c: XFAIL one test.
11219
11220 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
11221
11222         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
11223
11224 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
11225
11226         * gcc.dg/20000724-1.c: Don't use multiline strings.
11227
11228 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
11229
11230         * objc/execute/string1.m, objc/execute/string2.m: Compare the
11231         result of -cString against what we expect it to be; don't just
11232         print it out for no one to read.
11233
11234         * objc/execute/string3.m, objc/execute/string4.m: New tests.
11235         Based on testcases provided by Nicola Pero.
11236
11237 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
11238
11239         * gcc.dg/cpp/macro7.c: New test.
11240
11241 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
11242
11243         * gcc.dg/cpp/multiline.c: Update.
11244
11245 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
11246
11247         * g++.old-deja/g++.other/enum3.C: New test.
11248
11249 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
11250
11251         * g++.old-deja/g++.other/pod1.C: New test.
11252
11253 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
11254
11255         * g++.old-deja/g++.ext/overload1.C: New test.
11256
11257 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
11258
11259         * g++.old-deja/g++.pt/using1.C: New test.
11260
11261 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
11262
11263         * g++.old-deja/g++.other/using9.C: New test.
11264
11265 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
11266
11267         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
11268
11269         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
11270
11271 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
11272
11273         * g++.old-deja/g++.ext/realpt1.C: Remove.
11274
11275 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
11276
11277         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
11278
11279 2001-02-26  Will Cohen  <wcohen@redhat.com>
11280
11281         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
11282
11283 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
11284
11285         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
11286         templatized constructors.
11287
11288 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11289
11290         * gcc.c-torture/execute/20010224-1.c: New test.
11291
11292 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
11293
11294         * gcc.c-torture/execute/20010222-1.c: New test.
11295
11296 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
11297
11298         * g++.old-deja/g++.other/inline20.C: New test.
11299
11300 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
11301
11302         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
11303
11304 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
11305
11306         * g++.old-deja/g++.other/lookup22.C: New test.
11307
11308 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
11309
11310         * g77.dg: New directory.
11311         * g77.dg/20010216-1.f: New test case.
11312         * g77.dg/dg.exp: New driver.
11313         * lib/g77-dg.exp: New driver library.
11314
11315 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11316
11317         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
11318
11319 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
11320
11321         * g++.old-deja/g++.other/decl9.C: New test.
11322
11323 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
11324
11325         * g++.old-deja/g++.other/init16.C: Update the test so that it does
11326         not need <string> and also tests the initialization at runtime.
11327
11328 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
11329
11330         * gcc.c-torture/execute/longlong.c: New test.
11331
11332 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
11333
11334         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
11335
11336 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
11337
11338         * gcc.c-torture/execute/920302-1.c (execute):
11339         Change argument type to short.
11340
11341 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
11342
11343         * g++.old-deja/g++.pt/deduct6.C: New test.
11344
11345 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
11346
11347         * g++.old-deja/g++.pt/deduct5.C: New test.
11348
11349 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
11350
11351         * gcc.c-torture/execute/20010209-1.c: New test.
11352
11353 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
11354
11355         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
11356
11357 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
11358
11359         * g++.dg/vtgc1.C: Update for new ABI.
11360
11361         * consistency.vlad: New directory, 1665 files.
11362
11363 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
11364
11365         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
11366         return type.
11367         * gcc.dg/cpp/digraphs.c: Declare puts.
11368
11369 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
11370
11371         * g++.old-deja/g++.other/warn5.C: New test.
11372
11373 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
11374
11375         * g++.old-deja/g++.pt/spec40.C: New test.
11376
11377 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
11378
11379         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
11380         case.
11381         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
11382
11383 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
11384
11385         * gcc.c-torture/compile/20010209-1.c: New test.
11386
11387 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
11388
11389         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
11390         excess errors message but not if it crashes.
11391         * g++.old-deja/g++.other/crash27.C: Likewise.
11392         * g++.old-deja/g++.other/crash28.C: Likewise.
11393         * g++.old-deja/g++.other/crash30.C: Likewise.
11394         * g++.old-deja/g++.other/crash32.C: Likewise.
11395         * g++.old-deja/g++.other/crash35.C: Likewise.
11396         * g++.old-deja/g++.pt/inherit2.C: Likewise.
11397
11398 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
11399
11400         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
11401         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
11402         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
11403         g77.f-torture/execute/execute.exp,
11404         g77.f-torture/noncompile/noncompile.exp,
11405         gcc.c-torture/execute/execute.exp,
11406         gcc.c-torture/execute/memcheck/memcheck.exp,
11407         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
11408         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
11409         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
11410         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
11411         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
11412         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
11413         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
11414         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
11415         Remove bug reporting instructions with ancient email addresses.
11416
11417 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
11418
11419         * gcc.dg/20010202-1.c: New test.
11420         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
11421
11422 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
11423
11424         * g++.dg/stdbool-if.C: New test.
11425
11426 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
11427
11428         * objc/execute/fdecl.m: Added main().
11429
11430 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
11431
11432         * gcc.c-torture/execute/20010206-1.c: New test.
11433
11434 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
11435
11436         * gcc.dg/cpp/avoidpaste1.c: Update.
11437
11438 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
11439
11440         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
11441         Pero <nicola@brainstorm.co.uk>.
11442         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
11443
11444 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
11445
11446         * g++.old-deja/g++.pt/spec39.C: New test.
11447
11448 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
11449
11450         * gcc.c-torture/compile/20010202-1.c: New test.
11451
11452 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
11453
11454         * g++.old-deja/g++.abi/primary2.C: New test.
11455         * g++.old-deja/g++.abi/primary3.C: New test.
11456         * g++.old-deja/g++.abi/primary4.C: New test.
11457         * g++.old-deja/g++.abi/primary5.C: New test.
11458         * g++.old-deja/g++.abi/vtable3.h: New test.
11459         * g++.old-deja/g++.abi/vtable3a.C: New test.
11460         * g++.old-deja/g++.abi/vtable3b.C: New test.
11461         * g++.old-deja/g++.abi/vtable3c.C: New test.
11462         * g++.old-deja/g++.abi/vtable3d.C: New test.
11463         * g++.old-deja/g++.abi/vtable3e.C: New test.
11464         * g++.old-deja/g++.abi/vtable3f.C: New test.
11465         * g++.old-deja/g++.abi/vtable3g.C: New test.
11466         * g++.old-deja/g++.abi/vtable3h.C: New test.
11467         * g++.old-deja/g++.abi/vtable3i.C: New test.
11468         * g++.old-deja/g++.abi/vtable3j.C: New test.
11469         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
11470
11471 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
11472
11473         * g++.old-deja/g++.other/anon6.C: New test.
11474         * g++.old-deja/g++.other/anon7.C: New test.
11475
11476 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
11477
11478         * gcc.dg/cpp/avoidpaste2.c: New tests.
11479
11480 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
11481
11482         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
11483
11484 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
11485
11486         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
11487         DECIMAL_DIG cases for Irix."
11488
11489 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
11490
11491         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
11492
11493 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
11494
11495         * gcc.dg/c99-tag-1.c: New test.
11496
11497 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
11498
11499         * gcc.dg/cpp/tr-warn1.c: Add tests.
11500
11501 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
11502
11503         * gcc.dg/cpp/avoidpaste1.c: Update.
11504         * gcc.dg/cpp/paste4.c: Update.
11505
11506 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
11507
11508         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
11509         cases for Irix.
11510
11511 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11512
11513         * g++.old-deja/g++.other/inline19.C: New test.
11514
11515 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
11516
11517         * gcc.dg/Wlarger-than.c: New test.
11518
11519 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
11520
11521         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
11522
11523 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
11524
11525         * gcc.c-torture/execute/20010129-1.c: New test.
11526         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
11527
11528 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
11529
11530         * gcc.dg/cpp/avoidpaste1.c: Test case.
11531
11532 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
11533
11534         * g++.old-deja/g++.other/inline18.C: New test.
11535
11536 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11537
11538         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
11539         and __builtin_putchar.
11540
11541 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
11542
11543         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
11544         tests.
11545
11546 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
11547
11548         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
11549         floating point number rounding mode to round to the nearest
11550         representable mode.
11551
11552 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
11553
11554         * g++.old-deja/g++.other/mangle2.C: New test.
11555
11556 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
11557
11558         * gcc.c-torture/compile/20010124-1.c: New test.
11559
11560 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
11561
11562         * g++.old-deja/g++.pt/spec38.C: New test.
11563
11564 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11565
11566         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
11567         "Build don't run".
11568
11569 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11570
11571         * gcc.c-torture/execute/20010123-1.c: New test.
11572
11573 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
11574
11575         * g++.old-deja/g++.pt/spec37.C: New test.
11576
11577 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
11578
11579         * g++.old-deja/g++.pt/overload14.C: New test.
11580
11581 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11582
11583         * gcc.c-torture/execute/20010122-1.c: New test, exercise
11584         __builtin_return_address.
11585
11586 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
11587
11588         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
11589         * g++.old-deja/g++.pt/spec35.C: New test.
11590         * g++.old-deja/g++.pt/spec36.C: New test.
11591
11592 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
11593
11594         * gcc.c-torture/compile/20010118-1.c: New test.
11595
11596 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
11597
11598         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
11599
11600 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
11601
11602         * gcc.c-torture/execute/20010119-1.c: New test.
11603
11604 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
11605
11606         * g++.old-deja/g++.other/vbase5.C: New test.
11607
11608 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
11609
11610         * gcc.c-torture/execute/20010118-1.c: New test.
11611
11612 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
11613
11614         * g++.old-deja/g++.pt/deduct3.C: New test.
11615
11616 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
11617
11618         * g++.old-deja/g++.pt/spec34.C: New test.
11619
11620 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
11621
11622         * g77.f-torture/compile/20000601-2.f: New test.
11623
11624 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
11625
11626         * g++.old-deja/g++.other/init17.C: New test.
11627
11628 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
11629
11630         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
11631
11632 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
11633
11634         * g++.old-deja/g++.pt/unify8.C: New test.
11635
11636 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
11637
11638         * g++.old-deja/g++.abi/vbase1.C: New test.
11639
11640 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
11641
11642         * g++.old-deja/g++.pt/crash65.C: New test.
11643
11644 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
11645
11646         * gcc.dg/cpp/assembl2.S: New test case.
11647
11648 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
11649
11650         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
11651         are supported.
11652
11653 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11654
11655         * g++.old-deja/g++.other/builtins1.C: New test.
11656         * g++.old-deja/g++.other/builtins2.C: Likewise.
11657         * g++.old-deja/g++.other/builtins3.C: Likewise.
11658         * g++.old-deja/g++.other/builtins4.C: Likewise.
11659
11660 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
11661
11662         * gcc.c-torture/compile/20010117-1.c: New test.
11663         * gcc.c-torture/compile/20010117-2.c: New test.
11664
11665 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11666
11667         * g77.f-torture/execute/20010116.[fx]: New test,
11668         XFAIL on i?86-*-*.
11669         * g77.f-torture/compile/20010115.f: Indicate it's
11670         a test for PR fortran/1636.
11671
11672 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
11673
11674         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
11675
11676 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11677
11678         * g77.f-torture/compile/20010115.f: New test.
11679
11680 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
11681
11682         * g++.old-deja/g++.pt/nontype5.C: New test.
11683
11684 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
11685
11686         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
11687         have an equivalent working one below it.
11688
11689 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
11690
11691         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
11692         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
11693
11694 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
11695
11696         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
11697         message containing "init_priority".
11698         (conpr-2.C): Likewise.
11699         (conpr-3.C): Likewise.
11700         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
11701
11702 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11703
11704         * gcc.c-torture/execute/20010114-2.c: New test.
11705
11706 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
11707
11708         * gcc.c-torture/compile/20010114-1.c: New test.
11709         * gcc.c-torture/compile/20010114-1.x: Xfail.
11710         * gcc.c-torture/compile/20010114-2.c: New test.
11711         * gcc.c-torture/execute/20010114-1.c: New test.
11712         * gcc.dg/trunc-1.c: New test.
11713         * gcc.dg/uninit-B.c: New test.
11714
11715 2001-01-13  Nick Clifton  <nickc@redhat.com>
11716
11717         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
11718         target.
11719
11720 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11721
11722         * gcc.c-torture/compile/20010113-1.c: New test.
11723
11724 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
11725
11726         * gcc.c-torture/compile/20001212-1.c: New test.
11727
11728 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11729
11730         * gcc.dg/cpp/widestr1.c: Update.
11731         * gcc.dg/cpp/prag-imp.c: Remove.
11732
11733 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
11734
11735         * gcc.c-torture/execute/20000801-3.x: Remove.
11736         * gcc.dg/c90-init-1.c: New test.
11737         * gcc.dg/c99-init-1.c: New test.
11738         * gcc.dg/c99-init-2.c: New test.
11739         * gcc.dg/gnu99-init-1.c: New test.
11740
11741 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
11742
11743         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
11744         testing that no relevant ones were found.
11745
11746 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
11747
11748         * g++.old-deja/g++.pt/cast2.C: New test.
11749
11750 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
11751
11752         * g++.old-deja/g++.pt/friend47.C: New test.
11753
11754 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
11755
11756         * g++.old-deja/g++.pt/instantiate13.C: New test.
11757
11758 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
11759
11760         * g++.old-deja/g++.other/defarg7.C: New test.
11761         * g++.old-deja/g++.other/defarg8.C: New test.
11762
11763 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
11764
11765         * g++.old-deja/g++.pt/crash64.C: New test.
11766
11767 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
11768
11769         * g++.old-deja/g++.pt/crash63.C: New test.
11770
11771 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
11772
11773         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
11774
11775 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
11776
11777         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
11778
11779 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
11780
11781         * g++.old-deja/g++.pt/error3.C: New test.
11782
11783 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
11784
11785         * g++.old-deja/g++.other/crash39.C: New test.
11786
11787 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
11788
11789         * g++.old-deja/g++.other/vbase4.C: New test.
11790
11791 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
11792
11793         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
11794         * gcc.dg/special/20000419-2.c: New file. Identical to above.
11795         * gcc.dg/special/special.exp: New test driver which will check
11796         for alias support for the above test.
11797
11798 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
11799
11800         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
11801         problems on small machines.
11802         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
11803         parameterize.
11804
11805 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
11806
11807         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
11808         mips.
11809         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
11810
11811 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
11812
11813         * g++.old_deja/g++.pt/using8.C: New test.
11814
11815 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
11816
11817         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
11818
11819 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
11820
11821         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
11822         where a failure is expected.
11823         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
11824
11825 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
11826
11827         * g++.old_deja/g++.pt/instantiate12.C: New test.
11828
11829 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
11830
11831         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
11832         start of structs.
11833         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
11834         * g++.old-deja/g++.brendan/crash17.C: Likewise.
11835         * g++.old-deja/g++.brendan/crash29.C: Likewise.
11836         * g++.old-deja/g++.brendan/crash48.C: Likewise.
11837         * g++.old-deja/g++.brendan/ns1.C: Likewise.
11838         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
11839         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
11840         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
11841         * g++.old-deja/g++.eh/spec6.C: Likewise.
11842         * g++.old-deja/g++.jason/crash3.C: Likewise.
11843         * g++.old-deja/g++.law/ctors11.C: Likewise.
11844         * g++.old-deja/g++.law/ctors17.C: Likewise.
11845         * g++.old-deja/g++.law/ctors5.C: Likewise.
11846         * g++.old-deja/g++.law/ctors9.C: Likewise.
11847         * g++.old-deja/g++.mike/ambig1.C: Likewise.
11848         * g++.old-deja/g++.mike/net22.C: Likewise.
11849         * g++.old-deja/g++.mike/p3538a.C: Likewise.
11850         * g++.old-deja/g++.mike/p3538b.C: Likewise.
11851         * g++.old-deja/g++.mike/virt3.C: Likewise.
11852         * g++.old-deja/g++.niklas/t128.C: Likewise.
11853         * g++.old-deja/g++.other/anon4.C: Likewise.
11854         * g++.old-deja/g++.other/using1.C: Likewise.
11855         * g++.old-deja/g++.other/warn3.C: Likewise.
11856         * g++.old-deja/g++.pt/t37.C: Likewise.
11857         * g++.old-deja/g++.robertl/eb69.C: Likewise.
11858         * g++.old-deja/g++.robertl/eb71.C: Likewise.
11859
11860 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
11861
11862         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
11863
11864 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11865
11866         * gcc.c-torture/execute/stdio-opt-3.c: New test.
11867
11868 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
11869
11870         * gcc.c-torture/compile/20010107-1.c: New test.
11871
11872 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11873
11874         * gcc.c-torture/execute/builtin-noret-1.c: New test.
11875
11876 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11877
11878         * gcc.dg/format/format.h: New file.
11879         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
11880         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
11881         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
11882         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
11883         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
11884         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
11885         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
11886         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
11887         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
11888         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
11889         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
11890         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
11891         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
11892         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
11893         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
11894         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
11895         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
11896         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
11897         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
11898         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
11899         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
11900         instead of declaring standard types, macros and functions in each
11901         test.
11902
11903 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
11904
11905         * gcc.c-torture/execute/20010106-1.c: New test.
11906
11907 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
11908
11909         * gcc.dg/format/format.exp: New file.
11910         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
11911         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
11912         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
11913         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
11914         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
11915         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
11916         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
11917         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
11918         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
11919         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
11920         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
11921         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
11922         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
11923         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
11924         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
11925         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
11926         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
11927         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
11928         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
11929         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
11930         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
11931         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
11932         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
11933         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
11934         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
11935         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
11936         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
11937         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
11938         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
11939         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
11940         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
11941         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
11942         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
11943         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
11944         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
11945         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
11946         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
11947         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
11948         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
11949         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
11950         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
11951         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
11952
11953 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
11954
11955         * gcc.c-torture/execute/991228-1.c: Take word endianness into
11956         account.
11957
11958 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
11959
11960         * gcc.c-torture/execute/builtin-complex-1.c: New test.
11961
11962 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
11963
11964         * g++.old-deja/g++.pt/crash62.C: New test.
11965
11966 2001-01-04  Richard Henderson  <rth@redhat.com>
11967
11968         * gcc.dg/20000926-1.c: Update expected warnings.
11969         * gcc.dg/array-2.c: Likewise.
11970         * gcc.dg/array-4.c: Also validate flexible array members.
11971         * gcc.dg/c99-flex-array-1.c: New.
11972
11973 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11974
11975         * gcc.c-torture/compile/20001222-1.x: Remove.
11976
11977 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11978
11979         * gcc.c-torture/execute/built-in-setjmp.c: New.
11980
11981 2001-01-03  Richard Henderson  <rth@redhat.com>
11982
11983         * gcc.dg/940510-1.c: Update expected error wording.
11984         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
11985
11986 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
11987
11988         * lib/target-supports.exp (check_alias_available): Modified to
11989         indicate aliases not supported if only weak aliases are supported.
11990
11991 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11992
11993         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
11994         Turn on cmpstrsi checks for __pj__ and __i370__.
11995
11996 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
11997
11998         * g++.old-deja/g++.other/virtual11.C: New test.
11999
12000 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
12001
12002         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
12003
12004 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12005
12006         * gcc.c-torture/compile/20010102-1.c: New test.
12007
12008 2001-01-02  Andreas Jaeger  <aj@suse.de>
12009
12010         * gcc.dg/noreturn-3.c: New test.
12011
12012         * gcc.dg/noreturn-4.c: New test.
12013
12014 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12015
12016         * gcc.c-torture/execute/stdio-opt-1.c: Also test
12017         __builtin_fputc and __builtin_fwrite.
12018
12019 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
12020
12021         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
12022         signed char, not default char.
12023
12024 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
12025
12026         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
12027
12028 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
12029
12030         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
12031
12032 2000-12-29  Richard Henderson  <rth@redhat.com>
12033
12034         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
12035         (__cyg_profile_func_exit): Define.
12036
12037 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
12038
12039         * g++.dg/vtgc1.C: New test.
12040
12041 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
12042
12043         * gcc.dg/noncompile/20001228-1.c: New test.
12044
12045         * gcc.dg/20001228-1.c: New test.
12046
12047         * gcc.c-torture/execute/20001228-1.c: New test.
12048
12049 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
12050
12051         * gcc.dg/format-strfmon-1.c: New test.
12052
12053 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12054
12055         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
12056         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
12057         * gcc.c-torture/execute/string-opt-1.c: Likewise.
12058         * gcc.c-torture/execute/string-opt-2.c: Likewise.
12059         * gcc.c-torture/execute/string-opt-3.c: Likewise.
12060         * gcc.c-torture/execute/string-opt-4.c: Likewise.
12061         * gcc.c-torture/execute/string-opt-6.c: Likewise.
12062         * gcc.c-torture/execute/string-opt-7.c: Likewise.
12063         * gcc.c-torture/execute/string-opt-8.c: Likewise.
12064         * gcc.c-torture/execute/string-opt-9.c: Likewise.
12065         * gcc.c-torture/execute/string-opt-10.c: Likewise.
12066         * gcc.c-torture/execute/string-opt-11.c: Likewise.
12067         * gcc.c-torture/execute/string-opt-12.c: Likewise.
12068
12069         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
12070         * gcc.c-torture/execute/string-opt-4.c: Test index.
12071
12072 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
12073
12074         * gcc.c-torture/compile/20001226-1.c: New test.
12075
12076 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
12077
12078         * gcc.c-torture/compile/20001222-1.c: New test.
12079         * gcc.c-torture/compile/20001222-1.x: Xfail.
12080
12081 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
12082
12083         * gcc.c-torture/execute/comp-goto-2.c: New test.
12084
12085 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
12086
12087         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
12088         Use long types if __INT_MAX__ is 32767.
12089         (main): Use cast to (sint32 *) when poking 88 into a_page.
12090
12091         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
12092
12093 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
12094
12095         * gcc.c-torture/compile/20001221-1.c: New test.
12096         * gcc.c-torture/execute/20001221-1.c: New test.
12097
12098 2000-12-20  Richard Henderson  <rth@redhat.com>
12099
12100         * g++.old-deja/g++.pt/crash36.C: Update error lines.
12101         * g++.old-deja/g++.robertl/eb109.C: Likewise.
12102
12103 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12104
12105         * gcc.dg/compare3.c: New test.
12106
12107 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12108
12109         * gcc.dg/format-warnll-1.c: New test.
12110
12111 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
12112
12113         * gcc.dg/cpp/cmdlne-P.c: New test.
12114
12115 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12116
12117         * gcc.c-torture/execute/builtin-abs-1.c,
12118         gcc.c-torture/execute/builtin-abs-2.c: New tests.
12119
12120 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
12121
12122         * gcc.dg/cpp/multiline.c: New test.
12123
12124 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
12125
12126         * g++.old-deja/g++.other/syshdr1.C: Update.
12127         * gcc.dg/cpp/lineflags.c: Remove temporarily.
12128
12129 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12130
12131         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
12132
12133 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12134
12135         * g++.old-deja/g++.pt/ttp65.C: New test.
12136
12137 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12138
12139         * g++.old-deja/g++.pt/ttp64.C: New test.
12140
12141 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12142
12143         * g++.old-deja/g++.pt/spec33.C: New test.
12144
12145 2000-12-14  Catherine Moore  <clm@redhat.com>
12146
12147         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
12148         * gcc.c-torture/execute/920612-2.c: Likewise.
12149         * gcc.c-torture/execute/920428-2.c: Likewise.
12150         * gcc-c-torture/execute/va-arg-11.c: Call exit.
12151         * gcc.c-torture/execute/va-arg-21.c: Likewise.
12152
12153 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12154
12155         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
12156         * gcc.dg/pack-test-2.c: Likewise.
12157
12158 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
12159
12160         Tests by Zack Weinberg <zackw@stanford.edu>.
12161
12162         * gcc.dg/cpp/defined.c: Update.
12163         * gcc.dg/cpp/defined_trad.c: New tests.
12164
12165 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
12166
12167         * gcc.dg/cpp/trad-direct.c: Update.
12168
12169 2000-12-11  Neil Booth  <neilb@earthling.net>
12170
12171         * gcc.dg/cpp/defined_trad.c
12172
12173 2000-12-11  Neil Booth  <neilb@earthling.net>
12174
12175         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
12176
12177 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
12178
12179         * gcc.dg/format-miss-2.c: New test.
12180
12181 2000-12-09  Neil Booth  <neilb@earthling.net>
12182
12183         * gcc.dg/cpp/lineflags.c: New tests.
12184         * gcc.dg/cpp/poison.c: Update.
12185         * gcc.dg/cpp/redef2.c: Update.
12186         * gcc.dg/cpp/skipping.c: New test.
12187
12188 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
12189
12190         * g++.old-deja/g++.other/eh3.C: New testcase.
12191
12192 2000-12-07  Neil Booth  <neilb@earthling.net>
12193
12194         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
12195         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
12196         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
12197         wtr-union-init-2.c, wtr-union-init-3.c: Update.
12198         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
12199         Update.
12200
12201 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12202
12203         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
12204         __SIZE_TYPE__ instead of int for type of integers cast to
12205         pointers.
12206
12207 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
12208
12209         * g++.old-deja/g++.other/cleanup4.C: New test.
12210
12211 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12212
12213         * format-sec-1.c: New test.
12214
12215 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12216
12217         * gcc.dg/format-nonlit-3.c: New test.
12218
12219 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12220
12221         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
12222         through a null pointer.
12223
12224 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12225
12226         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
12227         * g++.old-deja/g++.pt/partial4.C: New test.
12228
12229 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
12230
12231         * gcc.c-torture/execute/ieee/hugeval.x: New.
12232
12233 2000-12-06  Neil Booth  <neilb@earthling.net>
12234
12235         * gcc.dg/cpp/backslash2.c: New tests.
12236
12237 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12238
12239         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
12240         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
12241
12242 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
12243
12244         * gcc.c-torture/execute/20001203-2.c: New testcase.
12245
12246 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
12247
12248         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
12249         * g++.old-deja/g++.other/virtual10.C: New test.
12250
12251 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
12252
12253         * g++.old-deja/g++.mike/pmf5.C: Remove test.
12254
12255 2000-12-05  Richard Henderson  <rth@redhat.com>
12256
12257         * gcc.c-torture/compile/20001205-1.c: New.
12258
12259 2000-12-04  Neil Booth  <neilb@earthling.net>
12260
12261         * g++.old-deja/g++.other/virtual9.C: New test.
12262         * g++.old-deja/g++.pt/crash61.C: New test.
12263         * gcc.c-torture/execute/loop-9.c: New test.
12264
12265 2000-12-04  Neil Booth  <neilb@earthling.net>
12266
12267         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
12268         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
12269         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
12270         * gcc.dg/cpp/extratokens.c: ...here.
12271
12272 2000-12-04  Neil Booth  <neilb@earthling.net>
12273
12274         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
12275         New tests.
12276
12277 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12278
12279         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
12280         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
12281
12282 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
12283
12284         * gcc.c-torture/execute/20001203-1.c: New test.
12285
12286 2000-12-03  Neil Booth  <neilb@earthling.net>
12287
12288         * gcc.dg/cpp/macro6.c: New test cases.
12289
12290 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12291
12292         * gcc.c-torture/execute/string-opt-9.c: New test.
12293         * gcc.c-torture/execute/string-opt-10.c: Likewise.
12294         * gcc.c-torture/execute/string-opt-11.c: Likewise.
12295         * gcc.c-torture/execute/string-opt-12.c: Likewise.
12296
12297         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
12298         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
12299
12300 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
12301
12302         * gcc.dg/cpp/if-6.c: New testcase.
12303
12304         * gcc.dg/20001201-1.c: New testcase.
12305
12306 2000-12-02  Neil Booth  <neilb@earthling.net>
12307
12308         * g++.old-deja/g++.other/externC4.C,
12309         g++.old-deja/g++.other/friend10.C: New tests.
12310
12311 2000-12-02  Neil Booth  <neilb@earthling.net>
12312
12313         * g++.old-deja/g++.other/instan2.C
12314         * g++.old-deja/g++.other/instan3.C: New test.
12315
12316 2000-12-02  Neil Booth  <neilb@earthling.net>
12317
12318         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
12319         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
12320         gnuc99.c,gnuc99-pedantic.c: New tests.
12321
12322 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
12323
12324         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
12325         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
12326
12327 2000-12-01  Neil Booth  <neilb@earthling.net>
12328
12329         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
12330         * gcc.dg/cpp/poison.c: Update.
12331         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
12332
12333 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
12334
12335         * g77.f-torture/execute/20001201.f: New test.
12336
12337 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
12338
12339         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
12340
12341 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
12342
12343         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
12344
12345 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
12346
12347         * g++.old-deja/g++.other/cast6.C: New test.
12348
12349 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
12350
12351         * gcc.c-torture/execute/20001130-2.c: New testcase.
12352
12353 2000-11-30  Richard Henderson  <rth@redhat.com>
12354
12355         * gcc.c-torture/execute/20001130-1.c: New test.
12356
12357 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
12358
12359         * g++.old-deja/g++.other/op3.C: New test.
12360
12361 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
12362
12363         * g++.old-deja/g++.other/op2.C: New test.
12364
12365 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
12366
12367         * g++.old-deja/g++.other/crash38.C: New test.
12368
12369 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
12370
12371         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
12372
12373 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
12374
12375         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
12376         tests.
12377         * gcc.c-torture/execute/string-opt-6.c: New test.
12378
12379         * gcc.dg/20001117-1.c: Add main.
12380
12381 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
12382
12383         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
12384         Move from here ...
12385         * gcc.dg/940510-1.c: ... to here.
12386
12387         * gcc.dg/20000926-1.c: GNU C now allows initializations of
12388         zero-size arrays in toplevel structures.
12389
12390 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
12391
12392         * gcc.c-torture/execute/loop-8.c: New test.
12393
12394 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
12395
12396         * g++.old-deja/g++.other/base1.C: New test.
12397
12398 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
12399
12400         * g++.old-deja/g++.other/parse2.C: New test.
12401
12402 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
12403
12404         * g++.old-deja/g++.pt/incomplete1.C: New test.
12405
12406 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
12407
12408         * g++.old-deja/g++.other/friend9.C: New test.
12409
12410 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
12411
12412         * gcc.dg/20001127-1.c: New test.
12413
12414 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
12415
12416         * g++.old-deja/g++.pt/friend46.C: New test.
12417
12418 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
12419
12420         * g++.old-deja/g++.other/ptrmem8.C: New test.
12421
12422 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12423
12424         * gcc.c-torture/execute/string-opt-7.c: New test.
12425         * gcc.c-torture/execute/string-opt-8.c: Likewise.
12426
12427 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
12428
12429         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
12430         instead of 'mkcheck 2'.
12431
12432 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12433
12434         * gcc.c-torture/execute/memcheck/driver.c,
12435         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
12436         C9X references to refer to C99.
12437
12438 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
12439
12440         * gcc.dg/ultrasp3.c: New test.
12441
12442 2000-11-25  Neil Booth  <neilb@earthling.net>
12443
12444         * gcc.dg/cpp/include2.c: Update test to be locale independent.
12445
12446 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
12447
12448         * gcc.c-torture/compile/20001123-2.c: New.
12449
12450 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12451
12452         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
12453
12454 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
12455
12456         * gcc.dg/sequence-point-1.c: Add some new tests.
12457         * gcc.c-torture/execute/20001124-1.c: New test.
12458
12459 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
12460
12461         * g++.old-deja/g++.other/vaarg4.C: New test.
12462         * gcc.c-torture/compile/20001123-1.c: New test.
12463
12464 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
12465
12466         * g++.other/crash24.C: Adjust and remove XFAIL.
12467         * g++.other/crash37.C: New test.
12468
12469 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
12470
12471         * g++.old-deja/g++.pt/instantiate9.C: New test.
12472
12473 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
12474
12475         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
12476         new ABI, too.
12477
12478         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
12479         * g++.old-deja/g++.robertl/eb55.C: Likewise.
12480
12481 2000-11-22  Neil Booth  <neilb@earthling.net>
12482
12483         * gcc.dg/cpp/Wtrigraphs.c: New test.
12484
12485 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
12486
12487         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
12488
12489 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
12490
12491         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
12492
12493 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
12494
12495         * lib/gcc-dg.exp: load_lib scanasm.exp.
12496         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
12497         * lib/g++-dg.exp: load_lib scanasm.exp.
12498         * lib/scanasm.exp: New.
12499         (scan-assembler, scan-assembler-not): Add optional arguments to
12500         test name, or if not present, the pattern name.
12501         (scan-assembler-dem, scan-assembler-dem-not): New.
12502
12503         * g++.dg/dg.exp: New.
12504
12505 2000-11-21  Neil Booth  <neilb@earthling.net>
12506
12507         * gcc.dg/cpp/integrated1.c: Remove.
12508
12509 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
12510
12511         * gcc.c-torture/execute/20001121-1.c: New test.
12512
12513 2000-11-21  Richard Henderson  <rth@redhat.com>
12514
12515         * gcc.c-torture/compile/20001121-1.c: New test.
12516
12517 2000-11-20  Neil Booth  <neilb@earthling.net>
12518
12519         * gcc.dg/cpp/integrated1.c: New test.
12520
12521 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
12522
12523         * g++.old-deja/g++.other/inline17.C: New test.
12524
12525 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
12526
12527         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
12528         local variable to be zero: I made the variable global. Now
12529         uses abort() and exit() instead of relying on main's return value.
12530
12531 2000-11-20  Neil Booth  <neilb@earthling.net>
12532
12533         * gcc.dg/cpp/paste2.c: Update test.
12534         * objc/execute/paste.m: New test.
12535
12536 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
12537
12538         * gcc.dg/c99-condexpr-1.c: New test.
12539
12540 2000-11-20  Neil Booth  <neilb@earthling.net>
12541
12542         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
12543
12544 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
12545
12546         * g++.old-deja/g++.pt/export1.C: New test.
12547
12548 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
12549
12550         * gcc.dg/20001117-1.c: New test.
12551
12552 2000-11-18  Richard Henderson  <rth@redhat.com>
12553
12554         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
12555
12556 2000-11-18  Richard Henderson  <rth@redhat.com>
12557
12558         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
12559         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
12560         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
12561
12562 2000-11-18  Richard Henderson  <rth@redhat.com>
12563
12564         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
12565         (main): New.  Exit cleanly.
12566
12567 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12568
12569         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
12570         gcc.dg/c99-fordecl-2.c: New tests.
12571
12572 2000-11-18  Richard Henderson  <rth@redhat.com>
12573
12574         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
12575         * gcc.c-torture/execute/zerolen-2.c: New.
12576
12577 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12578
12579         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
12580         memory.
12581
12582 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
12583
12584         * g++.old-deja/g++.pt/instantiate8.C: New test.
12585
12586 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
12587
12588         * g++.old-deja/g++.other/incomplete.C: Add more tests.
12589         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
12590
12591 2000-11-16  Nick Clifton  <nickc@redhat.com>
12592
12593         * gcc.c-torture/execute/nestfunc-2.c: New test.
12594         * gcc.c-torture/execute/nestfunc-3.c: New test.
12595
12596 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
12597
12598         * gcc.c-torture/compile/20001116-1.c: New test.
12599
12600 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12601
12602         * gcc.c-torture/execute/20001115-1.c: New test.
12603
12604 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
12605
12606         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
12607         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
12608         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
12609         * g++.old-deja/g++.abi/vmihint.C: Likewise.
12610
12611 2000-11-15  Neil Booth  <neilb@earthling.net>
12612
12613         gcc.dg/cpp/_Pragma1.c: Update.
12614         gcc.dg/cpp/_Pragma2.c: New test.
12615
12616 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
12617
12618         * g++.old-deja/g++.other/anon5.C: New test.
12619
12620 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
12621
12622         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
12623         tests.
12624
12625 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
12626
12627         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
12628         output.
12629
12630 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12631
12632         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
12633         labels at end of compound statements.
12634
12635 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
12636
12637         * gcc.c-torture/execute/loop-7.c: New test.
12638
12639 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12640
12641         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
12642
12643 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12644
12645         * gcc.dg/c99-bool-1.c: New test.
12646
12647 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12648
12649         * gcc.dg/c99-scope-1.c: Remove xfail.
12650         * gcc.dg/c99-scope-2.c: New test.
12651
12652 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12653
12654         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
12655         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
12656
12657 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
12658
12659         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
12660         error messages.
12661
12662         * g++.mike/p700.C: Don't typedef wchar_t.
12663         * g++.mike/p784.C: Likewise.
12664         * g++.mike/eb101.C: Don't use __wchar_t.
12665
12666 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
12667
12668         * g77.f-torture/execute/20001111.[fx]: Test premature exit
12669         from DO loop.
12670
12671 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
12672
12673         * gcc.c-torture/execute/20001111-1.c: New test.
12674
12675 2000-11-10  Nick Clifton  <nickc@redhat.com>
12676
12677         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
12678         long multuiple and accumulate.
12679
12680 2000-11-09  Richard Henderson  <rth@redhat.com>
12681
12682         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
12683         via size_t instead of int.
12684
12685         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
12686         * gcc.c-torture/execute/string-opt-2.c: Likewise.
12687         * gcc.c-torture/execute/string-opt-3.c: Likewise.
12688         * gcc.c-torture/execute/string-opt-4.c: Likewise.
12689
12690 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
12691
12692         * gcc.c-torture/compile/20001109-1.c: New test.
12693         * gcc.c-torture/compile/20001109-2.c: New test.
12694
12695 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
12696
12697         * g++.old-deja/g++.pt/operator1.C: New test.
12698         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
12699
12700 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
12701
12702         * gcc.dg/20001108-1.c: New test.
12703
12704 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
12705
12706         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
12707         with both arguments constant strings.
12708         * gcc.c-torture/execute/string-opt-3.c: New test.
12709         * gcc.c-torture/execute/string-opt-4.c: New test.
12710         * gcc.c-torture/execute/string-opt-5.c: New test.
12711
12712 2000-11-08  Nick Clifton  <nickc@redhat.com>
12713
12714         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
12715         mulsidi3adddi patterns.
12716
12717 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
12718
12719         * g++.old-deja/g++.other/crash36.C: New test.
12720
12721 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
12722
12723         * g++.old-deja/g++.other/init16.C: New test.
12724
12725 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
12726
12727         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
12728
12729 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
12730
12731         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
12732         * gcc.c-torture/execute/va-arg-16.x: Likewise.
12733         * gcc.c-torture/execute/va-arg-17.x: Likewise.
12734
12735 2000-11-07  DJ Delorie  <dj@redhat.com>
12736
12737         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
12738
12739 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12740
12741         * gcc.c-torture/execute/string-opt-1.c: New test.
12742
12743 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
12744
12745         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
12746         mips-sgi-irix6.* because the MIPS ABI passes floating-point
12747         parameters in registers, and there is no way for a varargs
12748         function to know in which order the integer and floating-point
12749         parameters should be interleaved when they are placed on the
12750         stack.
12751         * gcc.c-torture/execute/va-arg-16.x: Likewise.
12752         * gcc.c-torture/execute/va-arg-17.x: Likewise.
12753
12754 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12755
12756         * gcc.c-torture/execute/string-opt-2.c: New test.
12757
12758 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
12759
12760         * g++.old-deja/g++.pt/crash60.C: New test.
12761
12762 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
12763
12764         * g++.old-deja/g++.other/crash24.C: New test.
12765         * g++.old-deja/g++.other/crash25.C: New test.
12766         * g++.old-deja/g++.other/crash26.C: New test.
12767         * g++.old-deja/g++.other/crash27.C: New test.
12768         * g++.old-deja/g++.other/crash28.C: New test.
12769         * g++.old-deja/g++.other/crash29.C: New test.
12770         * g++.old-deja/g++.other/crash30.C: New test.
12771         * g++.old-deja/g++.other/crash31.C: New test.
12772         * g++.old-deja/g++.other/crash32.C: New test.
12773         * g++.old-deja/g++.other/crash33.C: New test.
12774         * g++.old-deja/g++.other/crash34.C: New test.
12775         * g++.old-deja/g++.other/crash35.C: New test.
12776
12777 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
12778
12779         * gcc.c-torture/execute/20001031-1.c: New test.
12780
12781 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
12782
12783         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
12784         namespace.
12785
12786         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
12787         standards-conformant.
12788
12789         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
12790
12791         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
12792         * g++.old-deja/g++.mike/p755a.C: Likewise.
12793         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
12794         library makes no calls to `operator new' during initialization.
12795
12796 2000-11-04  Neil Booth  <neilb@earthling.net>
12797
12798         * gcc.dg/cpp/include2.c: New tests.
12799
12800 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
12801
12802         * lib/g++.exp (g++_set_ld_library_path): New function.
12803         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
12804
12805 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
12806
12807         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
12808         warnings.
12809
12810 2000-11-01  Richard Henderson  <rth@redhat.com>
12811
12812         * g++.old-deja/g++.ext/namedret1.C: New.
12813         * g++.old-deja/g++.ext/namedret2.C: New.
12814         * g++.old-deja/g++.ext/namedret3.C: New.
12815
12816 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
12817
12818         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
12819         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
12820
12821 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12822
12823         * gcc.c-torture/execute/va-arg-21.c: New test.
12824
12825 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
12826
12827         * gcc.dg/c99-complex-2.c: New test.
12828
12829 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12830
12831         * gcc.c-torture/execute/stdio-opt-1.c: New test.
12832
12833 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
12834
12835         * g++.old-deja/g++.other/inline16.C: New test.
12836
12837 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
12838
12839         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
12840         __PRETTY_FUNCTION__
12841
12842 2000-10-29  Neil Booth  <neilb@earthling.net>
12843
12844         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
12845         New tests.
12846         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
12847         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
12848         optimisation.
12849
12850 2000-10-29  Neil Booth  <neilb@earthling.net>
12851
12852         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
12853         * mi1.c, mi1c.h: Add null directives to multiple-include test.
12854         * mi5.c: Test multiple includes work with -C.
12855         * trigraphs.c: Test ^= version.
12856
12857 2000-10-28  Neil Booth  <neilb@earthling.net>
12858
12859         New tests and test updates for new macro expander.
12860
12861         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
12862         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
12863         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
12864         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
12865         new diagnostic messages.
12866
12867         * gcc.dg/cpp/macro3.c: New tests.
12868
12869 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
12870
12871         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
12872         on the same line.
12873
12874 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
12875
12876         * g++.old-deja/g++.other/eh2.C: New test.
12877
12878 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
12879
12880         * gcc.c-torture/execute/20001027-1.c: New test.
12881
12882 2000-10-26  Richard Henderson  <rth@redhat.com>
12883
12884         * gcc.c-torture/execute/20001026-1.c: New.
12885
12886 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
12887
12888         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
12889         * g++.old-deja/g++.law/builtin1.C: Likewise.
12890         * g++.old-deja/g++.law/ctors10.C: Likewise.
12891         * g++.old-deja/g++.law/virtual3.C: Likewise.
12892         * g++.old-deja/g++.mike/p658.C: Likewise.
12893         * g++.old-deja/g++.other/sibcall1.C: Likewise.
12894         * g++.old-deja/g++.other/vaarg2.C: Likewise.
12895         * g++.old-deja/g++.robertl/eb124.C: Likewise.
12896         * g++.old-deja/g++.robertl/eb44.C: Likewise.
12897         * g++.old-deja/g++.robertl/eb77.C: Likewise.
12898
12899 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
12900
12901         * gcc.c-torture/compile/20001024-1.c: New test.
12902
12903 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
12904
12905         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
12906         to tell us whether or not we are using V3.
12907
12908 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
12909
12910         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
12911         operands.
12912
12913 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12914
12915         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
12916
12917 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
12918
12919         * gcc.c-torture/execute/20001024-1.c: New test.
12920
12921 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
12922
12923         * g++.old-deja/g++.other/sibcall1.C: New test.
12924
12925 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
12926
12927         * gcc.dg/noncompile/init-3.c: New test.
12928
12929 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
12930
12931         * gcc.dg/format-array-1.c: New test.
12932
12933 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12934
12935         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
12936         writing through null pointers; remove comment about testing
12937         unterminated strings.
12938
12939 2000-10-17  Matthew Hiller  <hiller@redhat.com>
12940
12941         * gcc.c-torture/execute/20001017-2.c: New test.
12942
12943 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12944
12945         * gcc.c-torture/compile/20001018-1.c: New test.
12946         * gcc.c-torture/compile/20001018-1.x: Xfail.
12947
12948 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12949
12950         * gcc.c-torture/execute/20001017-1.c: New test.
12951
12952 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12953
12954         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
12955         for multiple use of arguments with scanf formats; add tests for
12956         multiple use of arguments.
12957
12958 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
12959
12960         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
12961
12962 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12963
12964         * gcc.dg/format-miss-1.c: New test.
12965
12966 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
12967
12968         * gcc.c-torture/execute/20001013-1.c: New test.
12969
12970 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
12971
12972         * gcc.dg/format-branch-1.c: New test.
12973
12974 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
12975
12976         * README, lib/file-format.exp: Remove EGCS references.
12977
12978 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
12979
12980         * gcc.dg/20001013-1.c: New test.
12981
12982 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
12983
12984         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
12985         for intmax_t in the compiler using __typeof__ and the type rules
12986         for conditional expressions.
12987
12988 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
12989
12990         * gcc.dg/20001012-1.c: New test.
12991         * gcc.dg/20001012-2.c: New test.
12992
12993 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12994
12995         * gcc.dg/format-attr-1.c: New test.
12996
12997 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12998
12999         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
13000         __LONG_LONG_MAX__ instead of LLONG_MAX.
13001
13002 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
13003
13004         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
13005         scanf flags.
13006         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
13007         flags.
13008
13009 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
13010
13011         * gcc.dg/sequence-pt-1.c: New test.
13012
13013 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
13014
13015         * gcc.c-torture/execute/20001011-1.c: New testcase.
13016         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
13017
13018 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
13019
13020         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
13021         does not error on it.
13022
13023 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
13024
13025         * gcc.dg/20001009-1.c: New test.
13026
13027 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13028
13029         * gcc.c-torture/compile/20001009-1.c: Move from here ....
13030         * gcc.c-torture/execute/20001009-2.c: ... to here.
13031
13032 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
13033
13034         * gcc.c-torture/compile/20001009-1.c: New testcase.
13035         * gcc.c-torture/execute/20001009-1.c: New testcase.
13036         Testcases provided by Jan Hubicka <jh@suse.cz>.
13037
13038 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
13039
13040         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
13041         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
13042         uintmax_t using <limits.h> to emulate the compiler's internal
13043         logic.  No longer XFAIL %j tests.
13044
13045 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
13046
13047         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
13048         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
13049         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
13050         regexps and details of expected handling of some bad formats.
13051         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
13052         suppression.
13053
13054 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13055
13056         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
13057         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
13058         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
13059         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
13060         in list archives.
13061
13062 2000-10-06  Richard Henderson  <rth@cygnus.com>
13063
13064         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
13065         * g++.old-deja/g++.brendan/crash52.C: Likewise.
13066         * g++.old-deja/g++.jason/report.C: Likewise.
13067         * g++.old-deja/g++.law/friend5.C: Likewise.
13068         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
13069         of the expected warnings.
13070
13071 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
13072
13073         * g++.old-deja/g++.pt/enum14.C: New test.
13074
13075 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
13076
13077         * g++.old-deja/g++.pt/crash59.C: New test.
13078
13079 2000-10-04  Will Cohen  <wcohen@redhat.com>
13080
13081         * gcc.dg/20000926-1.c: New test.
13082
13083 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
13084
13085         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
13086         function name for current C++ compiler.
13087         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
13088
13089 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
13090
13091         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
13092         __PRETTY_FUNCTION__.
13093         * g++.old-deja/g++.ext/pretty2.C: Likewise.
13094
13095 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13096
13097         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
13098
13099 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
13100
13101         * gcc.c-torture/compile/20000923-1.c: New test.
13102
13103 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
13104
13105         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
13106         * g++.old-deja/g++.pt/ttp62.C: Same.
13107         * g++.old-deja/g++.other/inline14.C: Same.
13108
13109 2000-09-24  Richard Henderson  <rth@cygnus.com>
13110
13111         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
13112
13113 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
13114
13115         * gcc.dg/c90-printf-1.c: Add test for wide string format.
13116
13117 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
13118
13119         * gcc.c-torture/compile/20000922-1.c: New file.
13120
13121 2000-09-21  Nick Clifton  <nickc@redhat.com>
13122
13123         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
13124         a signed long modulo operation.
13125         (mod6): New function - perform an unsigned long modulo operation.
13126         (main): Add tests for modulos of very large numbers by very small
13127         dividends.
13128
13129 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13130
13131         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
13132
13133 2000-09-19  Richard Henderson  <rth@cygnus.com>
13134
13135         * gcc.dg/compare2.c (case 10): XFAIL.
13136
13137 2000-09-18  Richard Henderson  <rth@cygnus.com>
13138
13139         * gcc.c-torture/execute/20000906-1.c: Move ...
13140         * gcc.dg/20000906-1.c: ... here.  Only run on targets
13141         that support __builtin_trap.
13142
13143 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
13144
13145         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
13146
13147 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13148
13149         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
13150         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
13151         more $ format tests.
13152
13153 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13154
13155         * gcc.dg/format-errmk-1.c: New test.
13156
13157 2000-09-17  Greg McGary  <greg@mcgary.org>
13158
13159         * gcc.c-torture/execute/20000917-1.x: Remove.
13160
13161 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13162
13163         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
13164
13165 2000-09-17  Greg McGary  <greg@mcgary.org>
13166
13167         * gcc.c-torture/execute/20000917-1.c: New test.
13168         * gcc.c-torture/execute/20000917-1.x: XFAIL.
13169
13170 2000-09-16  Neil Booth  <NeilB@earthling.net>
13171
13172         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
13173         in nested macro bug.
13174
13175 2000-09-15  Neil Booth  <NeilB@earthling.net>
13176
13177         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
13178
13179 2000-09-14  Jeffrey A Law  (law@cygnus.com)
13180
13181         * gcc.c-torture/execute/20000914-1.c: New test.
13182
13183 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
13184
13185         * g++.other/inline13.C: New test.
13186
13187 2000-09-12  Andreas Jaeger  <aj@suse.de>
13188
13189         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
13190         constant by Ulrich Drepper <drepper@redhat.com>.
13191
13192 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
13193
13194         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
13195
13196 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13197
13198         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
13199
13200 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
13201
13202         * gcc.dg/cpp/backslash.c: New test.
13203
13204 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
13205
13206         * gcc.c-torture/execute/20000910-1.c: New test.
13207         * gcc.c-torture/execute/20000910-2.c: Likewise.
13208
13209 2000-09-11  Robert Lipe  <robertl@sco.com>
13210
13211         * gcc.dg/pragma-align.c: New test.
13212
13213 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
13214
13215         * g++.old-deja/g++.pt/explicit82.C: New test.
13216         * g++.old-deja/g++.pt/explicit83.C: New test.
13217
13218 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
13219
13220         * gcc.dg/asm-names.c: New test.
13221
13222 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13223
13224         * gcc.dg/cpp/tr-warn6.c: New test
13225
13226 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13227
13228         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
13229         be accepted.
13230
13231 2000-09-07  Catherine Moore  <clm@redhat.com>
13232
13233         * gcc.c-torture/execute/unroll-1.c: New test.
13234
13235 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
13236
13237         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
13238         ERROR markers.
13239         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
13240         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
13241         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
13242         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
13243         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
13244         Preprocess only.
13245         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
13246         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
13247
13248 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
13249
13250         * g++.old-deja/g++.pt/deduct2.C: New test.
13251
13252 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
13253
13254         * g++.old-deja/g++.pt/parms2.C: New test.
13255
13256 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
13257
13258         * g++.old-deja/g++.pt/crash58.C: New test.
13259
13260 2000-09-06  Greg McGary  <greg@mcgary.org>
13261
13262         * gcc.c-torture/execute/20000906-1.c: New test.
13263         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
13264
13265 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13266
13267         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
13268
13269 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
13270
13271         * g++.old-deja/g++.pt/crash57.C: New test.
13272
13273 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
13274
13275         * g++.old-deja/g++.pt/crash56.C: New test.
13276
13277 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
13278
13279         * g++.old-deja/g++.pt/koenig1.C: New test.
13280
13281 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
13282
13283         * gcc.dg/20000904-1.c: New test.
13284
13285 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
13286
13287         * gcc.dg/cpp/paste8.c: New test.
13288
13289 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
13290
13291         * gcc.c-torture/compile/20000827-1.c: New test.
13292
13293 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
13294
13295         * gcc.dg/format-diag-1.c: New test.
13296
13297 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
13298
13299         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
13300         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
13301         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
13302         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
13303         gcc.dg/formatz-1.c: Adjust warning regular expressions.
13304
13305 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
13306
13307         * g++.old-deja/g++.other/nested4.C: New test.
13308
13309 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
13310
13311         * g++.old-deja/g++.ns/scoped1.C: New test.
13312
13313 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
13314
13315         * lib/g++.exp: Support testing already-installed GCC.
13316
13317 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13318
13319         * wtr-label-1.c, wtr-suffix-1.c: New tests.
13320
13321 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13322
13323         * gcc.dg/return-type-2.c: New test.
13324
13325 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
13326
13327         * gcc.c-torture/compile/20000825-1.c: New test.
13328
13329 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
13330
13331         * gcc.dg/dwarf2-2.c: New test.
13332
13333 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
13334
13335         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
13336         dg-warning regexps.
13337
13338 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
13339
13340         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
13341         gcc.dg/format-ext-5.c: New tests.
13342
13343 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
13344
13345         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
13346
13347 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
13348
13349         * gcc.dg/noncompile/930622-2.c: Adjust error message.
13350
13351 2000-08-24  Richard Henderson  <rth@cygnus.com>
13352
13353         * gcc.dg/ia64-sync-1.c: New test.
13354         * gcc.dg/ia64-sync-2.c: New test.
13355         * gcc.dg/ia64-asm-1.c: New test.
13356
13357 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
13358
13359         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
13360         * gcc.dg/format-ext-2.c: New test.
13361
13362 2000-08-23  Jason Merrill  <jason@redhat.com>
13363
13364         * lib/old-dejagnu.exp: Also ignore "In member function" and
13365         "At global scope".
13366
13367 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13368
13369         * gcc.dg/noncompile/label-lineno-1.c: New test.
13370
13371 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
13372
13373         * gcc.dg/c99-array-nonobj-1.c: New test.
13374
13375 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
13376
13377         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
13378         tests.
13379         * gcc.dg/format-ext-1.c: New test.
13380
13381 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13382
13383         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
13384         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
13385         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
13386         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
13387         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
13388
13389 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
13390
13391         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
13392         gcc.dg/c99-strftime-2.c: New tests.
13393
13394 2000-08-22  Richard Henderson  <rth@cygnus.com>
13395
13396         * gcc.c-torture/execute/20000822-1.c: New test.
13397
13398 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
13399
13400         * gcc.c-torture/execute/20000819-1.x: Remove.
13401
13402 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
13403
13404         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
13405         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
13406         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
13407         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
13408         gcc.dg/format-xopen-1.c: New tests.
13409
13410 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
13411
13412         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
13413
13414 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
13415
13416         * g++.old-deja/g++.other/loop2.C: New test.
13417
13418         * gcc.c-torture/compile/20000606-1.c: New test.
13419         * gcc.c-torture/compile/20000728-1.c: New test.
13420         * gcc.c-torture/execute/20000801-1.c: New test.
13421         * gcc.c-torture/execute/20000801-2.c: New test.
13422         * gcc.c-torture/execute/20000819-1.c: New test.
13423         * gcc.c-torture/execute/20000819-1.x: XFAIL.
13424         * gcc.dg/20000629-1.c: New test.
13425         * gcc.dg/20000724-1.c: New test.
13426         * gcc.dg/20000807-1.c: New test.
13427
13428 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
13429
13430         * gcc.dg/cpp/pragma-1.c: New test.
13431         * gcc.dg/cpp/pragma-2.c: New test.
13432
13433 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
13434
13435         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
13436         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
13437
13438 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13439
13440         * gcc.c-torture/compile/20000818-1.c: New test.
13441
13442 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
13443
13444         * gcc.c-torture/execute/20000818-1.c: New test.
13445
13446 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13447
13448         * gcc.dg/format-va-1.c: New test.
13449
13450 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
13451
13452         * g++.old-deja/g++.other/typedef8.C: New test.
13453
13454 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
13455
13456         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
13457         * g++.old-deja/g++.mike/net36.C: Mark candidate.
13458         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
13459         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
13460         * g++.old-deja/g++.other/ptrmem7.C: New test.
13461         * g++.old-deja/g++.pt/ptrmem10.C: New test.
13462
13463 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
13464
13465         * g++.old-deja/g++.pt/typename27.C: New test.
13466
13467 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
13468
13469         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
13470         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
13471         * g++.old-deja/g++.pt/friend45.C: New test.
13472         * g++.old-deja/g++.other/friend8.C: New test.
13473
13474 2000-08-15  Richard Henderson  <rth@cygnus.com>
13475
13476         * gcc.c-torture/execute/20000815-1.c: New test.
13477
13478 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
13479
13480         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
13481         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
13482         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
13483
13484 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
13485
13486         * g++.old-deja/g++.other/refinit2.C: New test.
13487
13488 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
13489
13490         * lib/c-torture.exp (c-torture): Make
13491         compiler_conditional_xfail_data global.
13492         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
13493         compiler_conditional_xfail_data machinery.
13494         (f-torture-execute): Likewise.
13495         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
13496         and only when unrolling loops.
13497
13498         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
13499
13500 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
13501
13502         * g++.old-deja/g++.pt/explicit81.C: New test.
13503
13504 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
13505
13506         * g++.old-deja/g++.pt/typename26.C: New test.
13507
13508 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
13509
13510         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
13511         warning.
13512
13513 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
13514
13515         * g++.old-deja/g++.other/array3.C: New test.
13516
13517 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
13518
13519         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
13520         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
13521         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
13522         New tests.
13523
13524 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
13525
13526         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
13527         * g++.old-deja/g++.abi/vmihint.C: Likewise.
13528
13529 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
13530
13531         * gcc.c-torture/execute/20000808-1.c: New test.
13532
13533 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
13534
13535         * gcc.dg/c90-const-expr-1.c: New test.
13536
13537 2000-08-08  Richard Henderson  <rth@cygnus.com>
13538
13539         * gcc.dg/noncompile/920923-1.c: Declare calloc.
13540
13541 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
13542
13543         * gcc.dg/noncompile/const-ll-1.c: New test.
13544
13545 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13546
13547         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
13548
13549 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
13550
13551         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
13552         that running programs linked against the shared version of libobjc
13553         run correctly.
13554
13555 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13556
13557         * gcc.dg/c99-printf-1.c: New test.
13558
13559 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13560
13561         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
13562
13563 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
13564
13565         * gcc.c-torture/execute/20000731-1.x: Delete.
13566
13567 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
13568
13569         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
13570         and torture_without_loops as is done by c-torture.exp.
13571         (search_for): Copy from c-torture.exp.
13572         (gcc-dg-runtest): New function, drives a directory of tests
13573         iterating over the TORTURE_OPTIONS.
13574         (scan-assembler, scan-assembler-not): Move here from
13575         individual directory drivers.
13576
13577         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
13578         defined by lib/gcc-dg.exp.
13579         * gcc.dg/cpp/cpp.exp: Likewise.
13580         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
13581         gcc-dg-runtest, so we cycle over optimization options.
13582
13583         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
13584         * gcc.dg/compare2.c: No longer expected to fail.
13585
13586 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
13587
13588         * gcc.c-torture/execute/20000804-1.c: New test.
13589
13590 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13591
13592         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
13593
13594 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
13595
13596         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
13597
13598 2000-08-03  Jeffrey A Law  (law@cygnus.com)
13599
13600         * gcc.c-torture/compile/20000803-1.c: New test.
13601
13602 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
13603
13604         * gcc.c-torture/execute/20000801-3.c,
13605         gcc.c-torture/execute/20000801-4.c: New tests.
13606         * gcc.c-torture/execute/20000801-3.x,
13607         gcc.c-torture/execute/20000801-4.x: Xfail.
13608
13609 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
13610
13611         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
13612         libobjc/.libs to allow for libtool.
13613
13614 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
13615
13616         * gcc.c-torture/compile/20000802-1.c: New test.
13617
13618 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
13619
13620         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
13621
13622 2000-07-31  Jeffrey A Law  (law@cygnus.com)
13623
13624         * gcc-c-torture/execute/20000731-2.c: New test.
13625
13626         * gcc.c-torture/execute/20000731-1.c: New test.
13627         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
13628
13629 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
13630
13631         * testsuite/gcc.dg/cpp/paste7.c: New test.
13632         * gcc.dg/cpp/20000725-1.c: New test.
13633
13634 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
13635
13636         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
13637         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
13638         declaration warning for __builtin_dwarf_reg_size.
13639
13640         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
13641
13642 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
13643
13644         * gcc.dg/noncompile/voidparam-1.c: New test.
13645
13646 2000-07-30  Richard Henderson  <rth@cygnus.com>
13647
13648         * gcc.dg/c90-digraph-1.c: Don't xfail.
13649         * gcc.dg/compare2.c (case 10): Xfail.
13650         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
13651
13652 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
13653
13654         * gcc.dg/c99-main-1.c: New test.
13655
13656 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
13657
13658         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
13659
13660 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
13661
13662         * gcc.c-tortuer/execute/20000726-1.c: New test.
13663
13664 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
13665
13666         * gcc.c-torture/execute/enum-2.c: New test.
13667
13668 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13669
13670         * gcc.dg/cpp/tr-warn3.c: New test.
13671
13672 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
13673
13674         * g++.old-deja/g++.ext/implicit1.C: Remove.
13675         * g++.old-deja/g++.jason/c2.C: Remove
13676         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
13677         * g++.old-deja/g++.pt/crash16.C: Likewise.
13678         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
13679
13680 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
13681
13682         * g++.old-deja/g++.other/for2.C: New test.
13683
13684 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
13685
13686         * gcc.dg/20000720-1.c: New test.
13687
13688 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
13689
13690         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
13691
13692 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
13693
13694         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
13695         * gcc.c-torture/execute/20000722-1.c: New.
13696         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
13697
13698 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
13699
13700         * gcc.dg/cpp/20000720-1.S: New test.
13701
13702 2000-07-21  Michael Meissner  <meissner@redhat.com>
13703
13704         * gcc.c-torture/execute/ieee/hugeval.c: New test.
13705
13706 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
13707
13708         * g++.old-deja/g++.brendan/crash16.C,
13709         g++.old-deja/g++.brendan/parse3.C,
13710         g++.old-deja/g++.brendan/redecl1.C,
13711         g++.old-deja/g++.ns/template13.C,
13712         g++.old-deja/g++.other/decl4.C,
13713         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
13714
13715 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
13716
13717         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
13718         and "Internal error".
13719
13720         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
13721         regexps.
13722         * gcc.dg/cpp/paste6.c: New test.
13723
13724 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
13725
13726         * gcc.dg/cpp/tr-direct.c: New test.
13727
13728         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
13729         gcc.dg/cpp/undef1.c: Tweak error regexps.
13730
13731 2000-07-18  Eric Christopher <echristo@redhat.com>
13732
13733         * gcc.c-torture/compile/20000718-1.c: New test.
13734
13735 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
13736
13737         * cpplex.c (_cpp_push_token): If the token being pushed back
13738         is the previous token in this context, just subtract one from
13739         context->posn.
13740         * cppmacro.c (save_expansion): Clear aux field when storing a
13741         placemarker.
13742
13743 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
13744
13745         * gcc.dg/noncompile/redecl-1.c: New test.
13746
13747 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
13748
13749         * gcc.c-torture/execute/20000717-5.c: New test.
13750         * gcc.c-torture/execute/20000717-1.x: Removed.
13751
13752 2000-07-17  Richard Henderson  <rth@cygnus.com>
13753
13754         * gcc.c-torture/execute/20000717-4.c: New test.
13755
13756 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
13757
13758         * gcc.dg/cpp/syshdr.c: New test.
13759         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
13760
13761 2000-07-17  Neil Booth  <neilb@earthling.net>
13762
13763         * gcc.dg/cpp/cmdlne-dM.c: New test.
13764         * gcc.dg/cpp/cmdlne-dD.c: New test.
13765
13766 2000-07-17  Jeffrey A Law  (law@cygnus.com)
13767
13768         * gcc.c-torture/execute/20000717-3.c: New test.
13769
13770         * gcc.c-torture/compile/20000717-1.c: New test.
13771
13772 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
13773
13774         * gcc.c-torture/execute/20000717-2.c: New test.
13775
13776 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13777
13778         * gcc.dg/formatz-1.c: New test.
13779
13780         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
13781         * gcc.dg/c99-digraph-1.c: New tests.
13782
13783         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
13784         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
13785
13786         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
13787         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
13788         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
13789         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
13790         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
13791         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
13792         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
13793
13794 2000-07-17   Greg McGary <greg@mcgary.org>
13795
13796         * gcc.c-torture/execute/20000717-1.c: New test.
13797         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
13798
13799 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
13800
13801         * gcc.c-torture/execute/20000715-2.c: New test.
13802         * gcc.dg/20000715-1.c: New test.
13803
13804 2000-07-15  Michael Meissner  <meissner@redhat.com>
13805
13806         * gcc.c-torture/execute/20000715-1.c: New test.
13807
13808 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
13809
13810         * gcc.c-torture/execute/20000707-1.c: New test.
13811
13812 2000-07-13  Neil Booth  <NeilB@earthling.net>
13813
13814         * testsuite/gcc.dg/cpp/digraph1.c,
13815         testsuite/gcc.dg/cpp/digraph2.c,
13816         testsuite/gcc.dg/cpp/digraphs.c: New tests.
13817
13818 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
13819
13820         * g77.f-torture/compile/20000630-2.f:  New test.
13821         * g77.f-torture/compile/20000630-2.x
13822
13823 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
13824
13825         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
13826
13827 2000-07-11  Neil Booth  <NeilB@earthling.net>
13828
13829         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
13830
13831 2000-07-11  Neil Booth  <NeilB@earthling.net>
13832
13833         * gcc.dg/cpp/cmdlne-C.c: New.
13834
13835 2000-07-09  Neil Booth  <NeilB@earthling.net>
13836
13837         * gcc.dg/cpp/directiv.c: New tests.
13838         * gcc.dg/cpp/undef1.c: Update.
13839
13840 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
13841
13842         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
13843
13844 2000-07-09  Neil Booth  <NeilB@earthling.net>
13845
13846         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
13847
13848 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
13849
13850         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
13851         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
13852
13853 2000-07-08  Neil Booth  <NeilB@earthling.net>
13854
13855         * gcc.dg/cpp/macsyntx.c: New tests.
13856
13857 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
13858
13859         * gcc.dg/20000707-1.c: New test.
13860
13861 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
13862
13863         * gcc.c-torture/execute/20000706-1.c: New test.
13864         * gcc.c-torture/execute/20000706-2.c: New test.
13865         * gcc.c-torture/execute/20000706-3.c: New test.
13866         * gcc.c-torture/execute/20000706-4.c: New test.
13867         * gcc.c-torture/execute/20000706-5.c: New test.
13868
13869 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
13870
13871         * g++.old-deja/g++.pt/instantiate7.C: New test.
13872
13873 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
13874
13875         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
13876         * g++.old-deja/g++.mike/thunk3.C: Likewise.
13877         * g++.old-deja/g++.other/rtti3.C: Likewise.
13878         * g++.old-deja/g++.other/rttid3.C: Likewise.
13879
13880 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
13881
13882         *  g77.f-torture/compile/20000630-1.x: Fix typo
13883
13884 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
13885
13886         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
13887         assembly output.
13888
13889 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
13890
13891         * gcc.dg/cpp/ident.c: New test.
13892
13893 2000-07-05  Neil Booth  <NeilB@earthling.net>
13894
13895         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
13896           gcc.dg/cpp/lexstrng.c: New tests.
13897
13898 2000-07-04  Neil Booth  <NeilB@earthling.net>
13899
13900         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
13901         * gcc.dg/cpp/strify2.c: Same.
13902
13903 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
13904
13905         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
13906         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
13907         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
13908         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
13909
13910         * testsuite/gcc.dg/cpp/macro1.c,
13911         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
13912         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
13913         testsuite/gcc.dg/cpp/strify1.c,
13914         testsuite/gcc.dg/cpp/strify2.c: New tests.
13915
13916 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
13917
13918         * gcc.c-torture/execute/20000703-1.c: New test.
13919
13920 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
13921
13922         * g++.old-deja/g++.pt (lookup10.C): New test.
13923
13924 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
13925
13926         * g++.old-deja/g++.pt (typename25.C): New test.
13927
13928 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
13929
13930         * gcc.c-torture/compile/20000701-1.c: New test.
13931
13932 2000-06-30  Nick Clifton  <nickc@cygnus.com>
13933
13934         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
13935         to test case.
13936
13937 2000-06-30  Catherine Moore  <clm@cygnus.com>
13938
13939         * gcc.c-torture/execute/align-1.c: New test.
13940
13941 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
13942
13943         * g++.old-deja/g++.pt/expr8.C: New test.
13944         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
13945
13946 2000-06-29  Nick Clifton  <nickc@cygnus.com>
13947
13948         * gcc.c-torture/compile/20000629-1.c: New test.
13949
13950 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
13951
13952
13953         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
13954         gcc.dg/noncompile directory, depending on whether they're
13955         preprocessor tests or not.  Annotate all the tests for the dg
13956         framework.
13957
13958         * gcc.c-torture/noncompile/noncompile.exp: Delete.
13959         * gcc.dg/noncompile/noncompile.exp: New.
13960
13961         * Moved files:
13962         Old name                                New name
13963         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
13964         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
13965         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
13966         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
13967         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
13968         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
13969         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
13970         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
13971         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
13972         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
13973         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
13974         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
13975         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
13976         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
13977         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
13978         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
13979         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
13980         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
13981         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
13982         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
13983         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
13984         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
13985         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
13986         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
13987
13988         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
13989         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
13990         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
13991         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
13992         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
13993         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
13994
13995 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
13996
13997         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
13998         declare one variable.  On the fourth, error.
13999         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
14000         declared by 20000628-1a.h.
14001
14002 2000-06-29  Richard Henderson  <rth@redhat.com>
14003
14004         * gcc.c-torture/execute/930529-1.x: New file.
14005         * gcc.dg/920413-1.c: Adjust expected warning text.
14006         * gcc.dg/980217-1.c: Declare abort.
14007         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
14008
14009 2000-06-29  Jeffrey A Law  (law@cygnus.com)
14010
14011         * g77.f-torture/compile/20000629-1.f: New test.
14012         * g77.f-torture/compile/20000629-1.x: Expected to fail.
14013
14014 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
14015
14016         Rearrange lots of files, removing entirely the
14017         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
14018         directories.
14019
14020         * Deleted files:
14021         gcc.c-torture/code_quality/code_quality.exp
14022         gcc.c-torture/special/special.exp
14023         gcc.failure/failure.exp
14024         gcc.failure/940409-1.x
14025         gcc.c-torture/compile/961203-1.x
14026
14027         * New files:
14028         gcc.misc-tests/linkage.exp
14029         gcc.c-torture/execute/920730-1t.c
14030         gcc.c-torture/execute/920730-1t.x
14031         gcc.c-torture/compile/920520-1.x
14032         gcc.c-torture/compile/920521-1.x
14033         gcc.c-torture/compile/981006-1.x
14034         gcc.c-torture/execute/eeprof-1.x
14035
14036         * Moved files (possibly with modifications to fit a new harness):
14037         Old name                                New name
14038         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
14039         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
14040         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
14041         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
14042         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
14043         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
14044         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
14045         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
14046         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
14047         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
14048         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
14049         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
14050         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
14051         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
14052
14053 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
14054
14055         * c-torture/compile/961203-1.x: Delete.
14056
14057         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
14058         not exit. Include stdio.h.
14059         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
14060         * gcc.misc-tests/dg-12.c: Likewise.
14061         * gcc.misc-tests/dg-5.c: Likewise.
14062         * gcc.misc-tests/dg-6.c: Likewise.
14063         * gcc.misc-tests/dg-7.c: Prototype abort.
14064         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
14065         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
14066         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
14067         not exit.
14068         * gcc.misc-tests/sieve.c: Use return from main, not exit.
14069         * gcc.misc-tests/sort2.c: Use return from main, not exit.
14070
14071 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
14072
14073         * gcc.dg/cpp/20000628-1.c: New test.
14074         * gcc.dg/cpp/20000628-1.h: New header for above test.
14075         * gcc.dg/cpp/20000628-1a.h: Likewise.
14076
14077 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
14078
14079         * gcc.dg/cpp: New directory.
14080         * gcc.dg/cpp/cpp.exp: New driver.
14081         * gcc.dg/cpp/20000627-1.c: New test.
14082         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
14083         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
14084         and rewrite as a compilation test.
14085
14086         * gcc.dg: Move many files into the cpp subdirectory, possibly
14087         renaming or editing them as well.
14088         Old name                New name
14089         990119-1.c              cpp/19990119-1.c
14090         990228-1.c              cpp/19990228-1.c
14091         990407-1.c              cpp/19990407-1.c
14092         990409-1.c              cpp/19990409-1.c
14093         990413-1.c              cpp/19990413-1.c
14094         990703-1.c              cpp/19990703-1.c
14095         20000127-1.c            cpp/20000127-1.c
14096         20000129-1.c            cpp/20000129-1.c
14097         20000207-1.c            cpp/20000207-1.c
14098         20000207-2.c            cpp/20000207-2.c
14099         20000209-1.c            cpp/20000209-1.c
14100         20000209-2.c            cpp/20000209-2.c
14101         20000301-1.c            cpp/20000301-1.c
14102         20000419-1.c            cpp/20000419-1.c
14103         20000510-1.S            cpp/20000510-1.S
14104         20000519-1.c            cpp/20000519-1.c
14105         20000529-1.c            cpp/20000529-1.c
14106         20000625-1.c            cpp/20000625-1.c
14107         20000625-2.c            cpp/20000625-2.c
14108         cpp-as1.c               cpp/assert1.c
14109         cpp-as2.c               cpp/assert2.c
14110         cxx-comments-1.c        cpp/cxxcom1.c
14111         cxx-comments-2.c        cpp/cxxcom2.c
14112         endif-label.c           cpp/endif.c
14113         cpp-hash1.c             cpp/hash1.c
14114         cpp-hash2.c             cpp/hash2.c
14115         cpp-if1.c               cpp/if-1.c
14116         cpp-if2.c               cpp/if-2.c
14117         cpp-if3.c               cpp/if-3.c
14118         cpp-if4.c               cpp/if-4.c
14119         cpp-if5.c               cpp/if-5.c
14120         cpp-cond.c              cpp/if-cexp.c
14121         cpp-missingop.c         cpp/if-mop.c
14122         cpp-missingparen.c      cpp/if-mpar.c
14123         cpp-opprec.c            cpp/if-oppr.c
14124         cpp-ifparen.c           cpp/if-paren.c
14125         cpp-shortcircuit.c      cpp/if-sc.c
14126         cpp-shift.c             cpp/if-shift.c
14127         cpp-unary.c             cpp/if-unary.c
14128         cpp-li1.c               cpp/line1.c
14129         cpp-li2.c               cpp/line2.c
14130         lineno.c                cpp/line3.c
14131         lineno-2.c              cpp/line4.c
14132         cpp-mi.c                cpp/mi1.c
14133         cpp-mic.h               cpp/mi1c.h
14134         cpp-micc.h              cpp/mi1cc.h
14135         cpp-mind.h              cpp/mi1nd.h
14136         cpp-mindp.h             cpp/mi1ndp.h
14137         cpp-mix.h               cpp/mi1x.h
14138         cpp-mi2.c               cpp/mi2.c
14139         cpp-mi2a.h              cpp/mi2a.h
14140         cpp-mi2b.h              cpp/mi2b.h
14141         cpp-mi2c.h              cpp/mi2c.h
14142         cpp-mi3.c               cpp/mi3.c
14143         cpp-mi3.def             cpp/mi3.def
14144         poison-1.c              cpp/poison.c
14145         pr-impl.c               cpp/prag-imp.c
14146         cpp-redef-2.c           cpp/redef1.c
14147         cpp-redef.c             cpp/redef2.c
14148         strpaste.c              cpp/strp1.c
14149         strpaste-2.c            cpp/strp2.c
14150         cpp-tradpaste.c         cpp/tr-paste.c
14151         cpp-tradstringify.c     cpp/tr-str.c
14152         cpp-tradwarn1.c         cpp/tr-warn1.c
14153         cpp-tradwarn2.c         cpp/tr-warn2.c
14154         trigraphs.c             cpp/trigraphs.c
14155         cpp-unc1.c              cpp/unc1.c
14156         cpp-unc2.c              cpp/unc2.c
14157         cpp-unc3.c              cpp/unc3.c
14158         cpp-unc.c               cpp/unc4.c
14159         undef.c                 cpp/undef1.c
14160         undef-2.c               cpp/undef2.c
14161         cpp-wi1.c               cpp/widestr1.c
14162
14163 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
14164
14165         * lib/g++.exp (g++_include_flags): Tweak.
14166
14167 2000-06-27  H.J. Lu  <hjl@gnu.org>
14168             Loren J. Rittle  <ljrittle@acm.org>
14169
14170         * lib/g++.exp (g++_include_flags): Override libgloss.exp
14171         version with one that knows about the new gcc tree structure.
14172         (g++_link_flags): Same.
14173
14174 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
14175
14176         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
14177         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
14178         case we are cross-compiling.
14179
14180         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
14181         g++.old-deja/g++.niklas/Makefile.in,
14182         g++.old-deja/g++.niklas/configure.in,
14183         g++.old-deja/g++.other/Makefile.in,
14184         g++.old-deja/g++.other/configure.in,
14185         gcc.c-torture/code_quality/Makefile.in,
14186         gcc.c-torture/code_quality/configure.in,
14187         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
14188         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
14189         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
14190         gcc.c-torture/execute/ieee/Makefile.in,
14191         gcc.c-torture/execute/ieee/configure.in,
14192         gcc.c-torture/noncompile/Makefile.in,
14193         gcc.c-torture/noncompile/configure.in,
14194         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
14195         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
14196         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
14197
14198 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
14199
14200         * g++.old-deja/g++.other/ambig3.C: New test.
14201
14202 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
14203
14204         * g++.old-deja/g++.pt/syntax1.C: New test.
14205         * g++.old-deja/g++.pt/syntax2.C: New test.
14206         * g++.old-deja/g++.other/syntax3.C: New test.
14207         * g++.old-deja/g++.other/syntax4.C: New test.
14208
14209 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
14210
14211         * gcc.dg/20000623-1.c: Prototype exit and abort.
14212
14213 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
14214
14215         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
14216         New tests.
14217         * gcc.dg/cpp-mi3.def: New file.
14218
14219         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
14220         inside assertions.
14221         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
14222         lexer's error messages.
14223         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
14224         divine anything from the linemarkers.
14225         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
14226         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
14227
14228 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
14229
14230         * gcc.dg/20000623-1.c: New test.
14231
14232 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
14233
14234         * gcc.c-torture/execute/20000622-1.c: New test.
14235
14236 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
14237
14238         * g++.old-deja/g++.other/init15.C: New test.
14239
14240 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
14241
14242         * g++.old-deja/g++.pt/vaarg2.C: New test.
14243         * g++.old-deja/g++.pt/vaarg3.C: New test.
14244
14245 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
14246
14247         * g++.old-deja/g++.other/dyncast6.C: New test.
14248
14249 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
14250
14251         * gcc.c-torture/execute/loop-6.c: New test.
14252
14253 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
14254
14255         * gcc.dg/20000614-1.c: New test.
14256         * gcc.dg/20000614-2.c: New test.
14257
14258 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
14259
14260         * g++.old-deja/g++.other/inline12.C: New test.
14261
14262 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
14263
14264         * g++.old-deja/g++.other/eh1.C: New test.
14265
14266 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
14267
14268         * g++.old-deja/g++.other/type.C: New test.
14269
14270 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
14271
14272         * g++.old-deja/g++.other/initstring.C: New test.
14273
14274 2000-06-12  Jason Merrill  <jason@redhat.com>
14275
14276         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
14277
14278 2000-06-09  Jeffrey A Law  (law@cygnus.com)
14279
14280         * gcc.c-torture/compile/20000609-1.c: New test.
14281
14282 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
14283
14284         * gcc.dg/20000609-1.c: New test.
14285
14286 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
14287
14288         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
14289         * gcc.c-torture/noncompile/poison-1.c: Move...
14290         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
14291         * gcc.dg/cpp-li1.c: Add a token after the #line.
14292
14293 2000-06-05  Richard Henderson  <rth@cygnus.com>
14294
14295         * gcc.c-torture/execute/20000605-2.c: New test.
14296         * gcc.c-torture/execute/20000605-3.c: New test.
14297
14298 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
14299
14300         * g77.f-torture/execute/20000503-1.x: New file.
14301
14302 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
14303
14304         * g++.old-deja/g++.eh/badalloc1.C: New test.
14305
14306 2000-06-05  Richard Henderson  <rth@cygnus.com>
14307
14308         * gcc.c-torture/execute/20000605-1.c: New test.
14309
14310 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
14311             Nathan Sidwell <nathan@codesourcery.com>
14312
14313         * gcc.c-torture/compile/20000605-1.c: New test.
14314
14315 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
14316
14317         * g77.f-torture/compile/20000601-1.f:  New test.
14318
14319 2000-06-03  Richard Henderson  <rth@cygnus.com>
14320
14321         * gcc.c-torture/execute/20000603-1.c: New.
14322
14323 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
14324
14325         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
14326         * gcc.dg/noreturn-2.c (noreturn): Likewise.
14327
14328 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
14329
14330         * gcc.dg/compare2.c (case 12): XFAIL.
14331         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
14332         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
14333
14334         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
14335
14336 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
14337
14338         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
14339         guard macro is already defined when the header is first
14340         included.
14341         * gcc.dg/cpp-mix.h: New file.
14342         * gcc.dg/endif-label.c: Update patterns to match compiler.
14343
14344         * g++.brendan/complex1.C: Declare abort.
14345         * g++.law/refs4.C: Remove XFAIL.
14346         * g++.oliva/expr2.C: Declare abort and exit.
14347
14348 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
14349
14350         * gcc.c-torture/execute/20000528-1.c: New test.
14351
14352         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
14353         * g++.old-deja/g++.law/temps4.C: Likewise.
14354
14355         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
14356         stdlib.h.  Call abort() on failure.
14357         * g++.old-deja/g++.law/refs4.C: Likewise.
14358         * g++.old-deja/g++.law/temps4.C: Likewise.
14359         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
14360         * gcc.c-torture/execute/20000112-1.c: Include string.h.
14361
14362 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
14363
14364         Relative to g++.dg/special:
14365         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
14366
14367         Relative to g++.old-deja:
14368         * g++.brendan/complex1.C, g++.jason/optimize2.C,
14369         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
14370         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
14371         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
14372         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
14373         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
14374         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
14375
14376         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
14377         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
14378         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
14379         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
14380         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
14381         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
14382         and/or string.h.
14383
14384         * g++.other/goto1.C: Update expectations for error messages.
14385
14386 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
14387
14388         * gcc.c-torture/compile/20000523-1.c: New test.
14389
14390 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
14391
14392         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
14393
14394 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
14395
14396         * g++.old-deja/g++.eh/catch11.C: New test.
14397         * g++.old-deja/g++.eh/catch12.C: New test.
14398
14399 2000-05-24  Nick Clifton  <nickc@cygnus.com>
14400
14401         * gcc.c-torture/execute/20000523-1.c: New test.
14402
14403 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
14404
14405         * c-torture/execute/bcp-1.c: Replace abort in arg of
14406         __builtin_constant_p with a generic external function.
14407
14408         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
14409         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
14410         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
14411         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
14412         Prototype abort and/or exit.
14413
14414         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
14415         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
14416         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
14417         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
14418
14419 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
14420
14421         * gcc.dg/dwarf2-1.c: New test.
14422
14423 2000-05-20  Richard Henderson  <rth@cygnus.com>
14424
14425         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
14426
14427 2000-05-20  Andreas Jaeger  <aj@suse.de>
14428
14429         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
14430         testcase.
14431
14432 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
14433
14434         * gcc.c-torture/execute/20000519-2.c: New test.
14435
14436 2000-05-19  Andreas Jaeger  <aj@suse.de>
14437
14438         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
14439         which fails with SSA.
14440
14441         * lib/c-torture.exp: Also test with -O3 -fssa.
14442
14443 2000-05-18  Michael Meissner  <meissner@redhat.com>
14444
14445         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
14446         * gcc.c-torture/execute/920415-1.c: Ditto.
14447         * gcc.c-torture/execute/920501-1.c: Ditto.
14448         * gcc.c-torture/execute/conversion.c: Ditto.
14449         * gcc.c-torture/execute/cvt-1.c: Ditto.
14450
14451 2000-05-18  Jeffrey A Law  (law@cygnus.com)
14452
14453         * gcc.c-torture/compile/20000518-1.c: New test.
14454
14455 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
14456
14457         * g77.f-torture/compile/200005018.f:  New test.
14458
14459 2000-05-17  Jeffrey A Law  (law@cygnus.com)
14460
14461         * gcc.c-torture/compile/20000517-1.c: New test.
14462
14463 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14464
14465         * gcc.c-torture/execute/20000516-1.c: New test.
14466
14467 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
14468
14469         * g++.old-deja/g++.other/eh.C: New test.
14470
14471 2000-05-12  Richard Henderson  <rth@cygnus.com>
14472
14473         * gcc.c-torture/execute/990208-1.c (main): Don't pass
14474         constants through to doit's conditional.
14475
14476 2000-05-11  Jeffrey A Law  (law@cygnus.com)
14477
14478         * gcc.c-torture/compile/20000511-1.c: New test.
14479         * g77.f-torture/compile/20000511-1.f: New test.
14480         * g77.f-torture/compile/20000511-2.f: New test.
14481
14482 2000-05-11  Michael Meissner  <meissner@redhat.com>
14483
14484         * gcc.c-torture/execute/20000511-1.c: New test.
14485
14486 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
14487
14488         * gcc.dg/dg.exp: Scan .S files as well as .c files.
14489         * gcc.dg/20000510-1.S: New.
14490
14491 2000-05-08  Catherine Moore  <clm@cygnus.com>
14492
14493         * gcc.dg/unused-3.c: New.
14494
14495 2000-05-06  Richard Henderson  <rth@cygnus.com>
14496
14497           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
14498           * g++.old-deja/g++.mike/warn1.C: Likewise.
14499           * g++.old-deja/g++.pt/local1.C: Likewise.
14500           * g++.old-deja/g++.pt/local7.C: Likewise.
14501           * g++.old-deja/g++.pt/spec16.C: Likewise.
14502
14503 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
14504
14505         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
14506
14507 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
14508
14509           * g77.f-torture/execute/20000503-1.f:  New test.
14510
14511 2000-05-04  Andreas Jaeger  <aj@suse.de>
14512
14513         * gcc.dg/noreturn-2.c: New test.
14514
14515 2000-05-04  Neil Booth  <NeilB@earthling.net>
14516
14517         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
14518         preprocessor.
14519
14520 2000-05-04  Richard Henderson  <rth@cygnus.com>
14521
14522         * gcc.c-torture/execute/20000503-1.c: Fix typo.
14523
14524 2000-05-04  Richard Henderson  <rth@cygnus.com>
14525
14526         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
14527         OpenSSL by Jason R Thorpe.
14528
14529 2000-05-03  Jim Wilson  <wilson@cygnus.com>
14530
14531         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
14532
14533 2000-05-03  Robert Lipe <robertlipe@usa.net>
14534
14535         * gcc.dg/20000503-1.c: New test.
14536
14537 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
14538
14539         * gcc.c-torture/compile/20000502-1.c: New test.
14540         * g++.old-deja/g++.other/align.C: New test.
14541         * gcc.dg/cpp-tradstringify.c: New test.
14542
14543 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
14544
14545         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
14546         and hard registers.
14547
14548 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
14549
14550         * gcc.c-torture/execute/loop-5.c: New test.
14551
14552 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
14553
14554         * gcc.c-torture/execute/va-arg-20.c: New test.
14555
14556 2000-04-23  Jeffrey A Law  (law@cygnus.com)
14557
14558         * gcc.c-torture/execute/20000422-1.c: New test.
14559
14560 2000-04-20  Greg McGary  <gkm@gnu.org>
14561
14562         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
14563         when optimizing, but without sibling-call optimizations (-O1).
14564
14565 2000-04-20  Jeffrey A Law  (law@cygnus.com)
14566
14567           * gcc.c-torture/compile/20000420-1.c: New test.
14568
14569 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
14570
14571         * g++.abi/ptrflags.C: New test.
14572         * g++.eh/catchptr1.C: Test incomplete pointer chains.
14573
14574 2000-04-19  Catherine Moore  <clm@cygnus.com>
14575
14576         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
14577
14578 2000-04-19  Greg McGary  <gkm@gnu.org>
14579
14580         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
14581         sibling-call optimizations.
14582
14583 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
14584
14585         * gcc.dg/20000419-1.c: New test.
14586
14587 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
14588
14589         * gcc.c-torture/execute/20000412-6.c: New test.
14590
14591 2000-04-12  Jeffrey A Law  (law@cygnus.com)
14592
14593         * gcc.c-torture/execute/20000412-5.c: New test.
14594         * g77.f-torture/compile/20000412-1.f: New test.
14595         * gcc.c-torture/execute/20000412-4.c: New test.
14596         * gcc.c-torture/compile/20000412-2.c: New test.
14597         * gcc.c-torture/execute/20000412-3.c: New test.
14598         * gcc.c-torture/compile/20000412-1.c: New test.
14599         * gcc.c-torture/execute/20000412-2.c: New test.
14600
14601 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
14602
14603         * objc/execute/bf-20.m: New test.
14604
14605 2000-04-10  Richard Henderson  <rth@cygnus.com>
14606
14607         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
14608
14609         * gcc.c-torture/execute/20000412-1.c: New test.
14610
14611 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
14612
14613         * g++.old-deja/g++.eh/catchptr1.C: New test.
14614
14615 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
14616
14617         * g++.old-deja/g++.abi/cxa_vec.C: New test.
14618
14619 2000-04-08  Neil Booth  <NeilB@earthling.net>
14620
14621         * gcc.dg/cpp-nullchar.c: Remove test as
14622         embedded nulls cause problems.
14623
14624 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14625
14626         * gcc.dg/compare2.c: New test.
14627
14628 2000-04-08  Neil Booth  <NeilB@earthling.net>
14629
14630         * gcc.dg/cpp-nullchar.c: New test.
14631
14632 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
14633
14634         * gcc.dg/cpp-mi2.c: New test.
14635         * gcc.dg/cpp-mi2[abc].h: New files.
14636
14637 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
14638
14639         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
14640         member name.
14641
14642 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
14643
14644         * g++.old-deja/g++.abi/vmihint.C: New test.
14645
14646 2000-04-06  Neil Booth  <NeilB@earthling.net>
14647
14648         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
14649         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
14650         copyright.
14651
14652 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
14653
14654         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
14655         avoid stack-frame overwrite.
14656
14657 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
14658
14659         * gcc.c-torture/compile/20000405-2.c: New test.
14660         * gcc.c-torture/compile/20000405-3.c: New test.
14661
14662 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14663
14664         * gcc.c-torture/compile/20000405-1.c: New test.
14665
14666 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
14667
14668         * gcc.dg/cast-qual-1.c: Revert last change.
14669
14670 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14671
14672         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
14673
14674 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
14675
14676         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
14677         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
14678
14679 2000-04-03  Jeffrey A Law  (law@cygnus.com)
14680
14681         * gcc.c-torture/compile/20000403-2.c: New test.
14682         * gcc.c-torture/compile/20000403-1.c: New test.
14683
14684 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
14685
14686         * gcc.c-torture/execute/20000403-1.c: New test.
14687
14688 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
14689
14690         * gcc.c-torture/execute/20000402-1.c: New test.
14691
14692 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
14693
14694         * gcc.c-torture/execute/va-arg-15.c: New test.
14695         * gcc.c-torture/execute/va-arg-16.c: New test.
14696         * gcc.c-torture/execute/va-arg-17.c: New test.
14697         * gcc.c-torture/execute/va-arg-18.c: New test.
14698         * gcc.c-torture/execute/va-arg-19.c: New test.
14699
14700 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
14701
14702         * gcc.c-torture/compile/981211-1.c: Move to...
14703         * gcc.dg/cpp-as1.c: ...here.
14704         * gcc.dg/cpp-as2.c: New file.
14705
14706         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
14707         compiler.
14708
14709 2000-04-02  Neil Booth  <NeilB@earthling.net>
14710
14711         * gcc.dg/cpp-cond.c  New tests.
14712         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
14713         accidental success less likely.
14714         * gcc.dg/cpp-missingop.c  New tests.
14715         * gcc.dg/cpp-missingparen.c  New tests.
14716         * gcc.dg/cpp-shift.c  New tests.
14717         * gcc.dg/cpp-shortcircuit.c  New tests.
14718         * gcc.dg/cpp-unary.c  New tests.
14719
14720 2000-03-29  Jeffrey A Law  (law@cygnus.com)
14721
14722         * gcc.c-torture/compile/20000329-1.c: New test.
14723
14724 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
14725
14726         * gcc.c-torture/compile/20000326-1.c: New test.
14727         * gcc.c-torture/compile/20000326-2.c: New test.
14728
14729 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
14730
14731         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
14732         the first parameter is a function argument.
14733
14734 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
14735
14736         * g++.old-deja/g++.ext/array4.C: New test.
14737
14738 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
14739
14740         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
14741
14742 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14743
14744         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
14745
14746 2000-03-19  Richard Henderson  <rth@cygnus.com>
14747
14748         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
14749
14750 2000-03-19  Richard Henderson  <rth@cygnus.com>
14751
14752         * gcc.c-torture/compile/20000319-1.c: New test.
14753
14754 2000-03-14  Jeffrey A Law  (law@cygnus.com)
14755
14756         * gcc.c-torture/execute/20000314-3.c: New test.
14757         * gcc.c-torture/execute/20000314-2.c: New test.
14758         * gcc.c-torture/execute/20000314-1.c: New test.
14759         * gcc.c-torture/compile/20000314-2.c: New test.
14760         * gcc.c-torture/compile/20000314-1.c: New test.
14761
14762 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
14763
14764         * g++.old-deja/g++.warn/inline.C: New test.
14765
14766 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
14767
14768         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
14769         standards-compliant result rather than specific constants.
14770         Put test-values in array.
14771
14772 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
14773
14774         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
14775         (g++_target_compile): Put test-specific options last.
14776
14777 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14778
14779         * g++.old-deja/g++.eh/vbase4.C: New test.
14780
14781 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14782
14783         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
14784
14785 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14786
14787         * g++.old-deja/g++.brendan/misc12.C: Removed.
14788         * g++.old-deja/g++.pt/memtemp77.C: Constify.
14789         * g++.old-deja/g++.ext/pretty4.C: New test.
14790
14791 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14792
14793         * g++.old-deja/g++.other/string2.C: New test.
14794
14795 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
14796
14797         * g++.old-deja/g++.warn/impint2.C: New test.
14798
14799 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
14800
14801         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
14802         is 1, not zero.
14803
14804 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
14805
14806         * g++.old-deja/g++.warn/impint.C: New test.
14807         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
14808         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
14809         * g++.old-deja/g++.pt/explicit12.C: Likewise.
14810         * g++.old-deja/g++.pt/explicit13.C: Likewise.
14811         * g++.old-deja/g++.pt/explicit17.C: Likewise.
14812         * g++.old-deja/g++.pt/explicit18.C: Likewise.
14813         * g++.old-deja/g++.pt/explicit19.C: Likewise.
14814         * g++.old-deja/g++.pt/explicit23.C: Likewise.
14815         * g++.old-deja/g++.pt/explicit31.C: Likewise.
14816         * g++.old-deja/g++.pt/explicit35.C: Likewise.
14817         * g++.old-deja/g++.pt/explicit6.C: Likewise.
14818         * g++.old-deja/g++.pt/memclass7.C: Likewise.
14819
14820 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
14821
14822         * gcc.dg/cpp-redef.c: New test.
14823
14824 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
14825
14826         * g++.old-deja/g++.pt/unify7.C: New test.
14827
14828 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14829
14830         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
14831         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
14832
14833 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
14834
14835         * gcc.c-torture/compile/20000224-1.c: New test.
14836
14837 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14838
14839         * gcc.c-torture/compile/cpp-2.c: New test.
14840         * gcc.c-torture/compile/cpp-1.c: New test.
14841
14842 2000-02-25  Jeffrey A Law  (law@cygnus.com)
14843
14844         * gcc.c-torture/execute/20000225-1.c: New test.
14845
14846 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14847
14848         * gcc.dg/cpp-li2.c: New test.
14849
14850         * gcc.dg/cpp-wi1.c: New test.
14851
14852         * gcc.dg/cpp-li1.c: New test.
14853
14854 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
14855
14856         * g++.old-deja/g++.other/sizeof5.C: New test.
14857
14858 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14859
14860         * gcc.c-torture/execute/va-arg-13.c: New test.
14861
14862 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
14863
14864         * gcc.c-torture/execute/va-arg-12.c: New test.
14865
14866 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
14867
14868         * gcc.c-torture/execute/20000223-1.c: New test.
14869
14870 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
14871
14872         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
14873
14874 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
14875
14876         * g++.old-deja/g++.abi/ptrmem.C: New test.
14877
14878 2000-02-19  Richard Henderson  <rth@cygnus.com>
14879
14880         * gcc.c-torture/compile/init-3.c: New.
14881
14882 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14883
14884         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
14885         ALWAYS_CXXFLAGS.
14886
14887 2000-02-11  Robert Lipe <robertl@sco.com>
14888
14889         * gcc.c-torture/compile/20000211-3.c: New test.
14890
14891 2000-02-11  Martin Buchholz <martin@xemacs.org>
14892
14893         * gcc.c-torture/compile/20000211-2.c: New test.
14894
14895 2000-02-11  Jeffrey A Law  (law@cygnus.com)
14896
14897         * gcc.c-torture/compile/20000211-1.c: New test.
14898
14899 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
14900
14901         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
14902           on native targets
14903
14904 2000-02-08  Nathan Sidwell  <nathan@acm.org>
14905
14906         * g++.old-deja/g++.other/cast5.C: New test.
14907
14908 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
14909
14910         * gcc.c-torture/execute/20000205-1.c: New.
14911
14912 2000-02-03  Nathan Sidwell  <nathan@acm.org>
14913
14914         * g++.old-deja/g++.jason/cast3.C: Return void.
14915         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
14916
14917 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14918
14919         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
14920
14921         * gcc.dg/loop-1.c: New test.
14922
14923 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
14924
14925         * gcc.c-torture/compile/20000127-1.c: New test.
14926         * gcc.c-torture/execute/991228-1.c: New test.
14927
14928 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14929
14930         * gcc.dg/unused-2.c: New test.
14931
14932         * gcc.dg/conv-1.c: New test.
14933
14934 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
14935
14936         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
14937         compiler.
14938         (tool_option_proc): Fix typo.
14939
14940 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
14941
14942         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
14943         of the ld on the host, not on the build machine.
14944         Also, don't crash if '--help' is not a supported option.
14945
14946 2000-01-24  Richard Henderson  <rth@cygnus.com>
14947
14948         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
14949
14950 2000-01-20  Jeffrey A Law  (law@cygnus.com)
14951
14952         * gcc.c-torture/execute/20000120-2.c: New test.
14953         * gcc.c-torture/execute/20000120-1.c: New test.
14954
14955 2000-01-13  Jeffrey A Law  (law@cygnus.com)
14956
14957         * gcc.c-torture/execute/20000113-1.c: New test.
14958
14959 2000-01-12  Jeffrey A Law  (law@cygnus.com)
14960
14961         * gcc.c-torture/execute/20000112-1.c: New test.
14962
14963 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14964
14965         * gcc.dg/20000111-1.c: New test.
14966
14967 2000-01-10  Jeffrey A Law  (law@cygnus.com)
14968
14969         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
14970         with 16 bit integers.
14971
14972 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14973
14974         * gcc.dg/20000108-1.c: New test.
14975
14976 2000-01-05  Nathan Sidwell  <nathan@acm.org>
14977
14978         * g++.old-deja/g++.ns/koenig8.C: New test.
14979
14980 2000-01-05  Nathan Sidwell  <nathan@acm.org>
14981
14982         * g++.old-deja/g++.other/cast4.C: New test.
14983
14984 2000-01-05  Jeffrey A Law  (law@cygnus.com)
14985
14986         * gcc.c-torture/compile/20000105-2.c: New test.
14987         * gcc.c-torture/compile/20000105-1.c: New test.
14988
14989 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14990
14991         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
14992         references to printf & atoi to conform to ANSI standard.
14993         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
14994         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
14995         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
14996         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
14997         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
14998         * g++.old-deja/g++.brendan/complex1.C: Likewise.
14999         * g++.old-deja/g++.brendan/copy1.C: Likewise.
15000         * g++.old-deja/g++.brendan/copy2.C: Likewise.
15001         * g++.old-deja/g++.brendan/copy3.C: Likewise.
15002         * g++.old-deja/g++.brendan/copy4.C: Likewise.
15003         * g++.old-deja/g++.brendan/copy5.C: Likewise.
15004         * g++.old-deja/g++.brendan/copy6.C: Likewise.
15005         * g++.old-deja/g++.brendan/copy7.C: Likewise.
15006         * g++.old-deja/g++.brendan/copy8.C: Likewise.
15007         * g++.old-deja/g++.brendan/crash11.C: Likewise.
15008         * g++.old-deja/g++.brendan/crash14.C: Likewise.
15009         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
15010         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
15011         * g++.old-deja/g++.brendan/delete2.C: Likewise.
15012         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
15013         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
15014         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
15015         * g++.old-deja/g++.brendan/eh1.C: Likewise.
15016         * g++.old-deja/g++.brendan/groff1.C: Likewise.
15017         * g++.old-deja/g++.brendan/init3.C: Likewise.
15018         * g++.old-deja/g++.brendan/misc12.C: Likewise.
15019         * g++.old-deja/g++.brendan/misc7.C: Likewise.
15020         * g++.old-deja/g++.brendan/new2.C: Likewise.
15021         * g++.old-deja/g++.brendan/operators4.C: Likewise.
15022         * g++.old-deja/g++.brendan/operators5.C: Likewise.
15023         * g++.old-deja/g++.brendan/overload2.C: Likewise.
15024         * g++.old-deja/g++.brendan/overload7.C: Likewise.
15025         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
15026         * g++.old-deja/g++.brendan/reference1.C: Likewise.
15027         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
15028         * g++.old-deja/g++.brendan/template24.C: Likewise.
15029         * g++.old-deja/g++.brendan/template3.C: Likewise.
15030         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
15031         * g++.old-deja/g++.jason/inline3.C: Likewise.
15032         * g++.old-deja/g++.jason/opeq.C: Likewise.
15033         * g++.old-deja/g++.law/arg5.C: Likewise.
15034         * g++.old-deja/g++.law/arm7.C: Likewise.
15035         * g++.old-deja/g++.law/ctors11.C: Likewise.
15036         * g++.old-deja/g++.law/cvt8.C: Likewise.
15037         * g++.old-deja/g++.law/init9.C: Likewise.
15038         * g++.old-deja/g++.law/refs4.C: Likewise.
15039         * g++.old-deja/g++.law/template2.C: Likewise.
15040         * g++.old-deja/g++.law/visibility24.C: Likewise.
15041         * g++.old-deja/g++.law/vtable3.C: Likewise.
15042         * g++.old-deja/g++.mike/asm2.C: Likewise.
15043         * g++.old-deja/g++.mike/eh1.C: Likewise.
15044         * g++.old-deja/g++.mike/misc1.C: Likewise.
15045         * g++.old-deja/g++.mike/misc13.C: Likewise.
15046         * g++.old-deja/g++.mike/misc14.C: Likewise.
15047         * g++.old-deja/g++.mike/ns12.C: Likewise.
15048         * g++.old-deja/g++.mike/p1248.C: Likewise.
15049         * g++.old-deja/g++.mike/p3708.C: Likewise.
15050         * g++.old-deja/g++.mike/p3708a.C: Likewise.
15051         * g++.old-deja/g++.mike/p3708b.C: Likewise.
15052         * g++.old-deja/g++.mike/p646.C: Likewise.
15053         * g++.old-deja/g++.mike/p700.C: Likewise.
15054         * g++.old-deja/g++.mike/p783.C: Likewise.
15055         * g++.old-deja/g++.mike/p783a.C: Likewise.
15056         * g++.old-deja/g++.mike/p783b.C: Likewise.
15057         * g++.old-deja/g++.mike/p786.C: Likewise.
15058         * g++.old-deja/g++.mike/p789.C: Likewise.
15059         * g++.old-deja/g++.mike/p789a.C: Likewise.
15060         * g++.old-deja/g++.mike/p807a.C: Likewise.
15061         * g++.old-deja/g++.other/delete3.C: Likewise.
15062         * g++.old-deja/g++.other/dyncast1.C: Likewise.
15063         * g++.old-deja/g++.other/dyncast2.C: Likewise.
15064         * g++.old-deja/g++.other/dyncast3.C: Likewise.
15065         * g++.old-deja/g++.other/empty1.C: Likewise.
15066         * g++.old-deja/g++.other/temporary1.C: Likewise.
15067         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
15068         * g++.old-deja/g++.pt/t16.C: Likewise.
15069         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
15070
15071 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
15072
15073         * gcc.dg/991230-1.c: New test.
15074
15075 1999-12-29  Jeffrey A Law  (law@cygnus.com)
15076
15077         * gcc.c-torture/compile/991229-3.c: New test.
15078         * gcc.c-torture/compile/991229-2.c: New test.
15079         * gcc.c-torture/compile/991229-1.c: New test.
15080
15081 1999-12-29  Greg McGary <gkm@eng.ascend.com>
15082
15083         * gcc.c-torture/compile/labels-2.c: New test.
15084
15085 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
15086
15087         * gcc.c-torture/execute/991227-1.c: New test.
15088
15089 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15090
15091         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
15092
15093 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
15094
15095         * gcc.c-torture/execute/991221-1.c: New test.
15096
15097 1999-12-20  Nathan Sidwell  <nathan@acm.org>
15098
15099         * g++.old-deja/g++.other/cast3.C: New test.
15100
15101 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
15102
15103         * gcc.c-torture/execute/991216-4.c: New test.
15104
15105 1999-12-16  Michael Meissner  <meissner@cygnus.com>
15106
15107         * gcc.c-torture/execute/991216-1.c: New test.
15108         * gcc.c-torture/execute/991216-2.c: New test.
15109         * gcc.c-torture/execute/991216-3.c: New test.
15110
15111 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
15112
15113         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
15114         Actually make the test fail by using "-O2" for compilation.
15115
15116 1999-12-15  Nathan Sidwell  <nathan@acm.org>
15117
15118         * g++.old-deja/g++.warn/cast-align1.C: New test.
15119
15120 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
15121
15122         * gcc.c-torture/compile/991214-1.c: New test.
15123         * gcc.c-torture/compile/991214-2.c: New test.
15124
15125 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
15126
15127         * gcc.dg/991214-1.c: New test.
15128
15129 1999-12-13  Jeffrey A Law  (law@cygnus.com)
15130
15131         * gcc.c-torture/compile/991213-3.c: New test.
15132         * gcc.c-torture/compile/991213-2.c: New test.
15133         * gcc.c-torture/compile/991213-1.c: New test.
15134
15135 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
15136
15137         * gcc.dg/991209-1.c: New test.
15138
15139 1999-12-08  Nathan Sidwell <nathan@acm.org>
15140
15141         * gcc.c-torture/compile/991208-1.c: New test.
15142
15143 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15144
15145         * gcc.dg/ultrasp2.c: New test.
15146
15147 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
15148
15149         * g++.old-deja/g++.abi/align.C (main): Fix typo.
15150
15151 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
15152
15153         * gcc.c-torture/compile/991202-1.c: New test.
15154         * gcc.c-torture/execute/991202-1.c: New test.
15155         * gcc.c-torture/execute/991202-2.c: New test.
15156         * gcc.c-torture/execute/991202-3.c: New test.
15157
15158 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
15159
15160         * g++.old-deja/g++.abi/align.C: New test.
15161         * g++.old-deja/g++.abi/aggregates.C: Likewise.
15162         * g++.old-deja/g++.abi/bitfields.C: Likewise.
15163
15164 1999-12-01  Richard Henderson  <rth@cygnus.com>
15165
15166         * gcc.c-torture/execute/991201-1.c: New.
15167
15168 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
15169
15170         * gcc.dg/991129-1.c: New test.
15171
15172 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
15173
15174         * gcc.c-torture/compile/991127-1.c: New test.
15175
15176 1999-11-22  Nathan Sidwell  <nathan@acm.org>
15177
15178         * g++.old-deja/g++.other/warn4.C: New test.
15179
15180 1999-11-22  Nathan Sidwell  <nathan@acm.org>
15181
15182         * g++.old-deja/g++.eh/cleanup2.C: New test.
15183         * g++.old-deja/g++.ext/pretty2.C: New test.
15184         * g++.old-deja/g++.ext/pretty3.C: New test.
15185         * g++.old-deja/g++.other/debug6.C: New test.
15186
15187 1999-10-20  Jim Wilson  <wilson@cygnus.com>
15188
15189         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
15190         compiler_output to look for one error message instead of two.
15191
15192 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
15193
15194         * gcc.c-torture/execute/991118-1.c: Also test case
15195         where the word boundary does not split a byte evenly.
15196
15197 1999-11-19  Nathan Sidwell  <nathan@acm.org>
15198
15199         * g++.old-deja/g++.ext/restrict1.C: New test.
15200
15201 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15202
15203         * gcc.c-torture/execute/991118-1.c: New test.
15204
15205 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
15206
15207         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
15208         working directory pathnames.
15209
15210 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
15211
15212         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
15213         host is equipped with driver.h and driver.o so it can actually
15214         compile and run the tests.
15215
15216 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
15217
15218         * gcc.c-torture/compile/991008-1.c: New test.
15219
15220 1999-11-08  Nick Clifton  <nickc@cygnus.com>
15221
15222         * lib/gcc-dg.exp: Include target-supports.exp
15223
15224 1999-11-05  Nick Clifton  <nickc@cygnus.com>
15225
15226         * lib/target-supports.exp: New file: Provide procs to test for
15227         features supported by the target.
15228         (check_weak_available): Moved here from ecos.exp.
15229         (check_alias_available): New proc: Determine of the target
15230         toolchain supports the alias attribute.
15231
15232         * gcc.dg/special/ecos.exp: Move check_weak_available to
15233         target-supports.exp.
15234         (alias-1.c): Only perform the test if the target supports
15235         aliases.
15236         (wkali-1.c): Only perform the test if the target supports
15237         aliases.
15238
15239         * gcc.dg/990506-0.c: Expect error messages from cross
15240         targets as well as native targets.
15241
15242 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15243
15244         * gcc.dg/ultrasp1.c: Removed xfail.
15245         * gcc.dg/struct-ret-2.c: Likewise.
15246         * gcc.dg/array-1.c: Likewise.
15247
15248 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15249
15250         * gcc.dg/struct-ret-2.c: New test.
15251
15252         * gcc.dg/array-1.c: New test.
15253
15254 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
15255
15256         * gcc.c-torture/execute/991030-1.c: New test.
15257
15258 1999-10-26  Richard Henderson  <rth@cygnus.com>
15259
15260         * gcc.c-torture/compile/991026-2.c: New test.
15261
15262 1999-10-26  Jeffrey A Law  (law@cygnus.com)
15263
15264         * gcc.c-torture/compile/991026-1.c: New test.
15265
15266 1999-10-23  Jeffrey A Law  (law@cygnus.com)
15267
15268         * gcc.c-torture/execute/991023-1.c: New test.
15269
15270 1999-10-19  Jeffrey A Law  (law@cygnus.com)
15271
15272         * gcc.c-torture/execute/991019-1.c: New test.
15273
15274 1999-10-16  Richard Henderson  <rth@cygnus.com>
15275
15276         * gcc.c-torture/execute/991016-1.c: New test.
15277
15278 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
15279
15280         * gcc.c-torture/execute/991014-1.c: New test.
15281
15282 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
15283
15284         * g++.old-deja/g++.other/union2.C: New test.
15285
15286 1999-10-13  Nathan Sidwell  <nathan@acm.org>
15287
15288         * g++.old-deja/g++.other/vaarg2.C: New test.
15289         * g++.old-deja/g++.other/vaarg3.C: New test.
15290
15291 1999-10-12  Craig Burley  <craig@jcb-sc.com>
15292
15293         * g77.f-torture/noncompile/19990905-1.f: Moved from being
15294         in compile/.
15295
15296 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
15297
15298         * gcc.c-torture/execute/va-arg-11.c: New test.
15299
15300 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
15301
15302         * lib/file-format.exp (gcc_target_object_format): Don't
15303         crash if objdump is unavailable.
15304
15305 1999-09-29  Donn Terry <donn@interix.com>
15306
15307         * gcc.misc-tests/mg.exp: delete extraneous redirection.
15308
15309 1999-09-28  Nick Clifton  <nickc@cygnus.com>
15310
15311         * gcc.c-torture/compile/990928-1.c: New test.
15312
15313 1999-09-28  Nathan Sidwell  <nathan@acm.org>
15314
15315         * g++.old-deja/g++.other/decl6.C: New test.
15316
15317 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15318
15319         * gcc.c-torture/execute/va-arg-10.c: New test.
15320
15321 1999-09-27  Nathan Sidwell  <nathan@acm.org>
15322
15323         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
15324         __PRETTY_FUNCTION__.
15325
15326 1999-09-23  Nick Clifton  <nickc@cygnus.com>
15327
15328         * gcc.c-torture/execute/990923-1.c: New test.
15329
15330 1999-09-21  Nick Clifton  <nickc@cygnus.com>
15331
15332         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
15333         for which -fpic is inappropriate.
15334
15335 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
15336
15337         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
15338
15339 1999-09-21  Nathan Sidwell  <nathan@acm.org>
15340
15341         * g++.old-deja/g++.other/dyncast1.C: New test.
15342         * g++.old-deja/g++.other/dyncast2.C: New test.
15343         * g++.old-deja/g++.other/dyncast3.C: New test.
15344         * g++.old-deja/g++.other/dyncast4.C: New test.
15345         * g++.old-deja/g++.other/dyncast5.C: New test.
15346         * g++.old-deja/g++.eh/catch3.C: New test.
15347         * g++.old-deja/g++.eh/catch3p.C: New test.
15348         * g++.old-deja/g++.eh/catch4.C: New test.
15349         * g++.old-deja/g++.eh/catch4p.C: New test.
15350         * g++.old-deja/g++.eh/catch5.C: New test.
15351         * g++.old-deja/g++.eh/catch5p.C: New test.
15352         * g++.old-deja/g++.eh/catch6.C: New test.
15353         * g++.old-deja/g++.eh/catch6p.C: New test.
15354         * g++.old-deja/g++.eh/catch7.C: New test.
15355         * g++.old-deja/g++.eh/catch7p.C: New test.
15356         * g++.old-deja/g++.eh/catch8.C: New test.
15357         * g++.old-deja/g++.eh/catch8p.C: New test.
15358         * g++.old-deja/g++.eh/catch9.C: New test.
15359         * g++.old-deja/g++.eh/catch9p.C: New test.
15360
15361 1999-09-13  Nathan Sidwell  <nathan@acm.org>
15362
15363         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
15364         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
15365
15366 1999-09-13  Jeffrey A Law  (law@cygnus.com)
15367
15368         * gcc.c-torture/compile/990913-1.c: New test.
15369
15370 1999-09-10  Nathan Sidwell  <nathan@acm.org>
15371
15372         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
15373         * g++.old-deja/g++.jason/rfg5.C: Likewise.
15374
15375 1999-09-09  Richard Henderson  <rth@cygnus.com>
15376
15377         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
15378
15379 1999-09-09  Nathan Sidwell  <nathan@acm.org>
15380
15381         * g++.old-deja/g++.other/lookup11.C: New test.
15382         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
15383         what is permitted and what we want.
15384         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
15385         overload use.
15386         * g++.old-deja/g++.jason/rfg5.C: Likewise
15387
15388 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
15389
15390         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
15391         * gcc.c-torture/noncompile/poison-1.c: New file.
15392
15393 1999-09-08  Nathan Sidwell  <nathan@acm.org>
15394
15395         * g++.old-deja/g++.other/sizeof3.C: New test.
15396         * g++.old-deja/g++.other/sizeof4.C: New test.
15397         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
15398         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
15399
15400 1999-09-07  Richard Henderson  <rth@cygnus.com>
15401
15402         * gcc.dg/va-arg-1.c: New.
15403
15404 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15405
15406         * gcc.c-torture/execute/va-arg-9.c: New test.
15407
15408 1999-09-05  Craig Burley  <craig@jcb-sc.com>
15409
15410         * g77.f-torture/compile/980519-2.f: New test.
15411         * g77.f-torture/compile/19990905-0.f: New test.
15412         * g77.f-torture/compile/19990905-1.f: New test.
15413         * g77.f-torture/compile/19990905-2.f: New test.
15414
15415         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
15416
15417 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
15418
15419         * gcc.c-torture/execute/990827-1.c: Fix typo.
15420
15421 1999-09-03  Nathan Sidwell  <nathan@acm.org>
15422
15423         * g++.old-deja/g++.other/deref1.C: New test.
15424
15425 1999-09-02  Nathan Sidwell  <nathan@acm.org>
15426
15427         * g++.old-deja/g++.other/ambig2.C: New test.
15428         * g++.old-deja/g++.other/cond5.C: New test.
15429         * g++.old-deja/g++.other/lookup16.C: New test.
15430
15431 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
15432
15433         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
15434         assemblers too.
15435
15436 1999-08-31  Jeffrey A Law  (law@cygnus.com)
15437
15438         * lib/c-torture.exp: Avoid the "compare executables" optimization
15439         when testing native.
15440
15441 1999-08-29  Jeffrey A Law  (law@cygnus.com)
15442
15443         * gcc.c-torture/execute/990829-1.c: New test.
15444         * gcc.c-torture/compile/990829-1.c: New test.
15445
15446 1999-08-27  Paul Burchard  <burchard@pobox.com>
15447
15448         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
15449         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
15450         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
15451         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
15452         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
15453         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
15454         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
15455         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
15456         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
15457         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
15458         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
15459
15460 1999-08-27  Jeffrey A Law  (law@cygnus.com)
15461
15462         * gcc.c-torture/execute/990827-1.c: New test.
15463
15464 1999-08-26  Craig Burley  <craig@jcb-sc.com>
15465
15466         * g77.f-torture/noncompile/19990826-4.f: New test.
15467
15468         * g77.f-torture/compile/19990826-3.f: New test.
15469
15470         * g77.f-torture/execute/19990826-2.f: New test.
15471
15472         * g77.f-torture/compile/19990826-1.f: New test.
15473
15474         * gcc.c-torture/execute/990826-0.c: New test.
15475         * g77.c-torture/execute/19990826-0.f: New test.
15476
15477         * g77.f-torture/noncompile/970626-2.f: New test.
15478
15479 1999-08-25  Paul Burchard  <burchard@pobox.com>
15480
15481         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
15482         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
15483         lss-011.C: New tests.
15484
15485 1999-08-25  Nathan Sidwell  <nathan@acm.org>
15486
15487         * g++.old-deja/g++.other/decl5.C: New test.
15488
15489 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15490
15491         * noncompile/noncompile.exp: Load_lib c-torture.exp.
15492         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
15493         call `postbase' for each one.  All callers of `postbase' changed
15494         to call this instead.
15495
15496 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
15497
15498         * gcc.c-torture/execute/990811-1.c: New test.
15499
15500 1999-08-09  Nick Clifton  <nickc@cygnus.com>
15501
15502         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
15503         just native ones.
15504
15505         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
15506         just native ones.
15507
15508 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
15509
15510         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
15511
15512 1999-08-04  Jeffrey A Law  (law@cygnus.com)
15513
15514         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
15515
15516 1999-08-04  Nathan Sidwell  <nathan@acm.org>
15517
15518         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
15519
15520 1999-08-04  Jeffrey A Law  (law@cygnus.com)
15521
15522         * gcc.c-torture/execute/990804-1.c: New test.
15523
15524 1999-08-03  Nathan Sidwell  <nathan@acm.org>
15525
15526         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
15527         * g++.old-deja/g++.brendan/crash64.C: Likewise
15528         * g++.old-deja/g++.brendan/overload8.C: Likewise
15529
15530 1999-08-03  Nathan Sidwell  <nathan@acm.org>
15531
15532         * g++.old-deja/g++.other/struct1.C: New test.
15533
15534 1999-08-03  Nathan Sidwell  <nathan@acm.org>
15535
15536         * g++.old-deja/g++.other/enum2.C: New test.
15537
15538 1999-08-02  Richard Henderson  <rth@cygnus.com>
15539
15540         Adapted from tests from Franz Sirl:
15541         * gcc.c-torture/execute/va-arg-7.c: New test.
15542         * gcc.c-torture/execute/va-arg-8.c: New test.
15543
15544 1999-08-01  Jeffrey A Law  (law@cygnus.com)
15545
15546         * gcc.c-torture/compile/990801-2.c: New test.
15547
15548         * gcc.c-torture/compile/990801-1.c: New test.
15549
15550 1999-07-27  Michael Meissner  <meissner@cygnus.com>
15551
15552         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
15553         fp-cmp-1.c, converting double to float.
15554
15555         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
15556         fp-cmp-1.c, converting double to long double.
15557
15558         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
15559         from fr1 to unknown_register, since fr1 is a legitimate register
15560         on some machines.
15561
15562 1999-07-25  Jeffrey A Law  (law@cygnus.com)
15563
15564         * README: More listname related changes.
15565
15566 1999-07-08  Catherine Moore  <clm@cygnus.com>
15567
15568         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
15569
15570 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
15571
15572         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
15573
15574 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
15575
15576         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
15577
15578 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
15579
15580         * gcc.dg/990703-1.c: New test.
15581
15582 1999-06-29  Nick Clifton  <nickc@cygnus.com>
15583
15584         * lib/file-format.exp: New file: Move definition of proc
15585         gcc_target_object_format to here from
15586         gcc.dg/special/ecos.exp.
15587
15588         * lib/c-torture.exp: Include lib file-format.exp.
15589         * lib/gcc-dg.exp: Include lib file-format.exp.
15590
15591         * gcc.dg/special/ecos.exp: Remove definition of proc
15592         gcc_target_object_format.
15593
15594 1999-06-28  Jeffrey A Law  (law@cygnus.com)
15595
15596         * gcc.c-torture/execute/990628-1.c: New test.
15597
15598 1999-06-25  Jeffrey A Law  (law@cygnus.com)
15599
15600         * gcc.c-torture/compile/990625-2.c: New test.
15601
15602         * gcc.c-torture/compile/990625-1.c: New test.
15603
15604 1999-06-23  Nick Clifton  <nickc@cygnus.com>
15605
15606         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
15607         attributes compile.
15608         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
15609         ports that use the COFF/PE file format.
15610
15611 1999-06-17  Jeffrey A Law  (law@cygnus.com)
15612
15613         * gcc.c-torture/compile/990617-1.c: New test.
15614
15615 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
15616
15617         * g++.old-deja/g++.other/decl4.C: New test.
15618
15619 1999-06-14  Nathan Sidwell  <nathan@acm.org>
15620
15621         * g++.old-deja/g++.other/bitfld3.C: New test.
15622
15623 1999-06-08  Nathan Sidwell  <nathan@acm.org>
15624
15625         * g++.old-deja/g++.eh/catch1.C: New test.
15626
15627 1999-06-07  Jeffrey A Law  (law@cygnus.com)
15628
15629         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
15630
15631         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
15632         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
15633
15634 1999-06-05  Craig Burley  <craig@jcb-sc.com>
15635
15636         * g77.f-torture/compile/19990502-0.f: Replace with new,
15637         shorter, test that still fails after recent changes.
15638
15639 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
15640
15641         * gcc.c-torture/execute/990604-1.c: New test.
15642
15643 1999-05-31  Jeffrey A Law  (law@cygnus.com)
15644
15645         * gcc.c-torture/execute/990531-1.c: New test.
15646
15647 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15648
15649         * gcc.c-torture/compile/990527-1.c: New test.
15650
15651 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
15652
15653         * gcc.c-torture/execute/990527-1.c: New test.
15654
15655 1999-05-25  Nick Clifton  <nickc@cygnus.com>
15656
15657         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
15658         bitfields as signed.
15659
15660 1999-05-25  Craig Burley  <craig@jcb-sc.com>
15661
15662         * g77.f-torture/compile/19990525-0.f: New test.
15663
15664 1999-05-25  Jeffrey A Law  (law@cygnus.com)
15665
15666         * gcc.c-torture/execute/990525-2.c: New test.
15667
15668         * gcc.c-torture/execute/990525-1.c: New test.
15669
15670 1999-05-24  Nathan Sidwell  <nathan@acm.org>
15671
15672         * g++.old-deja/g++.other/anon3.C: New test.
15673         * g++.old-deja/g++.other/anon4.C: New test.
15674         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
15675         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
15676         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
15677         Merrill).
15678
15679 1999-05-24  Jeffrey A Law  (law@cygnus.com)
15680
15681         * gcc.c-torture/execute/990524-1.c: New test.
15682
15683         * gcc.dg/990524-1.c: New test.
15684
15685 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15686
15687         * gcc.c-torture/compile/990523-1.c: New test.
15688
15689 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
15690
15691         * gcc.c-torture/compile/990519-1.c: New test.
15692
15693 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
15694
15695         * gcc.c-torture/compile/990517-1.c: New test.
15696
15697         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
15698         (e4, f4): New tests.
15699         (main): Call them.
15700
15701 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15702
15703         * gcc.dg/noreturn-1.c: New test.
15704
15705 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
15706
15707         * gcc.c-torture/execute/990513-1.c: New test.
15708
15709 1999-05-10  Richard Henderson  <rth@cygnus.com>
15710
15711         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
15712
15713 1999-05-10  Craig Burley  <craig@jcb-sc.com>
15714
15715         * g77.f-torture/execute/erfc.f: Use small single-precision
15716         values, to avoid problems on Alphas when not -mieee.
15717
15718 1999-05-08  Craig Burley  <craig@jcb-sc.com>
15719
15720         * gcc.dg/990506-0.c: New test.
15721
15722 1999-05-08  Richard Henderson  <rth@cygnus.com>
15723
15724         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
15725         the constant to test.  Don't XFAIL 64-bit targets.
15726
15727         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
15728         * g++.old-deja/g++.law/profile1.C: Likewise.
15729
15730         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
15731         operator new instances.
15732         * g++.old-deja/g++.other/delete5.C: Likewise.
15733
15734 1999-05-03  Craig Burley  <craig@jcb-sc.com>
15735
15736         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
15737         intrinsic.
15738
15739 1999-05-03  Craig Burley  <craig@jcb-sc.com>
15740
15741         * g77.f-torture/execute/u77-test.f: Reverse order of two
15742         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
15743
15744 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15745
15746         * gcc.dg/compare1.c: New test.
15747
15748 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
15749
15750         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
15751         New tests.
15752
15753 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15754
15755         * g77.f-torture/compile/19990502-1.f: New test.
15756
15757 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15758
15759         * g77.f-torture/compile/19990502-0.f: New test.
15760
15761 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15762
15763         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
15764         intrinsic.
15765
15766 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15767
15768         * g77.f-torture/execute/u77-test.f (main): List libU77
15769         intrinsics not currently tested.
15770         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
15771         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
15772         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
15773         Trim blanks off the ends of some printed strings.
15774
15775 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15776
15777         * g77.f-torture/execute/u77-test.f (main): Just warn about
15778         FSTAT gid disagreement, as it's expected on some systems.
15779
15780 1999-05-01  Craig Burley  <craig@jcb-sc.com>
15781
15782         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
15783         use a new function, which allows for some slop.
15784         Clean up some commentary.
15785         (issum): The new function.
15786         (sgladd): Deleted subroutine.
15787
15788 1999-05-01  Craig Burley  <craig@jcb-sc.com>
15789
15790         * g77.f-torture/execute/u77-test.f: Modify to be more like
15791         libf2c/libU77 version, bringing patches to that version here.
15792         Add suitable commentary.
15793
15794 1999-04-25  Richard Henderson  <rth@cygnus.com>
15795
15796         * gcc.dg/990424-1.c: New test.
15797
15798 1999-04-24  Craig Burley  <craig@jcb-sc.com>
15799
15800         * g77.f-torture/execute/u77-test.f (main): Bug involving
15801         LSTAT has been fixed, so turn back on full checking.
15802
15803 1999-04-20  Craig Burley  <craig@jcb-sc.com>
15804
15805         * g77.f-torture/compile/19990419-0.f: New test.
15806         * g77.f-torture/execute/19990419-1.f: New test.
15807
15808 1999-04-17  Richard Henderson  <rth@cygnus.com>
15809
15810         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
15811         to avoid the need for a prototype to supress a warning.
15812
15813 1999-04-07  Jim Wilson  <wilson@cygnus.com>
15814
15815         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
15816
15817 1999-04-04  Jeffrey A Law  (law@cygnus.com)
15818
15819         * gcc.c-torture/execute/990404-1.c: New test.
15820
15821 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
15822
15823         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
15824         * gcc.dg/cpp-if3.c: Don't use -pedantic.
15825         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
15826         missing initializer warnings.
15827
15828 1999-03-28  Jeffrey A Law  (law@cygnus.com)
15829
15830         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
15831         matching strings.
15832
15833 1999-03-26  Jeffrey A Law  (law@cygnus.com)
15834
15835         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
15836
15837 1999-03-26  Craig Burley  <craig@jcb-sc.com>
15838
15839         * g77.f-torture/execute/19990325-0.f: New test.
15840         * g77.f-torture/execute/19990325-1.f: New test.
15841
15842 1999-03-24  Jeffrey A Law  (law@cygnus.com)
15843
15844         * gcc.c-torture/execute/990324-1.c: New test.
15845
15846 1999-03-22  Jim Wilson  <wilson@cygnus.com>
15847
15848         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
15849         test with 4.
15850
15851 1999-03-17  Richard Henderson  <rth@cygnus.com>
15852
15853         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
15854
15855 1999-03-13  Craig Burley  <craig@jcb-sc.com>
15856
15857         * g77.f-torture/execute/19990313-2.f: New test.
15858         * g77.f-torture/execute/19990313-3.f: New test.
15859
15860 1999-03-13  Craig Burley  <craig@jcb-sc.com>
15861
15862         * g77.f-torture/execute/19990313-0.f: New test.
15863         * g77.f-torture/execute/19990313-1.f: New test.
15864
15865 1999-03-12  Jim Wilson  <wilson@cygnus.com>
15866
15867         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
15868         printf to sprintf.
15869         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
15870         (main): Add check for u15.  Conditionalize u31 check depending on
15871         whether ints are <32 bits or >=32 bits.
15872
15873 1999-03-08  Craig Burley  <craig@jcb-sc.com>
15874
15875         * g77.f-torture/execute/19981119-0.f: Improve testiness.
15876
15877 1999-03-08  Craig Burley  <craig@jcb-sc.com>
15878
15879         * g77.f-torture/compile/19990305-0.f: New test.
15880         * g77.f-torture/execute/19981119-0.f: New test.
15881
15882 1999-03-08  Craig Burley  <craig@jcb-sc.com>
15883
15884         * g77.f-torture/execute/970625-2.f: call ABORT if final
15885         result is not correct, instead of just printing it.
15886         Add this checking via newly introduced obfuscation, to
15887         trip up buggy front ends.
15888
15889 1999-03-07  Craig Burley  <craig@jcb-sc.com>
15890
15891         * g77.f-torture/compile/960317-1.f: Moved from being
15892         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
15893
15894 1999-03-06  Craig Burley  <craig@jcb-sc.com>
15895
15896         * g77.f-torture/execute/960317-1.f: New (old) test.
15897         * g77.f-torture/execute/970625-2.f: Ditto.
15898
15899 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
15900
15901         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
15902         message on line 1 or line 2; cccp and cpplib do this differently.
15903
15904 1999-03-01  Jeffrey A Law  (law@cygnus.com)
15905
15906         * g++.old-deja/g++.law/weak1.C: New test.
15907
15908 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
15909
15910         * gcc.c-torture/execute/990119-1.c: Renamed to...
15911         * gcc.dg/990119-1.c: this, so it will only be tested once
15912         (it's a preprocessor test, it doesn't need to be run at
15913         multiple optimization levels).
15914
15915 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
15916
15917         * lib/g++.exp: Don't add incdir=$base_dir/../include to
15918           ALWAYS_CXXFLAGS.
15919
15920 1999-02-24  Craig Burley  <craig@jcb-sc.com>
15921
15922         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
15923         * g77.f-torture/compile/19981216-0.f: ...as it is expected
15924         to not be compilable by current g77.
15925
15926 1999-02-24  Nick Clifton  <nickc@cygnus.com>
15927
15928         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
15929
15930 1999-02-22  Jeffrey A Law  (law@cygnus.com)
15931
15932         * gcc.c-torture/execute/990222-1.c: New test.
15933
15934 1999-02-19  Craig Burley  <craig@jcb-sc.com>
15935
15936         * g77.f-torture/compile/19990218-0.f: New test.
15937         * g77.f-torture/noncompile/19990218-1.f: New test.
15938
15939 1999-02-18  Craig Burley  <craig@jcb-sc.com>
15940
15941         * g77.f-torture/compile/19981216-0.f: New test.
15942
15943 1999-02-14  Jeffrey A Law  (law@cygnus.com)
15944
15945         * gcc.dg/990214-1.c: New test.
15946
15947 1999-02-13  Jeffrey A Law  (law@cygnus.com)
15948
15949         * gcc.dg/990213-2.c: New test.
15950
15951         * gcc.dg/990213-1.c: New test.
15952
15953 1999-02-12  Jeffrey A Law  (law@cygnus.com)
15954
15955         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
15956         ints.
15957
15958 1999-02-11  Nick Clifton  <nickc@cygnus.com>
15959
15960         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
15961         specified by target.
15962
15963         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
15964
15965 1999-02-11  Jeffrey A Law  (law@cygnus.com)
15966
15967         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
15968
15969 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
15970
15971         * gcc.dg/special/ecos.exp: New test driver for new tests with
15972         special requirements.
15973
15974         * gcc.dg/special/alias-1.c: New test.
15975         * gcc.dg/special/gcsec-1.c: New test.
15976         * gcc.dg/special/weak-1.c: New test.
15977         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
15978         * gcc.dg/special/weak-2.c: New test.
15979         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
15980         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
15981         * gcc.dg/special/wkali-1.c: New test.
15982         * gcc.dg/special/wkali-2.c: New test.
15983         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
15984         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
15985
15986 1999-02-10  Felix Lee  <flee@cygnus.com>
15987
15988           * lib/c-torture.exp (c-torture-compile): Pull out code for
15989           analyzing gcc error messages.
15990           (c-torture-execute): Likewise.  Fix some (harmless) false
15991           positives.
15992           * lib/gcc.exp (gcc_check_compile): New function.
15993
15994 1999-02-08  Richard Henderson  <rth@cygnus.com>
15995
15996         * gcc.c-torture/execute/990208-1.c: New test.
15997
15998 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
15999
16000         * g++.dg/special/ecos.exp: New driver for new tests with special
16001         requirements
16002
16003         * g++.dg/special/conpr-1.C: New test
16004         * g++.dg/special/conpr-2.C: New test
16005         * g++.dg/special/conpr-2a.C: New test
16006         * g++.dg/special/conpr-3.C: New test
16007         * g++.dg/special/conpr-3a.C: New test
16008         * g++.dg/special/conpr-3b.C: New test
16009
16010         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
16011         allow g++ to use the dg driver
16012
16013         * README: Add comment about g++.dg directory
16014
16015 1999-02-06  Jeffrey A Law  (law@cygnus.com)
16016
16017         * README: Update email addresses.
16018
16019 1999-02-03  Nick Clifton  <nickc@cygnus.com>
16020
16021         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
16022         arguments in order to force structure S onto the stack even on
16023         the alpha.
16024         (test): Pass 10 leading arguments to function foo as well as the
16025         structure S.
16026
16027         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
16028         failure for all targets.
16029
16030         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
16031         abort to terminate program execution.
16032
16033 1999-01-30  Richard Henderson  <rth@cygnus.com>
16034
16035         * gcc.c-torture/execute/990130-1.c: New test.
16036
16037 1999-01-30  Jeffrey A Law  (law@cygnus.com)
16038
16039         * gcc.dg/990130-1.c: New test.
16040
16041 1999-01-28  Michael Meissner  <meissner@cygnus.com>
16042
16043         * gcc.c-torture/execute/990128-1.c: New test.
16044
16045 1999-01-27  Michael Meissner  <meissner@cygnus.com>
16046
16047         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
16048
16049 1999-01-27  Felix Lee  <flee@cygnus.com>
16050
16051         * lib/c-torture.exp (c-torture-compile): pull out code for
16052         analyzing gcc error messages.
16053         (c-torture-execute): ditto, and fix some (harmless) false
16054         positives.
16055         * lib/gcc.exp (gcc_check_compile): new function.
16056
16057 1999-01-17  Jeffrey A Law  (law@cygnus.com)
16058
16059         * gcc.dg/990117-1.c: New test.
16060
16061         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
16062
16063         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
16064
16065 1999-01-15  Jeffrey A Law  (law@cygnus.com)
16066
16067         * g77.f-torture/compile/990115-1.f: New test.
16068
16069 1999-01-07  Jeffrey A Law  (law@cygnus.com)
16070
16071         * gcc.c-torture/compile/990107-1.c: New test
16072
16073 1999-01-06  Jeffrey A Law  (law@cygnus.com)
16074
16075         * gcc.c-torture/execute/990106-2.c: New test.
16076
16077         * gcc.c-torture/execute/990106-1.c: New test.
16078
16079 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
16080
16081         * gcc.c-torture/compile/981223-1.c: New test.
16082
16083 1998-12-29  Richard Henderson  <rth@cygnus.com>
16084
16085         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
16086         (opt3): Rename from opt4 and disable.
16087
16088 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
16089
16090         * g++.old-deja/g++.pt/ptrmem5.C: New test.
16091
16092 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
16093
16094         * g++.old-deja/g++.other/conv5.C: New test.
16095
16096 1998-12-14  Nick Clifton  <nickc@cygnus.com>
16097
16098         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
16099
16100 1998-12-11  Jeffrey A Law  (law@cygnus.com)
16101
16102         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
16103
16104 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
16105
16106         * gcc.c-torture/compile/981211-1.c: New test.
16107
16108 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
16109
16110         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
16111
16112         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
16113
16114 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16115
16116         * gcc.special/930510-1.c: Make C9X safe.
16117         * gcc.misc-tests/gcov-1.c Similarly.
16118         * gcc.misc-tests/gcov-2.c Similarly.
16119
16120 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
16121
16122         * gcc.dg/ultrasp1.c: New test.
16123
16124 1998-12-06  Richard Henderson  <rth@cygnus.com>
16125
16126         * gcc.c-torture/execute/981206.c: New test.
16127
16128 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
16129
16130         * g++.old-deja/g++.ns/template7.C: New test.
16131
16132         * g++.old-deja/g++.other/expr1.C: New test.
16133
16134         * g++.old-deja/g++.eh/tmpl3.C: New test.
16135
16136         * g++.old-deja/g++.eh/tmpl2.C: New test.
16137
16138 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
16139
16140         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
16141         * g++.old-deja/g++.other/using6.C: Removed.
16142         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
16143
16144         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
16145
16146 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
16147
16148         * g++.old-deja/g++.pt/overload8.C: New test.
16149
16150         * g++.old-deja/g++.pt/overload7.C: New test.
16151
16152         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
16153
16154         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
16155         and relinking messages.
16156         * lib/g++.exp (g++_target_compile): Remove .rpo file when
16157         compiling with -frepo.
16158
16159 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
16160
16161         * g++.old-deja/g++.pt/lookup6.C: New test.
16162
16163 1998-11-30  Nick Clifton  <nickc@cygnus.com>
16164
16165         * gcc.c-torture/execute/981130-1.c: New test.
16166         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
16167
16168 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
16169
16170         * g++.old-deja/g++.pt/explicit76.C: New test.
16171
16172         * g++.old-deja/g++.pt/friend38.C: New test.
16173
16174         * g++.old-deja/g++.ns/crash2.C: New test.
16175
16176         * g++.old-deja/g++.pt/defarg8.C: New test.
16177
16178         * g++.old-deja/g++.pt/instantiate6.C: New test.
16179
16180         * g++.old-deja/g++.pt/static6.C: New test.
16181
16182         * g++.old-deja/g++.pt/decl2.C: New test.
16183
16184 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
16185
16186         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
16187         problem is actually related with name lookup, but so what? :-)
16188
16189         * g++.old-deja/g++.pt/friend37.C: New test.
16190
16191 1998-11-25  Dave Love  <d.love@dl.ac.uk>
16192
16193         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
16194         element, which fails on some systems.
16195
16196         * g77.f-torture/execute/labug1.f: New test.
16197
16198 1998-11-21  Jeffrey A Law  (law@cygnus.com)
16199
16200         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
16201         is defined.
16202
16203 1998-11-18  Dave Love  <d.love@dl.ac.uk>
16204
16205         * g77.f-torture/compile/981117-1.f: New test.
16206
16207 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
16208
16209         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
16210         properly discarded.
16211
16212 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
16213
16214         * gcc.c-torture/execute/memcheck: New directory of tests for
16215         -fcheck-memory-usage.
16216
16217 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16218
16219         * README: New file, general information about the testsuite and
16220         new description of the various C++ test subdirectories.
16221         * README.g++: Eliminate obsolete information, update and move most
16222         relevant stuff to README.
16223
16224 1998-11-07  Richard Henderson  <rth@cygnus.com>
16225
16226         * gcc.c-torture/compile/981107-1.c: New test.
16227
16228 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
16229
16230         * execute/memcpy-bi.c: New testcase.
16231
16232 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
16233
16234         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
16235         base classes.
16236
16237         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
16238         template is selected.
16239
16240         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
16241         classes, it should be accepted for all types.
16242
16243         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
16244
16245         * g++.old-deja/g++.pt/spec24.C: Ensure that template
16246         specializations start with template headers.
16247
16248 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
16249
16250         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
16251
16252         * g++.old-deja/g++.other/init9.C: Test cross initialization of
16253         non-POD types.
16254
16255 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
16256
16257         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
16258
16259 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16260
16261         * compile/981022-1.c, compile/981022-1.x: New test and driver.
16262
16263 1998-10-19  Jeffrey A Law  (law@cygnus.com)
16264
16265         * 981019-1.c: New test.
16266
16267 1998-10-14  Robert Lipe <robertl@dgii.com>
16268
16269         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
16270         find objc headers.
16271
16272 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
16273
16274         * compile/981001-4.c: Remove use of GCC extension that triggers a
16275         compiler bug.
16276
16277 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
16278
16279         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
16280
16281 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
16282
16283         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
16284         instantiation of template produces incorrect code for delete
16285         expression.
16286
16287         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
16288         constructors' name is not unique.
16289         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
16290         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
16291
16292         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
16293         automatic array of const is ill-formed.
16294
16295         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
16296         of template parameter?
16297
16298         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
16299         const.
16300
16301         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
16302         pointer-to-member expression.
16303
16304         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
16305         declaration causes ICE.
16306
16307 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
16308
16309         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
16310         reserved in the global namespace.
16311
16312         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
16313         generate needed virtual table.
16314
16315         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
16316
16317 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
16318
16319         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
16320         template-dependent type
16321
16322 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
16323
16324         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
16325         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
16326         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
16327
16328         * g++.old-deja/g++.other/using5.C: New test; using decl from base
16329         class should be usable as argument of member function.
16330         * g++.old-deja/g++.other/using6.C: New test; using decl from base
16331         class should be usable as return type of member function.
16332         * g++.old-deja/g++.other/using7.C: New test; using decl from base
16333         class should be usable as type of data member.
16334
16335         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
16336
16337 1998-10-09  Jeffrey A Law  (law@cygnus.com)
16338
16339         * gcc.c-torture/special/920521-1.c: Fix bogus test.
16340
16341 1998-10-08  Nick Clifton  <nickc@cygnus.com>
16342
16343         * gcc.dg/dll-?.c Add thumb to target list.
16344         Fix assembler scan patterns to match current assembler output.
16345
16346 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
16347
16348         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
16349         matching of template brackets.
16350
16351         * g++.old-deja/g++.other/using4.C: New test.  Test using
16352         declarations of methods from base classes.
16353
16354         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
16355         within functions should introduce names into the innermost
16356         enclosing namespace.
16357
16358         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
16359         of static locals if first initialization throws.
16360
16361 1998-10-07  Jim Wilson  <wilson@cygnus.com>
16362
16363         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
16364
16365 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
16366
16367         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
16368         lose track of the possible targets of tablejump insns.
16369         * special/special.exp: Run it.
16370
16371 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
16372
16373         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
16374         must be declared before its specializations can be named in friend
16375         declarations.
16376
16377 1998-10-05  Dave Love  <d.love@dl.ac.uk>
16378
16379         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
16380
16381         * g77.f-torture/execute/io1.f: New test.
16382
16383 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
16384
16385         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
16386         with pointer to template function, for which no argument deduction
16387         is possible.
16388
16389         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
16390         specialization of template function as argument to template
16391         function.
16392
16393         * g++.old-deja/g++.other/access2.C: New test; Inner class
16394         shouldn't have privileged access to Outer's names.
16395
16396 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
16397
16398         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
16399         friend template declared within template class conflicts with
16400         nested class of the same name.
16401
16402         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
16403         is ignored.
16404
16405         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
16406         object with direct initializer as function declaration.
16407
16408         * g++.old-deja/g++.other/decl2.C: New test; duplicate
16409         initializers.
16410
16411         * g++.old-deja/g++.other/null2.C: New test; conditional operator
16412         involving const pointer and NULL produces incorrect result.
16413
16414         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
16415         type name without `typename' should be rejected with -pedantic.
16416
16417 1998-10-02  Richard Henderson  <rth@cygnus.com>
16418
16419         * g++.old-deja/g++.other/addrof1.C: New test.
16420
16421 1998-10-01  Nick Clifton  <nickc@cygnus.com>
16422
16423         * gcc.c-torture/compile/981001-1.c: New test.
16424         * gcc.c-torture/execute/981001-1.c: New test.
16425
16426 1998-10-01  Jeffrey A Law  (law@cygnus.com)
16427
16428         * gcc.c-torture/compile/981001-2.c: New test.
16429         * gcc.c-torture/compile/981001-3.c: New test.
16430         * gcc.c-torture/compile/981001-4.c: New test.
16431
16432 1998-10-01  Robert Lipe  <robertl@dgii.com>
16433
16434         * lib/objc.exp (objc_target_compile): Add -L during compiles for
16435         multilibbed hosts.   Idea grafted from g77.exp.
16436
16437 1998-09-30  Dave Love  <d.love@dl.ac.uk>
16438
16439         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
16440         avoid losing on systems which need -lsocket.
16441
16442 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
16443
16444         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
16445         * g++.old-deja/g++.other/nested2.C: Ditto.
16446         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
16447         failure.
16448
16449 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
16450
16451         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
16452         preferred over template operator!= for enum bitfields.
16453
16454 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
16455
16456         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
16457         that happen to have the same base name, but in different scopes,
16458         are incorrectly rejected.
16459
16460 1998-09-16  Richard Henderson  <rth@cygnus.com>
16461
16462         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
16463         on the native word size instead of an integer literal.
16464
16465 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
16466
16467         * g++.old-deja/g++.other/static2.C: Invocation of static data
16468         member of type pointer-to-function denoted as non-static member.
16469
16470         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
16471         checks involving function types and aliases.
16472
16473 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
16474
16475         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
16476         redefined to the same non-trivial type.
16477
16478         * g++.old-deja/g++.pt/explicit73.C: Test for proper
16479         namespace-qualification of template specializations declared in
16480         other namespaces.
16481
16482         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
16483         to declare a subset of the specializations of a template function
16484         as friends of specializations of a template class.
16485
16486         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
16487         member templates that do not fully specialize the enclosing
16488         template class are rejected.
16489
16490 1998-09-11  Dave Love  <d.love@dl.ac.uk>
16491
16492         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
16493
16494 1998-09-08  Dave Love  <d.love@dl.ac.uk>
16495
16496         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
16497         altered from libf2c/libU77 version.
16498
16499 1998-09-06  Dave Love  <d.love@dl.ac.uk>
16500
16501         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
16502
16503 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
16504
16505         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
16506         (un)signed char are different types for template specialization
16507         purposes.
16508
16509 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
16510
16511         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
16512         * objc: ObjC testsuite.
16513
16514 1998-08-31  Catherine Moore  <clm@cygnus.com>
16515
16516         * gcc.c-torture/execute/941014-1.x:  New file.
16517
16518 1998-08-31  Nick Clifton  <nickc@cygnus.com>
16519
16520         * lib/c-torture.exp: Add support for
16521         torture_eval_before_compile and torture_eval_before_execute
16522         variables.
16523
16524 1998-08-30  Jeffrey A Law  (law@cygnus.com)
16525
16526         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
16527         this test triggers valid.
16528
16529 1998-08-27  Jeffrey A Law  (law@cygnus.com)
16530
16531         * gcc.dg/980827-1.c: New test.
16532
16533 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
16534
16535         * gcc.c-torture/execute/loop-4b.c: New test.
16536
16537 1998-08-26  Nick Clifton  <nickc@cygnus.com>
16538
16539         * lib/c-torture.exp: Add support for
16540         torture_eval_before_compile and torture_eval_before_execute
16541         variables.
16542
16543 1998-08-25  Jeffrey A Law  (law@cygnus.com)
16544
16545         * gcc.c-torture/compile/980825-1.c: New test.
16546
16547 1998-08-24  Nick Clifton  <nickc@cygnus.com>
16548
16549         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
16550         count number tests in opt_t0 not good_t0.
16551
16552 1998-08-24  Jeffrey A Law  (law@cygnus.com)
16553
16554         * gcc.c-torture/compile/930326-1.x: Fix typo.
16555
16556 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
16557
16558         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
16559         causes an ICE.
16560
16561 1998-08-21  Jeffrey A Law  (law@cygnus.com)
16562
16563         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
16564         STACK_SIZE is defined.
16565         * gcc.c-torture/unsorted/stuct.c: Similarly.
16566
16567         * gcc.c-torture/compile/980821-1.c: New test.
16568
16569 1998-08-21  Jeffrey A Law  (law@cygnus.com)
16570
16571         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
16572
16573 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
16574
16575         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
16576         code.
16577
16578 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
16579
16580         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
16581         error'.
16582
16583 1998-08-18  Jeffrey A Law  (law@cygnus.com)
16584
16585         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
16586
16587 1998-08-16  Jeffrey A Law  (law@cygnus.com)
16588
16589         * gcc.c-torture/compile/980816-1.c: New test.
16590
16591         * gcc.dg/980816-1.c: New test.
16592
16593 1998-08-13  Jeffrey A Law  (law@cygnus.com)
16594
16595         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
16596         compiler for ieee tests.
16597
16598 1998-08-01  Dave Love  <d.love@dl.ac.uk>
16599
16600         * g77.f-torture/compile/980729-0.f: New test.
16601
16602 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
16603
16604         * gcc.c-torture/special/eeprof-1.c: New test, for
16605         -finstrument-functions.
16606         * gcc.c-torture/special/special.exp: Run it.
16607
16608 1998-07-29  Jeffrey A Law  (law@cygnus.com)
16609
16610         * gcc.c-torture/compile/980729-1.c: New test.
16611
16612 1998-07-27  Nick Clifton  <nickc@cygnus.com>
16613
16614         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
16615         __thumb__ is defined, and test for ARM style doubles if so.
16616
16617 1998-07-26  Dave Love  <d.love@dl.ac.uk>
16618
16619         * g77.f-torture/noncompile/980615-0.f: New test.
16620
16621 1998-07-26  H.J. Lu  (hjl@gnu.org)
16622
16623         * gcc.dg/980312-1.c: Do link instead of compile.
16624         * gcc.dg/980313-1.c: Likewise.
16625
16626 1998-07-26  Jeffrey A Law  (law@cygnus.com)
16627
16628         * gcc.c-torture/compile/980726-1.c: New test.
16629
16630 1998-07-25  Dave Love  <d.love@dl.ac.uk>
16631
16632         * g77.f-torture/execute/io0.f: New test.
16633
16634 1998-07-24  Nick Clifton  <nickc@cygnus.com>
16635
16636         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
16637         an int.
16638
16639 1998-06-18  Michael Meissner  <meissner@cygnus.com>
16640
16641         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
16642         m32r bugs.
16643
16644 1998-07-17  Nick Clifton  <nickc@cygnus.com>
16645
16646         * gcc.dg/980626-1.c: Expect failures for all toolchains until
16647         c-decl.c:grokdeclarator can handle mode attributes.
16648
16649 1998-07-16  Jeffrey A Law  (law@cygnus.com)
16650
16651         * gcc.c-torture/execute/980716-1.c: New test.
16652
16653 1998-07-13  Jeffrey A Law  (law@cygnus.com)
16654
16655         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
16656         the mn10200.
16657         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
16658         the mn10200.
16659         * gcc.c-torture/execute/va-arg-3.x: Similarly.
16660         * gcc.c-torture/compile/930326-1.x: Similarly.
16661
16662 1998-07-13  Dave Love  <d.love@dl.ac.uk>
16663
16664         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
16665         New test from Craig.
16666
16667 1998-07-12  Dave Love  <d.love@dl.ac.uk>
16668
16669         * g77.f-torture/noncompile/980616-0.f: New test.
16670
16671         * g77.f-torture/execute/970816-3.f:  New test from Craig.
16672
16673 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
16674
16675         *  g++.other/singleton.C: Return error value instead of taking
16676         SIGSEGV.
16677
16678 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
16679
16680         *  g++.other/singleton.C: New test.   Warning is under dispute.
16681         Runtime crash is not.
16682
16683 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
16684
16685         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
16686         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
16687         using6.C, using7.C}:  New namespace tests.
16688
16689 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
16690
16691         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
16692         specialization with typedef'ed names used as array indexes.
16693
16694 1998-07-09  Jeffrey A Law  (law@cygnus.com)
16695
16696         * gcc.c-torture/execute/980709-1.c: New test.
16697
16698         * gcc.dg/980709-1.c: New test.
16699
16700 1998-07-07  Richard Henderson  <rth@cygnus.com>
16701
16702         * gcc.c-torture/execute/bcp-1.c: New test.
16703
16704 1998-07-07  Jeffrey A Law  (law@cygnus.com)
16705
16706         * gcc.c-torture/execute/980707-1.c: New test.
16707
16708 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
16709
16710         * gcc.c-torture/compile/980706-1.c: New test.
16711
16712 1998-07-01  Dave Love  <d.love@dl.ac.uk>
16713
16714         * g77.f-torture/execute/980701-0.f,
16715         g77.f-torture/execute/980701-1.f: New test from Craig.
16716
16717 1998-07-01  Jeffrey A Law  (law@cygnus.com)
16718
16719         * gcc.c-torture/compile/980701-1.c: New test.
16720
16721         * gcc.c-torture/execute/980701-1.c: New test.
16722
16723 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
16724 rlsruhe.de>
16725
16726         * g++.old-deja/g++.robertl/eb132.C: New test.
16727         * g++.old-deja/g++.robertl/eb133.C: Likewise.
16728
16729 1998-06-29  Dave Love  <d.love@dl.ac.uk>
16730
16731         * g77.f-torture/execute/980628-7.f,
16732         g77.f-torture/execute/980628-8.f,
16733         g77.f-torture/execute/980628-9.f,
16734         g77.f-torture/execute/980628-10.f: New tests from Craig.
16735
16736         * g77.f-torture/execute/980628-3.f: Remove mail headers.
16737
16738 1998-06-28  Jeffrey A Law  (law@cygnus.com)
16739
16740         * g77.f-torture/execute/980628-4.f: New test from Craig.
16741         * g77.f-torture/execute/980628-5.f: Likewise.
16742         * g77.f-torture/execute/980628-2.f: Likewise.
16743         * g77.f-torture/execute/980628-0.f: Likewise.
16744         * g77.f-torture/execute/980628-1.f: Likewise.
16745         * g77.f-torture/execute/980628-3.f: Likewise.
16746         * g77.f-torture/execute/980628-6.f: Likewise.
16747
16748 1998-06-28  Jeffrey A Law  (law@cygnus.com)
16749
16750         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
16751         directory when nothing has been installed yet.
16752
16753 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
16754
16755         * gcc.c-torture/special/special.exp: Handle newer versions of
16756         dejagnu.
16757
16758 1998-06-26  Jeffrey A Law  (law@cygnus.com)
16759
16760         * gcc.dg/980626-1.c: New test.
16761
16762 1998-06-19  Bruno Haible <haible@ilog.fr>
16763
16764         * gcc.misc-tests/m-un-2.c: New test.
16765         * g++.old-deja/g++.other/warn01.c: Likewise.
16766
16767 1998-06-19  Robert Lipe  <robertl@dgii.com>
16768
16769         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
16770         compatibility with assmblers with a different comment character.
16771         Eliminate use of GAS-specific extensions.
16772
16773 1998-06-19  Jeffrey A Law  (law@cygnus.com)
16774
16775         * gcc.c-torture/execute/ieee/980619-1.c: New test.
16776
16777 1998-06-19  Robert Lipe  <robertl@dgii.com>
16778
16779         *lib/g77.exp: Replace search for libf2c.a with search for newly
16780         renamed libg2c.a
16781
16782 1998-06-17  Jeffrey A Law  (law@cygnus.com)
16783
16784         * gcc.c-torture/execute/980617-1.c: New test.
16785
16786 1998-06-12  Jeffrey A Law  (law@cygnus.com)
16787
16788         * gcc.c-torture/execute/980612-1.c: New test.
16789
16790 1998-06-08  Jeffrey A Law  (law@cygnus.com)
16791
16792         * gcc.dg/980523-1.c: Only test on ppc-linux.
16793         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
16794
16795         * gcc.c-torture/execute/980608-1.c: New test.
16796
16797 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
16798
16799         * gcc.c-torture/execute/980605-1.c: New test.
16800
16801 1998-06-04  Jeffrey A Law  (law@cygnus.com)
16802
16803         * gcc.c-torture/execute/980604-1.c: New test.
16804
16805 1998-06-02  Jeffrey A Law  (law@cygnus.com)
16806
16807         * gcc.c-torture/execute/980602-1.c: New test.
16808         * gcc.c-torture/execute/980602-2.c: Likewise.
16809
16810 1998-06-02  Dave Love  <d.love@dl.ac.uk>
16811
16812         * 970125-0.f: Fix per JCB.  Add commentary.
16813
16814 1998-05-31  Michael Meissner  <meissner@cygnus.com>
16815
16816         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
16817         IEEE -0 support.
16818
16819 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
16820
16821         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
16822         earlier.
16823
16824 1998-05-28  Catherine Moore <clm@cygnus.com>
16825
16826         * gcc.c-torture/execute/980526-3.c: New test.
16827
16828 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
16829
16830         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
16831         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
16832         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
16833         m88k-motorola-sysv3 to XFAIL.
16834
16835 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16836
16837         * gcc.dg/980526-1.c: New test.
16838         * gcc.c-torture/execute/980526-2.c: New test.
16839
16840 1998-05-26  Jeffrey A Law  (law@cygnus.com)
16841
16842         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
16843
16844         * gcc.c-torture/execute/980526-1.c: New test.
16845
16846 1998-05-26  Dave Love  <d.love@dl.ac.uk>
16847
16848         * g77.f-torture/execute/alpha2.f: Add runtime test.
16849
16850 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
16851
16852         * g++.old-deja/old-deja.exp: Strip leading directories.
16853
16854         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
16855         error for the line.  Don't run multiple tests for the same line.
16856
16857 1998-05-23  Jeffrey A Law  (law@cygnus.com)
16858
16859         * gcc.dg/980523-1.c: New test.
16860
16861 1998-05-23  Dave Love  <d.love@dl.ac.uk>
16862
16863         * g77.f-torture/compile/970915-0.f: New test.
16864
16865 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
16866
16867         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
16868
16869 1998-05-21  Jeffrey A Law  (law@cygnus.com)
16870
16871         * gcc.dg/980520-1.c: New test.
16872
16873 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
16874
16875         * gcc.dg/980502-1.c: Fix return type.
16876
16877 1998-05-20  Jeffrey A Law  (law@cygnus.com)
16878
16879         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
16880         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
16881         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
16882         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
16883         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
16884
16885 1998-05-20  Dave Love  <d.love@dl.ac.uk>
16886
16887         * g77.f-torture/execute/980520-1.f: New test.
16888
16889 1998-05-15  Dave Love  <d.love@dl.ac.uk>
16890
16891         * lib/mike-g77.exp: New file.
16892
16893         * g77.f-torture/noncompile/noncompile.exp,
16894         g77.f-torture/noncompile/check0.f: New files.
16895
16896 1998-05-14  Dave Love  <d.love@dl.ac.uk>
16897
16898         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
16899         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
16900         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
16901         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
16902         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
16903         abort where appropriate.
16904
16905 1998-05-05  Michael Meissner  <meissner@cygnus.com>
16906
16907         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
16908         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
16909
16910 1998-04-29  Dave Love  <d.love@dl.ac.uk>
16911
16912         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
16913
16914 1998-04-27  Dave Love  <d.love@dl.ac.uk>
16915
16916         * g77.f-torture/compile/980427-0.f: New test.
16917
16918 1998-04-24  Dave Love  <d.love@dl.ac.uk>
16919
16920         * g77.f-torture/compile/980424-0.f: New test.
16921
16922 1998-04-19  Dave Love  <d.love@dl.ac.uk>
16923
16924         * g77.f-torture/compile/980419-2.f (main): New test.
16925         * g77.f-torture/compile/970125-0.f: New test.
16926         * g77.f-torture/compile/980419-1.f: New test.
16927
16928 1998-04-08  Jim Wilson  <wilson@cygnus.com>
16929
16930         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
16931         of loop-4.c.
16932
16933 1998-04-07  Jim Wilson  <wilson@cygnus.com>
16934
16935         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
16936
16937 1998-04-03  Jim Wilson  <wilson@cygnus.com>
16938
16939         * gcc.c-torture/compile/980329-1.c: New test.
16940
16941 1998-03-18  Jim Wilson  <wilson@cygnus.com>
16942
16943         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
16944         * gcc.dg/980312-1.c: Fix typo in -march command.
16945
16946 1998-03-16  H.J. Lu  (hjl@gnu.org)
16947
16948         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
16949
16950 1998-03-11  Robert Lipe  <robertl@dgii.com>
16951
16952         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
16953         Dave Love agree the Fortran source is bogus.
16954
16955 1998-03-11  Robert Lipe  <robertl@dgii.com>
16956
16957         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
16958         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
16959         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
16960         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
16961         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
16962
16963 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
16964
16965         * g++.old-deja/g++.other/friend1.C: New test.
16966
16967 1998-02-18  Dave Love  <d.love@dl.ac.uk>
16968
16969         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
16970         possibly uninitialized) variables and declare dnrm2.
16971
16972 1998-02-23  Robert Lipe <robertl@dgii.com>
16973
16974         From Bruno Haible <haible@ilog.fr>:
16975         * gcc.c-torture/execute/980223.c: New test.
16976
16977 1998-02-13  Jeffrey A Law  (law@cygnus.com)
16978
16979         * gcc.dg/ifelse-1.c: New test.
16980
16981 1998-02-09  H.J. Lu  (hjl@gnu.org)
16982
16983         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
16984
16985           * lib/old-dejagnu.exp (old-dejagnu): Added the
16986           "execution test - XFAIL *-*-*" handling in the spirit of
16987           "excess errors test -". Changed the "execution test fails"
16988           handling to be like "excess errors test fails".
16989           * Update various tests accordingly.
16990
16991 1998-02-06  Jim Wilson  <wilson@cygnus.com>
16992
16993         * gcc.c-torture/execute/980205.c: New test.
16994
16995 1998-01-18  Jeffrey A Law  (law@cygnus.com)
16996
16997         * lib/c-torture.exp: Look for .x files instead of .cexp files.
16998         * lib/f-torture.exp: Similarly.
16999         * gcc.c-torture: Rename all .cexp files to .x files.
17000
17001 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
17002
17003         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
17004         (940510-1.c): Removed duplicate.
17005         (971104-1.c): New test.
17006
17007 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
17008
17009           * lib/f-torture.exp: Improve error and loop detection.
17010
17011 1997-11-19  Michael Meissner  <meissner@cygnus.com>
17012
17013         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
17014         use that to size the filler array.
17015
17016 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
17017
17018         * lib/c-torture.exp(c-torture-execute): Fix typo.
17019
17020         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
17021         testcase as the executable name. Keep the executable around if
17022         the test fails.
17023
17024 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
17025
17026         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
17027         changes.  Only test one -g option, and move it to the end of the
17028         list of options to test.
17029
17030 1997-09-19  Michael Meissner  <meissner@cygnus.com>
17031
17032         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
17033         variable GCC_TORTURE_OPTIONS to supply default switches separated
17034         by colons.  If no environment variable, run tests with -O0 -g, -O1
17035         -g, and -O2 -g as well.
17036
17037 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
17038
17039         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
17040         explanatory comments. Fix indentation.
17041
17042 1997-09-15  Jeffrey A Law  (law@cygnus.com)
17043
17044         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
17045
17046 1997-09-11  Jeffrey A Law  (law@cygnus.com)
17047
17048         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
17049         * g++.old-deja/g++.mike/p7325.C: Likewise.
17050         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
17051
17052 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
17053
17054         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
17055         * g++.old-deja/g++.brendan/crash30.C: Likewise.
17056         * g++.old-deja/g++.brendan/crash39.C: Likewise.
17057         * g++.old-deja/g++.law/operators4.C: Likewise.
17058
17059 1997-09-11  Joe Buck  (jbuck@synopsys.com)
17060
17061         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
17062         * g++.old-deja/g++.mike/p784.C: Ditto.
17063         * g++.old-deja/g++.mike/p785.C: Ditto.
17064
17065 1997-09-05  Jeffrey A Law  (law@cygnus.com)
17066
17067           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
17068
17069 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
17070
17071         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
17072         target feature; pass this to c-torture-execute as needed.
17073
17074 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
17075
17076         * lib/c-torture.exp(c-torture-execute): If the previous and the
17077         current executables being tested are identical, we don't need to
17078         run the executable again. Try to make the executable names
17079         unique. Add an optional argument for passing additional compiler
17080         flags.
17081
17082 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
17083
17084         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
17085
17086 1997-08-29  Jeffrey A Law  (law@cygnus.com)
17087
17088         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
17089
17090 1997-07-31  Jeffrey A Law  (law@cygnus.com)
17091
17092         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
17093         32bit or larger longs.
17094
17095         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
17096         have either a 32bit long or 32bit int.
17097
17098 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
17099
17100         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
17101         Make double precision tests dependent on sizeof (double).
17102
17103 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
17104
17105         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
17106         too.
17107
17108 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
17109
17110         * gcc.c-torture/compile/961203-1.cexp: New script.
17111
17112 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
17113
17114         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
17115         up the includes ourselves.
17116
17117 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
17118
17119         * lib/plumhall.exp: Remove random include, and add a few
17120         verbose messages for debugging.
17121
17122 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
17123
17124         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
17125         of trying to do it ourselves.
17126
17127 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
17128
17129         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
17130
17131 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
17132
17133         * gcc.prms/5403.c: Made regexp a bit less strict.
17134
17135 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
17136
17137         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
17138         is returned from remote_load instead.
17139         * lib/plumhall.exp: Ditto.
17140         * lib/mike-g++.exp: Ditto.
17141         * lib/old-dejagnu.exp: Ditto.
17142         * lib/c-torture.exp: Ditto.
17143
17144 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
17145
17146         * lib/g++.exp: Use build_wrapper procedure.
17147         * lib/gcc.exp: Ditto.
17148
17149 1997-05-20  Jeffrey A Law  (law@cygnus.com)
17150
17151         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
17152         an old-style decl for malloc.  Fixes tests to work when
17153         sizeof (int) != sizeof (size_t).
17154
17155 1997-05-15  Mike Meissner  <meissner@cygnus.com>
17156
17157         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
17158
17159         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
17160         use stdargs.h interface.
17161
17162 1997-05-15  Mike Meissner  <meissner@cygnus.com>
17163
17164         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
17165         NO_VARARGS when compiling.
17166
17167 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
17168
17169         * lib/plumhall.exp(ph_includes): New procedure.
17170         (ph_make): Use it.
17171         (ph_compiler): Ditto.
17172
17173         * lib/g++.exp: Rename test-glue.c to testglue.c.
17174         * lib/gcc.exp: Ditto.
17175
17176 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
17177
17178         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
17179         to completion when it's called.
17180
17181 1997-03-21  Michael Meissner  <meissner@cygnus.com>
17182
17183         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
17184         is defined, don't do test.
17185
17186 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
17187
17188         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
17189         for object files.
17190         (ph_summary): Mark skipped testcases as untested, not unresolved.
17191
17192         * lib/plumhall.exp (ph_make): If unresolved because of bad
17193         errorCode, record errorCode in log file.
17194         (*): Replace send_log/verbose with verbose -log.
17195
17196 1997-03-19  Michael Meissner  <meissner@cygnus.com>
17197
17198         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
17199         double conversion if double isn't at least 8 bytes.
17200
17201         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
17202         int to work with targets where int is 16 bits.
17203
17204         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
17205         8 bytes, just exit, since 4 byte doubles don't have enough bits of
17206         precision for the test to complete.
17207
17208 1997-03-14  Michael Meissner  <meissner@cygnus.com>
17209
17210         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
17211         if d10v is not compiled with the -mdouble64 flag.
17212         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
17213
17214         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
17215         d10v is not compiled with the -mint32 flag.
17216
17217 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
17218
17219         * lib/plumhall.exp: Use incr_count.
17220
17221 1997-03-12  Jeffrey A Law  (law@cygnus.com)
17222
17223         * gcc.c-torture: Update to c-torture-1.45.
17224
17225 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
17226
17227         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
17228         the name of the expect testcase file).
17229
17230         * lib/g++.exp(g++_init): Ditto.
17231
17232 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
17233
17234         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
17235         the host.
17236
17237         * lib/gcc.exp(gcc_exit): New procedure.
17238
17239 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
17240
17241         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
17242         specs where appropriate.
17243
17244         * g++.old-deja/g++.arm/*: Added additional ERROR checks
17245         because of new "candidates are" messages, and removed a few
17246
17247         * Converted all non-old-style g++ testcases to old-style, and
17248         moved into g++.old-deja.
17249
17250 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
17251
17252         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
17253         options.
17254
17255         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
17256         succeeded.
17257
17258         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
17259
17260 1997-02-13  Michael Meissner  <meissner@cygnus.com>
17261
17262         * lib/gcc.exp (gcc_target_compile): Add support for defining
17263         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
17264         the machine doesn't have those features.
17265
17266 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
17267
17268         * g++.law/operators4.exp: Don't use LIBS.
17269
17270 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
17271
17272         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
17273
17274         * lib/mike-g++.exp: Don't set the compiler to be tested here.
17275         * lib/g++.exp: Set it here instead. Also, allow use of the
17276         --tool_exec and --tool_opt options. Change CXX to
17277         GXX_UNDER_TEST.
17278
17279         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
17280
17281         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
17282
17283 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
17284
17285         * lib/old-dejagnu.exp: Use prune_warnings instead of
17286         prune_system_crud.
17287         * lib/mike-g++.exp: Ditto.
17288         * lib/gcc.exp: Ditto.
17289         * lib/g++.exp: Ditto.
17290
17291         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
17292
17293 1997-02-07  Jeffrey A Law  (law@cygnus.com)
17294
17295           * 941014-2.c: Include stdlib.h
17296           * 960327-1.c: Include stdio.h
17297           * dbra.c, index-1.c: Don't assume ints are 32bits.
17298
17299 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
17300
17301         * lib/gcc.exp: Add gcc,stack_size target feature.
17302
17303         * lib/g++.exp(g++_target_compile): Add the include and link
17304         paths here, not in two other places. And, it's $options, not
17305         options.
17306
17307         * lib/mike-g++.exp(postbase): Remove the code that determines
17308         the correct include and link paths.
17309         * g++.old-deja/old-deja.exp: Ditto.
17310
17311 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
17312
17313         * lib/g++.exp(g++_init): target_compile no longer returns the
17314         filename of the result.
17315
17316 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
17317
17318         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
17319         call to glob.
17320
17321         * gcc.c-torture/special/special.exp: Change call to
17322         gcc_target_compile to include the object file.
17323
17324 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
17325
17326         * gcc.c-torture/special/special.exp: Correct misspelling in last
17327         change.
17328
17329 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
17330
17331         * lib/plumhall.exp(ph_summary): Log the entire output of the
17332         executable. Return -1 if there were any failures, 0 otherwise.
17333         (ph_execute): Return -1 if there were any failures, 0 otherwise.
17334         (ph_make): Clean up objects and executables that were built
17335         if the tests succeeded.
17336
17337 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
17338
17339         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
17340         libraries and includes in the build tree as appropriate.
17341
17342 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
17343
17344         * lib/c-torture.exp: Instead of looking for the global variable
17345         NO_LONG_LONG, check to see if that's a feature of the target.
17346
17347 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
17348
17349         * config/default.exp: Minimize. Delete the remainer of the files in
17350         config; this functionality is now in devo/dejagnu/config.
17351
17352         g++.*/*: Pass any additional flags used to compile to postbase;
17353         delete CXXFLAGS.
17354
17355         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
17356         is now done by runtest.exp. Use gcc_target_compile instead of
17357         compile.
17358
17359         lib/c-torture.exp: Use gcc_target_compile instead of compile.
17360         Remove references to CFLAGS. Use remote_file instead of
17361         calling rm -f.
17362         (c-torture): Take a list of arguments to use to compile this
17363         testcase.
17364
17365         lib/g++.exp: Simplify. Use target_compile instead of compile.
17366         lib/gcc-dg.exp: Ditto.
17367         lib/gcc.exp: Ditto.
17368         lib/mike-{gcc,g++}.exp: Ditto.
17369         lib/old-dejagnu.exp: Ditto.
17370         lib/plumhall.exp: Ditto.
17371
17372 1997-01-08  Jim Wilson  <wilson@cygnus.com>
17373
17374         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
17375         (ph_linker): Likewise.
17376
17377 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
17378
17379           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
17380         MAP_ANON / MAP_ANONYMOUS if defined;
17381         else try to map from /dev/zero .
17382
17383 1996-11-12  Jeffrey A Law  (law@cygnus.com)
17384
17385         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
17386         isn't defined, then define it to MAP_ANONYMOUS.
17387
17388 1996-11-12  Jeffrey A Law  (law@cygnus.com)
17389
17390         * gcc.c-torture: Update to c-torture-1.42 release.
17391
17392 1996-11-11  Jeffrey A Law  (law@cygnus.com)
17393
17394         * gcc.c-torture: Update to c-torture-1.41 release.
17395
17396 1996-10-27  Jeffrey A Law  (law@cygnus.com)
17397
17398         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
17399         c-torture release.
17400
17401 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
17402
17403         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
17404         and LDFLAGS.  Fix second case to append the target_info ldflags
17405         onto LDFLAGS, not CFLAGS.
17406         * lib/g++.exp (g++_init): Add target_info stuff.
17407         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
17408         of libgloss and newlib flags for !native.
17409
17410         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
17411         (GDB): Fix relative path to go up another dir for finding gdb.
17412
17413 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
17414
17415         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
17416         versions in the target_info array, if they don't exist.
17417
17418 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
17419
17420         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
17421
17422 1996-07-08  Jim Wilson  <wilson@cygnus.com>
17423
17424         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
17425         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
17426
17427 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
17428
17429         * lib/old-dejagnu.exp: Don't remove the output file before we've
17430         actually tested it. Don't append pwd to the path of the executable
17431         we're testing.
17432
17433 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
17434
17435         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
17436
17437 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
17438
17439         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
17440         temporary directory for compiler files, and set it to a default
17441         value of /tmp. Set $output as the name of the output file from
17442         compiling the testcase. Add a -o option to $cflags_var so the
17443         compiler writes the final output file as $output. Set $executable
17444         to $output.
17445
17446         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
17447         directory for compiler files, and set it to /tmp if it doesn't
17448         already have a value. Set $output_file to the name of the output
17449         file from compiling the testcase. Add a -o option to CXXFLAGS so
17450         the compiler writes the final output file as $output. Use $output
17451         as the executable to be tested.
17452
17453 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
17454
17455         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
17456
17457 1996-06-08  Jeffrey A Law  (law@cygnus.com)
17458
17459         * gcc.c-torture/execute/pending-1.c: New test.  Still
17460         pending in Tege's queue.
17461
17462 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
17463
17464         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
17465         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
17466         if there were failures.  Call unresolved if there were unresolved
17467         testcases.  Call gcc_fail if program did not run to completion.
17468         (ph_make): Pass additional argument name to ph_execute.
17469         (ph_execute): Add new argument.  Pass additional arguments to
17470         ph_summary.  Call gcc_fail is there is no execution output.
17471
17472 1996-04-24  Jeffrey A Law  (law@cygnus.com)
17473
17474         * lib/plumhall.exp (proc_summary): Output relavent summary
17475         lines into the log so specific failures in plumhall can be
17476         investigated.
17477
17478 1996-04-10  Jeffrey A Law  (law@cygnus.com)
17479
17480         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
17481         (c-torture-execute): Don't try to execute tests which use
17482         "long long" types if $NO_LONG_LONG is nonzero.
17483
17484 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
17485
17486         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
17487         not c-torture.
17488
17489         * gcc.ieee: Move from here.
17490         * gcc.c-torture/execute/ieee: To here.
17491
17492 1996-03-26  Jeffrey A Law  (law@cygnus.com)
17493
17494         * gcc.c-torture: Update to c-torture-1.41 release.
17495
17496 1996-03-22  Jeffrey A Law  (law@cygnus.com)
17497
17498         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
17499         not "$output".
17500
17501 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
17502
17503         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
17504         -c present.
17505
17506 1996-03-02  Jeffrey A Law  (law@cygnus.com)
17507
17508         * config/proelf.exp: Handle connecting to a simulator.
17509
17510 1996-01-31  Jeffrey A Law  (law@cygnus.com)
17511
17512         * config/proelf.exp: New file.  Enough framework that we can
17513         run c-torture tests on the proelf targets (or any other target
17514         that gdb can connect to for that matter).
17515
17516 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
17517
17518         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
17519         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
17520
17521         * lib/plumhall.exp (ph_execute): Always call ph_summary if
17522         exec_output exists.
17523
17524 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
17525
17526         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
17527         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
17528
17529         * config/*.exp: Update FSF address.  Change result of ${tool}_load
17530         to pass/fail/unresolved/unsupported/untested.  Caller must now
17531         call unresolved/unsupported/untested.
17532         * lib/*.exp: Update FSF address.  Update to handle new results of
17533         ${tool}_load.
17534         * lib/chill.exp (verbose): Delete.
17535
17536 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
17537
17538         * lib/gcc.exp (default_gcc_start): Change order of args to
17539         $LDFLAGS $CFLAGS $LIBS.
17540         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
17541         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
17542         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
17543         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
17544         * gcc.misc-tests/dg-test.exp: Likewise.
17545         * gcc.misc-tests/msgs.exp: Likewise.
17546         * gcc.prms/prms.exp: Likewise.
17547         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
17548         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
17549
17550         * lib/dg.exp: Deleted, moved to dejagnu/lib.
17551
17552 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
17553
17554         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
17555
17556         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
17557         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
17558
17559         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
17560         necessary.
17561
17562 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
17563
17564         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
17565         global for loop; add use of $mathlib.
17566         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
17567         settings here; set mathlib for anything but VxWorks.
17568
17569 1996-01-22  Jeffrey A Law  (law@cygnus.com)
17570
17571         * gcc.c-torture: Update to c-torture-1.40 release.
17572
17573 1996-01-03  Jeffrey A Law  (law@cygnus.com)
17574
17575         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
17576         dg.exp.
17577
17578 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
17579
17580         * lib/c-torture.exp (c-torture-execute): Declare "output" as
17581         global.
17582
17583 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
17584
17585         * lib/g++.exp (LIBS): Define if not already.
17586         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
17587         (gcc-dg-prune): Call prune_gcc_output.
17588         * lib/gcc.exp (prune_gcc_output): New proc.
17589         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
17590         prune_gcc_output.
17591
17592 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
17593
17594         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
17595         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
17596
17597 1995-11-15  Jeffrey A Law  (law@cygnus.com)
17598
17599         * gcc.c-torture: Update to c-torture-1.39 release.
17600
17601 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
17602
17603         * lib/c-torture.exp (c-torture-execute): Don't return if one option
17604         fails, try others as well.
17605
17606 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
17607
17608         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
17609         If compilation fails, mark execute tests as `untested'.
17610         If test is marked as unsupported, don't mark compilation and
17611         execute tests as failed.
17612
17613 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
17614
17615         * lib/g++.exp (g++_init): Don't link in libg++, and look to
17616         libstdc++ for whether or not we want to be doing shared
17617         libraries.  Delete link_curses since we don't need it anymore.
17618         * lib/mike-g++.exp (postbase): Don't link in libg++.
17619         * g++.old-deja/old-deja.exp: Likewise.
17620
17621 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
17622
17623         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
17624
17625 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
17626
17627         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
17628         For that, add `-Wl,-a,shared_archive'.
17629         * g++.old-deja/old-deja.exp: Likewise.
17630
17631 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
17632
17633         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
17634
17635 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
17636
17637         * lib/mike-g++.exp (postbase): Pay attention to the status of
17638         g++_load.
17639
17640 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
17641
17642           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
17643
17644 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
17645
17646         * lib/gcc.exp (default_gcc_start): No longer need to log program
17647         being executed or its output, execute_anywhere does that now.
17648         * lib/g++.exp (default_g++_version): Call execute_anywhere.
17649         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
17650
17651 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
17652
17653         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
17654         the same as those in lib/g++.exp.
17655
17656 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
17657
17658         * gcc.c-torture: Update to c-torture-1.38 release.
17659         * gcc.ieee: Related changes.
17660
17661 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
17662
17663         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
17664         "exec". Minor reformatting changes.
17665
17666         * config/rom68k.exp (${tool}_load): Make it work in a canadian
17667         cross. This means all "exec" calls now work on a remote host as
17668         well.
17669         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
17670         cross. Filter out the extra "\r\n" stuff that expect puts in.
17671         (c-torture-execute): Filter out the bogus warnings like
17672         c-torture-compile does. Add support for canadian cross.
17673         * lib/gcc.exp (default_gcc_version, default_gcc_start)
17674         Use execute_anywhere rather than calling exec directly. Now it
17675         works for canadian cross testing.
17676
17677 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
17678
17679         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
17680         results into a variable, and check that rather than using file exists.
17681
17682 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
17683
17684         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
17685         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
17686
17687 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
17688
17689         * g++.old-deja/old-deja.exp: Create and pass runshlib and
17690         lib_curses if there's a shared libg++ in the build tree.
17691
17692 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
17693
17694         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
17695         if not supported target.
17696
17697 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
17698
17699         * lib/g++.exp (g++_init): Move empty setting of runshlib and
17700         link_curses up to always happen, not just for native builds.
17701
17702 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
17703
17704         * gcc.c-torture: Update to c-torture-1.36 release.
17705         * gcc.failure: Related changes.
17706
17707 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
17708
17709         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
17710
17711 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
17712
17713         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
17714         * lib/mike-g++.exp (postbase): Not in here.  Still reference
17715         runshlib, link_curses, and mathlib for link and run.
17716
17717         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
17718         pass the runtime shared library options for Solaris, OSF/1, and
17719         Irix5, and link with -lcurses to avoid unresolved references.
17720
17721 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
17722
17723         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
17724         only run once.
17725
17726 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
17727
17728         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
17729
17730 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
17731
17732         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
17733         do not have a framework for the "compat" tests yet.
17734
17735 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
17736
17737         * lib/mike-g++.exp (postbase): New local variable `mathlib',
17738         set to null if we're testing vxworks5.1.  Use that instead of
17739         `-lm' in the setting of LIBS for link and run.
17740
17741 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
17742
17743         * config/rom68k.exp (${tool}_load): Major changes to make it
17744         work.  Verified that it does in fact return the stuff in
17745         exec_output properly.  Catch any Emul or any TRAP other than 0.
17746
17747 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
17748
17749         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
17750         LDFLAGS properly for targets that need stuff from libgloss.
17751         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
17752         only run once.
17753         (gpp_initialized): New variable.
17754
17755 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
17756
17757         * config/rom68k.exp: Load libgloss.exp.
17758         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
17759         so we can produce a fully linked binary.
17760         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
17761         so we can produce a fully linked binary.
17762
17763 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
17764
17765         * lib/plumhall.exp (ph_section): Watch for expected failures.
17766         Add missing `else'.
17767
17768         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
17769         run the testcase.
17770         (c-torture): Likewise.
17771
17772 1995-08-28  Doug Evans  <dje@cygnus.com>
17773
17774         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
17775
17776         * lib/mike-g++.exp (mike_cleanup): New proc.
17777         (prebase): New globals compiler_result, not_compiler_result,
17778         target_regexp.
17779         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
17780         allow leading "-" in pattern.  Watch for unsupported tests.
17781         If $compiler_result is set, pattern match assembler code,
17782         and ditto for $not_compiler_result.
17783         * lib/mike-gcc.exp: Likewise.
17784
17785         * lib/plumhall.exp (ph_execute): Only call ph_summary if
17786         execution "succeeded".
17787
17788 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
17789
17790         * config/win32.exp: New file.
17791         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
17792
17793 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
17794
17795         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
17796         unsupported.
17797         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
17798         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
17799         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
17800
17801         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
17802         "... without exceptions was ...".  That is now handled by
17803         prune_system_crud.
17804         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
17805
17806 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
17807
17808         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
17809         sieve.c,sort2.c}: New files.
17810         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
17811         sieve.exp,sort2.exp}: Drivers for them.
17812
17813         * lib/mike-gcc.exp (program_output): New user settable variable.
17814         (postbase): Call prune_system_crud.  Also prune extraneous compiler
17815         messages.
17816         * lib/mike-g++.exp (program_output): New user settable variable.
17817
17818         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
17819
17820         * config/sh.exp: Deleted (use sim.exp instead).
17821
17822 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
17823
17824         * config/vx.exp: Declare CHECKTASK as global.
17825         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
17826         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
17827         * lib/old-dejagnu.exp: Load [pwd]/$executable.
17828
17829 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
17830
17831         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
17832         target. Like vx.exp, only includes `vx29k.exp' instead of
17833         `vxworks.exp'.
17834
17835 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
17836
17837         * config/sim.exp: Increase time limit from 120 seconds to 240.
17838
17839 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
17840
17841         * gcc.c-torture/execute/950628-1.c: New test.
17842
17843 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
17844
17845         * gcc.c-torture: Update with changes/additions from
17846         c-torture-1.34.
17847
17848 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
17849
17850         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
17851
17852 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
17853
17854         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
17855
17856 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
17857
17858         * gcc.c-torture/compile/950512-1.c: New test.
17859         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
17860         * gcc.dg/struct-ret-1.c: Likewise.
17861
17862 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
17863
17864         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
17865           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
17866
17867 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
17868
17869         * gcc.c-torture/special/920411-1.c: Deleted.
17870         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
17871
17872 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
17873
17874         * config/sim.exp (${tool}_load): Hack in call to bash to get a
17875         cpu limit.
17876
17877 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
17878
17879         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
17880
17881 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
17882
17883         From kenner;
17884         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
17885         is the proper length.
17886         * va-arg-3.c: Likewise.
17887
17888 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
17889
17890         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
17891         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
17892
17893         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
17894         * lib/g++.exp (default_g++_start): Delete old cruft.
17895
17896 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
17897
17898         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
17899         (2 * (1 << 18)) to (2 * (1 << 17)).
17900
17901         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
17902
17903 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
17904
17905         * config/rom68k.exp: Renamed from config/idp.exp
17906
17907 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
17908
17909         * c-torture/compile/921109-2.c
17910
17911 1995-04-18  Mike Stump  <mrs@cygnus.com>
17912
17913         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
17914         excess errors.
17915
17916 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
17917
17918         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
17919         output.
17920         * lib/g++.exp (default_g++_start): Likewise.
17921
17922 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
17923
17924         * gcc.c-torture/compile/950329-1.c: New test.
17925
17926 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
17927
17928           * config/bug.exp (${tool}_load): Updated to use new remote_open
17929           and remote_close procs.
17930         * config/idp.exp: New file.
17931
17932 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
17933
17934         * gcc.c-torture/execute/950322-1.c: New test.
17935
17936 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
17937
17938         * config/vx.exp (${tool}_load): Clean up testing of return code from
17939         vxworks_ld and vxworks_spawn.
17940
17941 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
17942
17943         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
17944
17945 1995-03-13  Mike Stump  <mrs@cygnus.com>
17946
17947         * lib/old-deja.exp: Add `excess errors test - ' error, now one
17948         can mark excess errors on a machine by machine basis.  Note, the
17949         default is to not expect any excess errors, even when excess
17950         errors test - is given, so you will want to put an XFAIL ... on
17951         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
17952         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
17953         those 4 machines, but no others.
17954
17955 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
17956
17957         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
17958         * lib/c-torture.exp: to here.
17959
17960 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
17961
17962         * gcc.c-torture/execute/950221-1.c: New test.
17963         * gcc.c-torture/execute/struct-ret-1.c: New test.
17964         * gcc.c-torture/compile/950221-1.c: New test.
17965
17966         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
17967
17968 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
17969
17970         * gcc.c-torture/execute/arith-1.c (main): Return 0.
17971         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
17972
17973 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
17974
17975         * g++.gb: New directory of tests, derived from my signature and
17976         class scoping tests.
17977
17978         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
17979         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
17980         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
17981         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
17982         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
17983         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
17984         * g++.gb/sig25.C: Likewise.
17985
17986         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
17987         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
17988         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
17989         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
17990         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
17991         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
17992         * g++.gb/sig25.exp: Likewise.
17993
17994         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
17995         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
17996         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
17997         * g++.gb/scope13.C: Likewise, this test still fails.
17998
17999         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
18000         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
18001         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
18002         * g++.gb/scope13.exp: Ditto.
18003
18004         * g++.gb/README: New file, explains what these tests are about.
18005
18006 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
18007
18008         * lib/dg.exp (dg-do): Support `preprocess'.
18009         (dg-test): Likewise.
18010
18011 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
18012
18013         * config/udi.exp: change "continue -expect" to "exp_continue".
18014
18015 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
18016
18017         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
18018         Delete redundant tests.
18019
18020         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
18021         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
18022         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
18023         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
18024         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
18025         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
18026         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
18027         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
18028
18029         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
18030         storing label pointers.
18031         * gcc.c-torture/execute/921019-1.c: Likewise.
18032         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
18033         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
18034         parameter fp.
18035         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
18036         constants.
18037
18038         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
18039         Delete obsolete tests.
18040
18041         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
18042         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
18043         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
18044         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
18045         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
18046         * gcc.c-torture/compile/950124-1.c: New test.
18047
18048         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
18049
18050 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
18051
18052         * lib/mike-g++.exp: Add -lm to LIBS.
18053
18054 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
18055
18056         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
18057
18058 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
18059
18060         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
18061
18062 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
18063
18064         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
18065
18066 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
18067
18068         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
18069         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
18070         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
18071         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
18072         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
18073         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
18074         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
18075         * g++.law/{operators31.C, operators32.C,
18076         * g++.law/{operators33.C, operators34.C}: Likewise.
18077         * g++.law/{pic1.C, refs2.C}: Likewise.
18078         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
18079         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
18080         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
18081         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
18082
18083         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
18084         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
18085         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
18086         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
18087         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
18088         * g++.law/{enum9.exp, friend5.exp}: Likewise.
18089         * g++.law/{nest3.exp, nest4.exp}: Likewise.
18090         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
18091         * g++.law/{operators30.exp, operators31.exp}: Likewise.
18092         * g++.law/{operators32.exp, operators33.exp}: Likewise.
18093         * g++.law/{operators34.exp}: Likewise.
18094         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
18095         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
18096         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
18097         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
18098         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
18099
18100         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
18101         No longer expected to fail.
18102         * g++.law/missed-error3.C: Tweak for recent bool changes.
18103
18104 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
18105
18106         * config/emb-unix: Deleted.
18107         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
18108         remote execution.  Do final link on remote host if REMOTE_LINK is set.
18109
18110 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
18111
18112         * lib/dg.exp (dg-test): Fix typo in last patch.
18113
18114 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
18115
18116         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
18117         (handles multiple occurrences).
18118
18119 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
18120
18121         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
18122         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
18123         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
18124         printed).
18125         * lib/c-torture.exp (c-torture-compile): Likewise.
18126         (c-torture): Prepend full path if missing.
18127         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
18128         (gcc_fail): Likewise.
18129         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
18130
18131 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
18132
18133         * lib/netware.exp: Only attach to NetWare i386 systems.
18134
18135 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
18136
18137         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
18138         messages.  Add test name to "output pattern match" pass/fail message.
18139
18140 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
18141
18142         * gcc.dg: New testsuite.
18143         * gcc.dg/dg.exp: New file.
18144
18145         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
18146         test-switch.c}: Deleted.
18147
18148         * gcc.misc-tests/msgs.exp: New testcase driver.
18149
18150 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
18151
18152         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
18153         Watch for illegal return values from ${tool}_load.
18154         * config/unix.exp (${tool}_load): Fix pass/fail detection for
18155         cross targets.  Coerce return value >0 to 1.
18156
18157 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
18158
18159         * config/unix.exp (${tool}_load): Call program rsh, not proc.
18160
18161         * config/emb-unix.exp: New file.
18162
18163         * config/sim.exp: Error if variable $SIM not defined.
18164         (${tool}_load): Mark test as "untested" if simulator missing.
18165
18166         * config/unix.exp: Load remote.exp to get rcp_download.
18167         * lib/c-torture.exp: Use different option lists for testcases with
18168         and without loops.
18169         * gcc.c-torture/execute/execute.exp: Likewise.
18170
18171 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
18172
18173         * config/*.exp: Clarify return code from ${tool}_load.
18174         Call `unresolved' or `untested' instead of `warning' or `perror'
18175         (sometimes you still want to call both though).
18176         Add comment that `shell_id' is local to each file.
18177         * config/udi.exp (timeout): Set to 30.
18178         Don't print warning if connection fails, $connectmode has already
18179         printed an error.
18180         (${tool}_load): Move verbose messages to level 2.
18181         Rework pattern for "Process started" message.
18182         Pass `shell_id' to ${connectmode}_download.
18183         Retry twice upon timeout.  Make resetting of target more robust.
18184         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
18185         Pass `shell_id' to exit_$connectmode.
18186         Only call exit_$connectmode if connected.
18187         * config/unix.exp (${tool}_load): Check return codes better.
18188         * config/vrtx.exp (${tool}_load): Likewise.
18189         * config/vx.exp (${tool}_load): Likewise.
18190         Delete unneeded global's.
18191         * lib/dg.exp (dg-test): Update to reflect clarified return codes
18192         from ${tool}_load.
18193         (dg-stat): Delete.
18194         (dg-init): Delete recording of pass/fail counts.
18195         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
18196         (old-dejagnu-init): Likewise.
18197         (old-dejagnu-stat): Delete contents, empty proc now.
18198         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
18199         (c-torture): Delete references to lcnt, lpass, lfail.
18200         Get option list from TORTURE_OPTIONS.
18201         Delete -funroll[-all]-loops if no loops.
18202         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
18203         (g++_stat): Delete contents (empty proc now).
18204         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
18205         (gcc_finish): Likewise.
18206         (gcc_stat): Deleted.
18207         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
18208         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
18209         * gcc.c-torture/execute/execute.exp: Likewise.
18210         Split tests into two parts: compile, execute.
18211         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
18212         no loops.  Update to reflect clarified return codes from ${tool}_load.
18213
18214 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
18215
18216         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
18217         to grep for.
18218         (old-dejagnu): Likewise (where necessary).
18219
18220 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
18221
18222         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
18223
18224         * lib/dg.exp (dg-process-target): Fix processing of selector.
18225         Add comment regarding use of `error'.
18226
18227         * lib/gcc.exp (prune_system_crud): Define if missing.
18228         * lib/g++.exp (prune_system_crud): Likewise.
18229
18230         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
18231         Call prune_system_crud.
18232         * lib/dg.exp (dg-runtest): New proc.
18233         Use perror instead of send_user for tcl errors in testcase.
18234         Don't return any value, it's never used.
18235         Don't clobber previous definition of `unknown'.
18236         Print tcl errors in `dg-final'.
18237
18238 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
18239
18240         * lib/dg.exp (dg-process-target): Improve syntax error messages.
18241         (dg-test): Don't print errorInfo, it contains stack backtrace.
18242
18243 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
18244
18245         * lib/g++.exp (runtest_file_p): Define if missing.
18246
18247 1994-09-24  Doug Evans  (dje@cygnus.com)
18248
18249         * lib/mike-g++.exp: Comment out loading of g++.exp.
18250         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
18251         (default_g++_version): Always print something.
18252         (default_g++_start): Comment out call to `which'.
18253         (g++_start, g++_load): Deleted (must be defined in config file).
18254         * lib/gcc.exp: Test for existence of $CC at start.
18255         Delete check for tmpdir (done in gcc_init).
18256         (default_gcc_version): Always print something.
18257         (default_gcc_start): Comment out call to `which'.
18258         * config/*.exp: Major cleanup - make cross targets work at least a
18259         little better for g++ (by not being "--tool gcc" specific).
18260         Rename gcc_xxx to ${tool}_xxx.
18261         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
18262         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
18263
18264 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
18265
18266         * lib/c-torture.exp (c-torture-compile): Rework compiler
18267         message processing.
18268
18269         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
18270         c-torture.
18271
18272 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
18273
18274         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
18275
18276         * lib/dg.exp (dg-process-target): Support { target native }.
18277
18278 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
18279
18280         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
18281         looked for "... program xxx got fatal signal".
18282         Correct regsub munging of `comp_output'.
18283         Ignore compiler messages "path prefix not used" and "linker input
18284         file unused".
18285
18286 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
18287
18288         * lib/gcc.exp (runtest_file_p): Define if missing.
18289         * gcc.prms/template.c: Example to work from.
18290
18291 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
18292
18293         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
18294         * lib/dg.exp (dg-test): Call unsupported testcases as such.
18295
18296         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
18297         * gcc.prms/1883.c: Moved from compile/940714-1.c.
18298         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
18299         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
18300
18301         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
18302         (dg-process-target): No longer a varargs proc.
18303         Return S/N for target, P/F for xfail.  All callers changed.
18304         (user option procs): More argument checking.
18305         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
18306         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
18307         (dg-test): Skip test if not running on selected target in `dg-do'.
18308         Update handling of `dg-do-what', `dg-output-text'.
18309         Separate execution pass/fail from output pattern match pass/fail.
18310         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
18311
18312 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
18313
18314         * gcc.c-torture/special/special.exp: Don't expect failure for mips
18315         target for 920510-1.c.
18316
18317 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
18318
18319         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
18320         Clean up comment regarding use of passcnt, etc.
18321         (gcc_stat): Don't update `testcnt' here.
18322         (gcc_finish): Do it here.
18323         Might as well reset `but_id' here too.
18324         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
18325         to determine if the file should be tested.
18326         * gcc.c-torture/compile/compile.exp: Likewise.
18327         * gcc.c-torture/execute/execute.exp: Likewise.
18328         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
18329         * gcc.misc-tests/dg-test.exp: Likewise.
18330         * gcc.prms/prms.exp: Likewise.
18331         * gcc.wendy/wendy.exp: Likewise.
18332         * g++.old-deja.exp: Likewise.
18333         Move "Testing file" message to verbose level 1.
18334
18335 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
18336
18337         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
18338
18339 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
18340
18341         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
18342         (default_gcc_start): Accept optional second list element
18343         of compiler flags.  Print compiler output at verbosity level 2.
18344         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
18345         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
18346         Save current values of framework globals passcnt, failcnt, xpasscnt,
18347         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
18348         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
18349         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
18350         xfailcnt to compute stats.  Update framework global `testcnt' from
18351         pass/fail counts.
18352         (gcc_finish): New proc.  Clean up test environment.
18353         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
18354         (gcc_epass, gcc_efail): Delete.
18355         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
18356         argument of line number.
18357         (dg-init): If the tool has an init routine, call it.
18358         (dg-test): Remove args `cflags_var' and `libs_var'.
18359         Pass all compiler options to ${tool}_start.
18360         Handle missing line number.
18361         (dg-finish): New function.
18362         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
18363         particular files.  Call gcc_finish at end.  Move "skipping test"
18364         message to verbosity level 3.
18365         * gcc.c-torture/compile/compile.exp: Likewise.
18366         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
18367         * gcc.c-torture/execute/execute.exp: Likewise.
18368         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
18369         Print testcase being tried at verbosity level 1.
18370         * gcc.c-torture/special/special.exp: Unset xfail.
18371         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
18372         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
18373         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
18374         * gcc.failure/failure.exp: Likewise.
18375         * gcc.ieee/ieee.exp: Likewise.
18376         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
18377         Update call to dg-test.  Call dg-finish at end.
18378         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
18379         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
18380         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
18381         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
18382         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
18383         * gcc.wendy/wendy.exp: Add copyright.
18384         Delete setting of tmpdir (done by gcc_init).
18385         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
18386         Pass compiler flags to gcc_start.  Call gcc_finish at end.
18387         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
18388         gcc_[ce]pass/fail.
18389
18390 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
18391
18392         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
18393         confusion.
18394         (g++_load): Likewise.
18395
18396         * config/*.exp (gcc_load): Some were varargs fns and some were not.
18397         Rename argument to `prog' to remove the confusion.
18398         Varargs fns behave differently too!
18399         (g++_load): Likewise.
18400
18401         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
18402
18403         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
18404         what it is.  Delete (always) printing of status value for !native.
18405         Simplify verbose code, and include status and exec_output.
18406         (g++_load): Use gcc_load.
18407
18408 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
18409
18410         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
18411         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
18412         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
18413         940714-3.c as these testcases don't exist anymore.  Make
18414         va-arg-1.c expected to pass.
18415
18416 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
18417
18418         * gcc.misc-tests/misc.exp: Only run specific testcases.
18419         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
18420         * gcc.misc-tests/dg-[1-9].c: New files.
18421
18422         * lib/dg.exp: New testsuite driver.
18423         * gcc.prms/prms.exp: Use it.
18424
18425         * README.gcc: New file.
18426
18427         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
18428         Document and reset `lxpass' and `lxfail'.
18429         Simplify "initialized" message.
18430         (gcc_stat): Clean up comments a little.
18431
18432 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
18433
18434         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
18435
18436 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
18437
18438         * lib/old-dejagnu.exp (process-option): New proc.
18439         (old-dejagnu-init, old-dejagnu-stat): Likewise.
18440         (old-dejagnu): Simplify.
18441         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
18442
18443 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
18444
18445         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
18446         exists and is not an empty string.
18447
18448         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
18449         $xfail rather than calling setup_xfail.  Clear $xfail when test is
18450         finished.
18451         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
18452         automatically.
18453
18454         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
18455         longer expected to fail.
18456
18457         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
18458         "f" function call.
18459
18460         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
18461
18462         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
18463         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
18464         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
18465         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
18466         c-torture-1.29.
18467
18468         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
18469         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
18470
18471         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
18472
18473         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
18474         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
18475
18476         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
18477         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
18478         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
18479
18480 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
18481
18482         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
18483         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
18484         940714-1.c, 940714-2.c, 940714-3.c},
18485         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
18486         gcc.misc-tests/{mg.c,mg.exp}:
18487         New tests.
18488         * gcc.noncompile/noncompile.exp: Change accordingly.
18489
18490 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
18491
18492         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
18493         Undo previous clobberage.
18494
18495 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
18496
18497         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
18498         * gcc.special/{930510-1.c, special.exp}:
18499         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
18500         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
18501         struct-varargs-1.c}: New tests from c-torture-1.26.
18502
18503 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
18504
18505         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
18506           argument to switch.
18507
18508 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
18509
18510         * Revert the previous changes.  Please see Rob's directory
18511           (/lisa/test/rob/progressive/gcc/testsuite) for testing
18512           fixes.
18513
18514 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
18515
18516         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
18517             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
18518             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
18519             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
18520             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
18521             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
18522             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
18523             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
18524             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
18525             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
18526             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
18527             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
18528             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
18529             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
18530             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
18531             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
18532             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
18533             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
18534             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
18535             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
18536             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
18537             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
18538             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
18539             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
18540             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
18541             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
18542             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
18543
18544 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
18545
18546         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
18547             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
18548           with perror calls.
18549
18550 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
18551
18552         * config/unix.exp (g++_load): Fix syntax.
18553
18554 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
18555
18556         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
18557         * gcc.noncompile/921017-1.c: Deleted obsolete test.
18558         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
18559         Don't expect va-arg-1.c to fail.  Correct expected output for
18560         920928-1.c.
18561         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
18562         * gcc.wendy/hbm4.c: Correct typo.
18563         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
18564
18565 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
18566
18567         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
18568         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
18569         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
18570         * lib/c-torture.exp (c-torture-compile): Ditto.
18571
18572         Reduce volume of output (remove all the -I's and such).
18573         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
18574         Call gcc_cpass, gcc_cfail.
18575         (c-torture): Pass testing option to c-torture-compile.
18576
18577 1994-03-21  Doug Evans  (dje@cygnus.com)
18578
18579         Bring patches over from progressive.
18580         * config/default.exp: Exit remote shell cleanly.
18581         (g++_exit, g++_start): Add default versions.
18582         * config/sim.exp (gcc_load): Use perror, not error.
18583
18584 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
18585
18586         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
18587         set in site.exp.
18588
18589 1994-03-14  Doug Evans  (dje@cygnus.com)
18590
18591         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
18592         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
18593         (wendy_try): New proc to run testcase.
18594         (main loop): Call 'em.
18595         * gcc.wendy/*.c: Clean up pass to correct expected output.
18596
18597         * lib/gcc.exp: Minor cleanup work.
18598         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
18599
18600 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
18601
18602         * config/sim.exp (gcc_load): Document return codes better.
18603         Don't pass -v to simulator.
18604
18605 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
18606
18607           * gcc.special/920717-x.c: Fix typo.
18608           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
18609           get at sources.
18610
18611         * lib/mike-gcc.exp: Fix typo.
18612
18613 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
18614
18615         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
18616         binary to use, transform the name.
18617         * config/*.exp: rename everything. Nuke any g++ specific files,
18618         it's now a special case of gcc that requires no special support.
18619         Add a default.exp for unsupported targets.
18620
18621 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
18622
18623         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
18624         lib/old-dejagnu.exp: Fix a few patterns to work with the new
18625         version of Tcl.
18626
18627 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
18628
18629         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
18630         than a warning.
18631
18632 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
18633
18634         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
18635
18636 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
18637
18638         * gcc.execute/execute.exp: Combine opt_list and foption_list into
18639         option_list.  Compile every file with only 4/6 option choices
18640         (same as C torture) instead of with 12/18 different option
18641         choices.
18642         * lib/c-torture.exp: Likewise.
18643
18644         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
18645         not already set.
18646
18647 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
18648
18649         * lib/old-deja.exp: Add `excess errors test fails' error, now one
18650         can put an XFAIL *-*-* on excess errors.
18651
18652 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
18653
18654         * g++.law: Add more tests derived from g++-bugs snapshots.
18655
18656         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
18657         equivalent to g++.law/init9.
18658
18659         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
18660         compiled it, and the a.out file after we've run it.
18661
18662 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
18663
18664         * lib/mike-g++.exp (postbase): Delete the .o file after we've
18665         compiled it, and the a.out file after we've run it.
18666
18667 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
18668
18669         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
18670
18671 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
18672
18673         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
18674         version number.
18675
18676 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
18677
18678         * g++.law: New directory of g++ tests derived from the g++-bugs
18679         snapshots.
18680
18681 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
18682
18683         * gcc.compile: initbug1.c initbug1.exp testcase added
18684
18685 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
18686
18687         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
18688         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
18689           fixes submitted by Jeff Law (law@cs.utah.edu)
18690         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
18691           Jeff Law (law@cs.utah.edu)
18692
18693
18694 1993-11-30  Mike Stump  (mrs@cygnus.com)
18695
18696         * config/unix-g++.exp: Follow the gcc way of doing things.
18697         * g++.old-deja/old-deja.exp: Minor updates.
18698         * lib/g++.exp: New file, follow the gcc way of doing things.
18699         * lib/old-dejagnu.exp: Minor updates.
18700         * lib/mike-g++.exp: Always unset errorInfo.
18701
18702 1993-11-06  Mike Stump  (mrs@cygnus.com)
18703
18704         * lib/gcc.exp: Fix some errors with the below change, CC and
18705         CFLAGS should be global when setting, not local.
18706
18707 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
18708
18709         * lib/gcc.exp: Transform tool name.
18710
18711 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
18712
18713         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
18714
18715 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
18716
18717         * lib/gcc.exp: change gcc_done to gcc_stat
18718
18719 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
18720
18721         * Upgraded gcc testsuite to c-torture version 1.25
18722
18723 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
18724
18725         * lib/gcc.exp: added reporting code. Changed verbose compile message.
18726         * lib/c-torture: added hooks for new reporting code.
18727
18728 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
18729
18730         * config/sh-gcc.exp: check if sh-sim exists in the path
18731
18732 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
18733
18734         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
18735         * gcc.compile/compile.exp: Initial changes for new logic.
18736         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
18737         * gcc.failure/failure.exp: Initial changes for new logic.
18738         * gcc.ieee/ieee.exp: Initial changes for new logic.
18739         * gcc.misc-tests/misc.exp: Initial changes for new logic.
18740         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
18741         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
18742         * lib/c-torture.exp: Initial changes for new logic.
18743         * lib/gcc.exp: Initial changes for new logic.
18744
18745 1993-10-15  Mike Stump  (mrs@cygnus.com)
18746
18747         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
18748         depend upon failure or success.  Fully qualify names in failure
18749         and success messages.  Always remove a.out before starting
18750         compile, just in case.  Pay more attention to error text output by
18751         the compiler.  Handle testcases with no known past errors just
18752         like all others, so that things are uniform.  Other miscellaneous
18753         improvements.
18754
18755 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
18756
18757         * gcc.cpp: new directory for cpp tests
18758
18759 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
18760
18761         * lib/chill.exp: Code reformatted, removed unused code.
18762         * config/unix-chill.exp: Code reformatted, removed unused code.
18763         * chill.execute/execute.exp: Code reformatted, removed unused code.
18764         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
18765
18766 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
18767
18768         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
18769         routines not written.
18770
18771 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
18772
18773         * config/bug-gcc.exp: Use new procs from bug.exp.
18774
18775 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
18776
18777         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
18778         via ftp, rather than depending on NFS.
18779         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
18780         case.
18781
18782 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
18783
18784         * config/bug-gcc.exp: Use new download proc.
18785
18786 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
18787
18788         * chill.execute/execute.exp: cleanups, handles errors better
18789         * chill.compile/compile.exp: rewrite, based on execute.exp
18790         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
18791         * lib/chill.exp: major changes to diff proc and compile and link
18792           procs. added chill_fail and chill_pass wrappers to pass and
18793           fail. added more comments, and handle error codes better.
18794           Added a hack to capture stderr from exec, so noncompile tests
18795           can work.
18796
18797 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
18798
18799         * chill.execute/execute.exp: rewrite of testsuite driver
18800         * lib/chill.exp: rewrite of testsuite driver
18801         * config/unix-chill.exp: rewrite of testsuite driver
18802
18803 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
18804
18805     In chill.execute:
18806         * iexpr.ch: Standardize uppercase.
18807         * tuples.dat: Standardize uppercase.
18808         * vary.ch: standardize.  Correct varying string assignments.
18809         * vary.dat: Add new output lines.
18810
18811 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
18812
18813     In chill.execute:
18814         * chprintf.ch: Standardize use of uppercase.
18815         * tuples.ch: Standardize and turn arr2 into a DCL,
18816           rather than a SYN.
18817         * pinits.ch: Standardize.
18818
18819 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
18820
18821         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
18822         * Makefil: Renamed to Makefile.in.
18823         * configure.in: New.
18824
18825 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
18826
18827     In chill.execute:
18828         * .cvsignore: Add result/output files.
18829         * Makefile: Fix up variables at start.  Use MFLAGS
18830           everywhere.  Correct bool_loc, built_ins entries.
18831           Add entry for vary1.ch.
18832         * bitarray.ch: Standardize upper-case usage.
18833         * bitexpr.ch: Standardize, add output of b1.
18834         * params.ch: Use arrayt in along PROC parameters, to
18835           avoid novelty problems.
18836         * sets.ch: Tiny cleanup.
18837         * vary1.ch: Re-indent.
18838
18839 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
18840
18841           * Add PR-related files to Makefiles, .cvsignore files, etc.
18842
18843 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
18844
18845         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
18846           with compiler objects. New names are test-flow.c and test-loop.c
18847
18848 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
18849
18850         * Upgraded c-torture tests from 1.19 to 1.20
18851
18852         * new files:
18853         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
18854         * gcc.compile: 930623-1.c 930623-2.c
18855         * gcc.noncompile: 930622-1.c 930622-2.c
18856         * gcc.failure: 920411-1.c 920627-2.c
18857         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
18858
18859 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
18860
18861         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
18862           More changes to get testsuite working properly. Needs more work.
18863           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
18864
18865 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
18866
18867         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
18868           More changes to get testsuite working properly. Needs more work.
18869
18870 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
18871
18872         * chill.compile/compile.exp: Added for Dejagnu support
18873         * chill.execute/execute.exp: Added for Dejagnu support
18874         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
18875
18876 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
18877
18878     This should complete moving the CHILL test files.
18879         * chill.noncompile(.cvsignore printf.grt
18880             in-printf.grt chprintf.grt chprintf.ch):
18881             Added test-support files.
18882           (Makefile): Modified further.
18883         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
18884             signal.ch): Added test files.
18885           * chill.execute (.cvsignore printf.grt printr.c
18886             in-printf.grt rts.c chprintf.grt rts.h): Added
18887           test-support files.
18888             (Makefile): More corrections.
18889
18890 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
18891
18892         * chill.compile, chill.execute, chill.nocompile: Add CHILL
18893           test cases, ready for DejaGnu.
18894
18895 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
18896
18897         * Upgraded c-torture tests from 1.18 to 1.19
18898
18899         * gcc.compile: added test(s):
18900           930607-1.c
18901         * gcc.execute: added test(s):
18902           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
18903
18904         * added new subdirectory for misc tests: gcc.misc-tests
18905         * gcc.misc-test(s): added tests:
18906           inst-check.c test-consts.c test-ior.c test-switch.c
18907
18908 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
18909
18910         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
18911
18912 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
18913
18914         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
18915
18916 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
18917
18918         * Upgraded c-torture tests from 1.17 to 1.18
18919
18920 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
18921
18922         * Upgraded c-torture tests from 1.12 to 1.17
18923
18924 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
18925
18926         * lib/old-dejagnu.exp:
18927           Fixed handling of XFAIL target triplets to correctly
18928           recognize wildcard characters.  Removed code that
18929           appended a unique id tag to the end of the file name
18930           printed out by the result of the testcases within a
18931           given test file.
18932
18933 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
18934
18935         * lib/old-dejagnu.exp:
18936           Reworked expected failure handling to trigger off of XFAIL
18937           keyword in keyphrase embeded in testcase source code. The
18938           XFAIL keyword must be at the end of the keyphrase line. It
18939           may optionally be followed by one or more target triplets.
18940           It has just occured that the handling of wildcards in the
18941           target triplet may not be correct.
18942
18943 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
18944
18945         * g++.old-deja/tests:
18946           Moved all subdirectories up one level into g++.old-deja .
18947
18948         * lib/old-dejagnu.exp:
18949           Fixed problem with CXXFLAGS not being properly reset, and being
18950           corrupted with extraneous "-c" compiler option.  This was
18951           causing binaries to not be generated for test that needed them.
18952           Modified strings passed to "pass" and "fail" so that individual
18953           tests from the same test file would be distinguished by an
18954           identifier appended to the test file name in the summary logs;
18955           this corrected a problem with erroneous diff logs.  Added code
18956           to search testcases for expected fail and unexpected pass keywords.
18957
18958 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
18959
18960         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
18961
18962 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
18963
18964         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
18965           Removed extraneous text from end of "Special g++ Options"
18966           keyphrase.
18967
18968         * lib/old-dejagnu.exp: Added pattern matching to look for new
18969           keywords, embedded in testcases comments, which will trigger
18970           calls to xpass and xfail.
18971
18972 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
18973
18974         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
18975           comments embedded in the testcases, especially the one looking for
18976           special compiler options, as well as the pattern matching for the
18977           compiler output again.
18978
18979 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
18980
18981         * lib/old-dejagnu.exp: Do a proper check of the return value for
18982           execute tests. Fixed several problems with the pattern matching
18983           of the compiler output which gave erroneous test results.
18984           Changed several of the test result messages to be more descriptive.
18985         * config/unix-g++.exp: Proc g++_load now actually works and
18986           executes the tests passed to it and returns a usable return
18987           value.
18988
18989 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
18990
18991           * lib/gcc.exp: Exits gracefully if $CC is bogus.
18992
18993 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
18994
18995         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
18996           Modified both files to properly execute the old style
18997           dejagnu tests. The previous versions of these files were
18998           experimental and did not function anything near correctly.
18999
19000 1993-04-05  Rob Savoye  (rob@cygnus.com)
19001
19002         * Removed all Makefile.in and configure.in files. No configuration
19003         needed now.
19004
19005 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
19006
19007         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
19008
19009 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19010
19011         * gcc.compile/configure.in, gcc.unsorted/configure.in,
19012         gcc.special/configure.in, gcc.noncompile/configure.in,
19013         gcc.execute/configure.in, gcc.code_quality/configure.in,
19014         g++.other/configure.in, g++.old-deja/configure.in,
19015         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
19016         in srcname setting.
19017
19018 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
19019
19020         * lib/udi.exp:  Fixed mondfe and mondfe_download.
19021         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
19022         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
19023
19024 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
19025
19026         * config/udi-gdb.exp: Check $shell_id after connecting to target.
19027         (gdb_exit): Don't remove *_soc files.
19028
19029 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
19030
19031         * lib/c-torture.exp: Don't look for main; instead always use -w
19032         -c.  This is how the c-torture tests work.  Remove the object
19033         file if the compilation succeeds.
19034         * gcc.execute/execute.exp: Remove executable if test passes.
19035         * gcc.noncompile/noncompile.exp: Every test is an expected
19036         failure.
19037         * gcc.special/special.exp: Added tests from c-torture 1.11,
19038         corrected use of existing test.
19039         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
19040         gcc.execute/920625-1.c: Updated to c-torture 1.11.
19041         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
19042         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
19043         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
19044         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
19045         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
19046         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
19047         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
19048         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
19049         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
19050         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
19051         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
19052         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
19053         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
19054         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
19055         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
19056         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
19057         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
19058         c-torture 1.11.
19059         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
19060         correspond to c-torture 1.11.
19061
19062         * New file.