OSDN Git Service

* gcc.dg/noncompile/incomplete-1.c: New test.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
2
3         * gcc.dg/noncompile/incomplete-1.c: New test.
4
5 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
6
7         * gcc.dg/typespec-1.c: New test.
8
9 2002-08-20  Devang Patel  <dpatel@apple.com>
10         * objc.dg/proto-hier-2.m: New test.
11         
12 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
13
14         * objc.dg/bitfield-1.m: New test.
15         * objc.dg/bitfield-2.m: New test.
16
17 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
18
19         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
20         gcc.dg/c99-flex-array-4.c: New tests.
21
22 2002-08-16  Stan Shebs  <shebs@apple.com>
23
24         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
25
26 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
27
28         * gcc.dg/typeof-1.c: New test.
29         * g++.dg/ext/typeof2.C: New test.
30
31 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
32
33         * g++.dg/other/offsetof1.C: New test.
34
35 2002-08-14  Richard Henderson  <rth@redhat.com>
36
37         * gcc.dg/tls/diag-3.c: Fix expected message strings.
38
39 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
40
41         * gcc.dg/cpp/_Pragma3.c: New test.
42
43 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
44
45         * g++.dg/template/inherit3: New test.
46
47 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
48
49         * gcc.dg/bitfld-4.c: Add blank options.
50
51 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
52
53         * g++.dg/template/crash1.C: New test.
54
55 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
56
57         * gcc.dg/tls/opt-2.c: New test.
58
59 2002-08-08  Devang Patel  <dpatel@apple.com>
60
61         * objc.dg/selector-1.m : New test
62         
63 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
64
65         * g++.dg/abi/bitfield4.C: New test.
66         * gcc.dg/bitfld-4.c: New test.
67
68 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
69
70         * g++.dg/other/packed1.C: New test.
71
72 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
73
74         * g++.dg/abi/offsetof.C: Tweak error messages.
75         * g++.old-deja/g++.mike/p10769a.C: Likewise.
76         
77 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
78
79         * gcc.dg/bitfld-3.c: New test.
80
81 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
82             Richard Henderson  <rth@redhat.com>
83
84         * gcc.dg/i386-bitfield1.c: New test.
85         * g++.dg/abi/bitfield3.C: Update.
86
87 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
88
89         * objc.dg/const-str-2.m: Update.
90         * gcc.dg/cpp/c++98.c: Change to C extension.
91         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
92         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
93
94 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
95
96         * testsuite/gcc.dg/tls/diag-3.c: New.
97
98 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
99
100         * g++.dg/README (Subdirectories): Document new subdir expr.
101         * g++.dg/expr/pmf-1.C: New test.
102
103 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
104
105         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
106
107 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
108
109         * g++.dg/abi/bitfield3.C: New test.
110
111 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
112
113         * lib/gcov.exp: Tweak expected line formats.
114         * gcc.misc-tests/gcov8.c: New test.
115         * gcc.misc-tests/gcov8.x: New flags.
116
117 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
118
119         * consistency.vlad/layout/endian.c: Include string.h.
120
121         * gcc.c-torture/execute/20020805-1.c: New test.
122
123 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
124
125         * g++.dg/other/conversion1.C: New test.
126
127 2002-08-03  Roger Sayle  <roger@eyesopen.com>
128
129         * gcc.dg/builtins-1.c: New testcase.
130
131 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
132
133         * g++.dg/inherit/access3.C: New test.
134
135 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
136
137         * gcc.dg/ia64-visibility-2.c: New test.
138
139 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
140
141         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
142         __qualifier_flags to __flags.
143
144 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
145
146         * g++.dg/inherit/operator1.C: New test.
147         * g++.dg/lookup/disamb1.C: Fix typo in comment.
148         * g++.dg/other/error1.C: Change expected error message.
149         * g++.dg/template/conv4.C: Likewise.
150         
151 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
152
153         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
154         for documented behaviour.
155
156 2002-07-25  Roger Sayle  <roger@eyesopen.com>
157
158         * gcc.c-torture/execute/20020720-1.x: Skip this test on
159         several targets known to fail.
160
161 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
162
163         * gcc.dg/mips-args-[123].c: New tests.
164
165 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
166
167         * gcc.dg/ppc-spe.c: New.
168
169 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
170
171         * g++.dg/other/ptrmem4.C: New testcase.
172
173 2002-07-24  Richard Henderson  <rth@redhat.com>
174
175         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
176         
177 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
178
179         * g++.dg/ext/alignof1.C (main): Return 0 for success.
180
181 2002-07-24  Roger Sayle  <roger@eyesopen.com>
182
183         * gcc.c-torture/execute/memset-3.c: New testcase.
184
185 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
186
187         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
188         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
189
190 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
191
192         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
193         Delete.
194
195 Tue Jul 23 21:02:43 2002  J"orn Rennecke <joern.rennecke@superh.com>
196
197         * gcc.c-torture/compile/simd-4.c: New test.
198
199 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
200
201         PR c++/7347, c++/7348
202         * g++.dg/template/access4.C: New test.
203         * g++.dg/template/access5.C: New test.
204         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
205         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
206         * g++.old-deja/g++.pt/ttp58.C: Likewise.
207         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
208
209 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
210
211         * gcc.dg/gnu89-init-2.c: New test.
212
213 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
214
215         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
216
217 2002-07-20  Roger Sayle  <roger@eyesopen.com>
218
219         * gcc.c-torture/execute/20020720-1.c: New testcase.
220
221 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
222
223         * gcc.dg/cpp/Wsignprom.c: New tests.
224
225 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
226
227         * gcc.c-torture/execute/loop-13.c: New test.
228
229 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
230
231         * gcc.dg/cpp/expr.c: New tests.
232
233 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
234
235         * g++.dg/opt/pr6713.C: Add template instantiation.
236
237 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
238
239         * gcc.dg/nest.c: New test.
240
241 2002-07-17  Richard Henderson  <rth@redhat.com>
242
243         * g++.dg/opt/pr6713.C: New test.
244
245 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
246
247         * gcc.c-torture/execute/loop-2e.x: Let the testcase
248         XFAIL for all x86 processors.
249
250 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
251
252         * gcc.c-torture/execute/20010122-1.x: Do not test with
253         -fomit-frame-pointer.
254
255 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
256
257         * g++.dg/template/instantiate2.C: New test.
258         * g++.dg/template/spec4.C: New test.
259
260 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
261
262         * g++.dg/template/access2.C: New test.
263         * g++.dg/template/access3.C: New test.
264
265 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
266
267         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
268         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
269         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
270         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
271         Convert to use <stdarg.h>.
272         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
273         Delete.
274         * gcc.dg/va-arg-2.c: New.
275         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
276
277 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
278
279         * gcc.c-torture/compile/20020710-1.c: New test.
280
281 Thu Jul 11 15:39:21 2002  J"orn Rennecke <joern.rennecke@superh.com>
282                           Andrew Pinski  <pinskia@physics.uc.edu>
283
284         gcc.c-torture/compile/simd-2.c: New testcase.
285         gcc.c-torture/compile/simd-3.c: Likewise.
286
287 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
288
289         PR c++/7224
290         * g++.dg/overload/error1.C: New test.
291
292 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
293
294         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
295         configuration and IRIX 6 O32 ABI.
296
297 2002-07-11  Roger Sayle  <roger@eyesopen.com>
298
299         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
300
301 2002-07-10  Roger Sayle  <roger@eyesopen.com>
302
303         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
304
305 2002-07-10  Jeffrey A Law  <law@redhat.com>
306
307         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
308
309         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
310
311 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
312
313         * gcc.dg/20020312-2.c: Check for __PPC__.
314
315 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
316
317         * gcc.c-torture/compile/20020709-1.c: New test.
318
319 2002-07-07  Roger Sayle  <roger@eyesopen.com>
320
321         * g++.dg/template/qualttp21.C: New test case.
322
323 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
324
325         * gcc.c-torture/compile/20020706-1.c: New test.
326         * gcc.c-torture/compile/20020706-2.c: New test.
327
328 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
329             Alexandre Oliva  <aoliva@redhat.com>
330
331         * g++.dg/warn/incomplete1.C: New test.
332
333 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
334
335         PR c++/7099
336         * g++.dg/warn/noreturn1.C: New test.
337
338 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
339
340         PR c++/6706
341         * g++.dg/debug/debug6.C: New test.
342         * g++.dg/debug/debug7.C: New test.
343
344 Thu Jul  4 07:36:48 2002  J"orn Rennecke <joern.rennecke@superh.com>
345
346         * gcc.c-torture/compile/simd-3.c: New test.
347
348 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
349
350         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
351         * gcc.dg/20020620-1.c: Likewise.
352
353 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
354
355         PR c++/6944
356         * g++.dg/init/array4.C: New test.
357         * g++.dg/init/array5.C: New test.
358
359 Wed Jul  3 10:25:41 2002  J"orn Rennecke <joern.rennecke@superh.com>
360
361         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
362         * gcc.c-torture/execute/simd-2.c (main): Likewise.
363
364 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
365
366         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
367         * gcc.dg/wtr-aggr-init-1.c: Likewise.
368         * gcc.dg/wtr-conversion-1.c: Likewise.
369         * gcc.dg/wtr-escape-1.c: Likewise.
370         * gcc.dg/wtr-int-type-1.c: Likewise.
371         * gcc.dg/wtr-label-1.c: Likewise.
372         * gcc.dg/wtr-static-1.c: Likewise.
373         * gcc.dg/wtr-strcat-1.c: Likewise.
374         * gcc.dg/wtr-suffix-1.c: Likewise.
375         * gcc.dg/wtr-switch-1.c: Likewise.
376         * gcc.dg/wtr-unary-plus-1.c: Likewise.
377         * gcc.dg/wtr-union-init-1.c: Likewise.
378         * gcc.dg/wtr-union-init-2.c: Likewise.
379         * gcc.dg/wtr-union-init-3.c: Likewise.
380
381         * gcc.dg/wtr-func-def-1.c: New test.
382
383 2002-07-02 Devang Patel <dpatel@apple.com>
384
385         * objc.dg/param-1.m: New test.
386
387 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
388
389         * gcc.dg/cpp/trad/directive.c: Add test.
390         * gcc.dg/cpp/trad/macroargs.c: Add test.
391         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
392
393 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
394
395         * gcc.dg/cpp/cmdlne-M.c: New test.
396
397 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
398
399         * objc.dg/desig-init-1.m: New test.
400
401 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
402
403         PR c++/6716
404         * g++.dg/template/instantiate1.C: New test.
405
406 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
407
408         PR c++/7112
409         * g++.dg/template/sizeof2.C: New test.
410
411 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
412
413         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
414         gcc.dg/cpp/trad/include.c: New tests.
415
416 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
417
418         PR target/7177
419         * gcc.c-torture/compile/20020701-1.c: New test.
420
421 2002-07-01  Stan Shebs  <shebs@apple.com>
422
423         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
424         header here...
425         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
426         (objc-torture-execute): or here.
427
428 Mon Jul  1 12:51:05 2002  J"orn Rennecke <joern.rennecke@superh.com>
429
430         * gcc.c-torture/execute/arith-rand-ll.c: New test.
431
432 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
433
434         * gcc.dg/cpp/trad/escaped-nl.c: New test.
435
436 2002-06-30  Devang Patel  <dpatel@apple.com>
437
438         * objc.dg/fsyntax-only.m: New test.
439
440 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
441
442         PR c++/6695
443         * g++.dg/template/friend7.C: New file.
444
445 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
446
447         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
448         return type.
449
450 Thu Jun 27 15:23:21 2002  J"orn Rennecke <joern.rennecke@superh.com>
451
452         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
453         avoid division by zero.
454
455 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
456
457         * gcc.dg/Wunknownprag.c: New tests.
458
459 Tue Jun 25 21:50:38 2002  J"orn Rennecke <joern.rennecke@superh.com>
460
461         * gcc.c-torture/execute/simd-2.c: New test.
462
463 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
464
465         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
466         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
467         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
468         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
469         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
470         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
471         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
472         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
473         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
474         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
475         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
476         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
477         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
478         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
479         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
480         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
481         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
482
483 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
484
485         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
486         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
487         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
488         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
489         New tests.
490         * gcc.dg/cpp/trad/directive.c: Update.
491
492 2002-06-23  Andreas Jaeger  <aj@suse.de>
493
494         * gcc.c-torture/execute/complex-6.c: New.
495
496 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
497
498         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
499         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
500         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
501         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
502
503 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
504
505         * gcc.dg/cpp/trad: New directory with traditional tests copied
506         from parent directory.
507         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
508         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
509         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
510         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
511         Move to trad/ and rename.
512         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
513         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
514         gcc.dg/cpp/trad/redef2.c: New tests.
515         * gcc.dg/cpp/trad/trad.exp: New driver.
516
517 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
518
519         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
520         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
521         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
522         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
523         Remove.
524
525 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
526
527         * gcc.dg/20020620-1.c: New test.
528
529 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
530
531         * g++.dg/template/ttp4.C: New test.
532
533 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
534
535         * g++.dg/opt/vt1.C: Fix regexp.
536
537 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
538
539         * gcc.c-torture/execute/pure-1.c: Make functions static again.
540         Don't use attribute `noinline'.
541
542 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
543
544         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
545
546 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
547
548         * gcc.c-torture/execute/simd-1.c: New.
549
550         * gcc.dg/simd-1.c: New.
551
552 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
553
554         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
555
556 2002-06-16  Richard Henderson  <rth@redhat.com>
557
558         * g++.dg/ext/anon-struct1.C: New.
559         * g++.dg/ext/anon-struct2.C: New.
560         * g++.dg/ext/anon-struct3.C: New.
561         * gcc.dg/anon-struct-1.c: New.
562         * gcc.dg/anon-struct-2.c: New.
563         * gcc.dg/anon-struct-3.c: New.
564         * gcc.dg/20011008-1.c: Adjust warning text.
565         * gcc.dg/20020527-1.c: Add -fms-extensions.
566
567 2002-06-16  Richard Henderson  <rth@redhat.com>
568
569         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
570
571 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
572
573         * gcc.c-torture/execute/20020615-1.c: New test.
574
575 2002-06-15  Roger Sayle  <roger@eyesopen.com>
576
577         * gcc.c-tortuture/execute/compare-1.c: New test case.
578         * gcc.c-tortuture/execute/compare-2.c: New test case.
579         * gcc.c-tortuture/execute/compare-3.c: New test case.
580
581 2002-06-13  Richard Henderson  <rth@redhat.com>
582
583         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
584         ia64 ilp32.
585
586 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
587
588         * g++.dg/template/typename2.C: Update error message.
589
590 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
591
592         * gcc.c-torture/execute/20020611-1.c: New test.
593
594 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
595
596         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
597         list of targets to skip.
598
599 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
600
601         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
602         targets if not optimizing.
603
604 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
605
606         * gcc.c-torture/compile/20020605-1.c: New test.
607
608         * g++.dg/opt/vt1.C: New test.
609
610         * gcc.dg/20020531-1.c: New test.
611
612         * gcc.dg/20020530-1.c: New test.
613
614         * gcc.dg/20020527-1.c: New test.
615
616         * g++.dg/opt/cse1.C: New test.
617
618 2002-06-07  Roger Sayle  <roger@eyesopen.com>
619
620         * gcc.dg/20020607-2.c: New test case.
621
622 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
623
624         * gcc.c-torture/compile/20020604-1.c: New test.
625
626 2002-06-04  Richard Henderson  <rth@redhat.com>
627
628         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
629         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
630         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
631
632 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
633
634         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
635
636 2002-06-03  Richard Henderson  <rth@redhat.com>
637
638         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
639         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
640
641 2002-06-02  Richard Henderson  <rth@redhat.com>
642
643         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
644         test functions static.
645
646 2002-06-02  Andreas Jaeger  <aj@suse.de>
647
648         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
649         now.
650
651 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
652
653         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
654         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
655         Update for mofified diagnostics.
656         * gcc.dg/c99-intconst-1.c: No longer fail.
657
658 2002-06-02  Richard Henderson  <rth@redhat.com>
659
660         * gcc.dg/uninit-A.c: Remove xfail markers.
661
662 2002-06-01  Roger Sayle  <roger@eyesopen.com>
663
664         * gcc.dg/fnegate-1.c: New test case.
665
666 2002-05-30  Osku Salerma  <osku@iki.fi>
667
668         * gcc.c-torture/execute/mayalias-1.c: New file.
669
670 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
671
672         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
673         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
674         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
675
676 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
677
678         * gcc.c-torture/execute/20020529-1.c: New test.
679
680 2002-05-27  Richard Henderson  <rth@redhat.com>
681
682         * g++.dg/ext/attrib6.C: New test case.
683
684 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
685
686         * gcc.c-torture/execute/pure-1.c: New test.
687
688 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
689
690         * gcc.dg/cpp/arith-2.c: Remove.
691
692 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
693
694         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
695         * gcc.dg/cpp/if-3.c: Remove.
696
697 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
698
699         * g++.dg/opt/cse2.C: New test.
700
701 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
702
703         * gcc.dg/cpp/arith-1.c: New semantic tests.
704         * gcc.dg/cpp/if-1.c: Update.
705
706 2002-05-24  Ben Elliston  <bje@redhat.com>
707
708         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
709
710 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
711
712         * gcc.dg/verbose-asm.c: New test.
713
714 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
715
716         * gcc.dg/cpp/paste12.c: New test.
717
718 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
719
720         * g++.dg/parse/named_ops.C: New test.
721
722 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
723
724         * gcc/testsuite/gcc.dg/weak-8.c: New test.
725
726 Thu May 23 11:09:26 2002  J"orn Rennecke <joern.rennecke@superh.com>
727
728         * gcc.dg/weak-2.c: Allow optional leading underscore
729         in scan-assembler symbol name.
730         * gcc.dg/weak-3.c: Likewise.
731         * gcc.dg/weak-4.c: Likewise.
732         * gcc.dg/weak-5.c: Likewise.
733
734 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
735
736         * gcc.dg/20020523-1.c: New test.
737
738 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
739
740         * objc.dg/const-str-2.m: Update now that we stop after
741         a command line error.
742
743 2002-05-22  Richard Henderson  <rth@redhat.com>
744
745         * g++.dg/dg.exp: Fix typo in test pruneing.
746
747 2002-05-22  Richard Henderson  <rth@redhat.com>
748
749         * g++.dg/dg.exp: Prune the tls subdirectory.
750         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
751         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
752         * g++.dg/tls/init-1.C: New.
753
754 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
755
756         * gcc.dg/20020517-1.c: New test.
757
758 2002-05-21  Richard Henderson  <rth@redhat.com>
759
760         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
761         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
762
763 Tue May 21 14:25:32 2002  Brian R. Gaeke  <brg@dgate.ORG>
764
765         * g++.dg/other/copy2.C: New test.
766
767 Mon May 20 10:51:35 2002  J"orn Rennecke <joern.rennecke@superh.com>
768
769         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
770         (MAX_COPY): Bump up to 10 times sizeof (long long).
771         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
772
773         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
774         sizeof (long long).
775
776         * gcc.c-torture/execute/strcpy-1.c: New test.
777
778 2002-05-19  Jason Merrill  <jason2redhat.com>
779
780         * g++.dg/ext/oper1.C: New test.
781
782 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
783 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
784
785         * README.QMTEST: New file.
786
787         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
788
789 2002-05-19  Andreas Jaeger  <aj@suse.de>
790
791         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
792         now.
793         * gcc.c-torture/execute/loop-2d.x: Likewise.
794
795 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
796
797         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
798         support weak symbols.
799         * gcc.dg/weak-4.c: Likewise
800         * gcc.dg/weak-6.c: Likewise
801
802 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
803
804         * gcc.dg/weak-3.c: Add dg-excess-error comment for
805         cygwin, coff and h8300-*-hms targets
806         * gcc.dg/weak-5.c: Likewise
807         * gcc.dg/weak-7.c: Likewise
808
809 2002-05-16  Jason Merrill  <jason@redhat.com>
810
811         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
812         (scan-assembler-not, scan-assembler-dem): Likewise.
813         (scan-assembler-dem-not): Likewise.
814
815 2002-05-15  Richard Henderson  <rth@redhat.com>
816
817         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
818
819 2002-05-15  Richard Henderson  <rth@redhat.com>
820
821         * gcc.dg/weak-5.c (vfoo1c): No warning here.
822         (vfoo1f): Warning here.
823         (vfoo1l): Don't redefine the alias.
824
825 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
826
827         * g++.dg/init/pm1.C: New test.
828
829 2002-05-12  David S. Miller  <davem@redhat.com>
830
831         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
832         types.
833
834 2002-05-10  Roger Sayle  <roger@eyesopen.com>
835
836         * gcc.c-torture/execute/20020510-1.c: New test case.
837
838 2002-05-10  David S. Miller  <davem@redhat.com>
839
840         * gcc.c-torture/execute/conversion.c: Test long double too.
841
842 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
843
844         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
845         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
846         * lib/g++.exp (g++_link_flags): Likewise.
847         * lib/objc.exp (objc_target_compile): Likewise.
848
849 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
850
851         * gcc.dg/cpp/poison.c: Update.
852         * gcc.dg/cpp/20000625-2.c: Remove.
853         * gcc.dg/cpp/direct2s.c: Remove final test.
854
855 2002-05-08  Tom Rix  <trix@redhat.com>
856
857         * gcc.c-torture/execute/20020508-1.c: New test.
858         * gcc.c-torture/execute/20020508-2.c: New test.
859         * gcc.c-torture/execute/20020508-3.c: New test.
860
861 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
862
863         * gcc.dg/cpp/charconst-4.c: More tests.
864
865 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
866
867         PR c/6569
868         * gcc.dg/weak-3.c: Update location of warning messages.
869         * gcc.dg/weak-5.c: Likewise.
870
871 2002-05-06  Roger Sayle  <roger@eyesopen.com>
872
873         * gcc.c-torture/execute/20020506-1.c: New test case.
874
875 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
876
877         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
878
879 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
880
881         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
882
883 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
884
885         * gcc.dg/cpp/charconst-3.c: New test.
886
887 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
888
889         * gcc.dg/cpp/charconst.c: Update tests.
890
891 2002-05-05  Tim Josling  <tej@melbpc.org.au>
892
893         * treelang: Added directory for new sample language treelang. Also
894         lib/treelang.exp: New file to signal treelang should be tested.
895
896 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
897
898         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
899         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
900         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
901         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
902         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
903         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
904         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
905
906 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
907
908         * gcc.dg/format/xopen-2.c: New test.
909
910 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
911
912         * gcc.dg/20020503-1.c: New test.
913
914 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
915
916         * g++.dg/init/dtor1.C: Make it tougher.
917
918 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
919
920         * g++.dg/init/dtor1.C: New test.
921
922 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
923
924         * gcc.dg/altivec-8.c: New.
925
926 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
927
928         * gcc.dg/altivec-7.c: New.
929
930 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
931
932         * g++.dg/parse/typedef1.C: New test.
933
934 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
935
936         PR c++/6486
937         * g++.dg/template/friend6.C: New test.
938
939         PR c++/6492
940         * g++.dg/init/copy1.C: New test.
941
942 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
943
944         * g++.dg/warn/effc1.C: New test.
945
946 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
947
948         * gcc.dg/cpp/if-cexp.c: Add a test.
949
950 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
951
952         * gcc.dg/20020426-2.c: New test.
953
954 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
955
956         * gcc.dg/cpp/if-mop.c: Update.
957         * gcc.dg/cpp/if-mpar.c: Add test.
958         * gcc.dg/cpp/if-oppr.c: Update.
959
960 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
961
962         PR c/6343
963         * gcc.dg/weak-[2-7].c: New tests.
964
965 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
966
967         * gcc.dg/enum1.c: New test.
968
969 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
970
971         PR c++/6497
972         * g++.dg/inherit/access2.C: New test.
973
974 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
975
976         PR bootstrap/6445
977         * gcc.dg/20020426-1.c: New test.
978
979 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
980
981         * g++.dg/abi/enum1.C: New test.
982
983 2002-04-26  Richard Henderson  <rth@redhat.com>
984
985         * gcc.dg/c99-bool-1.c: Expect always true warning.
986
987 2002-04-25  Roger Sayle  <roger@eyesopen.com>
988
989         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
990
991 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
992
993         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
994         targets.
995
996 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
997
998         * g++.dg/abi/mange7.C: New test.
999
1000         PR c++/6438.
1001         * g++.dg/parse/stmtexpr2.C: New test.
1002
1003 Wed Apr 24 21:38:36 2002  J"orn Rennecke <joern.rennecke@superh.com>
1004
1005         * gcc.dg/20020312-2.c: Add SH target.
1006
1007 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1008
1009         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
1010         compiler output on mips*-*-irix*.
1011
1012 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
1013
1014         * g++.dg/parse/attr1.C: New test.
1015
1016 2002-04-23  Roger Sayle  <roger@eyesopen.com>
1017
1018         * gcc.c-torture/execute/string-opt-17.c: New test case.
1019         * gcc.c-torture/execute/memset-2.c: New test case.
1020
1021 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
1022
1023         PR c++/6256:
1024         * g++.dg/template/friend5.C: New test.
1025
1026         PR c++/6331:
1027         * g++.dg/template/qual1.C: Likewise.
1028
1029 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
1030
1031         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
1032         Include stdlib.h, not stdio.h or ctype.h.
1033
1034 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
1035
1036         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
1037         cris-*-elf* and mmix-*-*.
1038         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
1039         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
1040         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
1041         Ditto.
1042         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
1043         * gcc.dg/wchar_t-1.c: Ditto.
1044
1045 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
1046
1047         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
1048         Clarify comment.
1049
1050 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
1051
1052         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
1053
1054 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1055
1056         * gcc.c-torture/execute/20000906-1.x: Delete.
1057
1058 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
1059
1060         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
1061
1062 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
1063
1064         * PR6367
1065         * g77.f-torture/execute/6367.f: New test.
1066         * g77.f-torture/execute/6367.x: Disable for MMIX.
1067
1068 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
1069
1070         * PR6352
1071         * g++.dg/opt/inline2.C: New test.
1072
1073 2002-04-18  Richard Henderson  <rth@redhat.com>
1074
1075         * gcc.dg/20000906-1.c: Enable for all targets.
1076         * gcc.c-torture/compile/iftrap-2.c: New.
1077
1078 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
1079
1080         * gcc.dg/20020418-1.c: New test.
1081         * gcc.dg/20020418-2.c: New test.
1082
1083 2002-04-18  Richard Henderson  <rth@redhat.com>
1084
1085         * gcc.c-torture/compile/iftrap-1.c: New.
1086         * gcc.dg/iftrap-1.c: Adjust for ia64.
1087         * gcc.dg/iftrap-2.c: New.
1088
1089 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
1090
1091         * gcc.c-torture/compile/20020418-1.c: New test.
1092
1093 2002-04-18  Roger Sayle  <roger@eyesopen.com>
1094
1095         * gcc.c-torture/compile/20020415-1.c: New.
1096
1097 2002-04-18  David S. Miller  <davem@redhat.com>
1098
1099         * gcc.c-torture/execute/20020418-1.c: New test.
1100
1101 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
1102
1103         * gcc.dg/20020416-1.c: New test.
1104
1105         * g++.dg/opt/inline1.C: New test.
1106
1107 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
1108
1109         * gcc.dg/altivec-5.c: New test.
1110
1111         * gcc.dg/20020415-1.c: New test.
1112
1113 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
1114
1115         * testsuite/lib/chill.exp: Remove.
1116
1117 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
1118
1119         * g++.dg/other/big-struct.C: New test.
1120
1121 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
1122
1123         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
1124         of scratch file.
1125
1126 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
1127
1128         PR c/6277
1129         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
1130         in scan-assembler function name
1131
1132 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
1133
1134         * g77.f-torture/execute/980628-4.x,
1135         g77.f-torture/execute/980628-5.x,
1136         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
1137         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
1138         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
1139         i[34567]86-*-*.
1140
1141 2002-04-13  David S. Miller  <davem@redhat.com>
1142
1143         * gcc.c-torture/execute/20020413-1.c: New test.
1144
1145 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
1146
1147         * gcc.dg/asm-6.c,
1148         * g++.dg/ext/asm1.C: New tests.
1149
1150 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
1151
1152         PR c++ 5373.
1153         * g++.dg/parse/stmtexpr1.C: New test.
1154
1155         PR c++/5189.
1156         * g++.dg/template/copy1.C: New test.
1157
1158 2002-04-12  Richard Henderson  <rth@redhat.com>
1159
1160         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
1161
1162 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
1163
1164         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
1165         gcc.c-torture/execute/20020307-2.c.
1166
1167 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
1168
1169         * g++.dg/ext/attrib5.C,
1170         * g++.dg/lookup/struct1.C: New tests.
1171
1172 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
1173
1174         * gcc.dg/20020411-1.c: New test.
1175
1176         * gcc.c-torture/execute/20020411-1.c: New test.
1177
1178 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
1179
1180         * g77.f-torture/execute/6177.f: New test.
1181
1182 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
1183
1184         PR middle-end/6247
1185         * g++.dg/opt/cleanup1.C: New test.
1186
1187         * g++.dg/opt/const1.C: New test.
1188
1189 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
1190
1191         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
1192
1193 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
1194
1195         PR c++/5507
1196         * g++.dg/template/typename2.C: New test.
1197
1198 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
1199
1200         * gcc.c-torture/execute/loop-12.c: New.
1201
1202 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
1203
1204         * g77.f-torture/execute/980628-4.x,
1205         g77.f-torture/execute/980628-5.x,
1206         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
1207         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
1208         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
1209
1210 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1211
1212         PR optimization/6086
1213         * g++.dg/opt/preinc1.C: New test.
1214
1215 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
1216
1217         PR c++/5571
1218         * g++.dg/opt/static2.C: New test.
1219
1220 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
1221
1222         PR c/5120
1223         * gcc.dg/20020406-1.c: New test.
1224
1225 2002-04-04  David S. Miller  <davem@redhat.com>
1226
1227         * gcc.c-torture/execute/20020404-1.c: New test.
1228
1229 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
1230
1231         PR c/6123
1232         * gcc.dg/20020312-2.c: Do not declare global register variable
1233         if __PIC__ or __pic__ is defined.
1234
1235 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
1236
1237         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
1238         __asm__ so that it works correctly even if -ansi -pedantic-errors.
1239
1240 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1241
1242         * gcc.misc-tests/linkage.exp: Update last change to handle
1243         sparc*-, not just sparc-.
1244
1245 2002-04-03  Richard Henderson  <rth@redhat.com>
1246
1247         * gcc.dg/cpp/ucs.c: Improved long UCS test.
1248
1249 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
1250
1251         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
1252
1253 2002-04-02  David S. Miller  <davem@redhat.com>
1254
1255         * gcc.c-torture/execute/20020402-3.c: New test.
1256
1257 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
1258
1259         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
1260         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
1261
1262         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
1263         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
1264         g77.f-torture/execute/20001201.x,
1265         g77.f-torture/execute/u77-test.x: New files.
1266
1267         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
1268         * gcc.dg/wchar_t-1.c: Ditto.
1269
1270 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1271
1272         * gcc.c-torture/execute/20020402-1.c: New test.
1273
1274 2002-04-01  Richard Henderson  <rth@redhat.com>
1275
1276         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
1277
1278         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
1279
1280 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1281
1282         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
1283
1284 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
1285
1286         * g++.dg/inherit/template-as-base.C: Expect error.
1287         * g++.dg/inherit/namespace-as-base.C: Likewise.
1288
1289 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
1290
1291         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
1292         g++.dg/ext/instantiate3.C: Tweak match patterns.
1293
1294         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
1295         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
1296         -da test.
1297
1298 2002-03-31  Richard Henderson  <rth@redhat.com>
1299
1300         * gcc.dg/special/alias-2.c: New.
1301         * gcc.dg/special/ecos.exp: Run it.
1302
1303 2002-03-31  Richard Henderson  <rth@redhat.com>
1304
1305         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
1306
1307 2002-03-31  Kazu Hirata  <kazu@hxi.com>
1308
1309         * gcc.dg/weak-1.c: Disable on h8300 port.
1310
1311 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
1312
1313         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
1314         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
1315         ordering tests.
1316         * g++.dg/bprob/bprob-1.C: New test.
1317         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
1318         * g++.dg/gcov/gcov-1.C: New test.
1319         * g++.dg/gcov/gcov-1.x: New file.
1320         * g++.dg/gcov/gcov-2.C: New test.
1321         * g++.dg/gcov/gcov-3.C: New test.
1322         * g++.dg/gcov/gcov-3.h: New file.
1323
1324 2002-03-28  Roger Sayle  <roger@eyesopen.com>
1325
1326         * g++.old-deja/g++.other/builtins5.C: New test.
1327         * g++.old-deja/g++.other/builtins6.C: New test.
1328         * g++.old-deja/g++.other/builtins7.C: New test.
1329         * g++.old-deja/g++.other/builtins8.C: New test.
1330         * g++.old-deja/g++.other/builtins9.C: New test.
1331
1332 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
1333
1334         * g++.dg/opt/static1.C: New test.
1335
1336         * g++.dg/opt/longbranch1.C: New test.
1337
1338 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
1339
1340         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
1341
1342         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
1343
1344 Thu Mar 28 16:38:09 2002  Jeffrey A Law  (law@redhat.com)
1345
1346         * gcc.c-torture/execute/20020328-1.c: New test.
1347
1348 2002-03-27  Richard Henderson  <rth@redhat.com>
1349
1350         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
1351         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
1352         move from g++.old-deja/g++.ext/.
1353
1354 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
1355
1356         * g++.dg/init/new2.C: New test.
1357
1358 2002-03-26  Richard Henderson  <rth@redhat.com>
1359
1360         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
1361
1362         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
1363         on sparc.
1364
1365         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
1366         sparcv9 systems.
1367         * gcc.dg/20001102-1.c: Likewise.
1368
1369 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
1370
1371         * gcc.dg/cpp/endif-pedantic1.c,
1372         gcc.dg/cpp/endif-pedantic2.c:  New tests.
1373
1374 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
1375
1376         * g++.dg/init/new1.C: New test.
1377
1378 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
1379
1380         * g++.dg/abi/vbase9.C: New test.
1381
1382 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
1383
1384         * gcc.dg/arm-asm.c: New test.
1385
1386 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
1387
1388         * gcc.dg/Wswitch-enum.c: New test.
1389         Fix PR c/5044.
1390
1391 2002-03-26  Richard Henderson  <rth@redhat.com>
1392
1393         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
1394         structure.
1395
1396 2002-03-25  Richard Henderson  <rth@redhat.com>
1397
1398         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
1399         sparcv9 systems.
1400
1401         * gcc.c-torture/compile/20011119-1.c (xxx): New.
1402         * gcc.c-torture/compile/20011119-2.c (xxx): New.
1403
1404 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
1405
1406         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
1407
1408 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
1409
1410         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
1411         targets using generic thunk support.
1412
1413 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
1414
1415         * gcc.c-torture/compile/20020323-1.c: New test.
1416
1417         * g++.dg/opt/conj2.C: New test.
1418
1419 2002-03-24  Richard Henderson  <rth@redhat.com>
1420
1421         * gcc.dg/weak-1.c: Use -fno-common.
1422
1423 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
1424
1425         * g77.dg/f77-edit-apostrophe-out.f: New test
1426         * g77.dg/f77-edit-h-out.f: New test
1427         * g77.dg/f77-edit-t-in.f: New test
1428         * g77.dg/f77-edit-t-out.f: New test
1429         * g77.dg/f77-edit-x-out.f: New test
1430         * g77.dg/f77-edit-slash-out.f: New test
1431         * g77.dg/f77-edit-colon-out.f: New test
1432         * g77.dg/f77-edit-s-out.f: New test
1433
1434 2002-03-24  Richard Henderson  <rth@redhat.com>
1435
1436         * objc/execute/formal_protocol-6.x: New XFAIL.
1437
1438 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
1439
1440         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
1441         that do not support weak symbols
1442
1443 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
1444
1445         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
1446         * lib/g77.exp:  Likewise
1447         * lib/objc.exp: Likewise
1448
1449 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
1450
1451         * gcc.dg/Wswitch-default.c: New test.
1452
1453 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
1454
1455         * g++.dg/other/enum1.C: New test.
1456
1457 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
1458
1459         * gcc.dg/pragma-ep-3.c: Fix typo.
1460
1461 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
1462
1463         * g++.dg/inherit/template-as-base.C: New test.
1464
1465 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
1466
1467         * g++.old-deja/g++.other/dwarf2-1.C: Move...
1468         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
1469
1470 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
1471
1472         * gcc.dg/cpp/multiline.c: Update to match.
1473
1474 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
1475
1476         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
1477
1478 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
1479
1480         * gcc.dg/cpp/extratokens2.c:  New file.
1481
1482 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
1483
1484         * gcc.dg/20020312-2.c: Add rs6000 target.
1485
1486         * gcc.c-torture/compile/20020319-1.c: New test.
1487
1488 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1489
1490         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
1491         (A, E): Handle this.
1492
1493 2002-03-20  Jason Merrill  <jason@redhat.com>
1494
1495         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
1496         ignoring -fpic.
1497         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
1498         through prune_gcc_output.
1499
1500 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
1501
1502         * gcc.c-torture/compile/20020320-1.c: New test.
1503
1504 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
1505
1506         * gcc.c-torture/compile/20020318-1.c: New test.
1507
1508         * gcc.dg/struct-by-value-1.c: New test.
1509
1510         * gcc.dg/20020319-1.c: New test.
1511
1512 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
1513
1514         * g++.dg/opt/conj1.C: New test.
1515
1516 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
1517
1518         * g++.dg/template/qualttp20.C: Revert previous change.
1519         * g++.dg/template/qualttp3.C: Likewise.
1520         * g++.dg/template/qualttp4.C: Likewise
1521         * g++.dg/template/qualttp5.C: Likewise
1522         * g++.dg/template/qualttp6.C: Likewise
1523         * g++.dg/template/qualttp7.C: Likewise
1524         * g++.dg/template/qualttp8.C: Likewise
1525         * g++.dg/template/recurse.C: Likewise.
1526
1527 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
1528
1529         * gcc.dg/cpp/wchar-1.c: Update.
1530
1531 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
1532
1533         * g++.dg/template/conv1.C: New test.
1534         * g++.dg/template/conv2.C: New test.
1535         * g++.dg/template/conv3.C: New test.
1536         * g++.dg/template/conv4.C: New test.
1537
1538 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
1539
1540         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
1541         * g++.dg/template/qualttp3.C: Likewise.
1542         * g++.dg/template/qualttp4.C: Likewise
1543         * g++.dg/template/qualttp5.C: Likewise
1544         * g++.dg/template/qualttp6.C: Likewise
1545         * g++.dg/template/qualttp7.C: Likewise
1546         * g++.dg/template/qualttp8.C: Likewise
1547         * g++.dg/template/recurse.C: Likewise.
1548
1549 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
1550
1551         * g++.dg/opt/dtor1.C: New test.
1552
1553 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
1554
1555         * gcc.c-torture/compile/20020315-1.c: New test.
1556
1557 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
1558
1559         * gcc.dg/weak-1.c: Fix scan tests.
1560
1561 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
1562
1563         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
1564         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
1565         cris-*-aout* mmix-*-*.
1566         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
1567         cris-*-aout* mmix-*-*.
1568         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
1569         cris-*-elf* cris-*-aout* and mmix-*-*.
1570         * gcc.dg/20001009-1.c: Ditto.
1571         * gcc.dg/20010912-1.c: Ditto.
1572         * gcc.dg/20020122-4.c: Ditto.
1573         * gcc.dg/inline-2.c: Ditto.
1574
1575 Thu Mar 14 14:28:38 2002  Jeffrey A Law  (law@cygnus.com)
1576
1577         * gcc.c-torture/compile/20020314-1.c: New test.
1578
1579 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
1580
1581         * gcc.c-torture/execute/20020314-1.c: New test.
1582
1583 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
1584
1585         * g++.dg/warn/Wunused-1.C: New test.
1586
1587 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
1588
1589         * g++.dg/abi/mangle6.C: New test.
1590
1591 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
1592
1593         * gcc.c-torture/compile/20020309-2.c: New test.
1594
1595         * gcc.c-torture/compile/20020312-1.c: New test.
1596
1597 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
1598
1599         * g++.dg/other/access1.C: New test.
1600
1601 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
1602
1603         * gcc.c-torture/execute/wchar_t-1.c: New test.
1604
1605 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
1606
1607         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
1608
1609 2002-03-12  Roger Sayle  <roger@eyesopen.com>
1610
1611         * gcc.dg/20020312-1.c: New test case.
1612
1613 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
1614
1615         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
1616
1617 2002-03-11  Richard Henderson  <rth@redhat.com>
1618
1619         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
1620         * g++.old-deja/g++.jason/report.C: Likewise.
1621
1622 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
1623
1624         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
1625         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
1626
1627 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
1628
1629         * testsuite/g++.dg/overload/pmf1.C: New test.
1630
1631 2002-03-11  Kazu Hirata  <kazu@hxi.com>
1632
1633         * gcc.c-torture/execute/20020307-1.c: Use long.
1634
1635 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
1636
1637         PR optimization/5844
1638         * gcc.dg/20020310-1.c: New test.
1639
1640 2002-03-09  Michael Meissner  <meissner@redhat.com>
1641
1642         * gcc.c-torture/execute/memcpy-2.c: New test.
1643         * gcc.c-torture/execute/memset-1.c: New test.
1644         * gcc.c-torture/execute/strlen-1.c: New test.
1645         * gcc.c-torture/execute/strcmp-1.c: New test.
1646         * gcc.c-torture/execute/strncmp-1.c: New test.
1647
1648 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
1649
1650         * gcc.dg/ppc-ldstruct.c: New test.
1651
1652 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
1653
1654         * gcc.c-torture/execute/va-arg-22.c: New test.
1655
1656 Sat Mar  9 07:47:50 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1657
1658         * gcc.c-torture/compile/20020309-1.c: New test.
1659
1660 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
1661
1662         * gcc.c-torture/execute/20020307-2.c: New test.
1663
1664 Thu Mar  7 10:05:31 2002  Jeffrey A Law  (law@redhat.com)
1665
1666         * g77.f-torture/compile/20020307-1.f: New test.
1667
1668 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
1669
1670         * gcc.dg/unordered-1.c: New test.
1671
1672 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
1673
1674         * gcc.c-torture/execute/20020307-1.c: New test.
1675
1676 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
1677
1678         * gcc.dg/20020304-1.c: New test.
1679
1680         * gcc.c-torture/compile/20020304-2.c: New test.
1681
1682 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
1683
1684         * gcc.c-torture/compile/20020304-1.c: New test case
1685         (from PR c/5830).
1686
1687 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
1688
1689         * gcc.dg/20020103-1.c: Add other -D ppc variants.
1690
1691 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
1692
1693         * g++.dg/other/classkey1.C: New test.
1694
1695 2002-03-01  Richard Henderson  <rth@redhat.com>
1696
1697         * gcc.c-torture/compile/981223-1.x: New.
1698         * gcc.c-torture/compile/920625-1.x: New.
1699
1700 2002-02-28  Richard Henderson  <rth@redhat.com>
1701
1702         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
1703
1704 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
1705
1706         * gcc.c-torture/execute/20020227-1.c: New test.
1707
1708 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
1709
1710         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
1711         here" ERROR lines.
1712         * g++.old-deja/g++.oliva/partord1.C: Likewise.
1713         * g++.old-deja.g++.other/defarg1.C: Likewise.
1714         * g++.old-deja/g++.pt/calls2.C: Likewise.
1715         * g++.old-deja/g++.pt/crash20.C: Likewise.
1716         * g++.old-deja/g++.pt/crash30.C: Likewise.
1717         * g++.old-deja/g++.pt/crash36.C: Likewise.
1718         * g++.old-deja/g++.pt/crash6.C: Likewise.
1719         * g++.old-deja/g++.pt/defarg13.C: Likewise.
1720         * g++.old-deja/g++.pt/derived3.C: Likewise.
1721         * g++.old-deja/g++.pt/error1.C: Likewise.
1722         * g++.old-deja/g++.pt/friend21.C: Likewise.
1723         * g++.old-deja/g++.pt/friend23.C: Likewise.
1724         * g++.old-deja/g++.pt/infinite1.C: Likewise.
1725         * g++.old-deja/g++.robertl/eb128.C: Likewise.
1726
1727 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
1728
1729         * gcc.c-torture/execute/20020225-2.c: New test.
1730
1731 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
1732
1733         * gcc.c-torture/execute/920730-1t.c,
1734         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
1735         Delete test cases, only relevant to -traditional.
1736
1737 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
1738
1739         * gcc.dg/cpp/undef1.c: Remove.
1740         * gcc.dg/cpp/directiv.c: Update.
1741         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
1742
1743 2002-02-27  Michael Meissner  <meissner@redhat.com>
1744
1745         * gcc.c-torture/execute/20020226-1.c: New test.
1746
1747 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
1748
1749         * g++.dg/debug/debug4.C: New test.
1750
1751         * gcc.dg/ia64-visibility-1.c: New test.
1752
1753 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
1754
1755         * gcc.dg/debug/20020224-1.c: New.
1756
1757 2002-02-25  Kazu Hirata  <kazu@hxi.com>
1758
1759         * gcc.c-torture/execute/960416-1.x: New.
1760         * gcc.c-torture/execute/divconst-3.x: Likewise.
1761
1762 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
1763
1764         * gcc.dg/20020224-1.c: New test.
1765
1766 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
1767
1768         * gcc.c-torture/execute/20020225-1.c: New.
1769
1770 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
1771
1772         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
1773
1774 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
1775
1776         * gcc.dg/20020222-1.c: New test.
1777
1778 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
1779
1780         * g++.dg/opt/anonunion1.C: New test.
1781
1782 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
1783
1784         * g++.dg/template/qualttp19.C: New test.
1785         * g++.dg/template/qualttp20.C: New test.
1786         * g++.old-deja/g++.jason/report.C: Adjust expected errors
1787         * g++.old-deja/g++.other/qual1.C: Likewise.
1788
1789 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
1790
1791         * gcc.dg/attr-alwaysinline.c: New.
1792
1793 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
1794
1795         * gcc.dg/20020220-1.c: New test.
1796
1797         * gcc.dg/20020220-2.c: New test.
1798
1799         * g++.dg/opt/mmx1.C: New test.
1800
1801 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
1802
1803         * gcc.c-torture/compile/20020110.c: New test.
1804
1805 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
1806
1807         * gcc.c-torture/execute/20020219-1.c: New test.
1808
1809         * gcc.dg/20020219-1.c: New test.
1810
1811         * gcc.dg/noncompile/20020220-1.c: New test.
1812
1813         * g++.dg/opt/ptrintsum1.C: New test.
1814
1815         * gcc.dg/debug/20020220-1.c: New test.
1816
1817 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
1818
1819         * gcc.c-torture/execute/20020216-1.c: New test.
1820
1821 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
1822
1823         * gcc.dg/decl-1.c: Update, new test.
1824
1825 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
1826
1827         * g++.dg/abi/bitfield1.C: New test.
1828         * g++.dg/abi/bitfield2.C: New test.
1829
1830 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
1831
1832         * gcc.dg/attr-nest.c: New test.
1833
1834 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
1835
1836         * gcc.c-torture/execute/20020215-1.c: New test.
1837
1838 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
1839
1840         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
1841         * g++.dg/debug/debug.exp: New.
1842         * g++.dg/debug/trivial.C: New.
1843         * g++.dg/debug/debug1.C: Moved...
1844         * g++.dg/other/debug1.C: ...from here.
1845         * g++.dg/debug/debug2.C: Moved...
1846         * g++.dg/other/debug2.C: ...from here.
1847         * g++.dg/debug/debug3.C: Moved...
1848         * g++.dg/other/debug3.C: ...from here.
1849
1850         * gcc.dg/noncompile/20020213-1.c: New test.
1851
1852 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
1853
1854         * g++.dg/other/debug3.C: New test.
1855
1856         * gcc.c-torture/execute/20020213-1.c: New test.
1857
1858 2002-02-13  Richard Smith <richard@ex-parrot.com>
1859
1860         * g++.old-deja/g++.other/thunk1.C: New test.
1861
1862 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
1863
1864         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
1865
1866 2002-02-13  Stan Shebs  <shebs@apple.com>
1867
1868         * gcc.dg/altivec-3.c: New.
1869
1870 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
1871
1872         * gcc.dg/Wunreachable-1.c: New test.
1873         * gcc.dg/Wunreachable-2.c: New test.
1874
1875 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
1876
1877         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
1878
1879 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
1880
1881         * gcc.dg/decl-1.c: New test.
1882
1883 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
1884
1885         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
1886
1887 2002-02-10  Kazu Hirata  <kazu@hxi.com>
1888
1889         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
1890         * gcc.c-torture/compile/980506-1.x: Likewise.
1891
1892 2002-02-10  Kazu Hirata  <kazu@hxi.com>
1893
1894         * gcc.dg/20020210-1.c: New.
1895
1896 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
1897
1898         * g77.f-torture/execute/947.f: New regression test
1899         for PR fortran/947.
1900
1901 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
1902
1903         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
1904         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
1905
1906 2002-02-08  Richard Henderson  <rth@redhat.com>
1907
1908         * gcc.c-torture/compile/labels-3.c: New.
1909
1910 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
1911
1912         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
1913         expression statements work instead.
1914         * gcc.dg/noncompile/20020207-1.c: New test.
1915
1916 2002-02-07  Richard Henderson  <rth@redhat.com>
1917
1918         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
1919
1920 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
1921
1922         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
1923         message from g77
1924         * lib/g77-dg.exp: Trim g77 error messages so that they are
1925         recognised by dg.exp.
1926
1927 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
1928
1929         PR fortran/5473
1930         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
1931
1932 2002-02-07  Richard Henderson  <rth@redhat.com>
1933
1934         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
1935         to be sufficiently aligned for integers.
1936
1937 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
1938
1939         * g++.dg/template/friend4.C: New test.
1940
1941 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
1942
1943         PR fortran/5743
1944         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
1945         unsupported cases.
1946
1947 2002-02-07  Richard Henderson  <rth@redhat.com>
1948
1949         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
1950         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
1951         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
1952         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
1953
1954 2002-02-06  Richard Henderson  <rth@redhat.com>
1955
1956         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
1957
1958 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
1959
1960         * gcc.dg/20020206-1.c: New test.
1961
1962 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
1963
1964         * gcc.c-torture/execute/20020206-1.c: New test.
1965
1966         * gcc.c-torture/execute/20020206-2.c: New test.
1967
1968         PR optimization/5429:
1969         * gcc.c-torture/compile/20020206-1.c: New test.
1970
1971 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
1972
1973         * g++.dg/ext/align1.C: Do not use an explicit alignment value
1974         as certain file formats cannot support particularly large
1975         alignments.
1976
1977         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
1978         and do not expect to be able to link the executable.
1979
1980         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
1981         fail because the COFF format does not support the weak attribute.
1982
1983 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
1984
1985         * g77.dg/pr5473.f:  New test
1986
1987 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
1988
1989         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
1990         Fix testcase accordingly.
1991
1992 2002-02-04  Richard Henderson  <rth@redhat.com>
1993
1994         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
1995         (buf): Change to be an array of pointers, not ints.
1996
1997 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
1998
1999         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
2000         before all tests.  Move warning one line above to match where it
2001         C frontend emits.
2002         * gcc.dg/Wswitch-2.c: New test.
2003         * g++.dg/warn/Wswitch-1.C: New test.
2004         * g++.dg/warn/Wswitch-2.C: New test.
2005
2006 2002-02-04  Richard Henderson  <rth@redhat.com>
2007
2008         * g++.dg/abi/offsetof.C: Fix size comparison.
2009
2010 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
2011
2012         * gcc.dg/cast-qual-2.c: New test.
2013
2014 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
2015
2016         * gcc.dg/20020201-4.c: New test.
2017
2018 2002-02-04  Ben Elliston  <bje@redhat.com>
2019
2020         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
2021         target_info attribute != 0, in addition to the empty string.
2022         (gcc_target_compile): Likewise.
2023
2024 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
2025
2026         * gcc.dg/Wswitch.c: New test.
2027         PR gcc/4475. PR gcc/3780.
2028
2029 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
2030
2031         * g77.f-torture/execute/5122.f: New test for regressions
2032         against PR fortran/5122.
2033
2034 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
2035
2036         * g77.f-torture/compile/pr3743.f: Delete
2037         * g77.dg/pr3743-1.f: New test.
2038         * g77.dg/pr3743-2.f: New test.
2039         * g77.dg/pr3743-3.f: New test.
2040         * g77.dg/pr3743-4.f: New test.
2041
2042 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2043
2044         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
2045
2046 2002-02-02  Richard Henderson  <rth@redhat.com>
2047
2048         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
2049         * gcc.c-torture/execute/bf64-1.c: Likewise.
2050
2051 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
2052
2053         * gcc.dg/20020201-2.c: New test.
2054
2055         * gcc.dg/20020201-3.c: New test.
2056
2057         * gcc.c-torture/execute/bitfld-2.c: New test.
2058
2059 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2060
2061         * gcc.dg/bitfld-1.c: Update.
2062         * gcc.dg/bitfld-2.c: Update.
2063         * gcc.c-torture/execute/bitfld-1.x: New.
2064
2065 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
2066
2067         * gcc.c-torture/execute/20020201-1.c: New test.
2068
2069 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
2070
2071         PR target/5469
2072         * gcc.dg/20020201-1.c: New test.
2073
2074 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
2075
2076         PR fortran/3743
2077         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
2078         * g77.f-torture/compile/pr3743.x: Remove
2079
2080 2002-01-31  Tom Rix  <trix@redhat.com>
2081
2082         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
2083
2084 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
2085
2086         * gcc.dg/noncompile/20020130-1.c: New test.
2087
2088 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
2089
2090         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
2091
2092 2002-01-29  Richard Henderson  <rth@redhat.com>
2093
2094         * gcc.c-torture/execute/991118-1.c: Cast various constants back
2095         to long long.
2096         * gcc.c-torture/execute/bf64-1.c: Likewise.
2097
2098 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
2099
2100         * gcc.c-torture/execute/20020129-1.c: New test.
2101
2102 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
2103
2104         * gcc.c-torture/compile/20000224-1.c: Update.
2105         * gcc.c-torture/execute/bitfld-1.c: New tests.
2106         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
2107         * gcc.dg/uninit-A.c: Update.
2108
2109 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
2110
2111         * g++.dg/template/ctor1.C: Add instantiation.
2112
2113 2002-01-28  Paul Koning  <pkoning@equallogic.com>
2114
2115         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
2116         argument to __builtin_prefetch to be const ptr.
2117
2118 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
2119
2120         * gcc.c-torture/compile/20020120-1.c: New test.
2121
2122 2002-01-27  Kazu Hirata  <kazu@hxi.com>
2123
2124         * gcc.c-torture/execute/20020127-1.c: New test.
2125
2126 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
2127
2128         * g77.dg/f77-edit-i-in.f: New test
2129         * g77.dg/f77-edit-i-out.f: New test
2130
2131 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
2132
2133         * gcc.dg/debug/debug.exp: New file.
2134         * gcc.dg/debug/trivial.c: New file.
2135         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
2136         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
2137         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
2138         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
2139         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
2140         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
2141         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
2142         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
2143         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
2144         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
2145         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
2146         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
2147         * gcc.dg/20000503-1.c: Removed.
2148         * gcc.dg/20010207-1.c: Removed.
2149         * gcc.dg/20011223-1.c: Removed.
2150         * gcc.dg/20020104-2.c: Removed.
2151         * gcc.dg/debug-1.c: Removed.
2152         * gcc.dg/debug-2.c: Removed.
2153         * gcc.dg/debug-3.c: Removed.
2154         * gcc.dg/debug-4.c: Removed.
2155         * gcc.dg/debug-5.c: Removed.
2156         * gcc.dg/debug-6.c: Removed.
2157         * gcc.dg/dwarf2-1.c: Removed.
2158         * gcc.dg/dwarf2-2.c: Removed.
2159
2160 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
2161
2162         * g++.old-deja/g++.other/eh5.C: New test.
2163         * g++.old-deja/g++.other/sibcall2.C: New test.
2164         * g++.old-deja/g++.other/array9.C: New test.
2165         * g++.old-deja/g++.other/typename2.C: New test.
2166         * g++.old-deja/g++.other/crash60.C: New test.
2167         * g++.old-deja/g++.other/conv9.C: New test.
2168         * g++.old-deja/g++.other/mangle10.C: New test.
2169         * g++.old-deja/g++.other/unchanging1.C: New test.
2170         * g++.old-deja/g++.other/exprstmt1.C: New test.
2171         * g++.old-deja/g++.other/inline23.C: New test.
2172         * g++.old-deja/g++.eh/ia64-1.C: New test.
2173         * g++.old-deja/g++.other/dwarf2-1.C: New test.
2174         * g++.old-deja/g++.other/reload1.C: New test.
2175         * g++.old-deja/g++.other/static20.C: New test.
2176         * g++.old-deja/g++.other/local-alloc1.C: New test.
2177         * g++.old-deja/g++.other/conv8.C: New test.
2178         * g++.old-deja/g++.other/stmtexpr2.C: New test.
2179         * g++.old-deja/g++.other/storeexpr1.C: New test.
2180         * g++.old-deja/g++.other/storeexpr2.C: New test.
2181         * g++.dg/eh/template2.C: New test.
2182         * g++.dg/warn/weak1.C: New test.
2183
2184 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
2185
2186         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
2187         Remove first, non-varying, argument.
2188
2189 2002-01-23  Richard Henderson  <rth@redhat.com>
2190
2191         * gcc.dg/inline-2.c: New.
2192
2193         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
2194         Add optional target arg.  Check number of arguments.
2195         (scan-assembler-not, scan-assembler-dem): Likewise.
2196         (scan-assembler-dem-not): Likewise.
2197
2198 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
2199
2200         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
2201         line 12.
2202         * g++.old-deja/g++.brendan/parse3.C,
2203         g++.old-deja/g++.other/crash26.C,
2204         g++.old-deja/g++.other/crash28.C,
2205         g++.old-deja/g++.other/crash29.C,
2206         g++.old-deja/g++.other/crash30.C,
2207         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
2208
2209 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
2210
2211         * gcc.dg/20020115-1.c: New.
2212
2213 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
2214
2215         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
2216
2217 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
2218
2219         * gcc.dg/20020122-3.c: New.
2220
2221 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
2222
2223         * g++.dg/other/gc1.C: New test.
2224
2225 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
2226
2227         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
2228
2229 2002-01-22  Richard Henderson  <rth@redhat.com>
2230
2231         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
2232
2233 2002-01-22  Richard Henderson  <rth@redhat.com>
2234
2235         * gcc.dg/20020122-4.c: New.
2236
2237 2002-01-22  H.J. Lu <hjl@gnu.org>
2238
2239         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
2240         link output.
2241         * gcc.dg/special/ecos.exp: Likewise.
2242         * lib/g++-dg.exp: Likewise.
2243         * lib/g77-dg.exp: Likewise.
2244         * lib/gcc-dg.exp : Likewise.
2245         * lib/mike-g++.exp: Likewise.
2246         * lib/mike-g77.exp: Likewise.
2247         * lib/mike-gcc.exp: Likewise.
2248         * lib/objc-dg.exp: Likewise.
2249
2250 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
2251
2252         PR target/5379
2253         * gcc.dg/20020122-2.c: New test.
2254
2255 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
2256
2257         * gcc.dg/20020122-1.c: New test.
2258
2259 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
2260
2261         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
2262
2263 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
2264
2265         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
2266
2267 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2268
2269         * gcc.c-torture/compile/20020121-1.c: New test.
2270
2271 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2272
2273         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
2274         ld_library_path.
2275
2276 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
2277
2278         * gcc.dg/20020218-1.c: New test.
2279
2280 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
2281
2282         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
2283         messages
2284         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
2285         "At global scope" warning
2286         * g++.dg/ext/align1.C: Change cygwin test for alignment
2287         from db-bogus to dg-warning
2288
2289 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
2290
2291         * g77.f-torture/compile/cpp2.F: New test.
2292
2293 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
2294
2295         * g++.dg/template/access1.C: New test.
2296
2297 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
2298
2299         * gcc.dg/20020118-1.c: New.
2300
2301 2002-01-18  Kazu Hirata  <kazu@hxi.com>
2302
2303         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
2304
2305 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
2306
2307         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
2308         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
2309         alignment warnings.
2310
2311 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
2312
2313         * gcc.misc-tests/i386-prefetch.exp: Save and restore
2314         torture_with_loops and torture_without_loops
2315
2316 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
2317
2318         * gcc.c-torture/compile/20020116-1.c: New test.
2319
2320 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
2321
2322         * gcc.dg/20020116-2.c: New test.
2323
2324         * gcc.dg/ultrasp4.c: New test.
2325
2326         * gcc.dg/20020116-1.c: New test.
2327
2328 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
2329
2330         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
2331         by EABI.
2332
2333 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
2334
2335         * gcc.misc-tests/i386-prefetch.exp: New.
2336         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
2337         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
2338         * gcc.misc-tests/i386-pf-none-1.c: New test.
2339         * gcc.misc-tests/i386-pf-sse-1.c: New test.
2340
2341 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
2342
2343         * gcc.dg/gnu89-init-1.c: Add new tests.
2344
2345 2002-01-15  Andreas Jaeger  <aj@suse.de>
2346
2347         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
2348         * gcc.dg/i386-mmx-2.c: Likewise.
2349         * gcc.dg/i386-sse-1.c: Likewise.
2350         * gcc.dg/i386-sse-2.c: Likewise.
2351         * gcc.dg/i386-sse-3.c: Likewise.
2352
2353 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
2354
2355         * g77.f-torture/execute/intrinsic-unix-bessel.f:
2356         Uncomment additional cases that now pass.
2357
2358 2002-01-11  Richard Henderson  <rth@redhat.com>
2359
2360         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
2361         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
2362
2363 Fri Jan 11 12:13:30 2002  Nicola Pero  <n.pero@mi.flashnet.it>
2364
2365         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
2366
2367 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
2368
2369         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
2370         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
2371
2372 2002-01-10  Dale Johannesen  <dalej@apple.com>
2373
2374         * gcc.c-torture/execute/loop-11.c: New.
2375
2376 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
2377
2378         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
2379         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
2380
2381 2002-01-09  Richard Henderson  <rth@redhat.com>
2382
2383         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
2384         type in which to perform the operation for each size.
2385
2386 Wed Jan  9 16:48:33 2002  Alan Matsuoka  (alanm@redhat.com)
2387
2388         * gcc.c-torture/compile/20020109-2.c: New test.
2389
2390 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
2391
2392         * gcc.c-torture/execute/loop-10.c: New test.
2393
2394 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
2395
2396         * gcc.c-torture/compile/20010226-1.c: New test.
2397         * gcc.c-torture/compile/20010227-1.c: New test.
2398         * gcc.c-torture/compile/20010426-1.c: New test.
2399         * gcc.c-torture/compile/20010510-1.c: New test.
2400         * gcc.c-torture/compile/20010605-3.c: New test.
2401         * gcc.c-torture/compile/20010824-1.c: New test.
2402         * gcc.c-torture/execute/20010409-1.c: New test.
2403         * gcc.dg/noncompile/20000901-1.c: New test.
2404         * gcc.dg/20001023-1.c: New test.
2405         * gcc.dg/20001101-1.c: New test.
2406         * gcc.dg/20001102-1.c: New test.
2407         * gcc.dg/20010207-1.c: New test.
2408         * gcc.dg/20010405-1.c: New test.
2409         * gcc.dg/20010822-1.c: New test.
2410         * gcc.dg/20011107-1.c: New test.
2411
2412 Wed Jan  9 14:03:20 2002  Jeffrey A Law  (law@redhat.com)
2413
2414         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
2415
2416         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
2417         execution failure on PA targets.
2418
2419 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
2420
2421         * gcc.c-torture/compile/20020109-1.c: New test.
2422
2423 2002-01-08  Kazu Hirata  <kazu@hxi.com>
2424
2425         * gcc.c-torture/execute/20020108-1.c: New test.
2426
2427 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
2428
2429         * gcc.dg/20020108-1.c: New test.
2430
2431 2002-01-08  H.J. Lu <hjl@gnu.org>
2432
2433         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
2434         for header files.
2435
2436 2002-01-08  Geoff Keating  <geoffk@redhat.com>
2437
2438         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
2439         consistency.
2440
2441 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
2442
2443         * gcc.dg/altivec-4.c: Test altivec predicates.
2444
2445 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
2446
2447         * gcc.c-torture/execute/20020107-1.c: New test.
2448
2449 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
2450
2451         PR c/5279
2452         * gcc.c-torture/compile/20020106-1.c: New test.
2453
2454 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
2455
2456         * gcc.c-torture/execute/nestfunc-4.c: New test.
2457
2458 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
2459
2460         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
2461         extra triple that slipped in.
2462         * g++.old-deja/g++.abi/align.C: Likewise.
2463         * g++.old-deja/g++.abi/bitfields.C: Likewise.
2464
2465 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
2466
2467         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
2468         * g++.old-deja/g++.abi/align.C: Likewise.
2469         * g++.old-deja/g++.abi/bitfields.C: Likewise.
2470
2471         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
2472         on FreeBSD/i386.
2473         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
2474         FreeBSD.
2475
2476 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
2477
2478         * gcc.dg/20020104-1.c: New test.
2479
2480         * gcc.dg/20020104-2.c: New test.
2481
2482 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
2483
2484         * gcc.dg/20020103-1.c: Fix typo in target selector.
2485
2486 2002-01-03  Richard Henderson  <rth@redhat.com>
2487
2488         * gcc.dg/20020103-1.c: New.
2489
2490 2002-01-03  Kazu Hirata  <kazu@hxi.com>
2491
2492         * gcc.c-torture/execute/20020103-1.c: New test.
2493
2494 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
2495
2496         * g++.dg/other/debug2.C: New test.
2497
2498         * gcc.c-torture/compile/20020103-1.c: New test.
2499
2500 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
2501
2502         * gcc.dg/gnu89-init-1.c: Added new tests.
2503
2504 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2505
2506         * g++.dg/template/friend2.C: Remove as patch is reverted.
2507
2508         * g++.dg/warn/oldcast1.C: New test.
2509
2510         * g++.dg/template/ptrmem1.C: New test.
2511         * g++.dg/template/ptrmem2.C: New test.
2512
2513         * g++.dg/template/ntp.C: New test.
2514
2515         * g++.dg/other/component1.C: New test.
2516
2517         * g++.dg/template/ttp3.C: New test.
2518
2519         * g++.dg/template/friend2.C: New test.
2520         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
2521
2522 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2523
2524         * g++.dg/other/ptrmem1.C: New test.
2525         * g++.dg/other/ptrmem2.C: New test.
2526
2527 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2528
2529         * g++.dg/template/ctor1.C: New test.
2530
2531 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2532
2533         * g++.dg/template/friend2.C: New test.
2534
2535 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
2536
2537         * gcc.dg/mmix-1.c: New test.
2538
2539 2001-12-31  Richard Henderson  <rth@redhat.com>
2540
2541         * gcc.dg/asm-5.c: New.
2542
2543 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
2544
2545         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
2546         in namespace __gnu_cxx
2547
2548 2001-12-30  Richard Henderson  <rth@redhat.com>
2549
2550         * gcc.dg/debug-6.c: New.
2551
2552 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
2553
2554         * gcc.c-torture/compile/20011229-2.c: New test.
2555
2556 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
2557
2558         * gcc.dg/debug-3.c: New test.
2559         * gcc.dg/debug-4.c: New test.
2560         * gcc.dg/debug-5.c: New test.
2561
2562 2001-12-29  Richard Henderson  <rth@redhat.com>
2563
2564         * g++.dg/eh/loop1.C: New.
2565
2566 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
2567
2568         * g++.dg/template/crash1.C: New test.
2569
2570 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
2571
2572         * g++.dg/other/const1.C: New test.
2573
2574 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
2575
2576         * gcc.c-torture/compile/20011229-1.c: New test.
2577
2578 2001-12-28  Stan Shebs  <shebs@apple.com>
2579
2580         * lib/objc-torture.exp: Resync with c-torture.exp.
2581         * lib/objc.exp: Load standard libraries.
2582
2583 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
2584
2585         * gcc.dg/gnu89-init-1.c: Adjust for the new behaviour, add some
2586         additional tests.
2587
2588 2001-12-27  Roger Sayle <roger@eyesopen.com>
2589
2590         * gcc.c-torture/execute/string-opt-16.c: New testcase.
2591
2592 2001-12-27  Richard Henderson  <rth@redhat.com>
2593
2594         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
2595
2596 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
2597
2598         * g++.dg/eh/ctor1.C: New test.
2599         * g++.dg/other/error2.C: New test.
2600
2601 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
2602
2603         * g++.dg/other/init2.C: New test.
2604
2605 2001-12-24  Richard Henderson  <rth@redhat.com>
2606
2607         * gcc.dg/20011223-1.c: New.
2608         * gcc.dg/inline-1.c: New.
2609
2610 2001-12-23  Richard Henderson  <rth@redhat.com>
2611
2612         * gcc.dg/asm-4.c: Test operand modifiers.
2613
2614 2001-12-23  Richard Henderson  <rth@redhat.com>
2615
2616         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
2617
2618 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
2619
2620         * gcc.c-torture/execute/20011223-1.c: New test.
2621
2622 2001-12-21  Richard Henderson  <rth@redhat.com>
2623
2624         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
2625         re-enables the warning.
2626
2627 2001-12-21  Richard Henderson  <rth@redhat.com>
2628
2629         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
2630
2631 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
2632
2633         * gcc.c-torture/compile/20011218-1.c: New test.
2634
2635 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
2636
2637         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
2638         arm-isr.c test.
2639         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
2640         epilogue generation for ARM ISR routines.
2641
2642 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2643
2644         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
2645         * gcc.dg/format/c90-printf-3.c: Likewise.
2646         * gcc.dg/format/c99-printf-3.c: Likewise.
2647         * gcc.dg/format/ext-1.c: Likewise.
2648         * gcc.dg/format/ext-6.c: Likewise.
2649         * gcc.dg/format/format.h: Prototype unlocked stdio.
2650
2651 2001-12-20  Richard Henderson  <rth@redhat.com>
2652
2653         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
2654         (arena): Use it.
2655         (malloc): Correct allocation logic.  Abort if we fill up the
2656         arena before initialization complete.
2657         (realloc): Correct allocation logic.
2658
2659 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
2660
2661         * gcc.c-torture/compile/20011219-2.c: New test.
2662
2663         * gcc.c-torture/execute/20011219-1.c: New test.
2664
2665 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
2666
2667         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
2668         target does not support weak symbols.
2669
2670 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
2671
2672         * gcc.c-torture/compile/20011219-1.c: New test.
2673
2674 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
2675
2676         * g++.dg/other/error1.C: New test.
2677
2678 Mon Dec 17 14:31:42 2001  Jeffrey A Law  (law@redhat.com)
2679
2680         * gcc.c-torture/execute/20011217-1.c: New test.
2681
2682 Mon Dec 17 16:54:56 2001  Nicola Pero  <nicola@brainstorm.co.uk>
2683
2684         * objc.dg/special/: New directory.
2685         * objc.dg/special/special.exp: New file.
2686         * objc.dg/special/unclaimed-category-1.h: New file.
2687         * objc.dg/special/unclaimed-category-1a.m: New file.
2688         * objc.dg/special/unclaimed-category-1.m: New file.
2689
2690 2001-12-17  Andreas Jaeger  <aj@suse.de>
2691
2692         * gcc.c-torture/compile/20011217-2.c: New test.
2693
2694 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
2695
2696         * gcc.c-torture/compile/20011217-1.c: New test.
2697
2698 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
2699
2700         * testsuite/gcc.dg/20011214-1.c: New.
2701
2702 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
2703
2704         * gcc.dg/altivec-4.c: New.
2705
2706 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
2707
2708         * gcc.dg/20011113-1.c: New test.
2709
2710 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2711
2712         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
2713         std::__malloc_alloc_template<0> and
2714         std::__default_alloc_template<false, 0>.
2715
2716 Thu Dec 13 10:35:33 2001  Nicola Pero  <n.pero@mi.flashnet.it>
2717
2718         * objc/execute/bf-21.m: New test.
2719         * objc/execute/enumeration-1.m: New test.
2720         * objc/execute/enumeration-2.m: New test.
2721
2722 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
2723
2724         * gcc.dg/gnu89-init-1.c: New test.
2725
2726 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
2727
2728         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
2729         * g++.old-deja/g++.jason/2371.C: Likewise.
2730         * g++.old-deja/g++.jason/template33.C: Likewise.
2731         * g++.old-deja/g++.jason/template34.C: Likewise.
2732         * g++.old-deja/g++.jason/template36.C: Likewise.
2733         * g++.old-deja/g++.oliva/typename1.C: Likewise.
2734         * g++.old-deja/g++.oliva/typename2.C: Likewise.
2735         * g++.old-deja/g++.other/typename1.C: Likewise.
2736         * g++.old-deja/g++.pt/inherit2.C: Likewise.
2737         * g++.old-deja/g++.pt/nontype5.C: Likewise.
2738         * g++.old-deja/g++.pt/typename11.C: Likewise.
2739         * g++.old-deja/g++.pt/typename14.C: Likewise.
2740         * g++.old-deja/g++.pt/typename16.C: Likewise.
2741         * g++.old-deja/g++.pt/typename3.C: Likewise.
2742         * g++.old-deja/g++.pt/typename4.C: Likewise.
2743         * g++.old-deja/g++.pt/typename5.C: Likewise.
2744         * g++.old-deja/g++.pt/typename7.C: Likewise.
2745         * g++.old-deja/g++.robertl/eb9.C: Likewise.
2746
2747 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
2748
2749         * g++.dg/other/linkage1.C: New test.
2750         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
2751         specifiers.
2752
2753 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
2754
2755         * gcc.dg/concat.c: New test.
2756
2757 2001-12-11  Stan Shebs  <shebs@apple.com>
2758
2759         * objc/compile: New test directory.
2760         * objc/compile/compile.exp: New expect script.
2761         * objc/compile/20011211-1.m: New compile test.
2762
2763 2001-12-11  Jason Merrill  <jason@redhat.com>
2764
2765         * lib/prune.exp (prune_gcc_output): Also handle "In member
2766         function".  So many permutations...
2767
2768 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
2769
2770         * g++.dg/template/typedef1.C: New test.
2771
2772 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
2773
2774         * g++.dg/other/copy1.C: New test.
2775
2776 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
2777
2778         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
2779
2780         * gcc.dg/builtin-choose-expr.c: New.
2781
2782 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
2783
2784         * gcc.dg/altivec-2.c: New.
2785
2786 2001-12-07  Richard Henderson  <rth@redhat.com>
2787
2788         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
2789
2790 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
2791
2792         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
2793         ultrasparc.
2794
2795 Fri Dec  7 06:29:03 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2796
2797         * g++-old.deja/g++.robertl/eb101.C: Deleted.
2798
2799 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
2800
2801         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
2802         variable argument list.
2803
2804 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
2805
2806         * gcc.c-torture/execute/memcheck: Delete entire directory.
2807         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
2808         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
2809
2810 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
2811
2812         * gcc.dg/Wshadow-1.c: New test.
2813
2814 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
2815
2816         * gcc.c-torture/compile/20011130-1.c: New test.
2817
2818         * gcc.dg/noncompile/20011025-1.c: New test.
2819
2820         * g++.dg/other/anon-union.C: New test.
2821
2822         * gcc.c-torture/execute/20011024-1.c: New test.
2823
2824 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
2825
2826         * gcc.c-torture/execute/20000722-1.x,
2827         gcc.c-torture/execute/20010123-1.x: Remove.
2828         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
2829         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
2830         gcc.dg/c99-complit-2.c: New tests.
2831
2832 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
2833
2834         * g++.dg/inherit/base1.C: New test.
2835
2836 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
2837
2838         * g++.dg/other/stdarg1.C: New test.
2839
2840         * gcc.c-torture/compile/20011130-2.c: New test.
2841
2842 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
2843
2844         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
2845         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
2846         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
2847         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
2848         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
2849         * gcc.dg/builtin-prefetch-1.c: New test.
2850
2851 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
2852
2853         * gcc.dg/20011130-1.c: New test.
2854
2855 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
2856
2857         * g++.dg/other/scope1.C: New test.
2858         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
2859
2860 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
2861
2862         * gcc.dg/vla-init-1.c: New test.
2863
2864 2001-12-01  Geoff Keating  <geoffk@redhat.com>
2865
2866         * gcc.c-torture/compile/structs.c: New testcase from GDB.
2867
2868 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2869
2870         * objc.dg/alias.m: Update.
2871         * objc.dg/class-1.m: Update.
2872         * objc.dg/const-str-1.m: Update.
2873         * objc.dg/fwd-proto-1.m: Update.
2874         * objc.dg/id-1.m: Update.
2875         * objc.dg/super-class-1.m: Update.
2876
2877 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
2878
2879         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
2880         constructs.
2881
2882 Wed Nov 28 15:05:54 2001  Jeffrey A Law  (law@cygnus.com)
2883
2884         * gcc.c-torture/execute/20011128-1.c: New test.
2885
2886 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
2887
2888         * gcc.dg/20011127-1.c: New test.
2889
2890 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
2891
2892         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
2893         from Austin Group draft 7.
2894         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
2895         scanf format arguments.
2896         * gcc.dg/format/no-exargs-2.c: New test.
2897
2898 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
2899
2900         * g++.dg/abi/vbase8-4.C: New test.
2901
2902 2001-11-24  Ian Lance Taylor  <ian@airs.com>
2903
2904         * gcc.c-torture/execute/20011121-1.c: New test.
2905
2906 Fri Nov 23 15:55:44 2001  Jeffrey A Law  (law@cygnus.com)
2907
2908         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
2909
2910 2001-11-23  Andreas Jaeger  <aj@suse.de>
2911
2912         * gcc.dg/cpp/charconst-2.c: New test.
2913
2914 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
2915
2916         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
2917         to the host if it is remote.  Let tests specify extra headers
2918         they use.
2919         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
2920         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
2921         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
2922         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
2923         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
2924         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
2925         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
2926         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
2927         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
2928         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
2929
2930 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
2931
2932         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
2933         for little endian ARMs.
2934
2935 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
2936
2937         * gcc.c-torture/compile/20011119-1.c: New test.
2938         * gcc.c-torture/compile/20011119-2.c: New test.
2939
2940 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
2941
2942         * gcc.dg/altivec-1.c: Fix typo.
2943
2944 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
2945
2946         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
2947
2948 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
2949
2950         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
2951
2952 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
2953
2954         * lib/g77.exp: Don't specify --rpath-link.
2955
2956         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
2957         across all the headers.
2958         * gcc.dg/format/format.exp: For testing on a remote host,
2959         copy format.h.
2960
2961         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
2962         * gcc.c-torture/execute/930406-1.c: Likewise.
2963         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
2964
2965 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
2966
2967         * gcc.dg/altivec-1.c: New.
2968
2969 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
2970
2971         * gcc.dg/cpp/fpreprocessed.c: New test case.
2972
2973 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2974
2975         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
2976         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
2977         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
2978
2979 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2980
2981         * gcc.dg/no-builtin-1.c: New test.
2982
2983 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
2984
2985         * gcc.c-torture/execute/20011115-1.c: New test.
2986
2987 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
2988
2989         * gcc.c-torture/compile/20011114-2.c: New test.
2990         * gcc.c-torture/compile/20011114-3.c: New test.
2991         * gcc.c-torture/compile/20011114-4.c: New test.
2992
2993 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
2994
2995         * g++.dg/other/init1.C: New test.
2996
2997 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
2998
2999         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
3000         message.
3001
3002         * gcc.c-torture/execute/20011114-1.c: New testcase.
3003
3004         * gcc.c-torture/compile/20010327-1.c: Revert last change.
3005         * gcc.c-torture/compile/20011114-1.c: New test, exactly
3006         like the (before this change) version of 20010327-1.c.
3007
3008 2001-11-14  Roger Sayle <roger@eyesopen.com>
3009
3010         * gcc.c-torture/execute/string-opt-13.c: New testcase.
3011
3012 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
3013
3014         * g++.dg/init/array2.C: New test.
3015
3016 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
3017
3018         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
3019
3020 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
3021
3022         * g++.dg/other/forscope1.C: New test.
3023         * g++.dg/ext/forscope1.C: New test.
3024         * g++.dg/ext/forscope2.C: New test.
3025
3026 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
3027
3028         * gcc.c-torture/execute/20011113-1.c: New test.
3029
3030 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
3031
3032         * gcc.c-torture/execute/20011109-2.c: New test.
3033
3034         * gcc.c-torture/execute/20011109-1.c: New test.
3035
3036 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
3037
3038         * gcc.c-torture/compile/20011109-1.c: New test.
3039
3040 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
3041
3042         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
3043         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
3044         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
3045         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
3046         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
3047         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
3048         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
3049
3050 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
3051
3052         * g++.dg/warn/Wshadow-1.C: New tests.
3053         * g++.old-deja/g++.mike/for3.C: Update.
3054
3055 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
3056
3057         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
3058         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
3059         XFAILs.  Adjust expected error texts.
3060         * gcc.c-torture/compile/20011106-1.c,
3061         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
3062         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
3063         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
3064         gcc.dg/c99-array-lval-5.c: New tests.
3065
3066 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
3067
3068         * gcc.dg/cpp/defined.c: Update.
3069
3070 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
3071
3072         * gcc.c-torture/execute/anon-1.c: New test.
3073
3074 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
3075
3076         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
3077         same size, so no warning should be produced on stormy16.
3078
3079         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
3080         due to oversized array.
3081         * g++.old-deja/g++.mike/ns15.C: Likewise.
3082         * g++.old-deja/g++.pt/crash16.C: Likewise.
3083
3084 2001-11-02  Graham Stott  <grahams@redhat.com>
3085
3086         * g++.dgother/debug1.C: Fix typos.
3087
3088 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
3089
3090         * g++.dg/other/debug1.C: New test.
3091
3092 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3093
3094         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
3095         of unsigned long.
3096
3097 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
3098
3099         * gcc.dg/20011029-2.c: New test.
3100
3101         * gcc.c-torture/compile/20011029-1.c: New test.
3102
3103 Mon Oct 29 21:19:53 2001  Nicola Pero  <n.pero@mi.flashnet.it>
3104
3105         * objc/execute/class_self-1.m: New test.
3106         * objc/execute/class_self-2.m: New test.
3107
3108 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
3109
3110         * gcc.misc-tests/msgs.exp: Delete.
3111         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
3112         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
3113         error set to match recent changes.
3114
3115 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
3116
3117         * gcc.dg/20011021-1.c: New test.
3118
3119 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
3120
3121         * gcc.c-torture/compile/20011023-1.c: New test.
3122
3123 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
3124
3125         * lib/g77.exp: Rewrite based on lib/g++.exp.
3126
3127 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
3128
3129         * gcc.c-torture/execute/20011019-1.c: New test.
3130
3131         * gcc.dg/20011018-1.c: New test.
3132
3133 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
3134
3135         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
3136
3137 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
3138
3139         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
3140         * gcc.dg/attr-invalid.c: Likewise.
3141
3142 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
3143
3144         * testsuite/gcc.dg/20011015-1.c: New test.
3145
3146 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
3147
3148         * g++.dg/template/unify2.C: New test.
3149
3150 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
3151
3152         * g++.dg/other/exception-specification.C: New test
3153
3154 2001-10-13  Tom Rix  <trix@redhat.com>
3155
3156         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
3157         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
3158
3159 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
3160
3161         * testsuite/gcc.dg/20011009-1.c: New test.
3162
3163 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
3164
3165         PR g++/4476
3166         * g++.dg/other/friend1.C: New test.
3167
3168 2001-10-11  Richard Henderson  <rth@redhat.com>
3169
3170         * g++.old-deja/g++.other/crash18.C: Add -S to options.
3171
3172 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3173
3174         * gcc.c-torture/compile/20011010-1.c: New.
3175
3176 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
3177
3178         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
3179         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
3180         g77.f-torture/execute/execute.exp,
3181         g77.f-torture/noncompile/noncompile.exp,
3182         gcc.c-torture/compile/compile.exp,
3183         gcc.c-torture/execute/execute.exp,
3184         gcc.c-torture/execute/ieee/ieee.exp,
3185         gcc.c-torture/execute/memcheck/memcheck.exp,
3186         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
3187         objc/execute/execute.exp: Update FSF address.
3188
3189 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
3190
3191         * gcc.dg/cpp/cmdlne-C.c: Update.
3192         * gcc.dg/cpp/cmdlne-C2.c: New.
3193
3194 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3195
3196         * gcc.c-torture/execute/20011008-3.c: New.
3197
3198 2001-10-08  DJ Delorie  <dj@redhat.com>
3199
3200         * gcc.dg/20011008-1.c: New.
3201         * gcc.dg/20011008-2.c: New.
3202
3203 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
3204
3205         * gcc.dg/cpp/spacing1.c: Update test.
3206
3207 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3208
3209         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
3210         spelling errors of "separate" as "seperate".
3211
3212 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
3213
3214         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
3215         enough to avoid inlining.
3216
3217 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
3218
3219         * lib/g77.exp: set libg2c_dir correctly.
3220
3221 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
3222
3223         * gcc.dg/cpp/macro11.c: New test.
3224
3225 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
3226
3227         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
3228         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
3229         gcc.dg/format/multattr-3.c: New tests.
3230         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
3231         tests for format attributes on function pointers being rejected.
3232
3233 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
3234
3235         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
3236
3237 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
3238
3239         * g++.dg/warn/format1.C: New test.
3240
3241 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
3242
3243         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
3244
3245 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
3246
3247         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
3248
3249 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
3250
3251         * gcc.dg/cpp/redef2.c: Add test.
3252
3253 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
3254
3255         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
3256         long-standing bug on i686, apparently.
3257         * gcc.c-torture/execute/loop-2c.x: New file.
3258         * gcc.c-torture/execute/loop-2d.x: New file.
3259         * gcc.c-torture/execute/loop-3c.x: New file.
3260
3261 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
3262
3263         * gcc.dg/cpp/20000625-2.c: Correct line number.
3264
3265 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
3266
3267         * gcc.dg/cpp/macro10.c: New test.
3268         * gcc.dg/cpp/strify3.c: New test.
3269         * gcc.dg/cpp/spacing1.c: Add tests.
3270         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
3271         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
3272
3273 2001-09-24  DJ Delorie  <dj@redhat.com>
3274
3275         * gcc.c-torture/execute/20010924-1.c: New test.
3276
3277 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
3278
3279         * testsuite/objc/execute/paste.m: Remove.
3280
3281 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
3282
3283         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
3284
3285 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
3286
3287         * g77.dg/strlen0.f: New test.
3288
3289 2001-09-21  Richard Henderson  <rth@redhat.com>
3290
3291         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
3292         * g++.old-deja/g++.abi/vtable2.C: Likewise.
3293
3294 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
3295
3296         Table-driven attributes.
3297         * g++.dg/ext/attrib1.C: New test.
3298
3299 2001-09-20  DJ Delorie  <dj@redhat.com>
3300
3301         * gcc.dg/20000926-1.c: Update expected warning messages.
3302         * gcc.dg/array-2.c: Likewise, and test for warnings too.
3303         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
3304         array.
3305
3306 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
3307
3308         * g++.dg/eh/registers1.C: New test case.
3309
3310 2001-09-17  Richard Henderson  <rth@redhat.com>
3311
3312         * gcc.dg/array-5.c: Fix VLA decomposition test.
3313
3314 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
3315
3316         * gcc.dg/cpp/line5.c: New testcase.
3317
3318 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
3319
3320         * gcc.dg/cpp/macro9.c: New test.
3321
3322 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
3323
3324         * gcc.c-torture/execute/980223.c: Change type of addr from long
3325         to char *.
3326
3327 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
3328
3329         * gcc.c-torture/execute/20010915-1.c: New test.
3330
3331 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
3332
3333         * g77.dg/bprob: New directory.
3334         * g77.dg/bprob/bprob.exp: New file.
3335         * g77.dg/bprob/bprob-1.f: New test.
3336         * g77.dg/gcov: New directory.
3337         * g77.dg/gcov/gcov.exp: New file.
3338         * g77.dg/gcov/gcov-1.f: New test.
3339         * g77.dg/gcov/gcov-1.x: New file.
3340
3341 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
3342
3343         * gcc.dg/cpp/directiv.c: Update.
3344         * gcc.dg/cpp/undef1.c: Update.
3345
3346 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
3347
3348         * gcc.dg/20010912-1.c: New test.
3349
3350 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
3351
3352         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
3353         language-independent file in lib.
3354         * lib/gcov.exp: New file.
3355
3356 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
3357
3358         * gcc.c-torture/compile/20010911-1.c: New test.
3359
3360 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
3361
3362         * lib/profopt.exp: New, to support profile-directed optimizations.
3363         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
3364         * gcc.misc-tests/bprob-1.c: New test.
3365         * gcc.misc-tests/bprob-2.c: New test.
3366
3367 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
3368
3369         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
3370         XFAIL and which kinds of gcov output to verify.
3371         * gcc.misc-tests/gcov-4b.x: New file.
3372         * gcc.misc-tests/gcov-5b.x: New file.
3373         * gcc.misc-tests/gcov-6.x: New file.
3374         * gcc.misc-tests/gcov-7.c: New test.
3375         * gcc.misc-tests/gcov-7.x: New file.
3376
3377 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
3378
3379         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
3380         * gcc.misc-tests/gcov-6.c: New test.
3381
3382 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
3383
3384         PR c++/3986
3385         * g++.dg/abi/vbase1.C: New test.
3386
3387 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
3388
3389         * objc.dg/method-2.m: New.
3390
3391 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
3392
3393         PR c++/4203
3394         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
3395         * g++.dg/init/empty1.C: New test.
3396
3397 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
3398
3399         * gcc.c-torture/compile/20010903-1.c: New test.
3400
3401 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
3402
3403         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
3404         for m68k.
3405
3406 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
3407
3408         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
3409
3410         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
3411
3412         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
3413
3414 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
3415
3416         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
3417         for 16-bit 'unsigned int'.
3418
3419 2001-08-29  Kazu Hirata  <kazu@hxi.com>
3420
3421         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
3422
3423 2001-08-27  Richard Henderson  <rth@redhat.com>
3424
3425         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
3426         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
3427
3428 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
3429
3430         * gcc.dg/asm-names.c (ymain): New.
3431
3432 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
3433
3434         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
3435         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
3436         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
3437
3438 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3439
3440         * gcc.dg/compare5.c: New testcase.
3441
3442 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
3443
3444         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
3445         and "In instantiation".
3446
3447 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
3448
3449         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
3450
3451 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
3452
3453         * gcc.misc-tests/gcov.exp: Add support for branch information.
3454         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
3455         * gcc.misc-tests/gcov-4.c: New test.
3456         * gcc.misc-tests/gcov-4b.c: New test.
3457         * gcc.misc-tests/gcov-5b.c: New test.
3458
3459 2001-08-20  Zack Weinberg  <zackw@panix.com>
3460
3461         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
3462         expected to fail.
3463
3464 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3465
3466         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
3467
3468 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
3469
3470         * g++.dg/eh/template1.C: New test.
3471
3472 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
3473
3474         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
3475         Fix thinko.
3476         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
3477         for xfail.
3478
3479 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
3480
3481         * lib/g77-dg.exp:  Use prune.exp for common procedures
3482         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
3483         * lib/g77.exp: (g77-dg-prune) Remove
3484
3485 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
3486
3487         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
3488
3489 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3490
3491         * g++.dg/template/unify1.C: New test.
3492
3493 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
3494
3495         * g++.dg/abi/empty4.C: New test.
3496
3497 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
3498
3499         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
3500         solaris2.*
3501         * g77.f-torture/compile/pr3743.x: Likewise
3502
3503 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3504
3505         * g++.dg/other/using-declaration.C: New test.
3506
3507 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
3508
3509         * gcc.dg/cpp/tr-sign.c: New testcase.
3510
3511 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
3512
3513         * gcc.dg/cpp/19951025-1.c: Revert.
3514         * gcc.dg/cpp/directiv.c: We no longer process directives that
3515         interrupt macro arguments.
3516
3517 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
3518
3519         * gcc.dg/bconstp-1.c: New test.
3520
3521 2001-08-03  Richard Henderson  <rth@redhat.com>
3522
3523         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
3524
3525 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
3526
3527         * gcc.dg/cpp/19951025-1.c: Update.
3528
3529 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
3530
3531         * g77.dg/ff90-1.f (s): Fix reference of variable z,
3532         should be x.
3533
3534 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
3535
3536         Kill -fhonor-std.
3537         * g++.old-deja/g++.ns/ns14.C: Remove special options.
3538         * g++.old-deja/g++.other/std1.C: Likewise.
3539         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
3540
3541 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
3542
3543         * lib/g77.exp:  Load gcc-defs.exp for common procedures
3544         (g77_pass, g77_fail, g77_finish, g77_exit,
3545         ${tool}_check_unsupported_p} Now redundant.  Deleted.
3546
3547 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
3548
3549         * g77.dg/fbackslash.f
3550         * g77.dg/fcase-preserve.f
3551         * g77.dg/ff90-1.f
3552         * g77.dg/ffixed-line-length-0.f
3553         * g77.dg/ffixed-line-length-132.f
3554         * g77.dg/ffixed-line-length-7.f
3555         * g77.dg/ffixed-line-length-72.f
3556         * g77.dg/ffixed-line-length-none.f
3557         * g77.dg/ffree-form-1.f
3558         * g77.dg/fno-backslash.f
3559         * g77.dg/fno-f90-1.f
3560         * g77.dg/fno-fixed-form-1.f
3561         * g77.dg/fno-onetrip.f
3562         * g77.dg/fno-typeless-boz.f
3563         * g77.dg/fno-underscoring.f
3564         * g77.dg/fno-vxt-1.f
3565         * g77.dg/fonetrip.f
3566         * g77.dg/ftypeless-boz.f
3567         * g77.dg/fugly-assumed.f
3568         * g77.dg/funderscoring.f
3569         * g77.dg/fvxt-1.f
3570
3571 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
3572
3573         * objc.dg/fwd-proto-1.m: New.
3574         * objc.dg/local-decl-1.m: New.
3575         * objc.dg/naming-1.m: New.
3576         * objc.dg/naming-2.m: New.
3577         * objc.dg/proto-hier-1.m: New.
3578
3579 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
3580
3581         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
3582         largest-type elements to a struct makes its size grow.
3583
3584 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3585
3586         * g++.dg/abi/vthunk1.C: New test.
3587
3588 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3589
3590         * g++.dg/abi/vbase8-22.C: New test.
3591
3592 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
3593
3594         * gcc.dg/cpp/macro8.c: New test.
3595
3596 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
3597
3598         * g++.dg/abi/vbase8-21.C: New test.
3599
3600 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
3601
3602         * g++.dg/abi/vbase8-10.C: New test.
3603
3604 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3605
3606         * lib/g++.exp (g++_set_ld_library_path): Renamed to
3607         ${tool}_set_ld_library_path.
3608         Changed caller.
3609         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
3610         g++.exp.
3611
3612 2001-07-26  Stan Cox <scox@redhat.com>
3613
3614         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
3615         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
3616         gcc_exit, gcc_check_unsupported_p):
3617         Moved to gcc-deps.exp
3618         * gcc-deps.exp: New file.
3619
3620 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3621
3622         * g++.old-deja/g++.pt/defarg14.C: New test.
3623
3624 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
3625
3626         * g++.old-deja/g++.other/lineno5.C: New test.
3627
3628 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
3629
3630         * g++.old-deja/g++.pt/crash68.C: New test.
3631
3632 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
3633
3634         * g++.old-deja/g++.other/crash42.C: New test.
3635
3636 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
3637
3638         * gcc.dg/cpp/extratokens.c: Fix.
3639         * gcc.dg/cpp/skipping2.c: New tests.
3640
3641 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3642
3643         * gcc.c-torture/execute/20010724-1.c: New file.
3644         * gcc.c-torture/execute/20010724-1.x: New file.
3645
3646 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3647
3648         * g++.old-deja/g++.other/cond7.C: New test.
3649
3650 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3651
3652         * g++.old-deja/g++.other/optimize4.C: New test.
3653
3654 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3655
3656         * g++.old-deja/g++.abi/vbase8-5.C: New test.
3657
3658 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
3659
3660         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
3661         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
3662         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
3663         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
3664
3665         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
3666         bug report" message.
3667
3668         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
3669         * g++.dg/ext/instantiate1.C: Move from old-deja.
3670
3671 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
3672
3673         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
3674         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
3675         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
3676         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
3677
3678 Mon Jul 23 10:14:17 2001  Jeffrey A Law  (law@cygnus.com)
3679
3680         * gcc.c-torture/execute/20010723-1.c: New test.
3681
3682 2001-07-23  Ben Elliston  <bje@redhat.com>
3683
3684         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
3685
3686 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3687
3688         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
3689         i[34567]86-*-*.
3690         Delete handling of ieee_multilib_flags.
3691         Pass -mieee for alpha*-*-* and sh-*-*.
3692         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
3693
3694 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
3695
3696         Remove old-abi tests.
3697         * g++.old-deja/g++.mike/p11116.C: Remove.
3698         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
3699
3700 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
3701
3702         * g77.f-torture/compile/pr3743.f:  New test
3703
3704 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
3705
3706         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
3707
3708 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3709
3710         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
3711         g++.old-deja/g++.pt/static6.C: Likewise.
3712         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
3713         supports weak symbols.
3714
3715 2001-07-18  Andreas Jaeger  <aj@suse.de>
3716
3717         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
3718         supported again.
3719
3720 2001-07-18  Andreas Jaeger  <aj@suse.de>
3721
3722         * gcc.dg/iftrap-1.c: Fix target line.
3723
3724 2001-07-17  Richard Henderson  <rth@redhat.com>
3725
3726         * gcc.c-torture/execute/20010717-1.c: New.
3727
3728 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
3729
3730         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
3731         tests.
3732
3733 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
3734
3735         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
3736
3737 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3738
3739         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
3740         UAC_SIGBUS, UAC_NOPRINT definitions.
3741
3742 Mon Jul 16 12:21:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
3743
3744         * objc/execute/object_is_class.m: New test.
3745         * objc/execute/object_is_meta_class.m: New test.
3746
3747 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
3748
3749         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
3750         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
3751
3752 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
3753
3754         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
3755         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
3756
3757 2001-07-14  Richard Henderson  <rth@redhat.com>
3758
3759         * gcc.dg/iftrap-1.c: New.
3760
3761 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
3762
3763         * g77.f-torture/execute/intrinsic77.f: New test.
3764
3765 2001-07-11  Janis Johnson <janis@us.ibm.com>
3766
3767         * gcc.misc-tests/gcov-3.c: New test.
3768
3769 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
3770
3771         * gcc.c-torture/compile/20010711-1.c,
3772         * gcc.c-torture/compile/20010711-2.c: New tests.
3773
3774 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
3775
3776         * gcc.c-torture/execute/20010711-1.c: New test.
3777
3778 2001-07-11  Ben Elliston  <bje@redhat.com>
3779
3780         * g++.old-deja/g++.other/enum5.C: New test.
3781
3782 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
3783
3784         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
3785         (g++-dg-prune): Call prune_gcc_output.
3786         * prune.exp: New file for prune_gcc_output.
3787         * lib/g++.exp, lib/gcc.exp: Load it.
3788
3789 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3790
3791         * gcc.c-torture/compile/20010701-1.c,
3792         g++.old-deja/g++.ext/attrib6.C: New tests.
3793
3794 Fri Jul  6 09:31:43 2001  Jeffrey A Law  (law@cygnus.com)
3795
3796         * gcc.c-torture/compile/20010706-1.c: New test.
3797
3798 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
3799
3800         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
3801
3802 2001-06-28  Stan Shebs  <shebs@apple.com>
3803
3804         * gcc.dg/pragma-darwin.c: New test.
3805
3806 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3807
3808         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
3809         Solaris 2.[678] system.
3810
3811 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
3812
3813         * gcc.dg/20010622-1.c: New test.
3814
3815 2001-06-18  Stan Shebs  <shebs@apple.com>
3816
3817         * objc.dg: New directory.
3818         * objc.dg/dg.exp: New file.
3819         * objc.dg/alias.m: New.
3820         * objc.dg/class-1.m: New.
3821         * objc.dg/class-2.m: New.
3822         * objc.dg/const-str-1.m: New.
3823         * objc.dg/const-str-2.m: New.
3824         * objc.dg/id-1.m: New.
3825         * objc.dg/method-1.m: New.
3826         * objc.dg/super-class-1.m: New.
3827         * lib/objc-dg.exp: New file.
3828
3829 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3830
3831         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
3832         of label name.
3833
3834 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
3835
3836         * g++.old-deja/g++.abi/vbase8-9.C: New test.
3837
3838 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3839
3840         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
3841         variable.
3842
3843 2001-06-12  Richard Henderson  <rth@redhat.com>
3844
3845         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
3846
3847 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
3848
3849         * g++.old-deja/g++.abi/vbase5.C: New test.
3850         * g++.old-deja/g++.abi/vbase6.C: New test.
3851         * g++.old-deja/g++.abi/vbase7.C: New test.
3852
3853 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3854
3855         * gcc.c-torture/compile/20010610-1.c: New test.
3856
3857 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
3858
3859         * g++.old-deja/g++.abi/vbase4.C: New test.
3860
3861 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3862
3863         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
3864         support %f for HC11/HC12 targets.
3865         * gcc.c-torture/execute/930513-1.x: New file, likewise.
3866         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
3867         on HC11/HC12 targets.
3868         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
3869
3870 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3871
3872         * gcc.dg/wchar_t-1.c: New file.
3873         * gcc.dg/wint_t-1.c: Likewise.
3874
3875 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
3876
3877         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
3878
3879 2001-06-11  Richard Henderson  <rth@redhat.com>
3880
3881         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
3882
3883 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
3884
3885         * gcc.c-torture/compile/20010611-1.c: New test.
3886
3887 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
3888
3889         * gcc.dg/c99-tag-1.c: Add more tests.
3890
3891 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
3892
3893         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
3894         representation on MN10300 and ARM/Thumb.
3895
3896 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
3897
3898         * g77.f-torture/execute/20010610.f: New.
3899
3900 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
3901
3902         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
3903         names.
3904
3905 2001-06-09  Richard Henderson  <rth@redhat.com>
3906
3907         * gcc.c-torture/execute/ashrdi-1.c: New.
3908         * gcc.c-torture/execute/ashldi-1.c: New.
3909         * gcc.c-torture/execute/lshrdi-1.c: New.
3910
3911 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
3912
3913         * objc/execute/load-3.m: Added. Check sending +load to categories,
3914         in addition to classes.
3915
3916 2001-06-08  Stan Shebs  <shebs@apple.com>
3917
3918         * objc/execute/load-2.m: New test.  From Nicola Pero
3919         <n.pero@mi.flashnet.it>.
3920
3921 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
3922
3923         * gcc.c-torture/execute/20010605-2.c: New test.
3924
3925 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
3926
3927         * g++.old-deja/g++.abi/vbase2.C: New test.
3928         * g++.old-deja/g++.abi/vbase3.C: New test.
3929
3930 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
3931
3932         * g++.old-deja/g++.pt/friend49.C: New test.
3933
3934 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
3935
3936         * g++.old-deja/g++.ext/anon3.C: New test.
3937
3938 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
3939
3940         * g++.old-deja/g++.other/conv7.C: New test.
3941
3942 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
3943
3944         * gcc.c-torture/compile/20010605-2.c: New test.
3945
3946 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3947
3948         * gcc.c-torture/execute/20010604-1.c: New test.
3949
3950 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
3951
3952         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
3953
3954 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
3955
3956         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
3957         (g++_link_flags): Likewise.
3958         (g++_init): Pass gccpath's value to two previous functions.
3959
3960 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3961
3962         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
3963         Ensure logfile entry matches exec command line.
3964
3965 2001-05-31  Richard Henderson  <rth@redhat.com>
3966
3967         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
3968         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
3969
3970 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
3971
3972         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
3973         compiler for irix6.2
3974
3975 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
3976
3977         * g++.old-deja/g++.other/optimize3.C: New file.
3978
3979 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
3980
3981         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
3982         assemble.
3983
3984 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
3985
3986         * g++.old-deja/g++.other/optimize2.C: New file.
3987
3988 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
3989
3990         * gcc.c-torture/compile/20010518-2.c: New file.
3991         * gcc.c-torture/execute/20010518-1.c: New file.
3992         * gcc.c-torture/execute/20010518-2.c: New file.
3993
3994 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
3995
3996         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
3997
3998 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
3999
4000         G++ no longer defines builtins that do not begin with __builtin.
4001         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
4002         * g++.old-deja/g++.brendand/misc13.C: Likewise.
4003         * g++.old-deja/g++.law/builtin1.C: Likewise.
4004         * g++.old-deja/g++.law/cvt2.C: Likewise.
4005         * g++.old-deja/g++.mike/net5.C: Likewise.
4006         * g++.old-deja/g++.other/builtins1.C: Likewise.
4007         * g++.old-deja/g++.other/builtins2.C: Likewise.
4008         * g++.old-deja/g++.other/builtins3.C: Likewise.
4009         * g++.old-deja/g++.other/builtins4.C: Likewise.
4010         * g++.old-deja/g++.other/inline8.C: Likewise.
4011         * g++.old-deja/g++.robertl/eb39.C: Likewise.
4012
4013 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
4014
4015         * g++.old-deja/g++.pt/using1.C: Adjust.
4016         * g++.old-deja/g++.pt/using2.C: New test.
4017
4018 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
4019
4020         * gcc.dg/cpp/charconst.c: New tests.
4021         * gcc.dg/cpp/escape.c: New tests.
4022         * gcc.dg/cpp/escape-1.c: New tests.
4023         * gcc.dg/cpp/escape-2.c: New tests.
4024         * gcc.dg/cpp/ucs.c: New tests.
4025
4026 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
4027
4028         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
4029         native compiler for irix6.5.
4030
4031 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
4032
4033         * lib/g++.exp (g++_include_flags): Use args to compute
4034         get_multilibs.
4035         (g++_link_flags): Likewise.
4036         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
4037
4038 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4039
4040         * gcc.dg/c90-hexfloat-1.c: Add more tests.
4041
4042 2001-05-21  Geoff Keating  <geoffk@redhat.com>
4043
4044         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
4045         this file.
4046
4047 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4048
4049         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
4050         STACK_SIZE;
4051         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
4052         to STACK_SIZE; Use it to define size of add_histo array.
4053         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
4054         to STACK_SIZE.
4055         (f): Use GITT_SIZE to define size of gitt local table.
4056         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
4057         to STACK_SIZE; Use it to define size of bytemem array.
4058
4059 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4060
4061         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
4062         on 68HC11/HC12 due to the asm instruction.
4063         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
4064         * gcc.c-torture/compile/920520-1.x: Likewise.
4065         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
4066         on 68HC11/HC12 because the function is larger than 64K.
4067         * gcc.c-torture/compile/961203-1.x: New file, this test fails
4068         on 68HC11/HC12 because the structure is too large.
4069
4070 2001-05-20  Richard Henderson  <rth@redhat.com>
4071
4072         * gcc.c-torture/execute/20010520-1.c: New.
4073
4074 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4075
4076         * g++.old-deja/g++.warn/compare1.C: New test.
4077         * gcc.dg/compare4.c: New test.
4078
4079 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
4080
4081         * g++.old-deja/g++.other/optimize1.C: New test.
4082
4083 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4084
4085         * g++.old-deja/g++.pt/spec41.C: New test.
4086
4087 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
4088
4089         * gcc.c-torture/compile/20010114-1.x: Remove.
4090
4091 2001-05-18  Stan Shebs  <shebs@apple.com>
4092
4093         * gcc.c-torture/compile/20010518-1.c: New test.
4094
4095 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
4096
4097         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
4098         * g++.old-deja/g++.pt/crash67.C: New test.
4099
4100 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
4101
4102         * g++.old-deja/g++.other/debug9.C: New test.
4103
4104 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
4105
4106         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
4107
4108 Wed May 16 20:33:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
4109
4110         * gcc.c-torture/compile/20010516-1.c: New test.
4111
4112 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
4113
4114         * g++.old-deja/g++.other/crash41.C: New test.
4115
4116 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
4117
4118         * g++.old-deja/g++.pt/crash66.C: New test.
4119
4120 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
4121
4122         * g++.old-deja/g++.robertl/eb27.C: Convert.
4123
4124 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
4125
4126         * g++.dg/friend-warn.C: New test.  Do not warn about friend
4127         declaration being redundant.
4128
4129 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
4130
4131         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
4132
4133 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
4134
4135         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
4136
4137 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
4138
4139         * lib/g++.exp: Use testsuite_flags.
4140
4141 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
4142
4143         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
4144
4145 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4146
4147         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
4148
4149 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
4150
4151         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
4152
4153 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
4154
4155         * gcc.c-torture/compile/20010313-1.c: New test.
4156
4157 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
4158
4159         * gcc.dg/cpp/direct2.c: New test.
4160         * gccq.dg/cpp/direct2s.c: New test.
4161
4162         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
4163
4164 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
4165
4166         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
4167         * g++.old-deja/g++.other/op3.C: Likewise.
4168
4169 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
4170
4171         * gcc.dg/cpp/syshdr.h: New file.
4172         * gcc.dg/cpp/sysmac1.c: Update.
4173         * gcc.dg/cpp/sysmac2.c: Update.
4174
4175 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
4176
4177         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
4178
4179 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
4180
4181         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
4182         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
4183
4184 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
4185
4186         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
4187
4188 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
4189
4190         * lib/g++.exp (g++_include_flags): Don't use any special flags
4191         if TESTING_IN_BUILD_TREE is not defined.
4192         (g++_init): Use a plain 'c++' as the compiler if
4193         TESTING_IN_BUILD_TREEE is not defined.
4194
4195 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
4196
4197         * g++.old-deja/g++.eh/catch13.C: New test.
4198         * g++.old-deja/g++.eh/catch14.C: New test.
4199
4200 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
4201
4202         * gcc.dg/cpp/tr-define.c: New test.
4203
4204 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
4205
4206         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
4207         <stdlib.h>, not <malloc.h>.
4208
4209 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
4210
4211         * g++.old-deja/g++.ns/template17.C: New test.
4212
4213 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
4214
4215         * g++.old-deja/g++.pt/ref4.C: New test.
4216
4217 2001-04-30  Richard Henderson  <rth@redhat.com>
4218
4219         * gcc.dg/20000724-1.c: Revert last change.
4220
4221 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
4222
4223         * g77.f-torture/execute/20010430.f: New test.
4224
4225 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
4226
4227         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
4228
4229 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
4230
4231         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
4232
4233 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
4234
4235         * g++.old-deja/g++.eh/crash6.C: New test.
4236
4237 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
4238
4239         * g++.old-deja/g++.other/warn7.C: New test.
4240
4241 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
4242
4243         * g++.old-deja/g++.other/defarg9.C: New test.
4244
4245 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
4246
4247         * g77.f-torture/compile/20010426.f: New test.
4248         * g77.f-torture/execute/20010426.f: New test.
4249
4250 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
4251
4252         * g77.f-torture/compile/20000629-1.x: Remove - error
4253         has been fixed.
4254
4255 Thu Apr 26 11:15:12 2001  Jeffrey A Law  (law@cygnus.com)
4256
4257         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
4258         Tweak slightly to work with g++.dg framework.
4259         * g++.dg/special/ecos.exp: Run initp1.C test.
4260         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
4261
4262         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
4263         its linker doesn't give line numbers either.
4264         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
4265
4266 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
4267
4268         * g++.old-deja/g++.other/lex1.C: New test.
4269
4270 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
4271
4272         * gcc.dg/noncompile/20010425-1.c: New test.
4273
4274 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
4275
4276         * g++.old-deja/g++.pt/mangle2.C: New test.
4277
4278 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
4279
4280         * gcc.dg/format/plus-1.c: New test.
4281
4282 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
4283
4284         * gcc.dg/20010423-1.c: New test.
4285
4286 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
4287
4288         * gcc.c-torture/execute/20010422-1.c: New test.
4289
4290 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
4291
4292         * g++.old-deja/g++.ns/type2.C: New test.
4293
4294 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
4295
4296         * g++.old-deja/g++.other/perf1.C: New test.
4297
4298 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
4299
4300         * gcc.dg/c99-func-2.c: Remove xfail.
4301         * gcc.dg/c99-func-3.c: Remove xfail.
4302         * gcc.dg/c99-func-4.c: Remove xfail.
4303
4304 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
4305
4306         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
4307
4308 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
4309
4310         * gcc.c-torture/compile/20010423-1.c: New test.
4311
4312 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
4313
4314         * g++.old-deja/g++.pt/typename28.C: New test.
4315
4316 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
4317
4318         * g++.old-deja/g++.abi/empty2.C: New test.
4319         * g++.old-deja/g++.abi/empty3.C: New test.
4320
4321 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
4322
4323         * g++.old-deja/g++.other/comdat2.C: New test.
4324         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
4325
4326 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
4327
4328         * g++.old-deja/g++.other/overload14.C: New test.
4329
4330 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
4331
4332         * g++.old-deja/g++.other/lookup23.C: New test.
4333
4334 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
4335
4336         * gcc.c-torture/execute/20010403-1.c: New test.
4337
4338 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
4339             Mark Mitchell  <mark@codesourcery.com>
4340
4341         * lib/old-dejagnu.exp: Don't delete output of executable.
4342         Add .exe suffix to executables.
4343
4344 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
4345
4346         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
4347
4348 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4349
4350         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
4351
4352 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
4353
4354         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
4355         * g++.old-deja/g++.abi/crash1.C: New test.
4356
4357 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
4358
4359         * g++.old-deja/g++.other/crash40.C: New test.
4360
4361 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4362
4363         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
4364
4365 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
4366
4367         * g++.old-deja/g++.other/warn6.C: New test.
4368
4369 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
4370
4371         * g++.old-deja/g++.robertl/eb42.C: Same.
4372
4373 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4374
4375         * gcc.dg/wtr-conversion-1.c: New testcase.
4376
4377 2001-04-10  Richard Henderson  <rth@redhat.com>
4378
4379         * g++.old-deja/g++.other/array5.C: New.
4380
4381 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4382
4383         * gcc.c-torture/execute/20010408-1.c: New test.
4384
4385 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
4386
4387         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
4388         headers and constructs.
4389         * g++.old-deja/g++.robertl/eb79.C: Same.
4390         * g++.old-deja/g++.robertl/eb77.C (main): Same.
4391         * g++.old-deja/g++.robertl/eb73.C: Same.
4392         * g++.old-deja/g++.robertl/eb66.C (main): Same.
4393         * g++.old-deja/g++.robertl/eb55.C (t): Same.
4394         * g++.old-deja/g++.robertl/eb54.C (main): Same.
4395         * g++.old-deja/g++.robertl/eb46.C (main): Same.
4396         * g++.old-deja/g++.robertl/eb44.C: Same.
4397         * g++.old-deja/g++.robertl/eb41.C (main): Same.
4398         * g++.old-deja/g++.robertl/eb4.C (main): Same.
4399         * g++.old-deja/g++.robertl/eb39.C: Same.
4400         * g++.old-deja/g++.robertl/eb33.C (main): Same.
4401         * g++.old-deja/g++.robertl/eb31.C (main): Same.
4402         * g++.old-deja/g++.robertl/eb30.C: Same.
4403         * g++.old-deja/g++.robertl/eb3.C: Same.
4404         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
4405         * g++.old-deja/g++.robertl/eb21.C: Same.
4406         * g++.old-deja/g++.robertl/eb15.C: Same.
4407         * g++.old-deja/g++.robertl/eb118.C: Same.
4408         * g++.old-deja/g++.robertl/eb115.C (main): Same.
4409         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
4410         * g++.old-deja/g++.robertl/eb109.C: Same.
4411         * g++.old-deja/g++.other/sibcall1.C (main): Same.
4412         * g++.old-deja/g++.mike/rtti1.C: Same.
4413         * g++.old-deja/g++.mike/p658.C: Same.
4414         * g++.old-deja/g++.mike/net46.C: Same.
4415         * g++.old-deja/g++.mike/net34.C: Same.
4416         * g++.old-deja/g++.mike/memoize1.C: Same.
4417         * g++.old-deja/g++.mike/eh2.C: Same.
4418         * g++.old-deja/g++.law/weak.C: Same.
4419         * g++.old-deja/g++.law/visibility7.C: Same.
4420         * g++.old-deja/g++.law/visibility25.C: Same.
4421         * g++.old-deja/g++.law/visibility22.C: Same.
4422         * g++.old-deja/g++.law/visibility2.C: Same.
4423         * g++.old-deja/g++.law/visibility17.C: Same.
4424         * g++.old-deja/g++.law/visibility13.C: Same.
4425         * g++.old-deja/g++.law/visibility10.C: Same.
4426         * g++.old-deja/g++.law/visibility1.C: Same.
4427         * g++.old-deja/g++.law/virtual3.C (eval): Same.
4428         * g++.old-deja/g++.law/vbase1.C: Same.
4429         * g++.old-deja/g++.law/operators32.C: Same.
4430         * g++.old-deja/g++.law/nest3.C: Same.
4431         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
4432         * g++.old-deja/g++.law/except5.C (main): Same.
4433         * g++.old-deja/g++.law/cvt7.C (run): Same.
4434         * g++.old-deja/g++.law/cvt2.C: Same.
4435         * g++.old-deja/g++.law/cvt16.C: Same.
4436         * g++.old-deja/g++.law/ctors6.C (bar): Same.
4437         * g++.old-deja/g++.law/ctors17.C (main): Same.
4438         * g++.old-deja/g++.law/ctors13.C: Same.
4439         * g++.old-deja/g++.law/ctors12.C (main): Same.
4440         * g++.old-deja/g++.law/ctors10.C: Same.
4441         * g++.old-deja/g++.law/code-gen5.C: Same.
4442         * g++.old-deja/g++.law/bad-error7.C: Same.
4443         * g++.old-deja/g++.law/arm9.C: Same.
4444         * g++.old-deja/g++.law/arm12.C: Same.
4445         * g++.old-deja/g++.law/arg8.C: Same.
4446         * g++.old-deja/g++.law/arg1.C: Same.
4447         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
4448         * g++.old-deja/g++.jason/template31.C: Same.
4449         * g++.old-deja/g++.jason/template24.C (main): Same.
4450         * g++.old-deja/g++.jason/2371.C: Same.
4451         * g++.old-deja/g++.eh/new2.C: Same.
4452         * g++.old-deja/g++.eh/new1.C: Same.
4453         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
4454         * g++.old-deja/g++.brendan/nest21.C (main): Same.
4455         * g++.old-deja/g++.brendan/err-msg3.C: Same.
4456         * g++.old-deja/g++.brendan/crash62.C: Same.
4457         * g++.old-deja/g++.brendan/crash52.C: Same.
4458         * g++.old-deja/g++.brendan/crash49.C (main): Same.
4459         * g++.old-deja/g++.brendan/crash38.C: Same.
4460         * g++.old-deja/g++.brendan/crash15.C (main): Same.
4461         * g++.old-deja/g++.brendan/copy9.C: Same.
4462
4463 Fri Apr  6 15:36:15 2001  J"orn Rennecke <amylaar@redhat.com>
4464
4465         * gcc.c-torture/execute/20001203-2.c (memset):
4466         Count argument is of type __SIZE_TYPE__.
4467
4468 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
4469
4470         * gcc.c-torture/compile/20010404-1.c: New test.
4471
4472 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
4473
4474         * gcc.c-torture/compile/20010326-1.c: New test.
4475
4476 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
4477
4478         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
4479         peculiarities of the SH.
4480         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
4481
4482 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4483
4484         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
4485         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
4486         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
4487
4488 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
4489
4490         * g77.f-torture/compile/20010321-1.f: New test.
4491
4492 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
4493
4494         * gcc.c-torture/compile/20010329-1.c: New test.
4495
4496 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
4497
4498         * gcc.c-torture/execute/20010329-1.c: New test.
4499
4500 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
4501
4502         * g++.old-deja/g++.other/eh4.C: Fix typo.
4503
4504 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
4505
4506         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
4507
4508 2001-03-28  Philip Blundell  <philb@gnu.org>
4509
4510         * gcc.c-torture/compile/20010328-1.c: New test.
4511
4512 2001-03-27  Richard Henderson  <rth@redhat.com>
4513
4514         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
4515         * g++.old-deja/g++.eh/vbase3.C: Likewise.
4516
4517 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
4518
4519         * gcc.c-torture/compile/20010327-1.c: New test.
4520
4521 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
4522
4523         * g++.old-deja/g++.other/friend12.C: New test.
4524         * g++.old-deja/g++.other/friend9.C: Expect no errors.
4525         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
4526
4527 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
4528
4529         * gcc.c-torture/execute/20010325-1.c: New test.
4530
4531 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
4532
4533         * g++.old-deja/g++.other/mangle3.C: New test.
4534
4535 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
4536
4537         * g++.old-deja/g++.other/anon8.C: New test.
4538
4539 2001-03-20  Philip Blundell  <philb@gnu.org>
4540
4541         * gcc.c-torture/compile/20010320-1.c: New test.
4542
4543 2001-03-17  Richard Henderson  <rth@redhat.com>
4544
4545         * g++.old-deja/g++.other/eh4.C: Add expected error text.
4546
4547 2001-03-15  Geoff Keating  <geoff@redhat.com>
4548
4549         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
4550         tests on AIX.
4551
4552 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
4553
4554         * g++.old-deja/g++.other/eh4.C: New test.
4555
4556 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
4557
4558         * gcc.dg/cpp/mi1.c: Update.
4559
4560 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
4561
4562         * g++.old-deja/g++.other/regstack.C: New test.
4563
4564 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
4565
4566         * g++.old-deja/g++.other/ref4.C: New test.
4567
4568 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
4569
4570         * objc/execute/va_method.m: Added.
4571         * objc/execute/IMP.m: Added.
4572         * objc/execute/_cmd.m: Added.
4573         * objc/execute/accessing_ivars.m: Added.
4574         * objc/execute/class-1.m: Added.
4575         * objc/execute/class-10.m: Added.
4576         * objc/execute/class-11.m: Added.
4577         * objc/execute/class-12.m: Added.
4578         * objc/execute/class-13.m: Added.
4579         * objc/execute/class-14.m: Added.
4580         * objc/execute/class-2.m: Added.
4581         * objc/execute/class-3.m: Added.
4582         * objc/execute/class-4.m: Added.
4583         * objc/execute/class-5.m: Added.
4584         * objc/execute/class-6.m: Added.
4585         * objc/execute/class-7.m: Added.
4586         * objc/execute/class-8.m: Added.
4587         * objc/execute/class-9.m: Added.
4588         * objc/execute/class-tests-1.h
4589         * objc/execute/class-tests-2.h
4590         * objc/execute/compatibility_alias.m: Added.
4591         * objc/execute/encode-1.m: Added.
4592         * objc/execute/formal_protocol-1.m: Added.
4593         * objc/execute/formal_protocol-2.m: Added.
4594         * objc/execute/formal_protocol-3.m: Added.
4595         * objc/execute/formal_protocol-4.m: Added.
4596         * objc/execute/formal_protocol-5.m: Added.
4597         * objc/execute/formal_protocol-6.m: Added.
4598         * objc/execute/formal_protocol-7.m: Added.
4599         * objc/execute/informal_protocol.m: Added.
4600         * objc/execute/initialize.m: Added.
4601         * objc/execute/load.m: Added.
4602         * objc/execute/many_args_method.m: Added.
4603         * objc/execute/nested-3.m: Added.
4604         * objc/execute/no_clash.m: Added.
4605         * objc/execute/private.m: Added.
4606         * objc/execute/redefining_self.m: Added.
4607         * objc/execute/root_methods.m: Added.
4608         * objc/execute/selector-1.m: Added.
4609         * objc/execute/static-1.m: Added.
4610         * objc/execute/static-2.m: Added.
4611         * objc/execute/va_method.m: Added.
4612
4613 2001-03-10  Richard Henderson  <rth@redhat.com>
4614
4615         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
4616
4617 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
4618
4619         * g++.old-deja/g++.other/crash31.C: XFAIL.
4620         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
4621         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
4622         * gcc.c-torture/execute/20010123-1.x: XFAIL.
4623         * gcc.c-torture/execute/20010124-1.x: XFAIL.
4624         * gcc.dg/sequence-pt-1.c: XFAIL one test.
4625
4626 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
4627
4628         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
4629
4630 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
4631
4632         * gcc.dg/20000724-1.c: Don't use multiline strings.
4633
4634 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
4635
4636         * objc/execute/string1.m, objc/execute/string2.m: Compare the
4637         result of -cString against what we expect it to be; don't just
4638         print it out for no one to read.
4639
4640         * objc/execute/string3.m, objc/execute/string4.m: New tests.
4641         Based on testcases provided by Nicola Pero.
4642
4643 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
4644
4645         * gcc.dg/cpp/macro7.c: New test.
4646
4647 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
4648
4649         * gcc.dg/cpp/multiline.c: Update.
4650
4651 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
4652
4653         * g++.old-deja/g++.other/enum3.C: New test.
4654
4655 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
4656
4657         * g++.old-deja/g++.other/pod1.C: New test.
4658
4659 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
4660
4661         * g++.old-deja/g++.ext/overload1.C: New test.
4662
4663 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
4664
4665         * g++.old-deja/g++.pt/using1.C: New test.
4666
4667 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
4668
4669         * g++.old-deja/g++.other/using9.C: New test.
4670
4671 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
4672
4673         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
4674
4675         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
4676
4677 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
4678
4679         * g++.old-deja/g++.ext/realpt1.C: Remove.
4680
4681 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
4682
4683         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
4684
4685 2001-02-26  Will Cohen  <wcohen@redhat.com>
4686
4687         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
4688
4689 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
4690
4691         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
4692         templatized constructors.
4693
4694 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4695
4696         * gcc.c-torture/execute/20010224-1.c: New test.
4697
4698 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
4699
4700         * gcc.c-torture/execute/20010222-1.c: New test.
4701
4702 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
4703
4704         * g++.old-deja/g++.other/inline20.C: New test.
4705
4706 Wed Feb 21 12:38:22 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
4707
4708         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
4709
4710 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
4711
4712         * g++.old-deja/g++.other/lookup22.C: New test.
4713
4714 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
4715
4716         * g77.dg: New directory.
4717         * g77.dg/20010216-1.f: New test case.
4718         * g77.dg/dg.exp: New driver.
4719         * lib/g77-dg.exp: New driver library.
4720
4721 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4722
4723         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
4724
4725 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
4726
4727         * g++.old-deja/g++.other/decl9.C: New test.
4728
4729 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
4730
4731         * g++.old-deja/g++.other/init16.C: Update the test so that it does
4732         not need <string> and also tests the initialization at runtime.
4733
4734 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
4735
4736         * gcc.c-torture/execute/longlong.c: New test.
4737
4738 Wed Feb 14 21:41:17 2001  J"orn Rennecke <amylaar@redhat.com>
4739
4740         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
4741
4742 Wed Feb 14 21:31:25 2001  J"orn Rennecke <amylaar@redhat.com>
4743
4744         * gcc.c-torture/execute/920302-1.c (execute):
4745         Change argument type to short.
4746
4747 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
4748
4749         * g++.old-deja/g++.pt/deduct6.C: New test.
4750
4751 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
4752
4753         * g++.old-deja/g++.pt/deduct5.C: New test.
4754
4755 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
4756
4757         * gcc.c-torture/execute/20010209-1.c: New test.
4758
4759 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
4760
4761         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
4762
4763 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
4764
4765         * g++.dg/vtgc1.C: Update for new ABI.
4766
4767         * consistency.vlad: New directory, 1665 files.
4768
4769 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
4770
4771         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
4772         return type.
4773         * gcc.dg/cpp/digraphs.c: Declare puts.
4774
4775 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
4776
4777         * g++.old-deja/g++.other/warn5.C: New test.
4778
4779 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
4780
4781         * g++.old-deja/g++.pt/spec40.C: New test.
4782
4783 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
4784
4785         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
4786         case.
4787         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
4788
4789 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
4790
4791         * gcc.c-torture/compile/20010209-1.c: New test.
4792
4793 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
4794
4795         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
4796         excess errors message but not if it crashes.
4797         * g++.old-deja/g++.other/crash27.C: Likewise.
4798         * g++.old-deja/g++.other/crash28.C: Likewise.
4799         * g++.old-deja/g++.other/crash30.C: Likewise.
4800         * g++.old-deja/g++.other/crash32.C: Likewise.
4801         * g++.old-deja/g++.other/crash35.C: Likewise.
4802         * g++.old-deja/g++.pt/inherit2.C: Likewise.
4803
4804 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4805
4806         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
4807         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
4808         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
4809         g77.f-torture/execute/execute.exp,
4810         g77.f-torture/noncompile/noncompile.exp,
4811         gcc.c-torture/execute/execute.exp,
4812         gcc.c-torture/execute/memcheck/memcheck.exp,
4813         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
4814         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
4815         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
4816         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
4817         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
4818         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
4819         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
4820         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
4821         Remove bug reporting instructions with ancient email addresses.
4822
4823 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
4824
4825         * gcc.dg/20010202-1.c: New test.
4826         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
4827
4828 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
4829
4830         * g++.dg/stdbool-if.C: New test.
4831
4832 Wed Feb  7 09:54:47 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
4833
4834         * objc/execute/fdecl.m: Added main().
4835
4836 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
4837
4838         * gcc.c-torture/execute/20010206-1.c: New test.
4839
4840 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
4841
4842         * gcc.dg/cpp/avoidpaste1.c: Update.
4843
4844 Tue Feb  5 8:53:33 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
4845
4846         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
4847         Pero <nicola@brainstorm.co.uk>.
4848         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
4849
4850 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
4851
4852         * g++.old-deja/g++.pt/spec39.C: New test.
4853
4854 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
4855
4856         * gcc.c-torture/compile/20010202-1.c: New test.
4857
4858 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
4859
4860         * g++.old-deja/g++.abi/primary2.C: New test.
4861         * g++.old-deja/g++.abi/primary3.C: New test.
4862         * g++.old-deja/g++.abi/primary4.C: New test.
4863         * g++.old-deja/g++.abi/primary5.C: New test.
4864         * g++.old-deja/g++.abi/vtable3.h: New test.
4865         * g++.old-deja/g++.abi/vtable3a.C: New test.
4866         * g++.old-deja/g++.abi/vtable3b.C: New test.
4867         * g++.old-deja/g++.abi/vtable3c.C: New test.
4868         * g++.old-deja/g++.abi/vtable3d.C: New test.
4869         * g++.old-deja/g++.abi/vtable3e.C: New test.
4870         * g++.old-deja/g++.abi/vtable3f.C: New test.
4871         * g++.old-deja/g++.abi/vtable3g.C: New test.
4872         * g++.old-deja/g++.abi/vtable3h.C: New test.
4873         * g++.old-deja/g++.abi/vtable3i.C: New test.
4874         * g++.old-deja/g++.abi/vtable3j.C: New test.
4875         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
4876
4877 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
4878
4879         * g++.old-deja/g++.other/anon6.C: New test.
4880         * g++.old-deja/g++.other/anon7.C: New test.
4881
4882 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
4883
4884         * gcc.dg/cpp/avoidpaste2.c: New tests.
4885
4886 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
4887
4888         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
4889
4890 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
4891
4892         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
4893         DECIMAL_DIG cases for Irix."
4894
4895 Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
4896
4897         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
4898
4899 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
4900
4901         * gcc.dg/c99-tag-1.c: New test.
4902
4903 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
4904
4905         * gcc.dg/cpp/tr-warn1.c: Add tests.
4906
4907 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
4908
4909         * gcc.dg/cpp/avoidpaste1.c: Update.
4910         * gcc.dg/cpp/paste4.c: Update.
4911
4912 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
4913
4914         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
4915         cases for Irix.
4916
4917 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4918
4919         * g++.old-deja/g++.other/inline19.C: New test.
4920
4921 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
4922
4923         * gcc.dg/Wlarger-than.c: New test.
4924
4925 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
4926
4927         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
4928
4929 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
4930
4931         * gcc.c-torture/execute/20010129-1.c: New test.
4932         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
4933
4934 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
4935
4936         * gcc.dg/cpp/avoidpaste1.c: Test case.
4937
4938 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
4939
4940         * g++.old-deja/g++.other/inline18.C: New test.
4941
4942 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4943
4944         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
4945         and __builtin_putchar.
4946
4947 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
4948
4949         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
4950         tests.
4951
4952 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
4953
4954         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
4955         floating point number rounding mode to round to the nearest
4956         representable mode.
4957
4958 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
4959
4960         * g++.old-deja/g++.other/mangle2.C: New test.
4961
4962 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
4963
4964         * gcc.c-torture/compile/20010124-1.c: New test.
4965
4966 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
4967
4968         * g++.old-deja/g++.pt/spec38.C: New test.
4969
4970 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4971
4972         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
4973         "Build don't run".
4974
4975 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4976
4977         * gcc.c-torture/execute/20010123-1.c: New test.
4978
4979 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
4980
4981         * g++.old-deja/g++.pt/spec37.C: New test.
4982
4983 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
4984
4985         * g++.old-deja/g++.pt/overload14.C: New test.
4986
4987 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4988
4989         * gcc.c-torture/execute/20010122-1.c: New test, exercise
4990         __builtin_return_address.
4991
4992 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
4993
4994         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
4995         * g++.old-deja/g++.pt/spec35.C: New test.
4996         * g++.old-deja/g++.pt/spec36.C: New test.
4997
4998 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
4999
5000         * gcc.c-torture/compile/20010118-1.c: New test.
5001
5002 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
5003
5004         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
5005
5006 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
5007
5008         * gcc.c-torture/execute/20010119-1.c: New test.
5009
5010 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
5011
5012         * g++.old-deja/g++.other/vbase5.C: New test.
5013
5014 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
5015
5016         * gcc.c-torture/execute/20010118-1.c: New test.
5017
5018 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
5019
5020         * g++.old-deja/g++.pt/deduct3.C: New test.
5021
5022 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
5023
5024         * g++.old-deja/g++.pt/spec34.C: New test.
5025
5026 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
5027
5028         * g77.f-torture/compile/20000601-2.f: New test.
5029
5030 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
5031
5032         * g++.old-deja/g++.other/init17.C: New test.
5033
5034 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
5035
5036         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
5037
5038 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
5039
5040         * g++.old-deja/g++.pt/unify8.C: New test.
5041
5042 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
5043
5044         * g++.old-deja/g++.abi/vbase1.C: New test.
5045
5046 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
5047
5048         * g++.old-deja/g++.pt/crash65.C: New test.
5049
5050 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
5051
5052         * gcc.dg/cpp/assembl2.S: New test case.
5053
5054 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
5055
5056         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
5057         are supported.
5058
5059 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5060
5061         * g++.old-deja/g++.other/builtins1.C: New test.
5062         * g++.old-deja/g++.other/builtins2.C: Likewise.
5063         * g++.old-deja/g++.other/builtins3.C: Likewise.
5064         * g++.old-deja/g++.other/builtins4.C: Likewise.
5065
5066 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
5067
5068         * gcc.c-torture/compile/20010117-1.c: New test.
5069         * gcc.c-torture/compile/20010117-2.c: New test.
5070
5071 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5072
5073         * g77.f-torture/execute/20010116.[fx]: New test,
5074         XFAIL on i?86-*-*.
5075         * g77.f-torture/compile/20010115.f: Indicate it's
5076         a test for PR fortran/1636.
5077
5078 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
5079
5080         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
5081
5082 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5083
5084         * g77.f-torture/compile/20010115.f: New test.
5085
5086 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
5087
5088         * g++.old-deja/g++.pt/nontype5.C: New test.
5089
5090 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
5091
5092         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
5093         have an equivalent working one below it.
5094
5095 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
5096
5097         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
5098         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
5099
5100 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
5101
5102         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
5103         message containing "init_priority".
5104         (conpr-2.C): Likewise.
5105         (conpr-3.C): Likewise.
5106         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
5107
5108 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5109
5110         * gcc.c-torture/execute/20010114-2.c: New test.
5111
5112 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
5113
5114         * gcc.c-torture/compile/20010114-1.c: New test.
5115         * gcc.c-torture/compile/20010114-1.x: Xfail.
5116         * gcc.c-torture/compile/20010114-2.c: New test.
5117         * gcc.c-torture/execute/20010114-1.c: New test.
5118         * gcc.dg/trunc-1.c: New test.
5119         * gcc.dg/uninit-B.c: New test.
5120
5121 2001-01-13  Nick Clifton  <nickc@redhat.com>
5122
5123         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
5124         target.
5125
5126 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5127
5128         * gcc.c-torture/compile/20010113-1.c: New test.
5129
5130 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
5131
5132         * gcc.c-torture/compile/20001212-1.c: New test.
5133
5134 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
5135
5136         * gcc.dg/cpp/widestr1.c: Update.
5137         * gcc.dg/cpp/prag-imp.c: Remove.
5138
5139 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
5140
5141         * gcc.c-torture/execute/20000801-3.x: Remove.
5142         * gcc.dg/c90-init-1.c: New test.
5143         * gcc.dg/c99-init-1.c: New test.
5144         * gcc.dg/c99-init-2.c: New test.
5145         * gcc.dg/gnu99-init-1.c: New test.
5146
5147 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
5148
5149         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
5150         testing that no relevant ones were found.
5151
5152 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
5153
5154         * g++.old-deja/g++.pt/cast2.C: New test.
5155
5156 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
5157
5158         * g++.old-deja/g++.pt/friend47.C: New test.
5159
5160 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
5161
5162         * g++.old-deja/g++.pt/instantiate13.C: New test.
5163
5164 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
5165
5166         * g++.old-deja/g++.other/defarg7.C: New test.
5167         * g++.old-deja/g++.other/defarg8.C: New test.
5168
5169 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
5170
5171         * g++.old-deja/g++.pt/crash64.C: New test.
5172
5173 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
5174
5175         * g++.old-deja/g++.pt/crash63.C: New test.
5176
5177 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
5178
5179         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
5180
5181 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
5182
5183         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
5184
5185 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
5186
5187         * g++.old-deja/g++.pt/error3.C: New test.
5188
5189 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
5190
5191         * g++.old-deja/g++.other/crash39.C: New test.
5192
5193 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
5194
5195         * g++.old-deja/g++.other/vbase4.C: New test.
5196
5197 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
5198
5199         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
5200         * gcc.dg/special/20000419-2.c: New file. Identical to above.
5201         * gcc.dg/special/special.exp: New test driver which will check
5202         for alias support for the above test.
5203
5204 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
5205
5206         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
5207         problems on small machines.
5208         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
5209         parameterize.
5210
5211 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
5212
5213         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
5214         mips.
5215         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
5216
5217 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
5218
5219         * g++.old_deja/g++.pt/using8.C: New test.
5220
5221 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
5222
5223         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
5224
5225 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
5226
5227         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
5228         where a failure is expected.
5229         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
5230
5231 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
5232
5233         * g++.old_deja/g++.pt/instantiate12.C: New test.
5234
5235 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
5236
5237         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
5238         start of structs.
5239         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
5240         * g++.old-deja/g++.brendan/crash17.C: Likewise.
5241         * g++.old-deja/g++.brendan/crash29.C: Likewise.
5242         * g++.old-deja/g++.brendan/crash48.C: Likewise.
5243         * g++.old-deja/g++.brendan/ns1.C: Likewise.
5244         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
5245         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
5246         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
5247         * g++.old-deja/g++.eh/spec6.C: Likewise.
5248         * g++.old-deja/g++.jason/crash3.C: Likewise.
5249         * g++.old-deja/g++.law/ctors11.C: Likewise.
5250         * g++.old-deja/g++.law/ctors17.C: Likewise.
5251         * g++.old-deja/g++.law/ctors5.C: Likewise.
5252         * g++.old-deja/g++.law/ctors9.C: Likewise.
5253         * g++.old-deja/g++.mike/ambig1.C: Likewise.
5254         * g++.old-deja/g++.mike/net22.C: Likewise.
5255         * g++.old-deja/g++.mike/p3538a.C: Likewise.
5256         * g++.old-deja/g++.mike/p3538b.C: Likewise.
5257         * g++.old-deja/g++.mike/virt3.C: Likewise.
5258         * g++.old-deja/g++.niklas/t128.C: Likewise.
5259         * g++.old-deja/g++.other/anon4.C: Likewise.
5260         * g++.old-deja/g++.other/using1.C: Likewise.
5261         * g++.old-deja/g++.other/warn3.C: Likewise.
5262         * g++.old-deja/g++.pt/t37.C: Likewise.
5263         * g++.old-deja/g++.robertl/eb69.C: Likewise.
5264         * g++.old-deja/g++.robertl/eb71.C: Likewise.
5265
5266 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
5267
5268         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
5269
5270 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5271
5272         * gcc.c-torture/execute/stdio-opt-3.c: New test.
5273
5274 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
5275
5276         * gcc.c-torture/compile/20010107-1.c: New test.
5277
5278 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5279
5280         * gcc.c-torture/execute/builtin-noret-1.c: New test.
5281
5282 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5283
5284         * gcc.dg/format/format.h: New file.
5285         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
5286         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
5287         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
5288         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
5289         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
5290         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
5291         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
5292         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
5293         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
5294         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
5295         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
5296         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
5297         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
5298         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
5299         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
5300         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
5301         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
5302         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
5303         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
5304         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
5305         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
5306         instead of declaring standard types, macros and functions in each
5307         test.
5308
5309 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
5310
5311         * gcc.c-torture/execute/20010106-1.c: New test.
5312
5313 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
5314
5315         * gcc.dg/format/format.exp: New file.
5316         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
5317         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
5318         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
5319         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
5320         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
5321         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
5322         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
5323         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
5324         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
5325         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
5326         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
5327         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
5328         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
5329         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
5330         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
5331         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
5332         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
5333         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
5334         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
5335         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
5336         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
5337         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
5338         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
5339         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
5340         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
5341         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
5342         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
5343         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
5344         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
5345         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
5346         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
5347         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
5348         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
5349         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
5350         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
5351         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
5352         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
5353         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
5354         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
5355         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
5356         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
5357         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
5358
5359 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
5360
5361         * gcc.c-torture/execute/991228-1.c: Take word endianness into
5362         account.
5363
5364 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
5365
5366         * gcc.c-torture/execute/builtin-complex-1.c: New test.
5367
5368 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
5369
5370         * g++.old-deja/g++.pt/crash62.C: New test.
5371
5372 2001-01-04  Richard Henderson  <rth@redhat.com>
5373
5374         * gcc.dg/20000926-1.c: Update expected warnings.
5375         * gcc.dg/array-2.c: Likewise.
5376         * gcc.dg/array-4.c: Also validate flexible array members.
5377         * gcc.dg/c99-flex-array-1.c: New.
5378
5379 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
5380
5381         * gcc.c-torture/compile/20001222-1.x: Remove.
5382
5383 Thu Jan  4 13:54:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5384
5385         * gcc.c-torture/execute/built-in-setjmp.c: New.
5386
5387 2001-01-03  Richard Henderson  <rth@redhat.com>
5388
5389         * gcc.dg/940510-1.c: Update expected error wording.
5390         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
5391
5392 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
5393
5394         * lib/target-supports.exp (check_alias_available): Modified to
5395         indicate aliases not supported if only weak aliases are supported.
5396
5397 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5398
5399         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
5400         Turn on cmpstrsi checks for __pj__ and __i370__.
5401
5402 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
5403
5404         * g++.old-deja/g++.other/virtual11.C: New test.
5405
5406 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
5407
5408         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
5409
5410 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5411
5412         * gcc.c-torture/compile/20010102-1.c: New test.
5413
5414 2001-01-02  Andreas Jaeger  <aj@suse.de>
5415
5416         * gcc.dg/noreturn-3.c: New test.
5417
5418         * gcc.dg/noreturn-4.c: New test.
5419
5420 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5421
5422         * gcc.c-torture/execute/stdio-opt-1.c: Also test
5423         __builtin_fputc and __builtin_fwrite.
5424
5425 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
5426
5427         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
5428         signed char, not default char.
5429
5430 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
5431
5432         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
5433
5434 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
5435
5436         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
5437
5438 2000-12-29  Richard Henderson  <rth@redhat.com>
5439
5440         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
5441         (__cyg_profile_func_exit): Define.
5442
5443 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
5444
5445         * g++.dg/vtgc1.C: New test.
5446
5447 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
5448
5449         * gcc.dg/noncompile/20001228-1.c: New test.
5450
5451         * gcc.dg/20001228-1.c: New test.
5452
5453         * gcc.c-torture/execute/20001228-1.c: New test.
5454
5455 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
5456
5457         * gcc.dg/format-strfmon-1.c: New test.
5458
5459 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5460
5461         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
5462         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
5463         * gcc.c-torture/execute/string-opt-1.c: Likewise.
5464         * gcc.c-torture/execute/string-opt-2.c: Likewise.
5465         * gcc.c-torture/execute/string-opt-3.c: Likewise.
5466         * gcc.c-torture/execute/string-opt-4.c: Likewise.
5467         * gcc.c-torture/execute/string-opt-6.c: Likewise.
5468         * gcc.c-torture/execute/string-opt-7.c: Likewise.
5469         * gcc.c-torture/execute/string-opt-8.c: Likewise.
5470         * gcc.c-torture/execute/string-opt-9.c: Likewise.
5471         * gcc.c-torture/execute/string-opt-10.c: Likewise.
5472         * gcc.c-torture/execute/string-opt-11.c: Likewise.
5473         * gcc.c-torture/execute/string-opt-12.c: Likewise.
5474
5475         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
5476         * gcc.c-torture/execute/string-opt-4.c: Test index.
5477
5478 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
5479
5480         * gcc.c-torture/compile/20001226-1.c: New test.
5481
5482 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
5483
5484         * gcc.c-torture/compile/20001222-1.c: New test.
5485         * gcc.c-torture/compile/20001222-1.x: Xfail.
5486
5487 Fri Dec 22 06:45:03 2000  Alexandre Oliva  <aoliva@redhat.com>
5488
5489         * gcc.c-torture/execute/comp-goto-2.c: New test.
5490
5491 Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
5492
5493         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
5494         Use long types if __INT_MAX__ is 32767.
5495         (main): Use cast to (sint32 *) when poking 88 into a_page.
5496
5497         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
5498
5499 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
5500
5501         * gcc.c-torture/compile/20001221-1.c: New test.
5502         * gcc.c-torture/execute/20001221-1.c: New test.
5503
5504 2000-12-20  Richard Henderson  <rth@redhat.com>
5505
5506         * g++.old-deja/g++.pt/crash36.C: Update error lines.
5507         * g++.old-deja/g++.robertl/eb109.C: Likewise.
5508
5509 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5510
5511         * gcc.dg/compare3.c: New test.
5512
5513 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5514
5515         * gcc.dg/format-warnll-1.c: New test.
5516
5517 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
5518
5519         * gcc.dg/cpp/cmdlne-P.c: New test.
5520
5521 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5522
5523         * gcc.c-torture/execute/builtin-abs-1.c,
5524         gcc.c-torture/execute/builtin-abs-2.c: New tests.
5525
5526 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
5527
5528         * gcc.dg/cpp/multiline.c: New test.
5529
5530 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
5531
5532         * g++.old-deja/g++.other/syshdr1.C: Update.
5533         * gcc.dg/cpp/lineflags.c: Remove temporarily.
5534
5535 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5536
5537         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
5538
5539 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5540
5541         * g++.old-deja/g++.pt/ttp65.C: New test.
5542
5543 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5544
5545         * g++.old-deja/g++.pt/ttp64.C: New test.
5546
5547 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5548
5549         * g++.old-deja/g++.pt/spec33.C: New test.
5550
5551 2000-12-14  Catherine Moore  <clm@redhat.com>
5552
5553         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
5554         * gcc.c-torture/execute/920612-2.c: Likewise.
5555         * gcc.c-torture/execute/920428-2.c: Likewise.
5556         * gcc-c-torture/execute/va-arg-11.c: Call exit.
5557         * gcc.c-torture/execute/va-arg-21.c: Likewise.
5558
5559 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5560
5561         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
5562         * gcc.dg/pack-test-2.c: Likewise.
5563
5564 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
5565
5566         Tests by Zack Weinberg <zackw@stanford.edu>.
5567
5568         * gcc.dg/cpp/defined.c: Update.
5569         * gcc.dg/cpp/defined_trad.c: New tests.
5570
5571 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
5572
5573         * gcc.dg/cpp/trad-direct.c: Update.
5574
5575 2000-12-11  Neil Booth  <neilb@earthling.net>
5576
5577         * gcc.dg/cpp/defined_trad.c
5578
5579 2000-12-11  Neil Booth  <neilb@earthling.net>
5580
5581         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
5582
5583 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
5584
5585         * gcc.dg/format-miss-2.c: New test.
5586
5587 2000-12-09  Neil Booth  <neilb@earthling.net>
5588
5589         * gcc.dg/cpp/lineflags.c: New tests.
5590         * gcc.dg/cpp/poison.c: Update.
5591         * gcc.dg/cpp/redef2.c: Update.
5592         * gcc.dg/cpp/skipping.c: New test.
5593
5594 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
5595
5596         * g++.old-deja/g++.other/eh3.C: New testcase.
5597
5598 2000-12-07  Neil Booth  <neilb@earthling.net>
5599
5600         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
5601         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
5602         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
5603         wtr-union-init-2.c, wtr-union-init-3.c: Update.
5604         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
5605         Update.
5606
5607 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5608
5609         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
5610         __SIZE_TYPE__ instead of int for type of integers cast to
5611         pointers.
5612
5613 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
5614
5615         * g++.old-deja/g++.other/cleanup4.C: New test.
5616
5617 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5618
5619         * format-sec-1.c: New test.
5620
5621 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5622
5623         * gcc.dg/format-nonlit-3.c: New test.
5624
5625 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5626
5627         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
5628         through a null pointer.
5629
5630 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5631
5632         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
5633         * g++.old-deja/g++.pt/partial4.C: New test.
5634
5635 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
5636
5637         * gcc.c-torture/execute/ieee/hugeval.x: New.
5638
5639 2000-12-06  Neil Booth  <neilb@earthling.net>
5640
5641         * gcc.dg/cpp/backslash2.c: New tests.
5642
5643 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5644
5645         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
5646         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
5647
5648 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
5649
5650         * gcc.c-torture/execute/20001203-2.c: New testcase.
5651
5652 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
5653
5654         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
5655         * g++.old-deja/g++.other/virtual10.C: New test.
5656
5657 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
5658
5659         * g++.old-deja/g++.mike/pmf5.C: Remove test.
5660
5661 2000-12-05  Richard Henderson  <rth@redhat.com>
5662
5663         * gcc.c-torture/compile/20001205-1.c: New.
5664
5665 2000-12-04  Neil Booth  <neilb@earthling.net>
5666
5667         * g++.old-deja/g++.other/virtual9.C: New test.
5668         * g++.old-deja/g++.pt/crash61.C: New test.
5669         * gcc.c-torture/execute/loop-9.c: New test.
5670
5671 2000-12-04  Neil Booth  <neilb@earthling.net>
5672
5673         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
5674         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
5675         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
5676         * gcc.dg/cpp/extratokens.c: ...here.
5677
5678 2000-12-04  Neil Booth  <neilb@earthling.net>
5679
5680         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
5681         New tests.
5682
5683 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5684
5685         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
5686         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
5687
5688 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
5689
5690         * gcc.c-torture/execute/20001203-1.c: New test.
5691
5692 2000-12-03  Neil Booth  <neilb@earthling.net>
5693
5694         * gcc.dg/cpp/macro6.c: New test cases.
5695
5696 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5697
5698         * gcc.c-torture/execute/string-opt-9.c: New test.
5699         * gcc.c-torture/execute/string-opt-10.c: Likewise.
5700         * gcc.c-torture/execute/string-opt-11.c: Likewise.
5701         * gcc.c-torture/execute/string-opt-12.c: Likewise.
5702
5703         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
5704         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
5705
5706 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
5707
5708         * gcc.dg/cpp/if-6.c: New testcase.
5709
5710         * gcc.dg/20001201-1.c: New testcase.
5711
5712 2000-12-02  Neil Booth  <neilb@earthling.net>
5713
5714         * g++.old-deja/g++.other/externC4.C,
5715         g++.old-deja/g++.other/friend10.C: New tests.
5716
5717 2000-12-02  Neil Booth  <neilb@earthling.net>
5718
5719         * g++.old-deja/g++.other/instan2.C
5720         * g++.old-deja/g++.other/instan3.C: New test.
5721
5722 2000-12-02  Neil Booth  <neilb@earthling.net>
5723
5724         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
5725         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
5726         gnuc99.c,gnuc99-pedantic.c: New tests.
5727
5728 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
5729
5730         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
5731         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
5732
5733 2000-12-01  Neil Booth  <neilb@earthling.net>
5734
5735         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
5736         * gcc.dg/cpp/poison.c: Update.
5737         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
5738
5739 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
5740
5741         * g77.f-torture/execute/20001201.f: New test.
5742
5743 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
5744
5745         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
5746
5747 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
5748
5749         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
5750
5751 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
5752
5753         * g++.old-deja/g++.other/cast6.C: New test.
5754
5755 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
5756
5757         * gcc.c-torture/execute/20001130-2.c: New testcase.
5758
5759 2000-11-30  Richard Henderson  <rth@redhat.com>
5760
5761         * gcc.c-torture/execute/20001130-1.c: New test.
5762
5763 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
5764
5765         * g++.old-deja/g++.other/op3.C: New test.
5766
5767 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
5768
5769         * g++.old-deja/g++.other/op2.C: New test.
5770
5771 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
5772
5773         * g++.old-deja/g++.other/crash38.C: New test.
5774
5775 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
5776
5777         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
5778
5779 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
5780
5781         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
5782         tests.
5783         * gcc.c-torture/execute/string-opt-6.c: New test.
5784
5785         * gcc.dg/20001117-1.c: Add main.
5786
5787 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
5788
5789         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
5790         Move from here ...
5791         * gcc.dg/940510-1.c: ... to here.
5792
5793         * gcc.dg/20000926-1.c: GNU C now allows initializations of
5794         zero-size arrays in toplevel structures.
5795
5796 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
5797
5798         * gcc.c-torture/execute/loop-8.c: New test.
5799
5800 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
5801
5802         * g++.old-deja/g++.other/base1.C: New test.
5803
5804 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
5805
5806         * g++.old-deja/g++.other/parse2.C: New test.
5807
5808 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
5809
5810         * g++.old-deja/g++.pt/incomplete1.C: New test.
5811
5812 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
5813
5814         * g++.old-deja/g++.other/friend9.C: New test.
5815
5816 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
5817
5818         * gcc.dg/20001127-1.c: New test.
5819
5820 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
5821
5822         * g++.old-deja/g++.pt/friend46.C: New test.
5823
5824 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
5825
5826         * g++.old-deja/g++.other/ptrmem8.C: New test.
5827
5828 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5829
5830         * gcc.c-torture/execute/string-opt-7.c: New test.
5831         * gcc.c-torture/execute/string-opt-8.c: Likewise.
5832
5833 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
5834
5835         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
5836         instead of 'mkcheck 2'.
5837
5838 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
5839
5840         * gcc.c-torture/execute/memcheck/driver.c,
5841         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
5842         C9X references to refer to C99.
5843
5844 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
5845
5846         * gcc.dg/ultrasp3.c: New test.
5847
5848 2000-11-25  Neil Booth  <neilb@earthling.net>
5849
5850         * gcc.dg/cpp/include2.c: Update test to be locale independent.
5851
5852 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
5853
5854         * gcc.c-torture/compile/20001123-2.c: New.
5855
5856 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5857
5858         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
5859
5860 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
5861
5862         * gcc.dg/sequence-point-1.c: Add some new tests.
5863         * gcc.c-torture/execute/20001124-1.c: New test.
5864
5865 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
5866
5867         * g++.old-deja/g++.other/vaarg4.C: New test.
5868         * gcc.c-torture/compile/20001123-1.c: New test.
5869
5870 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
5871
5872         * g++.other/crash24.C: Adjust and remove XFAIL.
5873         * g++.other/crash37.C: New test.
5874
5875 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
5876
5877         * g++.old-deja/g++.pt/instantiate9.C: New test.
5878
5879 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
5880
5881         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
5882         new ABI, too.
5883
5884         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
5885         * g++.old-deja/g++.robertl/eb55.C: Likewise.
5886
5887 2000-11-22  Neil Booth  <neilb@earthling.net>
5888
5889         * gcc.dg/cpp/Wtrigraphs.c: New test.
5890
5891 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
5892
5893         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
5894
5895 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
5896
5897         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
5898
5899 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
5900
5901         * lib/gcc-dg.exp: load_lib scanasm.exp.
5902         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
5903         * lib/g++-dg.exp: load_lib scanasm.exp.
5904         * lib/scanasm.exp: New.
5905         (scan-assembler, scan-assembler-not): Add optional arguments to
5906         test name, or if not present, the pattern name.
5907         (scan-assembler-dem, scan-assembler-dem-not): New.
5908
5909         * g++.dg/dg.exp: New.
5910
5911 2000-11-21  Neil Booth  <neilb@earthling.net>
5912
5913         * gcc.dg/cpp/integrated1.c: Remove.
5914
5915 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
5916
5917         * gcc.c-torture/execute/20001121-1.c: New test.
5918
5919 2000-11-21  Richard Henderson  <rth@redhat.com>
5920
5921         * gcc.c-torture/compile/20001121-1.c: New test.
5922
5923 2000-11-20  Neil Booth  <neilb@earthling.net>
5924
5925         * gcc.dg/cpp/integrated1.c: New test.
5926
5927 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
5928
5929         * g++.old-deja/g++.other/inline17.C: New test.
5930
5931 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
5932
5933         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
5934         local variable to be zero: I made the variable global. Now
5935         uses abort() and exit() instead of relying on main's return value.
5936
5937 2000-11-20  Neil Booth  <neilb@earthling.net>
5938
5939         * gcc.dg/cpp/paste2.c: Update test.
5940         * objc/execute/paste.m: New test.
5941
5942 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
5943
5944         * gcc.dg/c99-condexpr-1.c: New test.
5945
5946 2000-11-20  Neil Booth  <neilb@earthling.net>
5947
5948         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
5949
5950 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
5951
5952         * g++.old-deja/g++.pt/export1.C: New test.
5953
5954 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
5955
5956         * gcc.dg/20001117-1.c: New test.
5957
5958 2000-11-18  Richard Henderson  <rth@redhat.com>
5959
5960         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
5961
5962 2000-11-18  Richard Henderson  <rth@redhat.com>
5963
5964         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
5965         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
5966         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
5967
5968 2000-11-18  Richard Henderson  <rth@redhat.com>
5969
5970         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
5971         (main): New.  Exit cleanly.
5972
5973 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5974
5975         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
5976         gcc.dg/c99-fordecl-2.c: New tests.
5977
5978 2000-11-18  Richard Henderson  <rth@redhat.com>
5979
5980         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
5981         * gcc.c-torture/execute/zerolen-2.c: New.
5982
5983 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5984
5985         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
5986         memory.
5987
5988 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
5989
5990         * g++.old-deja/g++.pt/instantiate8.C: New test.
5991
5992 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
5993
5994         * g++.old-deja/g++.other/incomplete.C: Add more tests.
5995         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
5996
5997 2000-11-16  Nick Clifton  <nickc@redhat.com>
5998
5999         * gcc.c-torture/execute/nestfunc-2.c: New test.
6000         * gcc.c-torture/execute/nestfunc-3.c: New test.
6001
6002 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
6003
6004         * gcc.c-torture/compile/20001116-1.c: New test.
6005
6006 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6007
6008         * gcc.c-torture/execute/20001115-1.c: New test.
6009
6010 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
6011
6012         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
6013         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
6014         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
6015         * g++.old-deja/g++.abi/vmihint.C: Likewise.
6016
6017 2000-11-15  Neil Booth  <neilb@earthling.net>
6018
6019         gcc.dg/cpp/_Pragma1.c: Update.
6020         gcc.dg/cpp/_Pragma2.c: New test.
6021
6022 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
6023
6024         * g++.old-deja/g++.other/anon5.C: New test.
6025
6026 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
6027
6028         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
6029         tests.
6030
6031 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
6032
6033         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
6034         output.
6035
6036 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6037
6038         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
6039         labels at end of compound statements.
6040
6041 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
6042
6043         * gcc.c-torture/execute/loop-7.c: New test.
6044
6045 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6046
6047         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
6048
6049 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6050
6051         * gcc.dg/c99-bool-1.c: New test.
6052
6053 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6054
6055         * gcc.dg/c99-scope-1.c: Remove xfail.
6056         * gcc.dg/c99-scope-2.c: New test.
6057
6058 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6059
6060         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
6061         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
6062
6063 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
6064
6065         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
6066         error messages.
6067
6068         * g++.mike/p700.C: Don't typedef wchar_t.
6069         * g++.mike/p784.C: Likewise.
6070         * g++.mike/eb101.C: Don't use __wchar_t.
6071
6072 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
6073
6074         * g77.f-torture/execute/20001111.[fx]: Test premature exit
6075         from DO loop.
6076
6077 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
6078
6079         * gcc.c-torture/execute/20001111-1.c: New test.
6080
6081 2000-11-10  Nick Clifton  <nickc@redhat.com>
6082
6083         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
6084         long multuiple and accumulate.
6085
6086 2000-11-09  Richard Henderson  <rth@redhat.com>
6087
6088         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
6089         via size_t instead of int.
6090
6091         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
6092         * gcc.c-torture/execute/string-opt-2.c: Likewise.
6093         * gcc.c-torture/execute/string-opt-3.c: Likewise.
6094         * gcc.c-torture/execute/string-opt-4.c: Likewise.
6095
6096 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
6097
6098         * gcc.c-torture/compile/20001109-1.c: New test.
6099         * gcc.c-torture/compile/20001109-2.c: New test.
6100
6101 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
6102
6103         * g++.old-deja/g++.pt/operator1.C: New test.
6104         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
6105
6106 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
6107
6108         * gcc.dg/20001108-1.c: New test.
6109
6110 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
6111
6112         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
6113         with both arguments constant strings.
6114         * gcc.c-torture/execute/string-opt-3.c: New test.
6115         * gcc.c-torture/execute/string-opt-4.c: New test.
6116         * gcc.c-torture/execute/string-opt-5.c: New test.
6117
6118 2000-11-08  Nick Clifton  <nickc@redhat.com>
6119
6120         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
6121         mulsidi3adddi patterns.
6122
6123 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
6124
6125         * g++.old-deja/g++.other/crash36.C: New test.
6126
6127 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
6128
6129         * g++.old-deja/g++.other/init16.C: New test.
6130
6131 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
6132
6133         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
6134
6135 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
6136
6137         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
6138         * gcc.c-torture/execute/va-arg-16.x: Likewise.
6139         * gcc.c-torture/execute/va-arg-17.x: Likewise.
6140
6141 2000-11-07  DJ Delorie  <dj@redhat.com>
6142
6143         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
6144
6145 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6146
6147         * gcc.c-torture/execute/string-opt-1.c: New test.
6148
6149 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
6150
6151         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
6152         mips-sgi-irix6.* because the MIPS ABI passes floating-point
6153         parameters in registers, and there is no way for a varargs
6154         function to know in which order the integer and floating-point
6155         parameters should be interleaved when they are placed on the
6156         stack.
6157         * gcc.c-torture/execute/va-arg-16.x: Likewise.
6158         * gcc.c-torture/execute/va-arg-17.x: Likewise.
6159
6160 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6161
6162         * gcc.c-torture/execute/string-opt-2.c: New test.
6163
6164 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
6165
6166         * g++.old-deja/g++.pt/crash60.C: New test.
6167
6168 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
6169
6170         * g++.old-deja/g++.other/crash24.C: New test.
6171         * g++.old-deja/g++.other/crash25.C: New test.
6172         * g++.old-deja/g++.other/crash26.C: New test.
6173         * g++.old-deja/g++.other/crash27.C: New test.
6174         * g++.old-deja/g++.other/crash28.C: New test.
6175         * g++.old-deja/g++.other/crash29.C: New test.
6176         * g++.old-deja/g++.other/crash30.C: New test.
6177         * g++.old-deja/g++.other/crash31.C: New test.
6178         * g++.old-deja/g++.other/crash32.C: New test.
6179         * g++.old-deja/g++.other/crash33.C: New test.
6180         * g++.old-deja/g++.other/crash34.C: New test.
6181         * g++.old-deja/g++.other/crash35.C: New test.
6182
6183 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
6184
6185         * gcc.c-torture/execute/20001031-1.c: New test.
6186
6187 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
6188
6189         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
6190         namespace.
6191
6192         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
6193         standards-conformant.
6194
6195         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
6196
6197         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
6198         * g++.old-deja/g++.mike/p755a.C: Likewise.
6199         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
6200         library makes no calls to `operator new' during initialization.
6201
6202 2000-11-04  Neil Booth  <neilb@earthling.net>
6203
6204         * gcc.dg/cpp/include2.c: New tests.
6205
6206 Fri Nov  3 13:32:14 2000  Mark P Mitchell  <mark@codesourcery.com>
6207
6208         * lib/g++.exp (g++_set_ld_library_path): New function.
6209         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
6210
6211 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
6212
6213         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
6214         warnings.
6215
6216 2000-11-01  Richard Henderson  <rth@redhat.com>
6217
6218         * g++.old-deja/g++.ext/namedret1.C: New.
6219         * g++.old-deja/g++.ext/namedret2.C: New.
6220         * g++.old-deja/g++.ext/namedret3.C: New.
6221
6222 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
6223
6224         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
6225         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
6226
6227 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6228
6229         * gcc.c-torture/execute/va-arg-21.c: New test.
6230
6231 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
6232
6233         * gcc.dg/c99-complex-2.c: New test.
6234
6235 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6236
6237         * gcc.c-torture/execute/stdio-opt-1.c: New test.
6238
6239 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
6240
6241         * g++.old-deja/g++.other/inline16.C: New test.
6242
6243 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
6244
6245         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
6246         __PRETTY_FUNCTION__
6247
6248 2000-10-29  Neil Booth  <neilb@earthling.net>
6249
6250         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
6251         New tests.
6252         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
6253         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
6254         optimisation.
6255
6256 2000-10-29  Neil Booth  <neilb@earthling.net>
6257
6258         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
6259         * mi1.c, mi1c.h: Add null directives to multiple-include test.
6260         * mi5.c: Test multiple includes work with -C.
6261         * trigraphs.c: Test ^= version.
6262
6263 2000-10-28  Neil Booth  <neilb@earthling.net>
6264
6265         New tests and test updates for new macro expander.
6266
6267         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
6268         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
6269         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
6270         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
6271         new diagnostic messages.
6272
6273         * gcc.dg/cpp/macro3.c: New tests.
6274
6275 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
6276
6277         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
6278         on the same line.
6279
6280 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
6281
6282         * g++.old-deja/g++.other/eh2.C: New test.
6283
6284 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
6285
6286         * gcc.c-torture/execute/20001027-1.c: New test.
6287
6288 2000-10-26  Richard Henderson  <rth@redhat.com>
6289
6290         * gcc.c-torture/execute/20001026-1.c: New.
6291
6292 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
6293
6294         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
6295         * g++.old-deja/g++.law/builtin1.C: Likewise.
6296         * g++.old-deja/g++.law/ctors10.C: Likewise.
6297         * g++.old-deja/g++.law/virtual3.C: Likewise.
6298         * g++.old-deja/g++.mike/p658.C: Likewise.
6299         * g++.old-deja/g++.other/sibcall1.C: Likewise.
6300         * g++.old-deja/g++.other/vaarg2.C: Likewise.
6301         * g++.old-deja/g++.robertl/eb124.C: Likewise.
6302         * g++.old-deja/g++.robertl/eb44.C: Likewise.
6303         * g++.old-deja/g++.robertl/eb77.C: Likewise.
6304
6305 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
6306
6307         * gcc.c-torture/compile/20001024-1.c: New test.
6308
6309 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
6310
6311         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
6312         to tell us whether or not we are using V3.
6313
6314 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
6315
6316         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
6317         operands.
6318
6319 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
6320
6321         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
6322
6323 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
6324
6325         * gcc.c-torture/execute/20001024-1.c: New test.
6326
6327 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
6328
6329         * g++.old-deja/g++.other/sibcall1.C: New test.
6330
6331 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
6332
6333         * gcc.dg/noncompile/init-3.c: New test.
6334
6335 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
6336
6337         * gcc.dg/format-array-1.c: New test.
6338
6339 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6340
6341         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
6342         writing through null pointers; remove comment about testing
6343         unterminated strings.
6344
6345 2000-10-17  Matthew Hiller  <hiller@redhat.com>
6346
6347         * gcc.c-torture/execute/20001017-2.c: New test.
6348
6349 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6350
6351         * gcc.c-torture/compile/20001018-1.c: New test.
6352         * gcc.c-torture/compile/20001018-1.x: Xfail.
6353
6354 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6355
6356         * gcc.c-torture/execute/20001017-1.c: New test.
6357
6358 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6359
6360         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
6361         for multiple use of arguments with scanf formats; add tests for
6362         multiple use of arguments.
6363
6364 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
6365
6366         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
6367
6368 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6369
6370         * gcc.dg/format-miss-1.c: New test.
6371
6372 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
6373
6374         * gcc.c-torture/execute/20001013-1.c: New test.
6375
6376 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
6377
6378         * gcc.dg/format-branch-1.c: New test.
6379
6380 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
6381
6382         * README, lib/file-format.exp: Remove EGCS references.
6383
6384 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
6385
6386         * gcc.dg/20001013-1.c: New test.
6387
6388 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
6389
6390         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
6391         for intmax_t in the compiler using __typeof__ and the type rules
6392         for conditional expressions.
6393
6394 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
6395
6396         * gcc.dg/20001012-1.c: New test.
6397         * gcc.dg/20001012-2.c: New test.
6398
6399 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
6400
6401         * gcc.dg/format-attr-1.c: New test.
6402
6403 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
6404
6405         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
6406         __LONG_LONG_MAX__ instead of LLONG_MAX.
6407
6408 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
6409
6410         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
6411         scanf flags.
6412         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
6413         flags.
6414
6415 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
6416
6417         * gcc.dg/sequence-pt-1.c: New test.
6418
6419 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
6420
6421         * gcc.c-torture/execute/20001011-1.c: New testcase.
6422         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
6423
6424 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
6425
6426         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
6427         does not error on it.
6428
6429 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
6430
6431         * gcc.dg/20001009-1.c: New test.
6432
6433 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6434
6435         * gcc.c-torture/compile/20001009-1.c: Move from here ....
6436         * gcc.c-torture/execute/20001009-2.c: ... to here.
6437
6438 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
6439
6440         * gcc.c-torture/compile/20001009-1.c: New testcase.
6441         * gcc.c-torture/execute/20001009-1.c: New testcase.
6442         Testcases provided by Jan Hubicka <jh@suse.cz>.
6443
6444 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6445
6446         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
6447         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
6448         uintmax_t using <limits.h> to emulate the compiler's internal
6449         logic.  No longer XFAIL %j tests.
6450
6451 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6452
6453         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
6454         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
6455         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
6456         regexps and details of expected handling of some bad formats.
6457         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
6458         suppression.
6459
6460 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6461
6462         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
6463         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
6464         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
6465         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
6466         in list archives.
6467
6468 2000-10-06  Richard Henderson  <rth@cygnus.com>
6469
6470         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
6471         * g++.old-deja/g++.brendan/crash52.C: Likewise.
6472         * g++.old-deja/g++.jason/report.C: Likewise.
6473         * g++.old-deja/g++.law/friend5.C: Likewise.
6474         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
6475         of the expected warnings.
6476
6477 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
6478
6479         * g++.old-deja/g++.pt/enum14.C: New test.
6480
6481 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
6482
6483         * g++.old-deja/g++.pt/crash59.C: New test.
6484
6485 2000-10-04  Will Cohen  <wcohen@redhat.com>
6486
6487         * gcc.dg/20000926-1.c: New test.
6488
6489 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
6490
6491         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
6492         function name for current C++ compiler.
6493         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
6494
6495 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
6496
6497         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
6498         __PRETTY_FUNCTION__.
6499         * g++.old-deja/g++.ext/pretty2.C: Likewise.
6500
6501 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6502
6503         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
6504
6505 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
6506
6507         * gcc.c-torture/compile/20000923-1.c: New test.
6508
6509 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
6510
6511         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
6512         * g++.old-deja/g++.pt/ttp62.C: Same.
6513         * g++.old-deja/g++.other/inline14.C: Same.
6514
6515 2000-09-24  Richard Henderson  <rth@cygnus.com>
6516
6517         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
6518
6519 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
6520
6521         * gcc.dg/c90-printf-1.c: Add test for wide string format.
6522
6523 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
6524
6525         * gcc.c-torture/compile/20000922-1.c: New file.
6526
6527 2000-09-21  Nick Clifton  <nickc@redhat.com>
6528
6529         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
6530         a signed long modulo operation.
6531         (mod6): New funciton - perform an unsigned long modulo operation.
6532         (main): Add tests for modulos of very large numbers by very small
6533         dividends.
6534
6535 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6536
6537         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
6538
6539 2000-09-19  Richard Henderson  <rth@cygnus.com>
6540
6541         * gcc.dg/compare2.c (case 10): XFAIL.
6542
6543 2000-09-18  Richard Henderson  <rth@cygnus.com>
6544
6545         * gcc.c-torture/execute/20000906-1.c: Move ...
6546         * gcc.dg/20000906-1.c: ... here.  Only run on targets
6547         that support __builtin_trap.
6548
6549 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
6550
6551         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
6552
6553 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6554
6555         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
6556         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
6557         more $ format tests.
6558
6559 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6560
6561         * gcc.dg/format-errmk-1.c: New test.
6562
6563 2000-09-17  Greg McGary  <greg@mcgary.org>
6564
6565         * gcc.c-torture/execute/20000917-1.x: Remove.
6566
6567 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6568
6569         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
6570
6571 2000-09-17  Greg McGary  <greg@mcgary.org>
6572
6573         * gcc.c-torture/execute/20000917-1.c: New test.
6574         * gcc.c-torture/execute/20000917-1.x: XFAIL.
6575
6576 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
6577
6578         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
6579         in nested macro bug.
6580
6581 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
6582
6583         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
6584
6585 Thu Sep 14 16:48:49 2000  Jeffrey A Law  (law@cygnus.com)
6586
6587         * gcc.c-torture/execute/20000914-1.c: New test.
6588
6589 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
6590
6591         * g++.other/inline13.C: New test.
6592
6593 2000-09-12  Andreas Jaeger  <aj@suse.de>
6594
6595         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
6596         constant by Ulrich Drepper <drepper@redhat.com>.
6597
6598 Tue Sep 12 18:32:07 2000  J"orn Rennecke <amylaar@redhat.co.uk>
6599
6600         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
6601
6602 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6603
6604         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
6605
6606 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
6607
6608         * gcc.dg/cpp/backslash.c: New test.
6609
6610 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
6611
6612         * gcc.c-torture/execute/20000910-1.c: New test.
6613         * gcc.c-torture/execute/20000910-2.c: Likewise.
6614
6615 2000-09-11  Robert Lipe  <robertl@sco.com>
6616
6617         * gcc.dg/pragma-align.c: New test.
6618
6619 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
6620
6621         * g++.old-deja/g++.pt/explicit82.C: New test.
6622         * g++.old-deja/g++.pt/explicit83.C: New test.
6623
6624 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
6625
6626         * gcc.dg/asm-names.c: New test.
6627
6628 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6629
6630         * gcc.dg/cpp/tr-warn6.c: New test
6631
6632 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6633
6634         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
6635         be accepted.
6636
6637 2000-09-07  Catherine Moore  <clm@redhat.com>
6638
6639         * gcc.c-torture/execute/unroll-1.c: New test.
6640
6641 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
6642
6643         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
6644         ERROR markers.
6645         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
6646         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
6647         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
6648         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
6649         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
6650         Preprocess only.
6651         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
6652         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
6653
6654 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
6655
6656         * g++.old-deja/g++.pt/deduct2.C: New test.
6657
6658 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
6659
6660         * g++.old-deja/g++.pt/parms2.C: New test.
6661
6662 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
6663
6664         * g++.old-deja/g++.pt/crash58.C: New test.
6665
6666 2000-09-06  Greg McGary  <greg@mcgary.org>
6667
6668         * gcc.c-torture/execute/20000906-1.c: New test.
6669         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
6670
6671 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6672
6673         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
6674
6675 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
6676
6677         * g++.old-deja/g++.pt/crash57.C: New test.
6678
6679 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
6680
6681         * g++.old-deja/g++.pt/crash56.C: New test.
6682
6683 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
6684
6685         * g++.old-deja/g++.pt/koenig1.C: New test.
6686
6687 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
6688
6689         * gcc.dg/20000904-1.c: New test.
6690
6691 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
6692
6693         * gcc.dg/cpp/paste8.c: New test.
6694
6695 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
6696
6697         * gcc.c-torture/compile/20000827-1.c: New test.
6698
6699 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
6700
6701         * gcc.dg/format-diag-1.c: New test.
6702
6703 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
6704
6705         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
6706         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
6707         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
6708         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
6709         gcc.dg/formatz-1.c: Adjust warning regular expressions.
6710
6711 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
6712
6713         * g++.old-deja/g++.other/nested4.C: New test.
6714
6715 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
6716
6717         * g++.old-deja/g++.ns/scoped1.C: New test.
6718
6719 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
6720
6721         * lib/g++.exp: Support testing already-installed GCC.
6722
6723 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6724
6725         * wtr-label-1.c, wtr-suffix-1.c: New tests.
6726
6727 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6728
6729         * gcc.dg/return-type-2.c: New test.
6730
6731 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
6732
6733         * gcc.c-torture/compile/20000825-1.c: New test.
6734
6735 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
6736
6737         * gcc.dg/dwarf2-2.c: New test.
6738
6739 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
6740
6741         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
6742         dg-warning regexps.
6743
6744 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
6745
6746         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
6747         gcc.dg/format-ext-5.c: New tests.
6748
6749 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
6750
6751         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
6752
6753 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
6754
6755         * gcc.dg/noncompile/930622-2.c: Adjust error message.
6756
6757 2000-08-24  Richard Henderson  <rth@cygnus.com>
6758
6759         * gcc.dg/ia64-sync-1.c: New test.
6760         * gcc.dg/ia64-sync-2.c: New test.
6761         * gcc.dg/ia64-asm-1.c: New test.
6762
6763 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
6764
6765         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
6766         * gcc.dg/format-ext-2.c: New test.
6767
6768 2000-08-23  Jason Merrill  <jason@redhat.com>
6769
6770         * lib/old-dejagnu.exp: Also ignore "In member function" and
6771         "At global scope".
6772
6773 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6774
6775         * gcc.dg/noncompile/label-lineno-1.c: New test.
6776
6777 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
6778
6779         * gcc.dg/c99-array-nonobj-1.c: New test.
6780
6781 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
6782
6783         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
6784         tests.
6785         * gcc.dg/format-ext-1.c: New test.
6786
6787 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6788
6789         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
6790         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
6791         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
6792         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
6793         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
6794
6795 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
6796
6797         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
6798         gcc.dg/c99-strftime-2.c: New tests.
6799
6800 2000-08-22  Richard Henderson  <rth@cygnus.com>
6801
6802         * gcc.c-torture/execute/20000822-1.c: New test.
6803
6804 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
6805
6806         * gcc.c-torture/execute/20000819-1.x: Remove.
6807
6808 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
6809
6810         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
6811         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
6812         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
6813         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
6814         gcc.dg/format-xopen-1.c: New tests.
6815
6816 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
6817
6818         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
6819
6820 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
6821
6822         * g++.old-deja/g++.other/loop2.C: New test.
6823
6824         * gcc.c-torture/compile/20000606-1.c: New test.
6825         * gcc.c-torture/compile/20000728-1.c: New test.
6826         * gcc.c-torture/execute/20000801-1.c: New test.
6827         * gcc.c-torture/execute/20000801-2.c: New test.
6828         * gcc.c-torture/execute/20000819-1.c: New test.
6829         * gcc.c-torture/execute/20000819-1.x: XFAIL.
6830         * gcc.dg/20000629-1.c: New test.
6831         * gcc.dg/20000724-1.c: New test.
6832         * gcc.dg/20000807-1.c: New test.
6833
6834 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
6835
6836         * gcc.dg/cpp/pragma-1.c: New test.
6837         * gcc.dg/cpp/pragma-2.c: New test.
6838
6839 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
6840
6841         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
6842         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
6843
6844 Fri Aug 18 16:57:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6845
6846         * gcc.c-torture/compile/20000818-1.c: New test.
6847
6848 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
6849
6850         * gcc.c-torture/execute/20000818-1.c: New test.
6851
6852 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6853
6854         * gcc.dg/format-va-1.c: New test.
6855
6856 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
6857
6858         * g++.old-deja/g++.other/typedef8.C: New test.
6859
6860 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
6861
6862         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
6863         * g++.old-deja/g++.mike/net36.C: Mark candidate.
6864         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
6865         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
6866         * g++.old-deja/g++.other/ptrmem7.C: New test.
6867         * g++.old-deja/g++.pt/ptrmem10.C: New test.
6868
6869 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
6870
6871         * g++.old-deja/g++.pt/typename27.C: New test.
6872
6873 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
6874
6875         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
6876         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
6877         * g++.old-deja/g++.pt/friend45.C: New test.
6878         * g++.old-deja/g++.other/friend8.C: New test.
6879
6880 2000-08-15  Richard Henderson  <rth@cygnus.com>
6881
6882         * gcc.c-torture/execute/20000815-1.c: New test.
6883
6884 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
6885
6886         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
6887         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
6888         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
6889
6890 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
6891
6892         * g++.old-deja/g++.other/refinit2.C: New test.
6893
6894 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
6895
6896         * lib/c-torture.exp (c-torture): Make
6897         compiler_conditional_xfail_data global.
6898         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
6899         compiler_conditional_xfail_data machinery.
6900         (f-torture-execute): Likewise.
6901         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
6902         and only when unrolling loops.
6903
6904         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
6905
6906 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
6907
6908         * g++.old-deja/g++.pt/explicit81.C: New test.
6909
6910 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
6911
6912         * g++.old-deja/g++.pt/typename26.C: New test.
6913
6914 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
6915
6916         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
6917         warning.
6918
6919 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
6920
6921         * g++.old-deja/g++.other/array3.C: New test.
6922
6923 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
6924
6925         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
6926         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
6927         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
6928         New tests.
6929
6930 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
6931
6932         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
6933         * g++.old-deja/g++.abi/vmihint.C: Likewise.
6934
6935 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
6936
6937         * gcc.c-torture/execute/20000808-1.c: New test.
6938
6939 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
6940
6941         * gcc.dg/c90-const-expr-1.c: New test.
6942
6943 2000-08-08  Richard Henderson  <rth@cygnus.com>
6944
6945         * gcc.dg/noncompile/920923-1.c: Declare calloc.
6946
6947 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6948
6949         * gcc.dg/noncompile/const-ll-1.c: New test.
6950
6951 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6952
6953         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
6954
6955 Sun Aug  6 11:41:51 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
6956
6957         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
6958         that running programs linked against the shared version of libobjc
6959         run correctly.
6960
6961 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
6962
6963         * gcc.dg/c99-printf-1.c: New test.
6964
6965 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
6966
6967         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
6968
6969 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
6970
6971         * gcc.c-torture/execute/20000731-1.x: Delete.
6972
6973 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
6974
6975         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
6976         and torture_without_loops as is done by c-torture.exp.
6977         (search_for): Copy from c-torture.exp.
6978         (gcc-dg-runtest): New function, drives a directory of tests
6979         iterating over the TORTURE_OPTIONS.
6980         (scan-assembler, scan-assembler-not): Move here from
6981         individual directory drivers.
6982
6983         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
6984         defined by lib/gcc-dg.exp.
6985         * gcc.dg/cpp/cpp.exp: Likewise.
6986         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
6987         gcc-dg-runtest, so we cycle over optimization options.
6988
6989         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
6990         * gcc.dg/compare2.c: No longer expected to fail.
6991
6992 Fri Aug  4 23:00:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6993
6994         * gcc.c-torture/execute/20000804-1.c: New test.
6995
6996 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
6997
6998         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
6999
7000 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
7001
7002         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
7003
7004 Thu Aug  3 01:46:33 2000  Jeffrey A Law  (law@cygnus.com)
7005
7006         * gcc.c-torture/compile/20000803-1.c: New test.
7007
7008 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
7009
7010         * gcc.c-torture/execute/20000801-3.c,
7011         gcc.c-torture/execute/20000801-4.c: New tests.
7012         * gcc.c-torture/execute/20000801-3.x,
7013         gcc.c-torture/execute/20000801-4.x: Xfail.
7014
7015 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
7016
7017         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
7018         libobjc/.libs to allow for libtool.
7019
7020 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
7021
7022         * gcc.c-torture/compile/20000802-1.c: New test.
7023
7024 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
7025
7026         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
7027
7028 Mon Jul 31 21:14:49 2000  Jeffrey A Law  (law@cygnus.com)
7029
7030         * gcc-c-torture/execute/20000731-2.c: New test.
7031
7032         * gcc.c-torture/execute/20000731-1.c: New test.
7033         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
7034
7035 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
7036
7037         * testsuite/gcc.dg/cpp/paste7.c: New test.
7038         * gcc.dg/cpp/20000725-1.c: New test.
7039
7040 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
7041
7042         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
7043         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
7044         declaration warning for __builtin_dwarf_reg_size.
7045
7046         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
7047
7048 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
7049
7050         * gcc.dg/noncompile/voidparam-1.c: New test.
7051
7052 2000-07-30  Richard Henderson  <rth@cygnus.com>
7053
7054         * gcc.dg/c90-digraph-1.c: Don't xfail.
7055         * gcc.dg/compare2.c (case 10): Xfail.
7056         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
7057
7058 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
7059
7060         * gcc.dg/c99-main-1.c: New test.
7061
7062 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
7063
7064         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
7065
7066 Wed Jul 26 19:41:51 2000  Hans-Peter Nilsson  <hp@axis.com>
7067
7068         * gcc.c-tortuer/execute/20000726-1.c: New test.
7069
7070 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
7071
7072         * gcc.c-torture/execute/enum-2.c: New test.
7073
7074 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7075
7076         * gcc.dg/cpp/tr-warn3.c: New test.
7077
7078 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7079
7080         * g++.old-deja/g++.ext/implicit1.C: Remove.
7081         * g++.old-deja/g++.jason/c2.C: Remove
7082         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
7083         * g++.old-deja/g++.pt/crash16.C: Likewise.
7084         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
7085
7086 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7087
7088         * g++.old-deja/g++.other/for2.C: New test.
7089
7090 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
7091
7092         * gcc.dg/20000720-1.c: New test.
7093
7094 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
7095
7096         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
7097
7098 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
7099
7100         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
7101         * gcc.c-torture/execute/20000722-1.c: New.
7102         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
7103
7104 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
7105
7106         * gcc.dg/cpp/20000720-1.S: New test.
7107
7108 2000-07-21  Michael Meissner  <meissner@redhat.com>
7109
7110         * gcc.c-torture/execute/ieee/hugeval.c: New test.
7111
7112 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
7113
7114         * g++.old-deja/g++.brendan/crash16.C,
7115         g++.old-deja/g++.brendan/parse3.C,
7116         g++.old-deja/g++.brendan/redecl1.C,
7117         g++.old-deja/g++.ns/template13.C,
7118         g++.old-deja/g++.other/decl4.C,
7119         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
7120
7121 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
7122
7123         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
7124         and "Internal error".
7125
7126         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
7127         regexps.
7128         * gcc.dg/cpp/paste6.c: New test.
7129
7130 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
7131
7132         * gcc.dg/cpp/tr-direct.c: New test.
7133
7134         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
7135         gcc.dg/cpp/undef1.c: Tweak error regexps.
7136
7137 2000-07-18  Eric Christopher <echristo@redhat.com>
7138
7139         * gcc.c-torture/compile/20000718-1.c: New test.
7140
7141 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
7142
7143         * cpplex.c (_cpp_push_token): If the token being pushed back
7144         is the previous token in this context, just subtract one from
7145         context->posn.
7146         * cppmacro.c (save_expansion): Clear aux field when storing a
7147         placemarker.
7148
7149 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
7150
7151         * gcc.dg/noncompile/redecl-1.c: New test.
7152
7153 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
7154
7155         * gcc.c-torture/execute/20000717-5.c: New test.
7156         * gcc.c-torture/execute/20000717-1.x: Removed.
7157
7158 2000-07-17  Richard Henderson  <rth@cygnus.com>
7159
7160         * gcc.c-torture/execute/20000717-4.c: New test.
7161
7162 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
7163
7164         * gcc.dg/cpp/syshdr.c: New test.
7165         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
7166
7167 2000-07-17  Neil Booth  <neilb@earthling.net>
7168
7169         * gcc.dg/cpp/cmdlne-dM.c: New test.
7170         * gcc.dg/cpp/cmdlne-dD.c: New test.
7171
7172 Mon Jul 17 03:13:12 2000  Jeffrey A Law  (law@cygnus.com)
7173
7174         * gcc.c-torture/execute/20000717-3.c: New test.
7175
7176         * gcc.c-torture/compile/20000717-1.c: New test.
7177
7178 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
7179
7180         * gcc.c-torture/execute/20000717-2.c: New test.
7181
7182 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
7183
7184         * gcc.dg/formatz-1.c: New test.
7185
7186         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
7187         * gcc.dg/c99-digraph-1.c: New tests.
7188
7189         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
7190         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
7191
7192         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
7193         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
7194         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
7195         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
7196         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
7197         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
7198         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
7199
7200 Mon Jul 17 00:41:57 2000   Greg McGary <greg@mcgary.org>
7201
7202         * gcc.c-torture/execute/20000717-1.c: New test.
7203         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
7204
7205 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
7206
7207         * gcc.c-torture/execute/20000715-2.c: New test.
7208         * gcc.dg/20000715-1.c: New test.
7209
7210 2000-07-15  Michael Meissner  <meissner@redhat.com>
7211
7212         * gcc.c-torture/execute/20000715-1.c: New test.
7213
7214 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
7215
7216         * gcc.c-torture/execute/20000707-1.c: New test.
7217
7218 2000-07-13  Neil Booth  <NeilB@earthling.net>
7219
7220         * testsuite/gcc.dg/cpp/digraph1.c,
7221         testsuite/gcc.dg/cpp/digraph2.c,
7222         testsuite/gcc.dg/cpp/digraphs.c: New tests.
7223
7224 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
7225
7226         * g77.f-torture/compile/20000630-2.f:  New test.
7227         * g77.f-torture/compile/20000630-2.x
7228
7229 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
7230
7231         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
7232
7233 2000-07-11  Neil Booth  <NeilB@earthling.net>
7234
7235         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
7236
7237 2000-07-11  Neil Booth  <NeilB@earthling.net>
7238
7239         * gcc.dg/cpp/cmdlne-C.c: New.
7240
7241 2000-07-09  Neil Booth  <NeilB@earthling.net>
7242
7243         * gcc.dg/cpp/directiv.c: New tests.
7244         * gcc.dg/cpp/undef1.c: Update.
7245
7246 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
7247
7248         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
7249
7250 2000-07-09  Neil Booth  <NeilB@earthling.net>
7251
7252         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
7253
7254 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
7255
7256         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
7257         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
7258
7259 2000-07-08  Neil Booth  <NeilB@earthling.net>
7260
7261         * gcc.dg/cpp/macsyntx.c: New tests.
7262
7263 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
7264
7265         * gcc.dg/20000707-1.c: New test.
7266
7267 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
7268
7269         * gcc.c-torture/execute/20000706-1.c: New test.
7270         * gcc.c-torture/execute/20000706-2.c: New test.
7271         * gcc.c-torture/execute/20000706-3.c: New test.
7272         * gcc.c-torture/execute/20000706-4.c: New test.
7273         * gcc.c-torture/execute/20000706-5.c: New test.
7274
7275 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
7276
7277         * g++.old-deja/g++.pt/instantiate7.C: New test.
7278
7279 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
7280
7281         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
7282         * g++.old-deja/g++.mike/thunk3.C: Likewise.
7283         * g++.old-deja/g++.other/rtti3.C: Likewise.
7284         * g++.old-deja/g++.other/rttid3.C: Likewise.
7285
7286 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
7287
7288         *  g77.f-torture/compile/20000630-1.x: Fix typo
7289
7290 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
7291
7292         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
7293         assembly output.
7294
7295 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
7296
7297         * gcc.dg/cpp/ident.c: New test.
7298
7299 2000-07-05  Neil Booth  <NeilB@earthling.net>
7300
7301         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
7302           gcc.dg/cpp/lexstrng.c: New tests.
7303
7304 2000-07-04  Neil Booth  <NeilB@earthling.net>
7305
7306         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
7307         * gcc.dg/cpp/strify2.c: Same.
7308
7309 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
7310
7311         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
7312         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
7313         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
7314         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
7315
7316         * testsuite/gcc.dg/cpp/macro1.c,
7317         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
7318         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
7319         testsuite/gcc.dg/cpp/strify1.c,
7320         testsuite/gcc.dg/cpp/strify2.c: New tests.
7321
7322 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
7323
7324         * gcc.c-torture/execute/20000703-1.c: New test.
7325
7326 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
7327
7328         * g++.old-deja/g++.pt (lookup10.C): New test.
7329
7330 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
7331
7332         * g++.old-deja/g++.pt (typename25.C): New test.
7333
7334 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
7335
7336         * gcc.c-torture/compile/20000701-1.c: New test.
7337
7338 2000-06-30  Nick Clifton  <nickc@cygnus.com>
7339
7340         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
7341         to test case.
7342
7343 2000-06-30  Catherine Moore  <clm@cygnus.com>
7344
7345         * gcc.c-torture/execute/align-1.c: New test.
7346
7347 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
7348
7349         * g++.old-deja/g++.pt/expr8.C: New test.
7350         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
7351
7352 2000-06-29  Nick Clifton  <nickc@cygnus.com>
7353
7354         * gcc.c-torture/compile/20000629-1.c: New test.
7355
7356 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
7357
7358
7359         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
7360         gcc.dg/noncompile directory, depending on whether they're
7361         preprocessor tests or not.  Annotate all the tests for the dg
7362         framework.
7363
7364         * gcc.c-torture/noncompile/noncompile.exp: Delete.
7365         * gcc.dg/noncompile/noncompile.exp: New.
7366
7367         * Moved files:
7368         Old name                                New name
7369         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
7370         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
7371         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
7372         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
7373         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
7374         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
7375         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
7376         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
7377         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
7378         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
7379         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
7380         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
7381         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
7382         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
7383         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
7384         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
7385         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
7386         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
7387         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
7388         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
7389         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
7390         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
7391         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
7392         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
7393
7394         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
7395         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
7396         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
7397         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
7398         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
7399         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
7400
7401 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
7402
7403         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
7404         declare one variable.  On the fourth, error.
7405         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
7406         declared by 20000628-1a.h.
7407
7408 2000-06-29  Richard Henderson  <rth@redhat.com>
7409
7410         * gcc.c-torture/execute/930529-1.x: New file.
7411         * gcc.dg/920413-1.c: Adjust expected warning text.
7412         * gcc.dg/980217-1.c: Declare abort.
7413         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
7414
7415 Thu Jun 29 09:42:40 2000  Jeffrey A Law  (law@cygnus.com)
7416
7417         * g77.f-torture/compile/20000629-1.f: New test.
7418         * g77.f-torture/compile/20000629-1.x: Expected to fail.
7419
7420 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
7421
7422         Rearrange lots of files, removing entirely the
7423         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
7424         directories.
7425
7426         * Deleted files:
7427         gcc.c-torture/code_quality/code_quality.exp
7428         gcc.c-torture/special/special.exp
7429         gcc.failure/failure.exp
7430         gcc.failure/940409-1.x
7431         gcc.c-torture/compile/961203-1.x
7432
7433         * New files:
7434         gcc.misc-tests/linkage.exp
7435         gcc.c-torture/execute/920730-1t.c
7436         gcc.c-torture/execute/920730-1t.x
7437         gcc.c-torture/compile/920520-1.x
7438         gcc.c-torture/compile/920521-1.x
7439         gcc.c-torture/compile/981006-1.x
7440         gcc.c-torture/execute/eeprof-1.x
7441
7442         * Moved files (possibly with modifications to fit a new harness):
7443         Old name                                New name
7444         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
7445         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
7446         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
7447         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
7448         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
7449         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
7450         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
7451         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
7452         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
7453         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
7454         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
7455         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
7456         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
7457         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
7458
7459 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
7460
7461         * c-torture/compile/961203-1.x: Delete.
7462
7463         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
7464         not exit. Include stdio.h.
7465         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
7466         * gcc.misc-tests/dg-12.c: Likewise.
7467         * gcc.misc-tests/dg-5.c: Likewise.
7468         * gcc.misc-tests/dg-6.c: Likewise.
7469         * gcc.misc-tests/dg-7.c: Prototype abort.
7470         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
7471         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
7472         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
7473         not exit.
7474         * gcc.misc-tests/sieve.c: Use return from main, not exit.
7475         * gcc.misc-tests/sort2.c: Use return from main, not exit.
7476
7477 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
7478
7479         * gcc.dg/cpp/20000628-1.c: New test.
7480         * gcc.dg/cpp/20000628-1.h: New header for above test.
7481         * gcc.dg/cpp/20000628-1a.h: Likewise.
7482
7483 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
7484
7485         * gcc.dg/cpp: New directory.
7486         * gcc.dg/cpp/cpp.exp: New driver.
7487         * gcc.dg/cpp/20000627-1.c: New test.
7488         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
7489         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
7490         and rewrite as a compilation test.
7491
7492         * gcc.dg: Move many files into the cpp subdirectory, possibly
7493         renaming or editing them as well.
7494         Old name                New name
7495         990119-1.c              cpp/19990119-1.c
7496         990228-1.c              cpp/19990228-1.c
7497         990407-1.c              cpp/19990407-1.c
7498         990409-1.c              cpp/19990409-1.c
7499         990413-1.c              cpp/19990413-1.c
7500         990703-1.c              cpp/19990703-1.c
7501         20000127-1.c            cpp/20000127-1.c
7502         20000129-1.c            cpp/20000129-1.c
7503         20000207-1.c            cpp/20000207-1.c
7504         20000207-2.c            cpp/20000207-2.c
7505         20000209-1.c            cpp/20000209-1.c
7506         20000209-2.c            cpp/20000209-2.c
7507         20000301-1.c            cpp/20000301-1.c
7508         20000419-1.c            cpp/20000419-1.c
7509         20000510-1.S            cpp/20000510-1.S
7510         20000519-1.c            cpp/20000519-1.c
7511         20000529-1.c            cpp/20000529-1.c
7512         20000625-1.c            cpp/20000625-1.c
7513         20000625-2.c            cpp/20000625-2.c
7514         cpp-as1.c               cpp/assert1.c
7515         cpp-as2.c               cpp/assert2.c
7516         cxx-comments-1.c        cpp/cxxcom1.c
7517         cxx-comments-2.c        cpp/cxxcom2.c
7518         endif-label.c           cpp/endif.c
7519         cpp-hash1.c             cpp/hash1.c
7520         cpp-hash2.c             cpp/hash2.c
7521         cpp-if1.c               cpp/if-1.c
7522         cpp-if2.c               cpp/if-2.c
7523         cpp-if3.c               cpp/if-3.c
7524         cpp-if4.c               cpp/if-4.c
7525         cpp-if5.c               cpp/if-5.c
7526         cpp-cond.c              cpp/if-cexp.c
7527         cpp-missingop.c         cpp/if-mop.c
7528         cpp-missingparen.c      cpp/if-mpar.c
7529         cpp-opprec.c            cpp/if-oppr.c
7530         cpp-ifparen.c           cpp/if-paren.c
7531         cpp-shortcircuit.c      cpp/if-sc.c
7532         cpp-shift.c             cpp/if-shift.c
7533         cpp-unary.c             cpp/if-unary.c
7534         cpp-li1.c               cpp/line1.c
7535         cpp-li2.c               cpp/line2.c
7536         lineno.c                cpp/line3.c
7537         lineno-2.c              cpp/line4.c
7538         cpp-mi.c                cpp/mi1.c
7539         cpp-mic.h               cpp/mi1c.h
7540         cpp-micc.h              cpp/mi1cc.h
7541         cpp-mind.h              cpp/mi1nd.h
7542         cpp-mindp.h             cpp/mi1ndp.h
7543         cpp-mix.h               cpp/mi1x.h
7544         cpp-mi2.c               cpp/mi2.c
7545         cpp-mi2a.h              cpp/mi2a.h
7546         cpp-mi2b.h              cpp/mi2b.h
7547         cpp-mi2c.h              cpp/mi2c.h
7548         cpp-mi3.c               cpp/mi3.c
7549         cpp-mi3.def             cpp/mi3.def
7550         poison-1.c              cpp/poison.c
7551         pr-impl.c               cpp/prag-imp.c
7552         cpp-redef-2.c           cpp/redef1.c
7553         cpp-redef.c             cpp/redef2.c
7554         strpaste.c              cpp/strp1.c
7555         strpaste-2.c            cpp/strp2.c
7556         cpp-tradpaste.c         cpp/tr-paste.c
7557         cpp-tradstringify.c     cpp/tr-str.c
7558         cpp-tradwarn1.c         cpp/tr-warn1.c
7559         cpp-tradwarn2.c         cpp/tr-warn2.c
7560         trigraphs.c             cpp/trigraphs.c
7561         cpp-unc1.c              cpp/unc1.c
7562         cpp-unc2.c              cpp/unc2.c
7563         cpp-unc3.c              cpp/unc3.c
7564         cpp-unc.c               cpp/unc4.c
7565         undef.c                 cpp/undef1.c
7566         undef-2.c               cpp/undef2.c
7567         cpp-wi1.c               cpp/widestr1.c
7568
7569 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
7570
7571         * lib/g++.exp (g++_include_flags): Tweak.
7572
7573 2000-06-27  H.J. Lu  <hjl@gnu.org>
7574             Loren J. Rittle  <ljrittle@acm.org>
7575
7576         * lib/g++.exp (g++_include_flags): Override libgloss.exp
7577         version with one that knows about the new gcc tree structure.
7578         (g++_link_flags): Same.
7579
7580 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
7581
7582         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
7583         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
7584         case we are cross-compiling.
7585
7586         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
7587         g++.old-deja/g++.niklas/Makefile.in,
7588         g++.old-deja/g++.niklas/configure.in,
7589         g++.old-deja/g++.other/Makefile.in,
7590         g++.old-deja/g++.other/configure.in,
7591         gcc.c-torture/code_quality/Makefile.in,
7592         gcc.c-torture/code_quality/configure.in,
7593         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
7594         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
7595         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
7596         gcc.c-torture/execute/ieee/Makefile.in,
7597         gcc.c-torture/execute/ieee/configure.in,
7598         gcc.c-torture/noncompile/Makefile.in,
7599         gcc.c-torture/noncompile/configure.in,
7600         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
7601         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
7602         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
7603
7604 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
7605
7606         * g++.old-deja/g++.other/ambig3.C: New test.
7607
7608 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
7609
7610         * g++.old-deja/g++.pt/syntax1.C: New test.
7611         * g++.old-deja/g++.pt/syntax2.C: New test.
7612         * g++.old-deja/g++.other/syntax3.C: New test.
7613         * g++.old-deja/g++.other/syntax4.C: New test.
7614
7615 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
7616
7617         * gcc.dg/20000623-1.c: Prototype exit and abort.
7618
7619 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
7620
7621         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
7622         New tests.
7623         * gcc.dg/cpp-mi3.def: New file.
7624
7625         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
7626         inside assertions.
7627         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
7628         lexer's error messages.
7629         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
7630         divine anything from the linemarkers.
7631         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
7632         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
7633
7634 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
7635
7636         * gcc.dg/20000623-1.c: New test.
7637
7638 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
7639
7640         * gcc.c-torture/execute/20000622-1.c: New test.
7641
7642 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
7643
7644         * g++.old-deja/g++.other/init15.C: New test.
7645
7646 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
7647
7648         * g++.old-deja/g++.pt/vaarg2.C: New test.
7649         * g++.old-deja/g++.pt/vaarg3.C: New test.
7650
7651 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
7652
7653         * g++.old-deja/g++.other/dyncast6.C: New test.
7654
7655 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
7656
7657         * gcc.c-torture/execute/loop-6.c: New test.
7658
7659 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
7660
7661         * gcc.dg/20000614-1.c: New test.
7662         * gcc.dg/20000614-2.c: New test.
7663
7664 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
7665
7666         * g++.old-deja/g++.other/inline12.C: New test.
7667
7668 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
7669
7670         * g++.old-deja/g++.other/eh1.C: New test.
7671
7672 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
7673
7674         * g++.old-deja/g++.other/type.C: New test.
7675
7676 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
7677
7678         * g++.old-deja/g++.other/initstring.C: New test.
7679
7680 2000-06-12  Jason Merrill  <jason@redhat.com>
7681
7682         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
7683
7684 Fri Jun  9 22:46:34 2000  Jeffrey A Law  (law@cygnus.com)
7685
7686         * gcc.c-torture/compile/20000609-1.c: New test.
7687
7688 Fri Jun  9 21:54:28 2000  Clinton Popetz  <cpopetz@cygnus.com>
7689
7690         * gcc.dg/20000609-1.c: New test.
7691
7692 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
7693
7694         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
7695         * gcc.c-torture/noncompile/poison-1.c: Move...
7696         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
7697         * gcc.dg/cpp-li1.c: Add a token after the #line.
7698
7699 2000-06-05  Richard Henderson  <rth@cygnus.com>
7700
7701         * gcc.c-torture/execute/20000605-2.c: New test.
7702         * gcc.c-torture/execute/20000605-3.c: New test.
7703
7704 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
7705
7706         * g77.f-torture/execute/20000503-1.x: New file.
7707
7708 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
7709
7710         * g++.old-deja/g++.eh/badalloc1.C: New test.
7711
7712 2000-06-05  Richard Henderson  <rth@cygnus.com>
7713
7714         * gcc.c-torture/execute/20000605-1.c: New test.
7715
7716 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
7717             Nathan Sidwell <nathan@codesourcery.com>
7718
7719         * gcc.c-torture/compile/20000605-1.c: New test.
7720
7721 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
7722
7723         * g77.f-torture/compile/20000601-1.f:  New test.
7724
7725 2000-06-03  Richard Henderson  <rth@cygnus.com>
7726
7727         * gcc.c-torture/execute/20000603-1.c: New.
7728
7729 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
7730
7731         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
7732         * gcc.dg/noreturn-2.c (noreturn): Likewise.
7733
7734 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
7735
7736         * gcc.dg/compare2.c (case 12): XFAIL.
7737         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
7738         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
7739
7740         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
7741
7742 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
7743
7744         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
7745         guard macro is already defined when the header is first
7746         included.
7747         * gcc.dg/cpp-mix.h: New file.
7748         * gcc.dg/endif-label.c: Update patterns to match compiler.
7749
7750         * g++.brendan/complex1.C: Declare abort.
7751         * g++.law/refs4.C: Remove XFAIL.
7752         * g++.oliva/expr2.C: Declare abort and exit.
7753
7754 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
7755
7756         * gcc.c-torture/execute/20000528-1.c: New test.
7757
7758         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
7759         * g++.old-deja/g++.law/temps4.C: Likewise.
7760
7761         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
7762         stdlib.h.  Call abort() on failure.
7763         * g++.old-deja/g++.law/refs4.C: Likewise.
7764         * g++.old-deja/g++.law/temps4.C: Likewise.
7765         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
7766         * gcc.c-torture/execute/20000112-1.c: Include string.h.
7767
7768 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
7769
7770         Relative to g++.dg/special:
7771         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
7772
7773         Relative to g++.old-deja:
7774         * g++.brendan/complex1.C, g++.jason/optimize2.C,
7775         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
7776         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
7777         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
7778         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
7779         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
7780         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
7781
7782         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
7783         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
7784         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
7785         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
7786         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
7787         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
7788         and/or string.h.
7789
7790         * g++.other/goto1.C: Update expectations for error messages.
7791
7792 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
7793
7794         * gcc.c-torture/compile/20000523-1.c: New test.
7795
7796 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
7797
7798         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
7799
7800 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
7801
7802         * g++.old-deja/g++.eh/catch11.C: New test.
7803         * g++.old-deja/g++.eh/catch12.C: New test.
7804
7805 2000-05-24  Nick Clifton  <nickc@cygnus.com>
7806
7807         * gcc.c-torture/execute/20000523-1.c: New test.
7808
7809 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
7810
7811         * c-torture/execute/bcp-1.c: Replace abort in arg of
7812         __builtin_constant_p with a generic external function.
7813
7814         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
7815         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
7816         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
7817         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
7818         Prototype abort and/or exit.
7819
7820         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
7821         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
7822         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
7823         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
7824
7825 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
7826
7827         * gcc.dg/dwarf2-1.c: New test.
7828
7829 2000-05-20  Richard Henderson  <rth@cygnus.com>
7830
7831         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
7832
7833 2000-05-20  Andreas Jaeger  <aj@suse.de>
7834
7835         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
7836         testcase.
7837
7838 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
7839
7840         * gcc.c-torture/execute/20000519-2.c: New test.
7841
7842 2000-05-19  Andreas Jaeger  <aj@suse.de>
7843
7844         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
7845         which fails with SSA.
7846
7847         * lib/c-torture.exp: Also test with -O3 -fssa.
7848
7849 2000-05-18  Michael Meissner  <meissner@redhat.com>
7850
7851         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
7852         * gcc.c-torture/execute/920415-1.c: Ditto.
7853         * gcc.c-torture/execute/920501-1.c: Ditto.
7854         * gcc.c-torture/execute/conversion.c: Ditto.
7855         * gcc.c-torture/execute/cvt-1.c: Ditto.
7856
7857 Thu May 18 16:03:29 2000  Jeffrey A Law  (law@cygnus.com)
7858
7859         * gcc.c-torture/compile/20000518-1.c: New test.
7860
7861 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
7862
7863         * g77.f-torture/compile/200005018.f:  New test.
7864
7865 Wed May 17 18:30:10 2000  Jeffrey A Law  (law@cygnus.com)
7866
7867         * gcc.c-torture/compile/20000517-1.c: New test.
7868
7869 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7870
7871         * gcc.c-torture/execute/20000516-1.c: New test.
7872
7873 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
7874
7875         * g++.old-deja/g++.other/eh.C: New test.
7876
7877 2000-05-12  Richard Henderson  <rth@cygnus.com>
7878
7879         * gcc.c-torture/execute/990208-1.c (main): Don't pass
7880         constants through to doit's conditional.
7881
7882 Thu May 11 19:02:43 2000  Jeffrey A Law  (law@cygnus.com)
7883
7884         * gcc.c-torture/compile/20000511-1.c: New test.
7885         * g77.f-torture/compile/20000511-1.f: New test.
7886         * g77.f-torture/compile/20000511-2.f: New test.
7887
7888 2000-05-11  Michael Meissner  <meissner@redhat.com>
7889
7890         * gcc.c-torture/execute/20000511-1.c: New test.
7891
7892 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
7893
7894         * gcc.dg/dg.exp: Scan .S files as well as .c files.
7895         * gcc.dg/20000510-1.S: New.
7896
7897 2000-05-08  Catherine Moore  <clm@cygnus.com>
7898
7899         * gcc.dg/unused-3.c: New.
7900
7901 2000-05-06  Richard Henderson  <rth@cygnus.com>
7902
7903           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
7904           * g++.old-deja/g++.mike/warn1.C: Likewise.
7905           * g++.old-deja/g++.pt/local1.C: Likewise.
7906           * g++.old-deja/g++.pt/local7.C: Likewise.
7907           * g++.old-deja/g++.pt/spec16.C: Likewise.
7908
7909 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
7910
7911         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
7912
7913 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
7914
7915           * g77.f-torture/execute/20000503-1.f:  New test.
7916
7917 2000-05-04  Andreas Jaeger  <aj@suse.de>
7918
7919         * gcc.dg/noreturn-2.c: New test.
7920
7921 2000-05-04  Neil Booth  <NeilB@earthling.net>
7922
7923         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
7924         preprocessor.
7925
7926 2000-05-04  Richard Henderson  <rth@cygnus.com>
7927
7928         * gcc.c-torture/execute/20000503-1.c: Fix typo.
7929
7930 2000-05-04  Richard Henderson  <rth@cygnus.com>
7931
7932         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
7933         OpenSSL by Jason R Thorpe.
7934
7935 Wed May  3 13:02:10 2000  Jim Wilson  <wilson@cygnus.com>
7936
7937         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
7938
7939 2000-05-03  Robert Lipe <robertlipe@usa.net>
7940
7941         * gcc.dg/20000503-1.c: New test.
7942
7943 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
7944
7945         * gcc.c-torture/compile/20000502-1.c: New test.
7946         * g++.old-deja/g++.other/align.C: New test.
7947         * gcc.dg/cpp-tradstringify.c: New test.
7948
7949 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7950
7951         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
7952         and hard registers.
7953
7954 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
7955
7956         * gcc.c-torture/execute/loop-5.c: New test.
7957
7958 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
7959
7960         * gcc.c-torture/execute/va-arg-20.c: New test.
7961
7962 Sun Apr 23 14:41:33 2000  Jeffrey A Law  (law@cygnus.com)
7963
7964         * gcc.c-torture/execute/20000422-1.c: New test.
7965
7966 2000-04-20  Greg McGary  <gkm@gnu.org>
7967
7968         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
7969         when optimizing, but without sibling-call optimizations (-O1).
7970
7971 Thu Apr 20 11:57:03 2000  Jeffrey A Law  (law@cygnus.com)
7972
7973           * gcc.c-torture/compile/20000420-1.c: New test.
7974
7975 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
7976
7977         * g++.abi/ptrflags.C: New test.
7978         * g++.eh/catchptr1.C: Test incomplete pointer chains.
7979
7980 Wed Apr 19 09:16:32 2000  Catherine Moore  <clm@cygnus.com>
7981
7982         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
7983
7984 2000-04-19  Greg McGary  <gkm@gnu.org>
7985
7986         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
7987         sibling-call optimizations.
7988
7989 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
7990
7991         * gcc.dg/20000419-1.c: New test.
7992
7993 Wed Apr 12 22:54:02 2000  Hans-Peter Nilsson  <hp@axis.com>
7994
7995         * gcc.c-torture/execute/20000412-6.c: New test.
7996
7997 Wed Apr 12 10:25:08 2000  Jeffrey A Law  (law@cygnus.com)
7998
7999         * gcc.c-torture/execute/20000412-5.c: New test.
8000         * g77.f-torture/compile/20000412-1.f: New test.
8001         * gcc.c-torture/execute/20000412-4.c: New test.
8002         * gcc.c-torture/compile/20000412-2.c: New test.
8003         * gcc.c-torture/execute/20000412-3.c: New test.
8004         * gcc.c-torture/compile/20000412-1.c: New test.
8005         * gcc.c-torture/execute/20000412-2.c: New test.
8006
8007 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
8008
8009         * objc/execute/bf-20.m: New test.
8010
8011 2000-04-10  Richard Henderson  <rth@cygnus.com>
8012
8013         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
8014
8015         * gcc.c-torture/execute/20000412-1.c: New test.
8016
8017 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
8018
8019         * g++.old-deja/g++.eh/catchptr1.C: New test.
8020
8021 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
8022
8023         * g++.old-deja/g++.abi/cxa_vec.C: New test.
8024
8025 2000-04-08  Neil Booth  <NeilB@earthling.net>
8026
8027         * gcc.dg/cpp-nullchar.c: Remove test as
8028         embedded nulls cause problems.
8029
8030 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8031
8032         * gcc.dg/compare2.c: New test.
8033
8034 2000-04-08  Neil Booth  <NeilB@earthling.net>
8035
8036         * gcc.dg/cpp-nullchar.c: New test.
8037
8038 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
8039
8040         * gcc.dg/cpp-mi2.c: New test.
8041         * gcc.dg/cpp-mi2[abc].h: New files.
8042
8043 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
8044
8045         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
8046         member name.
8047
8048 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
8049
8050         * g++.old-deja/g++.abi/vmihint.C: New test.
8051
8052 2000-04-06  Neil Booth  <NeilB@earthling.net>
8053
8054         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
8055         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
8056         copyright.
8057
8058 Wed Apr  5 22:51:36 2000  Hans-Peter Nilsson  <hp@axis.com>
8059
8060         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
8061         avoid stack-frame overwrite.
8062
8063 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
8064
8065         * gcc.c-torture/compile/20000405-2.c: New test.
8066         * gcc.c-torture/compile/20000405-3.c: New test.
8067
8068 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8069
8070         * gcc.c-torture/compile/20000405-1.c: New test.
8071
8072 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
8073
8074         * gcc.dg/cast-qual-1.c: Revert last change.
8075
8076 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8077
8078         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
8079
8080 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
8081
8082         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
8083         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
8084
8085 Mon Apr  3 02:35:34 2000  Jeffrey A Law  (law@cygnus.com)
8086
8087         * gcc.c-torture/compile/20000403-2.c: New test.
8088         * gcc.c-torture/compile/20000403-1.c: New test.
8089
8090 Mon Apr  3 16:53:52 2000  Hans-Peter Nilsson  <hp@axis.com>
8091
8092         * gcc.c-torture/execute/20000403-1.c: New test.
8093
8094 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
8095
8096         * gcc.c-torture/execute/20000402-1.c: New test.
8097
8098 Mon Apr  3 14:10:34 2000  Donald Lindsay  <dlindsay@cygnus.com>
8099
8100         * gcc.c-torture/execute/va-arg-15.c: New test.
8101         * gcc.c-torture/execute/va-arg-16.c: New test.
8102         * gcc.c-torture/execute/va-arg-17.c: New test.
8103         * gcc.c-torture/execute/va-arg-18.c: New test.
8104         * gcc.c-torture/execute/va-arg-19.c: New test.
8105
8106 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
8107
8108         * gcc.c-torture/compile/981211-1.c: Move to...
8109         * gcc.dg/cpp-as1.c: ...here.
8110         * gcc.dg/cpp-as2.c: New file.
8111
8112         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
8113         compiler.
8114
8115 2000-04-02  Neil Booth  <NeilB@earthling.net>
8116
8117         * gcc.dg/cpp-cond.c  New tests.
8118         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
8119         accidental success less likely.
8120         * gcc.dg/cpp-missingop.c  New tests.
8121         * gcc.dg/cpp-missingparen.c  New tests.
8122         * gcc.dg/cpp-shift.c  New tests.
8123         * gcc.dg/cpp-shortcircuit.c  New tests.
8124         * gcc.dg/cpp-unary.c  New tests.
8125
8126 Wed Mar 29 13:44:23 2000  Jeffrey A Law  (law@cygnus.com)
8127
8128         * gcc.c-torture/compile/20000329-1.c: New test.
8129
8130 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
8131
8132         * gcc.c-torture/compile/20000326-1.c: New test.
8133         * gcc.c-torture/compile/20000326-2.c: New test.
8134
8135 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
8136
8137         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
8138         the first parameter is a function argument.
8139
8140 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
8141
8142         * g++.old-deja/g++.ext/array4.C: New test.
8143
8144 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
8145
8146         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
8147
8148 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8149
8150         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
8151
8152 2000-03-19  Richard Henderson  <rth@cygnus.com>
8153
8154         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
8155
8156 2000-03-19  Richard Henderson  <rth@cygnus.com>
8157
8158         * gcc.c-torture/compile/20000319-1.c: New test.
8159
8160 Tue Mar 14 08:58:37 2000  Jeffrey A Law  (law@cygnus.com)
8161
8162         * gcc.c-torture/execute/20000314-3.c: New test.
8163         * gcc.c-torture/execute/20000314-2.c: New test.
8164         * gcc.c-torture/execute/20000314-1.c: New test.
8165         * gcc.c-torture/compile/20000314-2.c: New test.
8166         * gcc.c-torture/compile/20000314-1.c: New test.
8167
8168 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
8169
8170         * g++.old-deja/g++.warn/inline.C: New test.
8171
8172 Fri Mar 10 01:15:19 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8173
8174         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
8175         standards-compliant result rather than specific constants.
8176         Put test-values in array.
8177
8178 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
8179
8180         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
8181         (g++_target_compile): Put test-specific options last.
8182
8183 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
8184
8185         * g++.old-deja/g++.eh/vbase4.C: New test.
8186
8187 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
8188
8189         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
8190
8191 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
8192
8193         * g++.old-deja/g++.brendan/misc12.C: Removed.
8194         * g++.old-deja/g++.pt/memtemp77.C: Constify.
8195         * g++.old-deja/g++.ext/pretty4.C: New test.
8196
8197 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
8198
8199         * g++.old-deja/g++.other/string2.C: New test.
8200
8201 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
8202
8203         * g++.old-deja/g++.warn/impint2.C: New test.
8204
8205 Sun Mar  5 23:25:12 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8206
8207         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
8208         is 1, not zero.
8209
8210 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
8211
8212         * g++.old-deja/g++.warn/impint.C: New test.
8213         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
8214         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
8215         * g++.old-deja/g++.pt/explicit12.C: Likewise.
8216         * g++.old-deja/g++.pt/explicit13.C: Likewise.
8217         * g++.old-deja/g++.pt/explicit17.C: Likewise.
8218         * g++.old-deja/g++.pt/explicit18.C: Likewise.
8219         * g++.old-deja/g++.pt/explicit19.C: Likewise.
8220         * g++.old-deja/g++.pt/explicit23.C: Likewise.
8221         * g++.old-deja/g++.pt/explicit31.C: Likewise.
8222         * g++.old-deja/g++.pt/explicit35.C: Likewise.
8223         * g++.old-deja/g++.pt/explicit6.C: Likewise.
8224         * g++.old-deja/g++.pt/memclass7.C: Likewise.
8225
8226 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
8227
8228         * gcc.dg/cpp-redef.c: New test.
8229
8230 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
8231
8232         * g++.old-deja/g++.pt/unify7.C: New test.
8233
8234 Sat Feb 26 19:46:09 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8235
8236         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
8237         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
8238
8239 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
8240
8241         * gcc.c-torture/compile/20000224-1.c: New test.
8242
8243 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8244
8245         * gcc.c-torture/compile/cpp-2.c: New test.
8246         * gcc.c-torture/compile/cpp-1.c: New test.
8247
8248 Fri Feb 25 21:44:49 2000  Jeffrey A Law  (law@cygnus.com)
8249
8250         * gcc.c-torture/execute/20000225-1.c: New test.
8251
8252 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8253
8254         * gcc.dg/cpp-li2.c: New test.
8255
8256         * gcc.dg/cpp-wi1.c: New test.
8257
8258         * gcc.dg/cpp-li1.c: New test.
8259
8260 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
8261
8262         * g++.old-deja/g++.other/sizeof5.C: New test.
8263
8264 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8265
8266         * gcc.c-torture/execute/va-arg-13.c: New test.
8267
8268 Wed Feb 23 14:16:06 2000  Donald Lindsay  <dlindsay@cygnus.com>
8269
8270         * gcc.c-torture/execute/va-arg-12.c: New test.
8271
8272 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
8273
8274         * gcc.c-torture/execute/20000223-1.c: New test.
8275
8276 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
8277
8278         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
8279
8280 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
8281
8282         * g++.old-deja/g++.abi/ptrmem.C: New test.
8283
8284 2000-02-19  Richard Henderson  <rth@cygnus.com>
8285
8286         * gcc.c-torture/compile/init-3.c: New.
8287
8288 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
8289
8290         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
8291         ALWAYS_CXXFLAGS.
8292
8293 Fri Feb 11 12:35:40 2000  Robert Lipe <robertl@sco.com>
8294
8295         * gcc.c-torture/compile/20000211-3.c: New test.
8296
8297 Fri Feb 11 12:35:40 2000  Martin Buchholz <martin@xemacs.org>
8298
8299         * gcc.c-torture/compile/20000211-2.c: New test.
8300
8301 Fri Feb 11 12:35:40 2000  Jeffrey A Law  (law@cygnus.com)
8302
8303         * gcc.c-torture/compile/20000211-1.c: New test.
8304
8305 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
8306
8307         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
8308           on native targets
8309
8310 2000-02-08  Nathan Sidwell  <nathan@acm.org>
8311
8312         * g++.old-deja/g++.other/cast5.C: New test.
8313
8314 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
8315
8316         * gcc.c-torture/execute/20000205-1.c: New.
8317
8318 2000-02-03  Nathan Sidwell  <nathan@acm.org>
8319
8320         * g++.old-deja/g++.jason/cast3.C: Return void.
8321         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
8322
8323 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8324
8325         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
8326
8327         * gcc.dg/loop-1.c: New test.
8328
8329 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
8330
8331         * gcc.c-torture/compile/20000127-1.c: New test.
8332         * gcc.c-torture/execute/991228-1.c: New test.
8333
8334 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8335
8336         * gcc.dg/unused-2.c: New test.
8337
8338         * gcc.dg/conv-1.c: New test.
8339
8340 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
8341
8342         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
8343         compiler.
8344         (tool_option_proc): Fix typo.
8345
8346 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
8347
8348         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
8349         of the ld on the host, not on the build machine.
8350         Also, don't crash if '--help' is not a supported option.
8351
8352 2000-01-24  Richard Henderson  <rth@cygnus.com>
8353
8354         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
8355
8356 Thu Jan 20 12:34:48 2000  Jeffrey A Law  (law@cygnus.com)
8357
8358         * gcc.c-torture/execute/20000120-2.c: New test.
8359         * gcc.c-torture/execute/20000120-1.c: New test.
8360
8361 Thu Jan 13 02:29:32 2000  Jeffrey A Law  (law@cygnus.com)
8362
8363         * gcc.c-torture/execute/20000113-1.c: New test.
8364
8365 Wed Jan 12 20:26:58 2000  Jeffrey A Law  (law@cygnus.com)
8366
8367         * gcc.c-torture/execute/20000112-1.c: New test.
8368
8369 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8370
8371         * gcc.dg/20000111-1.c: New test.
8372
8373 Mon Jan 10 18:12:49 2000  Jeffrey A Law  (law@cygnus.com)
8374
8375         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
8376         with 16 bit integers.
8377
8378 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8379
8380         * gcc.dg/20000108-1.c: New test.
8381
8382 2000-01-05  Nathan Sidwell  <nathan@acm.org>
8383
8384         * g++.old-deja/g++.ns/koenig8.C: New test.
8385
8386 2000-01-05  Nathan Sidwell  <nathan@acm.org>
8387
8388         * g++.old-deja/g++.other/cast4.C: New test.
8389
8390 Wed Jan  5 00:26:20 2000  Jeffrey A Law  (law@cygnus.com)
8391
8392         * gcc.c-torture/compile/20000105-2.c: New test.
8393         * gcc.c-torture/compile/20000105-1.c: New test.
8394
8395 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8396
8397         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
8398         references to printf & atoi to conform to ANSI standard.
8399         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
8400         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
8401         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
8402         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
8403         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
8404         * g++.old-deja/g++.brendan/complex1.C: Likewise.
8405         * g++.old-deja/g++.brendan/copy1.C: Likewise.
8406         * g++.old-deja/g++.brendan/copy2.C: Likewise.
8407         * g++.old-deja/g++.brendan/copy3.C: Likewise.
8408         * g++.old-deja/g++.brendan/copy4.C: Likewise.
8409         * g++.old-deja/g++.brendan/copy5.C: Likewise.
8410         * g++.old-deja/g++.brendan/copy6.C: Likewise.
8411         * g++.old-deja/g++.brendan/copy7.C: Likewise.
8412         * g++.old-deja/g++.brendan/copy8.C: Likewise.
8413         * g++.old-deja/g++.brendan/crash11.C: Likewise.
8414         * g++.old-deja/g++.brendan/crash14.C: Likewise.
8415         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
8416         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
8417         * g++.old-deja/g++.brendan/delete2.C: Likewise.
8418         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
8419         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
8420         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
8421         * g++.old-deja/g++.brendan/eh1.C: Likewise.
8422         * g++.old-deja/g++.brendan/groff1.C: Likewise.
8423         * g++.old-deja/g++.brendan/init3.C: Likewise.
8424         * g++.old-deja/g++.brendan/misc12.C: Likewise.
8425         * g++.old-deja/g++.brendan/misc7.C: Likewise.
8426         * g++.old-deja/g++.brendan/new2.C: Likewise.
8427         * g++.old-deja/g++.brendan/operators4.C: Likewise.
8428         * g++.old-deja/g++.brendan/operators5.C: Likewise.
8429         * g++.old-deja/g++.brendan/overload2.C: Likewise.
8430         * g++.old-deja/g++.brendan/overload7.C: Likewise.
8431         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
8432         * g++.old-deja/g++.brendan/reference1.C: Likewise.
8433         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
8434         * g++.old-deja/g++.brendan/template24.C: Likewise.
8435         * g++.old-deja/g++.brendan/template3.C: Likewise.
8436         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
8437         * g++.old-deja/g++.jason/inline3.C: Likewise.
8438         * g++.old-deja/g++.jason/opeq.C: Likewise.
8439         * g++.old-deja/g++.law/arg5.C: Likewise.
8440         * g++.old-deja/g++.law/arm7.C: Likewise.
8441         * g++.old-deja/g++.law/ctors11.C: Likewise.
8442         * g++.old-deja/g++.law/cvt8.C: Likewise.
8443         * g++.old-deja/g++.law/init9.C: Likewise.
8444         * g++.old-deja/g++.law/refs4.C: Likewise.
8445         * g++.old-deja/g++.law/template2.C: Likewise.
8446         * g++.old-deja/g++.law/visibility24.C: Likewise.
8447         * g++.old-deja/g++.law/vtable3.C: Likewise.
8448         * g++.old-deja/g++.mike/asm2.C: Likewise.
8449         * g++.old-deja/g++.mike/eh1.C: Likewise.
8450         * g++.old-deja/g++.mike/misc1.C: Likewise.
8451         * g++.old-deja/g++.mike/misc13.C: Likewise.
8452         * g++.old-deja/g++.mike/misc14.C: Likewise.
8453         * g++.old-deja/g++.mike/ns12.C: Likewise.
8454         * g++.old-deja/g++.mike/p1248.C: Likewise.
8455         * g++.old-deja/g++.mike/p3708.C: Likewise.
8456         * g++.old-deja/g++.mike/p3708a.C: Likewise.
8457         * g++.old-deja/g++.mike/p3708b.C: Likewise.
8458         * g++.old-deja/g++.mike/p646.C: Likewise.
8459         * g++.old-deja/g++.mike/p700.C: Likewise.
8460         * g++.old-deja/g++.mike/p783.C: Likewise.
8461         * g++.old-deja/g++.mike/p783a.C: Likewise.
8462         * g++.old-deja/g++.mike/p783b.C: Likewise.
8463         * g++.old-deja/g++.mike/p786.C: Likewise.
8464         * g++.old-deja/g++.mike/p789.C: Likewise.
8465         * g++.old-deja/g++.mike/p789a.C: Likewise.
8466         * g++.old-deja/g++.mike/p807a.C: Likewise.
8467         * g++.old-deja/g++.other/delete3.C: Likewise.
8468         * g++.old-deja/g++.other/dyncast1.C: Likewise.
8469         * g++.old-deja/g++.other/dyncast2.C: Likewise.
8470         * g++.old-deja/g++.other/dyncast3.C: Likewise.
8471         * g++.old-deja/g++.other/empty1.C: Likewise.
8472         * g++.old-deja/g++.other/temporary1.C: Likewise.
8473         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
8474         * g++.old-deja/g++.pt/t16.C: Likewise.
8475         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
8476
8477 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
8478
8479         * gcc.dg/991230-1.c: New test.
8480
8481 Wed Dec 29 23:48:49 1999  Jeffrey A Law  (law@cygnus.com)
8482
8483         * gcc.c-torture/compile/991229-3.c: New test.
8484         * gcc.c-torture/compile/991229-2.c: New test.
8485         * gcc.c-torture/compile/991229-1.c: New test.
8486
8487 Wed Dec 29 20:54:46 1999  Greg McGary <gkm@eng.ascend.com>
8488
8489         * gcc.c-torture/compile/labels-2.c: New test.
8490
8491 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
8492
8493         * gcc.c-torture/execute/991227-1.c: New test.
8494
8495 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8496
8497         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
8498
8499 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
8500
8501         * gcc.c-torture/execute/991221-1.c: New test.
8502
8503 1999-12-20  Nathan Sidwell  <nathan@acm.org>
8504
8505         * g++.old-deja/g++.other/cast3.C: New test.
8506
8507 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
8508
8509         * gcc.c-torture/execute/991216-4.c: New test.
8510
8511 1999-12-16  Michael Meissner  <meissner@cygnus.com>
8512
8513         * gcc.c-torture/execute/991216-1.c: New test.
8514         * gcc.c-torture/execute/991216-2.c: New test.
8515         * gcc.c-torture/execute/991216-3.c: New test.
8516
8517 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
8518
8519         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
8520         Actually make the test fail by using "-O2" for compilation.
8521
8522 1999-12-15  Nathan Sidwell  <nathan@acm.org>
8523
8524         * g++.old-deja/g++.warn/cast-align1.C: New test.
8525
8526 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
8527
8528         * gcc.c-torture/compile/991214-1.c: New test.
8529         * gcc.c-torture/compile/991214-2.c: New test.
8530
8531 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
8532
8533         * gcc.dg/991214-1.c: New test.
8534
8535 Mon Dec 13 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
8536
8537         * gcc.c-torture/compile/991213-3.c: New test.
8538         * gcc.c-torture/compile/991213-2.c: New test.
8539         * gcc.c-torture/compile/991213-1.c: New test.
8540
8541 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
8542
8543         * gcc.dg/991209-1.c: New test.
8544
8545 Wed Dec  8 23:44:08 1999  Nathan Sidwell <nathan@acm.org>
8546
8547         * gcc.c-torture/compile/991208-1.c: New test.
8548
8549 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8550
8551         * gcc.dg/ultrasp2.c: New test.
8552
8553 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
8554
8555         * g++.old-deja/g++.abi/align.C (main): Fix typo.
8556
8557 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
8558
8559         * gcc.c-torture/compile/991202-1.c: New test.
8560         * gcc.c-torture/execute/991202-1.c: New test.
8561         * gcc.c-torture/execute/991202-2.c: New test.
8562         * gcc.c-torture/execute/991202-3.c: New test.
8563
8564 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
8565
8566         * g++.old-deja/g++.abi/align.C: New test.
8567         * g++.old-deja/g++.abi/aggregates.C: Likewise.
8568         * g++.old-deja/g++.abi/bitfields.C: Likewise.
8569
8570 1999-12-01  Richard Henderson  <rth@cygnus.com>
8571
8572         * gcc.c-torture/execute/991201-1.c: New.
8573
8574 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
8575
8576         * gcc.dg/991129-1.c: New test.
8577
8578 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
8579
8580         * gcc.c-torture/compile/991127-1.c: New test.
8581
8582 1999-11-22  Nathan Sidwell  <nathan@acm.org>
8583
8584         * g++.old-deja/g++.other/warn4.C: New test.
8585
8586 1999-11-22  Nathan Sidwell  <nathan@acm.org>
8587
8588         * g++.old-deja/g++.eh/cleanup2.C: New test.
8589         * g++.old-deja/g++.ext/pretty2.C: New test.
8590         * g++.old-deja/g++.ext/pretty3.C: New test.
8591         * g++.old-deja/g++.other/debug6.C: New test.
8592
8593 Wed Oct 20 16:18:23 1999  Jim Wilson  <wilson@cygnus.com>
8594
8595         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
8596         compiler_output to look for one error message instead of two.
8597
8598 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
8599
8600         * gcc.c-torture/execute/991118-1.c: Also test case
8601         where the word boundary does not split a byte evenly.
8602
8603 1999-11-19  Nathan Sidwell  <nathan@acm.org>
8604
8605         * g++.old-deja/g++.ext/restrict1.C: New test.
8606
8607 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8608
8609         * gcc.c-torture/execute/991118-1.c: New test.
8610
8611 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
8612
8613         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
8614         working directory pathnames.
8615
8616 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
8617
8618         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
8619         host is equipped with driver.h and driver.o so it can actually
8620         compile and run the tests.
8621
8622 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
8623
8624         * gcc.c-torture/compile/991008-1.c: New test.
8625
8626 1999-11-08  Nick Clifton  <nickc@cygnus.com>
8627
8628         * lib/gcc-dg.exp: Include target-supports.exp
8629
8630 1999-11-05  Nick Clifton  <nickc@cygnus.com>
8631
8632         * lib/target-supports.exp: New file: Provide procs to test for
8633         features supported by the target.
8634         (check_weak_available): Moved here from ecos.exp.
8635         (check_alias_available): New proc: Determine of the target
8636         toolchain supports the alias attribute.
8637
8638         * gcc.dg/special/ecos.exp: Move check_weak_available to
8639         target-supports.exp.
8640         (alias-1.c): Only perform the test if the target supports
8641         aliases.
8642         (wkali-1.c): Only perform the test if the target supports
8643         aliases.
8644
8645         * gcc.dg/990506-0.c: Expect error messages from cross
8646         targets as well as native targets.
8647
8648 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8649
8650         * gcc.dg/ultrasp1.c: Removed xfail.
8651         * gcc.dg/struct-ret-2.c: Likewise.
8652         * gcc.dg/array-1.c: Likewise.
8653
8654 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8655
8656         * gcc.dg/struct-ret-2.c: New test.
8657
8658         * gcc.dg/array-1.c: New test.
8659
8660 Sat Oct 30 22:23:46 1999  Stephen L Moshier <moshier@mediaone.net>
8661
8662         * gcc.c-torture/execute/991030-1.c: New test.
8663
8664 Tue Oct 26 20:25:42 1999  Richard Henderson  <rth@cygnus.com>
8665
8666         * gcc.c-torture/compile/991026-2.c: New test.
8667
8668 Tue Oct 26 00:45:56 1999  Jeffrey A Law  (law@cygnus.com)
8669
8670         * gcc.c-torture/compile/991026-1.c: New test.
8671
8672 Sat Oct 23 23:36:03 1999  Jeffrey A Law  (law@cygnus.com)
8673
8674         * gcc.c-torture/execute/991023-1.c: New test.
8675
8676 Tue Oct 19 02:11:29 1999  Jeffrey A Law  (law@cygnus.com)
8677
8678         * gcc.c-torture/execute/991019-1.c: New test.
8679
8680 Sat Oct 16 00:05:48 1999  Richard Henderson  <rth@cygnus.com>
8681
8682         * gcc.c-torture/execute/991016-1.c: New test.
8683
8684 Thu Oct 14 04:22:47 1999  Stephane Carrez  <stcarrez@worldnet.fr>
8685
8686         * gcc.c-torture/execute/991014-1.c: New test.
8687
8688 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
8689
8690         * g++.old-deja/g++.other/union2.C: New test.
8691
8692 1999-10-13  Nathan Sidwell  <nathan@acm.org>
8693
8694         * g++.old-deja/g++.other/vaarg2.C: New test.
8695         * g++.old-deja/g++.other/vaarg3.C: New test.
8696
8697 1999-10-12  Craig Burley  <craig@jcb-sc.com>
8698
8699         * g77.f-torture/noncompile/19990905-1.f: Moved from being
8700         in compile/.
8701
8702 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
8703
8704         * gcc.c-torture/execute/va-arg-11.c: New test.
8705
8706 Fri Oct  1 00:53:17 1999  Mark P. Mitchell  <mark@codesourcery.com>
8707
8708         * lib/file-format.exp (gcc_target_object_format): Don't
8709         crash if objdump is unavailable.
8710
8711 Wed Sep 29 23:48:44 1999  Donn Terry <donn@interix.com>
8712
8713         * gcc.misc-tests/mg.exp: delete extraneous redirection.
8714
8715 1999-09-28  Nick Clifton  <nickc@cygnus.com>
8716
8717         * gcc.c-torture/compile/990928-1.c: New test.
8718
8719 Tue Sep 28 13:19:15 BST 1999  Nathan Sidwell  <nathan@acm.org>
8720
8721         * g++.old-deja/g++.other/decl6.C: New test.
8722
8723 Tue Sep 28 01:19:09 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8724
8725         * gcc.c-torture/execute/va-arg-10.c: New test.
8726
8727 Mon Sep 27 09:14:24 BST 1999  Nathan Sidwell  <nathan@acm.org>
8728
8729         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
8730         __PRETTY_FUNCTION__.
8731
8732 1999-09-23  Nick Clifton  <nickc@cygnus.com>
8733
8734         * gcc.c-torture/execute/990923-1.c: New test.
8735
8736 1999-09-21  Nick Clifton  <nickc@cygnus.com>
8737
8738         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
8739         for which -fpic is inappropriate.
8740
8741 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
8742
8743         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
8744
8745 Tue Sep 21 15:38:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
8746
8747         * g++.old-deja/g++.other/dyncast1.C: New test.
8748         * g++.old-deja/g++.other/dyncast2.C: New test.
8749         * g++.old-deja/g++.other/dyncast3.C: New test.
8750         * g++.old-deja/g++.other/dyncast4.C: New test.
8751         * g++.old-deja/g++.other/dyncast5.C: New test.
8752         * g++.old-deja/g++.eh/catch3.C: New test.
8753         * g++.old-deja/g++.eh/catch3p.C: New test.
8754         * g++.old-deja/g++.eh/catch4.C: New test.
8755         * g++.old-deja/g++.eh/catch4p.C: New test.
8756         * g++.old-deja/g++.eh/catch5.C: New test.
8757         * g++.old-deja/g++.eh/catch5p.C: New test.
8758         * g++.old-deja/g++.eh/catch6.C: New test.
8759         * g++.old-deja/g++.eh/catch6p.C: New test.
8760         * g++.old-deja/g++.eh/catch7.C: New test.
8761         * g++.old-deja/g++.eh/catch7p.C: New test.
8762         * g++.old-deja/g++.eh/catch8.C: New test.
8763         * g++.old-deja/g++.eh/catch8p.C: New test.
8764         * g++.old-deja/g++.eh/catch9.C: New test.
8765         * g++.old-deja/g++.eh/catch9p.C: New test.
8766
8767 Mon Sep 13 14:14:21 BST 1999  Nathan Sidwell  <nathan@acm.org>
8768
8769         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
8770         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
8771
8772 Mon Sep 13 06:28:57 1999  Jeffrey A Law  (law@cygnus.com)
8773
8774         * gcc.c-torture/compile/990913-1.c: New test.
8775
8776 Fri Sep 10 11:21:25 BST 1999  Nathan Sidwell  <nathan@acm.org>
8777
8778         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
8779         * g++.old-deja/g++.jason/rfg5.C: Likewise.
8780
8781 Thu Sep  9 10:40:36 1999  Richard Henderson  <rth@cygnus.com>
8782
8783         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
8784
8785 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
8786
8787         * g++.old-deja/g++.other/lookup11.C: New test.
8788         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
8789         what is permitted and what we want.
8790         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
8791         overload use.
8792         * g++.old-deja/g++.jason/rfg5.C: Likewise
8793
8794 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
8795
8796         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
8797         * gcc.c-torture/noncompile/poison-1.c: New file.
8798
8799 Wed Sep  8 09:39:56 BST 1999  Nathan Sidwell  <nathan@acm.org>
8800
8801         * g++.old-deja/g++.other/sizeof3.C: New test.
8802         * g++.old-deja/g++.other/sizeof4.C: New test.
8803         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
8804         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
8805
8806 1999-09-07  Richard Henderson  <rth@cygnus.com>
8807
8808         * gcc.dg/va-arg-1.c: New.
8809
8810 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8811
8812         * gcc.c-torture/execute/va-arg-9.c: New test.
8813
8814 1999-09-05  Craig Burley  <craig@jcb-sc.com>
8815
8816         * g77.f-torture/compile/980519-2.f: New test.
8817         * g77.f-torture/compile/19990905-0.f: New test.
8818         * g77.f-torture/compile/19990905-1.f: New test.
8819         * g77.f-torture/compile/19990905-2.f: New test.
8820
8821         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
8822
8823 Fri Sep  3 10:39:38 BST 1999  Richard Earnshaw <rearnsha@arm.com>
8824
8825         * gcc.c-torture/execute/990827-1.c: Fix typo.
8826
8827 Fri Sep 03 09:31:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
8828
8829         * g++.old-deja/g++.other/deref1.C: New test.
8830
8831 Thu Sep 02 09:27:34 BST 1999  Nathan Sidwell  <nathan@acm.org>
8832
8833         * g++.old-deja/g++.other/ambig2.C: New test.
8834         * g++.old-deja/g++.other/cond5.C: New test.
8835         * g++.old-deja/g++.other/lookup16.C: New test.
8836
8837 Thu Sep  2 01:17:51 1999  Marc Espie <espie@cvs.openbsd.org>
8838
8839         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
8840         assemblers too.
8841
8842 Tue Aug 31 17:57:49 1999  Jeffrey A Law  (law@cygnus.com)
8843
8844         * lib/c-torture.exp: Avoid the "compare executables" optimization
8845         when testing native.
8846
8847 Sun Aug 29 14:35:41 1999  Jeffrey A Law  (law@cygnus.com)
8848
8849         * gcc.c-torture/execute/990829-1.c: New test.
8850         * gcc.c-torture/compile/990829-1.c: New test.
8851
8852 1999-08-27  Paul Burchard  <burchard@pobox.com>
8853
8854         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
8855         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
8856         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
8857         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
8858         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
8859         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
8860         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
8861         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
8862         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
8863         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
8864         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
8865
8866 Fri Aug 27 01:24:16 1999  Jeffrey A Law  (law@cygnus.com)
8867
8868         * gcc.c-torture/execute/990827-1.c: New test.
8869
8870 1999-08-26  Craig Burley  <craig@jcb-sc.com>
8871
8872         * g77.f-torture/noncompile/19990826-4.f: New test.
8873
8874         * g77.f-torture/compile/19990826-3.f: New test.
8875
8876         * g77.f-torture/execute/19990826-2.f: New test.
8877
8878         * g77.f-torture/compile/19990826-1.f: New test.
8879
8880         * gcc.c-torture/execute/990826-0.c: New test.
8881         * g77.c-torture/execute/19990826-0.f: New test.
8882
8883         * g77.f-torture/noncompile/970626-2.f: New test.
8884
8885 1999-08-25  Paul Burchard  <burchard@pobox.com>
8886
8887         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
8888         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
8889         lss-011.C: New tests.
8890
8891 1999-08-25  Nathan Sidwell  <nathan@acm.org>
8892
8893         * g++.old-deja/g++.other/decl5.C: New test.
8894
8895 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8896
8897         * noncompile/noncompile.exp: Load_lib c-torture.exp.
8898         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
8899         call `postbase' for each one.  All callers of `postbase' changed
8900         to call this instead.
8901
8902 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
8903
8904         * gcc.c-torture/execute/990811-1.c: New test.
8905
8906 1999-08-09  Nick Clifton  <nickc@cygnus.com>
8907
8908         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
8909         just native ones.
8910
8911         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
8912         just native ones.
8913
8914 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
8915
8916         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
8917
8918 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
8919
8920         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
8921
8922 1999-08-04  Nathan Sidwell  <nathan@acm.org>
8923
8924         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
8925
8926 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
8927
8928         * gcc.c-torture/execute/990804-1.c: New test.
8929
8930 1999-08-03  Nathan Sidwell  <nathan@acm.org>
8931
8932         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
8933         * g++.old-deja/g++.brendan/crash64.C: Likewise
8934         * g++.old-deja/g++.brendan/overload8.C: Likewise
8935
8936 1999-08-03  Nathan Sidwell  <nathan@acm.org>
8937
8938         * g++.old-deja/g++.other/struct1.C: New test.
8939
8940 1999-08-03  Nathan Sidwell  <nathan@acm.org>
8941
8942         * g++.old-deja/g++.other/enum2.C: New test.
8943
8944 Mon Aug  2 13:35:12 1999  Richard Henderson  <rth@cygnus.com>
8945
8946         Adapted from tests from Franz Sirl:
8947         * gcc.c-torture/execute/va-arg-7.c: New test.
8948         * gcc.c-torture/execute/va-arg-8.c: New test.
8949
8950 Sun Aug  1 22:29:34 1999  Jeffrey A Law  (law@cygnus.com)
8951
8952         * gcc.c-torture/compile/990801-2.c: New test.
8953
8954         * gcc.c-torture/compile/990801-1.c: New test.
8955
8956 1999-07-27  Michael Meissner  <meissner@cygnus.com>
8957
8958         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
8959         fp-cmp-1.c, converting double to float.
8960
8961         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
8962         fp-cmp-1.c, converting double to long double.
8963
8964         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
8965         from fr1 to unknown_register, since fr1 is a legitimate register
8966         on some machines.
8967
8968 Sun Jul 25 21:41:37 1999  Jeffrey A Law  (law@cygnus.com)
8969
8970         * README: More listname related changes.
8971
8972 1999-07-08  Catherine Moore  <clm@cygnus.com>
8973
8974         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
8975
8976 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
8977
8978         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
8979
8980 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
8981
8982         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
8983
8984 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
8985
8986         * gcc.dg/990703-1.c: New test.
8987
8988 1999-06-29  Nick Clifton  <nickc@cygnus.com>
8989
8990         * lib/file-format.exp: New file: Move definition of proc
8991         gcc_target_object_format to here from
8992         gcc.dg/special/ecos.exp.
8993
8994         * lib/c-torture.exp: Include lib file-format.exp.
8995         * lib/gcc-dg.exp: Include lib file-format.exp.
8996
8997         * gcc.dg/special/ecos.exp: Remove definition of proc
8998         gcc_target_object_format.
8999
9000 Mon Jun 28 08:20:51 1999  Jeffrey A Law  (law@cygnus.com)
9001
9002         * gcc.c-torture/execute/990628-1.c: New test.
9003
9004 Fri Jun 25 05:28:40 1999  Jeffrey A Law  (law@cygnus.com)
9005
9006         * gcc.c-torture/compile/990625-2.c: New test.
9007
9008         * gcc.c-torture/compile/990625-1.c: New test.
9009
9010 1999-06-23  Nick Clifton  <nickc@cygnus.com>
9011
9012         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
9013         attributes compile.
9014         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
9015         ports that use the COFF/PE file format.
9016
9017 Thu Jun 17 13:48:16 1999  Jeffrey A Law  (law@cygnus.com)
9018
9019         * gcc.c-torture/compile/990617-1.c: New test.
9020
9021 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
9022
9023         * g++.old-deja/g++.other/decl4.C: New test.
9024
9025 1999-06-14  Nathan Sidwell  <nathan@acm.org>
9026
9027         * g++.old-deja/g++.other/bitfld3.C: New test.
9028
9029 1999-06-08  Nathan Sidwell  <nathan@acm.org>
9030
9031         * g++.old-deja/g++.eh/catch1.C: New test.
9032
9033 Mon Jun  7 23:39:16 1999  Jeffrey A Law  (law@cygnus.com)
9034
9035         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
9036
9037         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
9038         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
9039
9040 1999-06-05  Craig Burley  <craig@jcb-sc.com>
9041
9042         * g77.f-torture/compile/19990502-0.f: Replace with new,
9043         shorter, test that still fails after recent changes.
9044
9045 Fri Jun  4 02:25:04 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9046
9047         * gcc.c-torture/execute/990604-1.c: New test.
9048
9049 Mon May 31 00:34:51 1999  Jeffrey A Law  (law@cygnus.com)
9050
9051         * gcc.c-torture/execute/990531-1.c: New test.
9052
9053 Thu May 27 02:38:36 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9054
9055         * gcc.c-torture/compile/990527-1.c: New test.
9056
9057 Thu May 27 02:18:51 1999  Joern Rennecke <amylaar@cygnus.com>
9058
9059         * gcc.c-torture/execute/990527-1.c: New test.
9060
9061 1999-05-25  Nick Clifton  <nickc@cygnus.com>
9062
9063         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
9064         bitfields as signed.
9065
9066 1999-05-25  Craig Burley  <craig@jcb-sc.com>
9067
9068         * g77.f-torture/compile/19990525-0.f: New test.
9069
9070 Tue May 25 01:21:16 1999  Jeffrey A Law  (law@cygnus.com)
9071
9072         * gcc.c-torture/execute/990525-2.c: New test.
9073
9074         * gcc.c-torture/execute/990525-1.c: New test.
9075
9076 1999-05-24  Nathan Sidwell  <nathan@acm.org>
9077
9078         * g++.old-deja/g++.other/anon3.C: New test.
9079         * g++.old-deja/g++.other/anon4.C: New test.
9080         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
9081         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
9082         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
9083         Merrill).
9084
9085 Mon May 24 00:01:52 1999  Jeffrey A Law  (law@cygnus.com)
9086
9087         * gcc.c-torture/execute/990524-1.c: New test.
9088
9089         * gcc.dg/990524-1.c: New test.
9090
9091 Sun May 23 21:18:12 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9092
9093         * gcc.c-torture/compile/990523-1.c: New test.
9094
9095 Wed May 19 02:56:18 1999  Raja R Harinath <harinath@cs.umn.edu>
9096
9097         * gcc.c-torture/compile/990519-1.c: New test.
9098
9099 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9100
9101         * gcc.c-torture/compile/990517-1.c: New test.
9102
9103         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
9104         (e4, f4): New tests.
9105         (main): Call them.
9106
9107 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9108
9109         * gcc.dg/noreturn-1.c: New test.
9110
9111 Thu May 13 02:02:46 1999  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
9112
9113         * gcc.c-torture/execute/990513-1.c: New test.
9114
9115 1999-05-10  Richard Henderson  <rth@cygnus.com>
9116
9117         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
9118
9119 1999-05-10  Craig Burley  <craig@jcb-sc.com>
9120
9121         * g77.f-torture/execute/erfc.f: Use small single-precision
9122         values, to avoid problems on Alphas when not -mieee.
9123
9124 1999-05-08  Craig Burley  <craig@jcb-sc.com>
9125
9126         * gcc.dg/990506-0.c: New test.
9127
9128 1999-05-08  Richard Henderson  <rth@cygnus.com>
9129
9130         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
9131         the constant to test.  Don't XFAIL 64-bit targets.
9132
9133         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
9134         * g++.old-deja/g++.law/profile1.C: Likewise.
9135
9136         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
9137         operator new instances.
9138         * g++.old-deja/g++.other/delete5.C: Likewise.
9139
9140 1999-05-03  Craig Burley  <craig@jcb-sc.com>
9141
9142         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
9143         intrinsic.
9144
9145 1999-05-03  Craig Burley  <craig@jcb-sc.com>
9146
9147         * g77.f-torture/execute/u77-test.f: Reverse order of two
9148         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
9149
9150 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9151
9152         * gcc.dg/compare1.c: New test.
9153
9154 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9155
9156         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
9157         New tests.
9158
9159 1999-05-02  Craig Burley  <craig@jcb-sc.com>
9160
9161         * g77.f-torture/compile/19990502-1.f: New test.
9162
9163 1999-05-02  Craig Burley  <craig@jcb-sc.com>
9164
9165         * g77.f-torture/compile/19990502-0.f: New test.
9166
9167 Sun May  2 01:38:50 1999  Craig Burley  <craig@jcb-sc.com>
9168
9169         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
9170         intrinsic.
9171
9172 Sun May  2 01:13:37 1999  Craig Burley  <craig@jcb-sc.com>
9173
9174         * g77.f-torture/execute/u77-test.f (main): List libU77
9175         intrinsics not currently tested.
9176         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
9177         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
9178         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
9179         Trim blanks off the ends of some printed strings.
9180
9181 Sun May  2 00:06:45 1999  Craig Burley  <craig@jcb-sc.com>
9182
9183         * g77.f-torture/execute/u77-test.f (main): Just warn about
9184         FSTAT gid disagreement, as it's expected on some systems.
9185
9186 Sat May  1 23:57:18 1999  Craig Burley  <craig@jcb-sc.com>
9187
9188         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
9189         use a new function, which allows for some slop.
9190         Clean up some commentary.
9191         (issum): The new function.
9192         (sgladd): Deleted subroutine.
9193
9194 1999-05-01  Craig Burley  <craig@jcb-sc.com>
9195
9196         * g77.f-torture/execute/u77-test.f: Modify to be more like
9197         libf2c/libU77 version, bringing patches to that version here.
9198         Add suitable commentary.
9199
9200 Sun Apr 25 12:28:59 1999  Richard Henderson  <rth@cygnus.com>
9201
9202         * gcc.dg/990424-1.c: New test.
9203
9204 1999-04-24  Craig Burley  <craig@jcb-sc.com>
9205
9206         * g77.f-torture/execute/u77-test.f (main): Bug involving
9207         LSTAT has been fixed, so turn back on full checking.
9208
9209 1999-04-20  Craig Burley  <craig@jcb-sc.com>
9210
9211         * g77.f-torture/compile/19990419-0.f: New test.
9212         * g77.f-torture/execute/19990419-1.f: New test.
9213
9214 Sat Apr 17 16:56:48 1999  Richard Henderson  <rth@cygnus.com>
9215
9216         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
9217         to avoid the need for a prototype to supress a warning.
9218
9219 Wed Apr  7 23:08:59 1999  Jim Wilson  <wilson@cygnus.com>
9220
9221         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
9222
9223 Sun Apr  4 04:02:53 1999  Jeffrey A Law  (law@cygnus.com)
9224
9225         * gcc.c-torture/execute/990404-1.c: New test.
9226
9227 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
9228
9229         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
9230         * gcc.dg/cpp-if3.c: Don't use -pedantic.
9231         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
9232         missing initializer warnings.
9233
9234 Sun Mar 28 00:49:41 1999  Jeffrey A Law  (law@cygnus.com)
9235
9236         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
9237         matching strings.
9238
9239 Fri Mar 26 00:50:46 1999  Jeffrey A Law  (law@cygnus.com)
9240
9241         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
9242
9243 1999-03-26  Craig Burley  <craig@jcb-sc.com>
9244
9245         * g77.f-torture/execute/19990325-0.f: New test.
9246         * g77.f-torture/execute/19990325-1.f: New test.
9247
9248 Wed Mar 24 22:50:50 1999  Jeffrey A Law  (law@cygnus.com)
9249
9250         * gcc.c-torture/execute/990324-1.c: New test.
9251
9252 Mon Mar 22 14:55:58 1999  Jim Wilson  <wilson@cygnus.com>
9253
9254         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
9255         test with 4.
9256
9257 Wed Mar 17 12:22:39 1999  Richard Henderson  <rth@cygnus.com>
9258
9259         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
9260
9261 1999-03-13  Craig Burley  <craig@jcb-sc.com>
9262
9263         * g77.f-torture/execute/19990313-2.f: New test.
9264         * g77.f-torture/execute/19990313-3.f: New test.
9265
9266 1999-03-13  Craig Burley  <craig@jcb-sc.com>
9267
9268         * g77.f-torture/execute/19990313-0.f: New test.
9269         * g77.f-torture/execute/19990313-1.f: New test.
9270
9271 Fri Mar 12 16:17:28 1999  Jim Wilson  <wilson@cygnus.com>
9272
9273         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
9274         printf to sprintf.
9275         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
9276         (main): Add check for u15.  Conditionalize u31 check depending on
9277         whether ints are <32 bits or >=32 bits.
9278
9279 1999-03-08  Craig Burley  <craig@jcb-sc.com>
9280
9281         * g77.f-torture/execute/19981119-0.f: Improve testiness.
9282
9283 1999-03-08  Craig Burley  <craig@jcb-sc.com>
9284
9285         * g77.f-torture/compile/19990305-0.f: New test.
9286         * g77.f-torture/execute/19981119-0.f: New test.
9287
9288 1999-03-08  Craig Burley  <craig@jcb-sc.com>
9289
9290         * g77.f-torture/execute/970625-2.f: call ABORT if final
9291         result is not correct, instead of just printing it.
9292         Add this checking via newly introduced obfuscation, to
9293         trip up buggy front ends.
9294
9295 1999-03-07  Craig Burley  <craig@jcb-sc.com>
9296
9297         * g77.f-torture/compile/960317-1.f: Moved from being
9298         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
9299
9300 1999-03-06  Craig Burley  <craig@jcb-sc.com>
9301
9302         * g77.f-torture/execute/960317-1.f: New (old) test.
9303         * g77.f-torture/execute/970625-2.f: Ditto.
9304
9305 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
9306
9307         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
9308         message on line 1 or line 2; cccp and cpplib do this differently.
9309
9310 Mon Mar  1 23:29:14 1999  Jeffrey A Law  (law@cygnus.com)
9311
9312         * g++.old-deja/g++.law/weak1.C: New test.
9313
9314 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
9315
9316         * gcc.c-torture/execute/990119-1.c: Renamed to...
9317         * gcc.dg/990119-1.c: this, so it will only be tested once
9318         (it's a preprocessor test, it doesn't need to be run at
9319         multiple optimization levels).
9320
9321 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
9322
9323         * lib/g++.exp: Don't add incdir=$base_dir/../include to
9324           ALWAYS_CXXFLAGS.
9325
9326 1999-02-24  Craig Burley  <craig@jcb-sc.com>
9327
9328         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
9329         * g77.f-torture/compile/19981216-0.f: ...as it is expected
9330         to not be compilable by current g77.
9331
9332 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9333
9334         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
9335
9336 Mon Feb 22 01:15:08 1999  Jeffrey A Law  (law@cygnus.com)
9337
9338         * gcc.c-torture/execute/990222-1.c: New test.
9339
9340 1999-02-19  Craig Burley  <craig@jcb-sc.com>
9341
9342         * g77.f-torture/compile/19990218-0.f: New test.
9343         * g77.f-torture/noncompile/19990218-1.f: New test.
9344
9345 1999-02-18  Craig Burley  <craig@jcb-sc.com>
9346
9347         * g77.f-torture/compile/19981216-0.f: New test.
9348
9349 Sun Feb 14 01:26:29 1999  Jeffrey A Law  (law@cygnus.com)
9350
9351         * gcc.dg/990214-1.c: New test.
9352
9353 Sat Feb 13 00:43:52 1999  Jeffrey A Law  (law@cygnus.com)
9354
9355         * gcc.dg/990213-2.c: New test.
9356
9357         * gcc.dg/990213-1.c: New test.
9358
9359 Fri Feb 12 11:04:35 1999  Jeffrey A Law  (law@cygnus.com)
9360
9361         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
9362         ints.
9363
9364 1999-02-11  Nick Clifton  <nickc@cygnus.com>
9365
9366         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
9367         specified by target.
9368
9369         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
9370
9371 Thu Feb 11 01:12:12 1999  Jeffrey A Law  (law@cygnus.com)
9372
9373         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
9374
9375 Wed Feb 10 13:08:12 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
9376
9377         * gcc.dg/special/ecos.exp: New test driver for new tests with
9378         special requirements.
9379
9380         * gcc.dg/special/alias-1.c: New test.
9381         * gcc.dg/special/gcsec-1.c: New test.
9382         * gcc.dg/special/weak-1.c: New test.
9383         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
9384         * gcc.dg/special/weak-2.c: New test.
9385         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
9386         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
9387         * gcc.dg/special/wkali-1.c: New test.
9388         * gcc.dg/special/wkali-2.c: New test.
9389         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
9390         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
9391
9392 Wed Feb 10 12:15:35 1999  Felix Lee  <flee@cygnus.com>
9393
9394           * lib/c-torture.exp (c-torture-compile): Pull out code for
9395           analyzing gcc error messages.
9396           (c-torture-execute): Likewise.  Fix some (harmless) false
9397           positives.
9398           * lib/gcc.exp (gcc_check_compile): New function.
9399
9400 Mon Feb  8 21:42:57 1999  Richard Henderson  <rth@cygnus.com>
9401
9402         * gcc.c-torture/execute/990208-1.c: New test.
9403
9404 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
9405
9406         * g++.dg/special/ecos.exp: New driver for new tests with special
9407         requirements
9408
9409         * g++.dg/special/conpr-1.C: New test
9410         * g++.dg/special/conpr-2.C: New test
9411         * g++.dg/special/conpr-2a.C: New test
9412         * g++.dg/special/conpr-3.C: New test
9413         * g++.dg/special/conpr-3a.C: New test
9414         * g++.dg/special/conpr-3b.C: New test
9415
9416         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
9417         allow g++ to use the dg driver
9418
9419         * README: Add comment about g++.dg directory
9420
9421 Sat Feb  6 18:00:38 1999  Jeffrey A Law  (law@cygnus.com)
9422
9423         * README: Update email addresses.
9424
9425 1999-02-03  Nick Clifton  <nickc@cygnus.com>
9426
9427         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
9428         arguments in order to force structure S onto the stack even on
9429         the alpha.
9430         (test): Pass 10 leading arguments to function foo as well as the
9431         structure S.
9432
9433         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
9434         failure for all targets.
9435
9436         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
9437         abort to terminate program execution.
9438
9439 Sat Jan 30 16:22:47 1999  Richard Henderson  <rth@cygnus.com>
9440
9441         * gcc.c-torture/execute/990130-1.c: New test.
9442
9443 Sat Jan 30 11:10:06 1999  Jeffrey A Law  (law@cygnus.com)
9444
9445         * gcc.dg/990130-1.c: New test.
9446
9447 1999-01-28  Michael Meissner  <meissner@cygnus.com>
9448
9449         * gcc.c-torture/execute/990128-1.c: New test.
9450
9451 1999-01-27  Michael Meissner  <meissner@cygnus.com>
9452
9453         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
9454
9455 1999-01-27  Felix Lee  <flee@cygnus.com>
9456
9457         * lib/c-torture.exp (c-torture-compile): pull out code for
9458         analyzing gcc error messages.
9459         (c-torture-execute): ditto, and fix some (harmless) false
9460         positives.
9461         * lib/gcc.exp (gcc_check_compile): new function.
9462
9463 Sun Jan 17 00:02:33 1999  Jeffrey A Law  (law@cygnus.com)
9464
9465         * gcc.dg/990117-1.c: New test.
9466
9467         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
9468
9469         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
9470
9471 Fri Jan 15 02:52:00 1999  Jeffrey A Law  (law@cygnus.com)
9472
9473         * g77.f-torture/compile/990115-1.f: New test.
9474
9475 Thu Jan  7 23:39:47 1999  Jeffrey A Law  (law@cygnus.com)
9476
9477         * gcc.c-torture/compile/990107-1.c: New test
9478
9479 Wed Jan  6 02:21:59 1999  Jeffrey A Law  (law@cygnus.com)
9480
9481         * gcc.c-torture/execute/990106-2.c: New test.
9482
9483         * gcc.c-torture/execute/990106-1.c: New test.
9484
9485 Wed Dec 30 23:05:28 1998  Zack Weinberg <zack@rabi.columbia.edu>
9486
9487         * gcc.c-torture/compile/981223-1.c: New test.
9488
9489 Tue Dec 29 11:33:25 1998  Richard Henderson  <rth@cygnus.com>
9490
9491         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
9492         (opt3): Rename from opt4 and disable.
9493
9494 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
9495
9496         * g++.old-deja/g++.pt/ptrmem5.C: New test.
9497
9498 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
9499
9500         * g++.old-deja/g++.other/conv5.C: New test.
9501
9502 1998-12-14  Nick Clifton  <nickc@cygnus.com>
9503
9504         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
9505
9506 Fri Dec 11 10:25:57 1998  Jeffrey A Law  (law@cygnus.com)
9507
9508         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
9509
9510 Fri Dec 11 01:12:45 1998  Zack Weinberg <zack@rabi.columbia.edu>
9511
9512         * gcc.c-torture/compile/981211-1.c: New test.
9513
9514 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
9515
9516         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
9517
9518         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
9519
9520 Tue Dec  8 22:50:04 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9521
9522         * gcc.special/930510-1.c: Make C9X safe.
9523         * gcc.misc-tests/gcov-1.c Similarly.
9524         * gcc.misc-tests/gcov-2.c Similarly.
9525
9526 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
9527
9528         * gcc.dg/ultrasp1.c: New test.
9529
9530 Sun Dec  6 00:40:12 1998  Richard Henderson  <rth@cygnus.com>
9531
9532         * gcc.c-torture/execute/981206.c: New test.
9533
9534 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
9535
9536         * g++.old-deja/g++.ns/template7.C: New test.
9537
9538         * g++.old-deja/g++.other/expr1.C: New test.
9539
9540         * g++.old-deja/g++.eh/tmpl3.C: New test.
9541
9542         * g++.old-deja/g++.eh/tmpl2.C: New test.
9543
9544 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
9545
9546         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
9547         * g++.old-deja/g++.other/using6.C: Removed.
9548         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
9549
9550         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
9551
9552 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
9553
9554         * g++.old-deja/g++.pt/overload8.C: New test.
9555
9556         * g++.old-deja/g++.pt/overload7.C: New test.
9557
9558         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
9559
9560         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
9561         and relinking messages.
9562         * lib/g++.exp (g++_target_compile): Remove .rpo file when
9563         compiling with -frepo.
9564
9565 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
9566
9567         * g++.old-deja/g++.pt/lookup6.C: New test.
9568
9569 1998-11-30  Nick Clifton  <nickc@cygnus.com>
9570
9571         * gcc.c-torture/execute/981130-1.c: New test.
9572         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
9573
9574 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
9575
9576         * g++.old-deja/g++.pt/explicit76.C: New test.
9577
9578         * g++.old-deja/g++.pt/friend38.C: New test.
9579
9580         * g++.old-deja/g++.ns/crash2.C: New test.
9581
9582         * g++.old-deja/g++.pt/defarg8.C: New test.
9583
9584         * g++.old-deja/g++.pt/instantiate6.C: New test.
9585
9586         * g++.old-deja/g++.pt/static6.C: New test.
9587
9588         * g++.old-deja/g++.pt/decl2.C: New test.
9589
9590 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
9591
9592         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
9593         problem is actually related with name lookup, but so what? :-)
9594
9595         * g++.old-deja/g++.pt/friend37.C: New test.
9596
9597 1998-11-25  Dave Love  <d.love@dl.ac.uk>
9598
9599         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
9600         element, which fails on some systems.
9601
9602         * g77.f-torture/execute/labug1.f: New test.
9603
9604 Sat Nov 21 21:41:05 1998  Jeffrey A Law  (law@cygnus.com)
9605
9606         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
9607         is defined.
9608
9609 1998-11-18  Dave Love  <d.love@dl.ac.uk>
9610
9611         * g77.f-torture/compile/981117-1.f: New test.
9612
9613 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
9614
9615         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
9616         properly discarded.
9617
9618 Sun Oct 11 05:04:28 1998  Ken Raeburn  <raeburn@cygnus.com>
9619
9620         * gcc.c-torture/execute/memcheck: New directory of tests for
9621         -fcheck-memory-usage.
9622
9623 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9624
9625         * README: New file, general information about the testsuite and
9626         new description of the various C++ test subdirectories.
9627         * README.g++: Eliminate obsolete information, update and move most
9628         relevant stuff to README.
9629
9630 Sat Nov  7 02:55:55 1998  Richard Henderson  <rth@cygnus.com>
9631
9632         * gcc.c-torture/compile/981107-1.c: New test.
9633
9634 Mon Nov  2 11:16:03 1998  Doug Evans  <devans@canuck.cygnus.com>
9635
9636         * execute/memcpy-bi.c: New testcase.
9637
9638 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
9639
9640         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
9641         base classes.
9642
9643         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
9644         template is selected.
9645
9646         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
9647         classes, it should be accepted for all types.
9648
9649         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
9650
9651         * g++.old-deja/g++.pt/spec24.C: Ensure that template
9652         specializations start with template headers.
9653
9654 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
9655
9656         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
9657
9658         * g++.old-deja/g++.other/init9.C: Test cross initialization of
9659         non-POD types.
9660
9661 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
9662
9663         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
9664
9665 Thu Oct 22 16:01:44 1998  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9666
9667         * compile/981022-1.c, compile/981022-1.x: New test and driver.
9668
9669 Mon Oct 19 14:03:07 1998  Jeffrey A Law  (law@cygnus.com)
9670
9671         * 981019-1.c: New test.
9672
9673 Wed Oct 14 21:11:19 1998  Robert Lipe <robertl@dgii.com>
9674
9675         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
9676         find objc headers.
9677
9678 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9679
9680         * compile/981001-4.c: Remove use of GCC extension that triggers a
9681         compiler bug.
9682
9683 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
9684
9685         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
9686
9687 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
9688
9689         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
9690         instantiation of template produces incorrect code for delete
9691         expression.
9692
9693         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
9694         constructors' name is not unique.
9695         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
9696         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
9697
9698         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
9699         automatic array of const is ill-formed.
9700
9701         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
9702         of template parameter?
9703
9704         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
9705         const.
9706
9707         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
9708         pointer-to-member expression.
9709
9710         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
9711         declaration causes ICE.
9712
9713 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
9714
9715         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
9716         reserved in the global namespace.
9717
9718         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
9719         generate needed virtual table.
9720
9721         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
9722
9723 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
9724
9725         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
9726         template-dependent type
9727
9728 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
9729
9730         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
9731         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
9732         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
9733
9734         * g++.old-deja/g++.other/using5.C: New test; using decl from base
9735         class should be usable as argument of member function.
9736         * g++.old-deja/g++.other/using6.C: New test; using decl from base
9737         class should be usable as return type of member function.
9738         * g++.old-deja/g++.other/using7.C: New test; using decl from base
9739         class should be usable as type of data member.
9740
9741         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
9742
9743 Fri Oct  9 19:19:19 1998  Jeffrey A Law  (law@cygnus.com)
9744
9745         * gcc.c-torture/special/920521-1.c: Fix bogus test.
9746
9747 Thu Oct  8 19:14:05 1998  Nick Clifton  <nickc@cygnus.com>
9748
9749         * gcc.dg/dll-?.c Add thumb to target list.
9750         Fix assembler scan patterns to match current assembler output.
9751
9752 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
9753
9754         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
9755         matching of template brackets.
9756
9757         * g++.old-deja/g++.other/using4.C: New test.  Test using
9758         declarations of methods from base classes.
9759
9760         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
9761         within functions should introduce names into the innermost
9762         enclosing namespace.
9763
9764         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
9765         of static locals if first initialization throws.
9766
9767 Wed Oct  7 12:00:20 1998  Jim Wilson  <wilson@cygnus.com>
9768
9769         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
9770
9771 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
9772
9773         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
9774         lose track of the possible targets of tablejump insns.
9775         * special/special.exp: Run it.
9776
9777 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
9778
9779         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
9780         must be declared before its specializations can be named in friend
9781         declarations.
9782
9783 1998-10-05  Dave Love  <d.love@dl.ac.uk>
9784
9785         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
9786
9787         * g77.f-torture/execute/io1.f: New test.
9788
9789 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
9790
9791         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
9792         with pointer to template function, for which no argument deduction
9793         is possible.
9794
9795         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
9796         specialization of template function as argument to template
9797         function.
9798
9799         * g++.old-deja/g++.other/access2.C: New test; Inner class
9800         shouldn't have privileged access to Outer's names.
9801
9802 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
9803
9804         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
9805         friend template declared within template class conflicts with
9806         nested class of the same name.
9807
9808         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
9809         is ignored.
9810
9811         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
9812         object with direct initializer as function declaration.
9813
9814         * g++.old-deja/g++.other/decl2.C: New test; duplicate
9815         initializers.
9816
9817         * g++.old-deja/g++.other/null2.C: New test; conditional operator
9818         involving const pointer and NULL produces incorrect result.
9819
9820         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
9821         type name without `typename' should be rejected with -pedantic.
9822
9823 Fri Oct  2 21:55:58 1998  Richard Henderson  <rth@cygnus.com>
9824
9825         * g++.old-deja/g++.other/addrof1.C: New test.
9826
9827 Thu Oct  1 17:15:26 1998  Nick Clifton  <nickc@cygnus.com>
9828
9829         * gcc.c-torture/compile/981001-1.c: New test.
9830         * gcc.c-torture/execute/981001-1.c: New test.
9831
9832 Thu Oct  1 19:05:20 1998  Jeffrey A Law  (law@cygnus.com)
9833
9834         * gcc.c-torture/compile/981001-2.c: New test.
9835         * gcc.c-torture/compile/981001-3.c: New test.
9836         * gcc.c-torture/compile/981001-4.c: New test.
9837
9838 1998-10-01  Robert Lipe  <robertl@dgii.com>
9839
9840         * lib/objc.exp (objc_target_compile): Add -L during compiles for
9841         multilibbed hosts.   Idea grafted from g77.exp.
9842
9843 1998-09-30  Dave Love  <d.love@dl.ac.uk>
9844
9845         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
9846         avoid losing on systems which need -lsocket.
9847
9848 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
9849
9850         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
9851         * g++.old-deja/g++.other/nested2.C: Ditto.
9852         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
9853         failure.
9854
9855 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
9856
9857         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
9858         preferred over template operator!= for enum bitfields.
9859
9860 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
9861
9862         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
9863         that happen to have the same base name, but in different scopes,
9864         are incorrectly rejected.
9865
9866 1998-09-16  Richard Henderson  <rth@cygnus.com>
9867
9868         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
9869         on the native word size instead of an integer literal.
9870
9871 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
9872
9873         * g++.old-deja/g++.other/static2.C: Invocation of static data
9874         member of type pointer-to-function denoted as non-static member.
9875
9876         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
9877         checks involving function types and aliases.
9878
9879 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
9880
9881         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
9882         redefined to the same non-trivial type.
9883
9884         * g++.old-deja/g++.pt/explicit73.C: Test for proper
9885         namespace-qualification of template specializations declared in
9886         other namespaces.
9887
9888         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
9889         to declare a subset of the specializations of a template function
9890         as friends of specializations of a template class.
9891
9892         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
9893         member templates that do not fully specialize the enclosing
9894         template class are rejected.
9895
9896 1998-09-11  Dave Love  <d.love@dl.ac.uk>
9897
9898         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
9899
9900 1998-09-08  Dave Love  <d.love@dl.ac.uk>
9901
9902         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
9903         altered from libf2c/libU77 version.
9904
9905 1998-09-06  Dave Love  <d.love@dl.ac.uk>
9906
9907         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
9908
9909 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
9910
9911         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
9912         (un)signed char are different types for template specialization
9913         purposes.
9914
9915 Thu Sep  3 00:40:32 1998  Ovidiu Predescu  <ovidiu@aracnet.com>
9916
9917         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
9918         * objc: ObjC testsuite.
9919
9920 Mon Aug 31 12:00:00 1998  Catherine Moore  <clm@cygnus.com>
9921
9922         * gcc.c-torture/execute/941014-1.x:  New file.
9923
9924 Mon Aug 31 15:19:32 1998  Nick Clifton  <nickc@cygnus.com>
9925
9926         * lib/c-torture.exp: Add support for
9927         torture_eval_before_compile and torture_eval_before_execute
9928         variables.
9929
9930 Sun Aug 30 17:38:20 1998  Jeffrey A Law  (law@cygnus.com)
9931
9932         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
9933         this test triggers valid.
9934
9935 Thu Aug 27 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
9936
9937         * gcc.dg/980827-1.c: New test.
9938
9939 Wed Aug 26 16:10:00 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
9940
9941         * gcc.c-torture/execute/loop-4b.c: New test.
9942
9943 Wed Aug 26 16:25:38 1998  Nick Clifton  <nickc@cygnus.com>
9944
9945         * lib/c-torture.exp: Add support for
9946         torture_eval_before_compile and torture_eval_before_execute
9947         variables.
9948
9949 Tue Aug 25 19:42:13 1998  Jeffrey A Law  (law@cygnus.com)
9950
9951         * gcc.c-torture/compile/980825-1.c: New test.
9952
9953 Mon Aug 24 14:20:32 1998  Nick Clifton  <nickc@cygnus.com>
9954
9955         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
9956         count number tests in opt_t0 not good_t0.
9957
9958 Mon Aug 24 16:38:52 1998  Jeffrey A Law  (law@cygnus.com)
9959
9960         * gcc.c-torture/compile/930326-1.x: Fix typo.
9961
9962 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
9963
9964         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
9965         causes an ICE.
9966
9967 Fri Aug 21 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
9968
9969         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
9970         STACK_SIZE is defined.
9971         * gcc.c-torture/unsorted/stuct.c: Similarly.
9972
9973         * gcc.c-torture/compile/980821-1.c: New test.
9974
9975 Fri Aug 21 03:14:04 1998  Jeffrey A Law  (law@cygnus.com)
9976
9977         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
9978
9979 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
9980
9981         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
9982         code.
9983
9984 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
9985
9986         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
9987         error'.
9988
9989 Tue Aug 18 19:19:50 1998  Jeffrey A Law  (law@cygnus.com)
9990
9991         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
9992
9993 Sun Aug 16 01:29:19 1998  Jeffrey A Law  (law@cygnus.com)
9994
9995         * gcc.c-torture/compile/980816-1.c: New test.
9996
9997         * gcc.dg/980816-1.c: New test.
9998
9999 Thu Aug 13 00:13:55 1998  Jeffrey A Law  (law@cygnus.com)
10000
10001         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
10002         compiler for ieee tests.
10003
10004 1998-08-01  Dave Love  <d.love@dl.ac.uk>
10005
10006         * g77.f-torture/compile/980729-0.f: New test.
10007
10008 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
10009
10010         * gcc.c-torture/special/eeprof-1.c: New test, for
10011         -finstrument-functions.
10012         * gcc.c-torture/special/special.exp: Run it.
10013
10014 Wed Jul 29 00:17:18 1998  Jeffrey A Law  (law@cygnus.com)
10015
10016         * gcc.c-torture/compile/980729-1.c: New test.
10017
10018 Mon Jul 27 11:05:07 1998  Nick Clifton  <nickc@cygnus.com>
10019
10020         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
10021         __thumb__ is defined, and test for ARM style doubles if so.
10022
10023 1998-07-26  Dave Love  <d.love@dl.ac.uk>
10024
10025         * g77.f-torture/noncompile/980615-0.f: New test.
10026
10027 Sun Jul 26 01:15:56 1998  H.J. Lu  (hjl@gnu.org)
10028
10029         * gcc.dg/980312-1.c: Do link instead of compile.
10030         * gcc.dg/980313-1.c: Likewise.
10031
10032 Sun Jul 26 01:05:02 1998  Jeffrey A Law  (law@cygnus.com)
10033
10034         * gcc.c-torture/compile/980726-1.c: New test.
10035
10036 1998-07-25  Dave Love  <d.love@dl.ac.uk>
10037
10038         * g77.f-torture/execute/io0.f: New test.
10039
10040 Fri Jul 24 11:02:43 1998  Nick Clifton  <nickc@cygnus.com>
10041
10042         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
10043         an int.
10044
10045 Thu Jun 18 15:12:30 1998  Michael Meissner  <meissner@cygnus.com>
10046
10047         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
10048         m32r bugs.
10049
10050 Fri Jul 17 14:19:32 1998  Nick Clifton  <nickc@cygnus.com>
10051
10052         * gcc.dg/980626-1.c: Expect failures for all toolchains until
10053         c-decl.c:grokdeclarator can handle mode attributes.
10054
10055 Thu Jul 16 21:42:50 1998  Jeffrey A Law  (law@cygnus.com)
10056
10057         * gcc.c-torture/execute/980716-1.c: New test.
10058
10059 Mon Jul 13 22:26:37 1998  Jeffrey A Law  (law@cygnus.com)
10060
10061         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
10062         the mn10200.
10063         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
10064         the mn10200.
10065         * gcc.c-torture/execute/va-arg-3.x: Similarly.
10066         * gcc.c-torture/compile/930326-1.x: Similarly.
10067
10068 1998-07-13  Dave Love  <d.love@dl.ac.uk>
10069
10070         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
10071         New test from Craig.
10072
10073 1998-07-12  Dave Love  <d.love@dl.ac.uk>
10074
10075         * g77.f-torture/noncompile/980616-0.f: New test.
10076
10077         * g77.f-torture/execute/970816-3.f:  New test from Craig.
10078
10079 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
10080
10081         *  g++.other/singleton.C: Return error value instead of taking
10082         SIGSEGV.
10083
10084 Fri Jul 10 10:02:03 1998  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
10085
10086         *  g++.other/singleton.C: New test.   Warning is under dispute.
10087         Runtime crash is not.
10088
10089 Thu Jul  9 23:07:45 1998  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
10090
10091         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
10092         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
10093         using6.C, using7.C}:  New namespace tests.
10094
10095 Thu Jul  9 22:44:49 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
10096
10097         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
10098         specialization with typedef'ed names used as array indexes.
10099
10100 Thu Jul  9 00:38:51 1998  Jeffrey A Law  (law@cygnus.com)
10101
10102         * gcc.c-torture/execute/980709-1.c: New test.
10103
10104         * gcc.dg/980709-1.c: New test.
10105
10106 Tue Jul  7 13:41:27 1998  Richard Henderson  <rth@cygnus.com>
10107
10108         * gcc.c-torture/execute/bcp-1.c: New test.
10109
10110 Tue Jul  7 11:49:04 1998  Jeffrey A Law  (law@cygnus.com)
10111
10112         * gcc.c-torture/execute/980707-1.c: New test.
10113
10114 Mon Jul  6 18:20:27 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
10115
10116         * gcc.c-torture/compile/980706-1.c: New test.
10117
10118 1998-07-01  Dave Love  <d.love@dl.ac.uk>
10119
10120         * g77.f-torture/execute/980701-0.f,
10121         g77.f-torture/execute/980701-1.f: New test from Craig.
10122
10123 Wed Jul  1 00:52:51 1998  Jeffrey A Law  (law@cygnus.com)
10124
10125         * gcc.c-torture/compile/980701-1.c: New test.
10126
10127         * gcc.c-torture/execute/980701-1.c: New test.
10128
10129 Tue Jun 30 11:51:42 1998  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
10130 rlsruhe.de>
10131
10132         * g++.old-deja/g++.robertl/eb132.C: New test.
10133         * g++.old-deja/g++.robertl/eb133.C: Likewise.
10134
10135 1998-06-29  Dave Love  <d.love@dl.ac.uk>
10136
10137         * g77.f-torture/execute/980628-7.f,
10138         g77.f-torture/execute/980628-8.f,
10139         g77.f-torture/execute/980628-9.f,
10140         g77.f-torture/execute/980628-10.f: New tests from Craig.
10141
10142         * g77.f-torture/execute/980628-3.f: Remove mail headers.
10143
10144 Sun Jun 28 12:49:02 1998  Jeffrey A Law  (law@cygnus.com)
10145
10146         * g77.f-torture/execute/980628-4.f: New test from Craig.
10147         * g77.f-torture/execute/980628-5.f: Likewise.
10148         * g77.f-torture/execute/980628-2.f: Likewise.
10149         * g77.f-torture/execute/980628-0.f: Likewise.
10150         * g77.f-torture/execute/980628-1.f: Likewise.
10151         * g77.f-torture/execute/980628-3.f: Likewise.
10152         * g77.f-torture/execute/980628-6.f: Likewise.
10153
10154 Sun Jun 28 00:37:26 1998  Jeffrey A Law  (law@cygnus.com)
10155
10156         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
10157         directory when nothing has been installed yet.
10158
10159 Sat Jun 27 23:23:18 1998  Carlo Wood  <carlo@runaway.xs4all.nl>
10160
10161         * gcc.c-torture/special/special.exp: Handle newer versions of
10162         dejagnu.
10163
10164 Fri Jun 26 17:57:40 1998  Jeffrey A Law  (law@cygnus.com)
10165
10166         * gcc.dg/980626-1.c: New test.
10167
10168 Fri Jun 19 23:26:12 1998  Bruno Haible <haible@ilog.fr>
10169
10170         * gcc.misc-tests/m-un-2.c: New test.
10171         * g++.old-deja/g++.other/warn01.c: Likewise.
10172
10173 Fri Jun 19 14:06:36 1998  Robert Lipe  <robertl@dgii.com>
10174
10175         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
10176         compatibility with assmblers with a different comment character.
10177         Eliminate use of GAS-specific extensions.
10178
10179 Fri Jun 19 02:05:14 1998  Jeffrey A Law  (law@cygnus.com)
10180
10181         * gcc.c-torture/execute/ieee/980619-1.c: New test.
10182
10183 Fri Jun 19 00:58:11 1998  Robert Lipe  <robertl@dgii.com>
10184
10185         *lib/g77.exp: Replace search for libf2c.a with search for newly
10186         renamed libg2c.a
10187
10188 Wed Jun 17 18:53:12 1998  Jeffrey A Law  (law@cygnus.com)
10189
10190         * gcc.c-torture/execute/980617-1.c: New test.
10191
10192 Fri Jun 12 01:08:49 1998  Jeffrey A Law  (law@cygnus.com)
10193
10194         * gcc.c-torture/execute/980612-1.c: New test.
10195
10196 Mon Jun  8 02:13:42 1998  Jeffrey A Law  (law@cygnus.com)
10197
10198         * gcc.dg/980523-1.c: Only test on ppc-linux.
10199         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
10200
10201         * gcc.c-torture/execute/980608-1.c: New test.
10202
10203 Fri Jun  5 21:54:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
10204
10205         * gcc.c-torture/execute/980605-1.c: New test.
10206
10207 Thu Jun  4 01:39:24 1998  Jeffrey A Law  (law@cygnus.com)
10208
10209         * gcc.c-torture/execute/980604-1.c: New test.
10210
10211 Tue Jun  2 20:51:43 1998  Jeffrey A Law  (law@cygnus.com)
10212
10213         * gcc.c-torture/execute/980602-1.c: New test.
10214         * gcc.c-torture/execute/980602-2.c: Likewise.
10215
10216 1998-06-02  Dave Love  <d.love@dl.ac.uk>
10217
10218         * 970125-0.f: Fix per JCB.  Add commentary.
10219
10220 Sun May 31 23:23:29 1998  Michael Meissner  <meissner@cygnus.com>
10221
10222         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
10223         IEEE -0 support.
10224
10225 Fri May 29 01:10:12 1998  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
10226
10227         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
10228         earlier.
10229
10230 Thu May 28 00:17:42 1998  Catherine Moore <clm@cygnus.com>
10231
10232         * gcc.c-torture/execute/980526-3.c: New test.
10233
10234 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
10235
10236         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
10237         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
10238         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
10239         m88k-motorola-sysv3 to XFAIL.
10240
10241 Tue May 26 23:58:03 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10242
10243         * gcc.dg/980526-1.c: New test.
10244         * gcc.c-torture/execute/980526-2.c: New test.
10245
10246 Tue May 26 23:40:40 1998  Jeffrey A Law  (law@cygnus.com)
10247
10248         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
10249
10250         * gcc.c-torture/execute/980526-1.c: New test.
10251
10252 1998-05-26  Dave Love  <d.love@dl.ac.uk>
10253
10254         * g77.f-torture/execute/alpha2.f: Add runtime test.
10255
10256 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
10257
10258         * g++.old-deja/old-deja.exp: Strip leading directories.
10259
10260         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
10261         error for the line.  Don't run multiple tests for the same line.
10262
10263 Sat May 23 23:27:10 1998  Jeffrey A Law  (law@cygnus.com)
10264
10265         * gcc.dg/980523-1.c: New test.
10266
10267 1998-05-23  Dave Love  <d.love@dl.ac.uk>
10268
10269         * g77.f-torture/compile/970915-0.f: New test.
10270
10271 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
10272
10273         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
10274
10275 Thu May 21 23:23:21 1998  Jeffrey A Law  (law@cygnus.com)
10276
10277         * gcc.dg/980520-1.c: New test.
10278
10279 Wed May 20 14:37:15 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10280
10281         * gcc.dg/980502-1.c: Fix return type.
10282
10283 Wed May 20 11:29:48 1998  Jeffrey A Law  (law@cygnus.com)
10284
10285         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
10286         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
10287         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
10288         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
10289         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
10290
10291 1998-05-20  Dave Love  <d.love@dl.ac.uk>
10292
10293         * g77.f-torture/execute/980520-1.f: New test.
10294
10295 1998-05-15  Dave Love  <d.love@dl.ac.uk>
10296
10297         * lib/mike-g77.exp: New file.
10298
10299         * g77.f-torture/noncompile/noncompile.exp,
10300         g77.f-torture/noncompile/check0.f: New files.
10301
10302 1998-05-14  Dave Love  <d.love@dl.ac.uk>
10303
10304         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
10305         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
10306         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
10307         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
10308         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
10309         abort where appropriate.
10310
10311 Tue May  5 19:20:13 1998  Michael Meissner  <meissner@cygnus.com>
10312
10313         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
10314         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
10315
10316 1998-04-29  Dave Love  <d.love@dl.ac.uk>
10317
10318         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
10319
10320 1998-04-27  Dave Love  <d.love@dl.ac.uk>
10321
10322         * g77.f-torture/compile/980427-0.f: New test.
10323
10324 1998-04-24  Dave Love  <d.love@dl.ac.uk>
10325
10326         * g77.f-torture/compile/980424-0.f: New test.
10327
10328 1998-04-19  Dave Love  <d.love@dl.ac.uk>
10329
10330         * g77.f-torture/compile/980419-2.f (main): New test.
10331         * g77.f-torture/compile/970125-0.f: New test.
10332         * g77.f-torture/compile/980419-1.f: New test.
10333
10334 Wed Apr  8 13:09:15 1998  Jim Wilson  <wilson@cygnus.com>
10335
10336         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
10337         of loop-4.c.
10338
10339 Tue Apr  7 12:01:24 1998  Jim Wilson  <wilson@cygnus.com>
10340
10341         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
10342
10343 Fri Apr  3 12:27:49 1998  Jim Wilson  <wilson@cygnus.com>
10344
10345         * gcc.c-torture/compile/980329-1.c: New test.
10346
10347 Wed Mar 18 16:22:22 1998  Jim Wilson  <wilson@cygnus.com>
10348
10349         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
10350         * gcc.dg/980312-1.c: Fix typo in -march command.
10351
10352 Mon Mar 16 20:01:30 1998  H.J. Lu  (hjl@gnu.org)
10353
10354         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
10355
10356 Wed Mar 11 13:08:48 1998  Robert Lipe  <robertl@dgii.com>
10357
10358         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
10359         Dave Love agree the Fortran source is bogus.
10360
10361 Wed Mar 11 00:03:49 1998  Robert Lipe  <robertl@dgii.com>
10362
10363         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
10364         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
10365         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
10366         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
10367         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
10368
10369 Tue Mar 10 00:31:51 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
10370
10371         * g++.old-deja/g++.other/friend1.C: New test.
10372
10373 1998-02-18  Dave Love  <d.love@dl.ac.uk>
10374
10375         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
10376         possibly uninitialized) variables and declare dnrm2.
10377
10378 Mon Feb 23 15:16:53 1998  Robert Lipe <robertl@dgii.com>
10379
10380         From Bruno Haible <haible@ilog.fr>:
10381         * gcc.c-torture/execute/980223.c: New test.
10382
10383 Fri Feb 13 00:36:07 1998  Jeffrey A Law  (law@cygnus.com)
10384
10385         * gcc.dg/ifelse-1.c: New test.
10386
10387 Mon Feb  9 02:08:47 1998  H.J. Lu  (hjl@gnu.org)
10388
10389         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
10390
10391           * lib/old-dejagnu.exp (old-dejagnu): Added the
10392           "execution test - XFAIL *-*-*" handling in the spirit of
10393           "excess errors test -". Changed the "execution test fails"
10394           handling to be like "excess errors test fails".
10395           * Update various tests accordingly.
10396
10397 Fri Feb  6 14:30:48 1998  Jim Wilson  <wilson@cygnus.com>
10398
10399         * gcc.c-torture/execute/980205.c: New test.
10400
10401 Sun Jan 18 01:33:59 1998  Jeffrey A Law  (law@cygnus.com)
10402
10403         * lib/c-torture.exp: Look for .x files instead of .cexp files.
10404         * lib/f-torture.exp: Similarly.
10405         * gcc.c-torture: Rename all .cexp files to .x files.
10406
10407 Mon Dec  8 23:55:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
10408
10409         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
10410         (940510-1.c): Removed duplicate.
10411         (971104-1.c): New test.
10412
10413 Tue Nov 25 16:18:51 1997  Kate Hedstrom  (kate@ahab.rutgers.edu)
10414
10415           * lib/f-torture.exp: Improve error and loop detection.
10416
10417 Wed Nov 19 14:27:04 1997  Michael Meissner  <meissner@cygnus.com>
10418
10419         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
10420         use that to size the filler array.
10421
10422 Fri Sep 26 10:50:53 1997  Bob Manson  <manson@charmed.cygnus.com>
10423
10424         * lib/c-torture.exp(c-torture-execute): Fix typo.
10425
10426         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
10427         testcase as the executable name. Keep the executable around if
10428         the test fails.
10429
10430 Fri Sep 19 17:19:53 1997  Bob Manson  <manson@charmed.cygnus.com>
10431
10432         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
10433         changes.  Only test one -g option, and move it to the end of the
10434         list of options to test.
10435
10436 Fri Sep 19 17:58:00 1997  Michael Meissner  <meissner@cygnus.com>
10437
10438         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
10439         variable GCC_TORTURE_OPTIONS to supply default switches separated
10440         by colons.  If no environment variable, run tests with -O0 -g, -O1
10441         -g, and -O2 -g as well.
10442
10443 Wed Sep 17 10:12:26 1997  Bob Manson  <manson@charmed.cygnus.com>
10444
10445         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
10446         explanatory comments. Fix indentation.
10447
10448 Mon Sep 15 00:36:53 1997  Jeffrey A Law  (law@cygnus.com)
10449
10450         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
10451
10452 Thu Sep 11 13:54:47 1997  Jeffrey A Law  (law@cygnus.com)
10453
10454         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
10455         * g++.old-deja/g++.mike/p7325.C: Likewise.
10456         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
10457
10458 Thu Sep 11 10:00:03 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
10459
10460         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
10461         * g++.old-deja/g++.brendan/crash30.C: Likewise.
10462         * g++.old-deja/g++.brendan/crash39.C: Likewise.
10463         * g++.old-deja/g++.law/operators4.C: Likewise.
10464
10465 Thu Sep 11 09:53:40 1997  Joe Buck  (jbuck@synopsys.com)
10466
10467         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
10468         * g++.old-deja/g++.mike/p784.C: Ditto.
10469         * g++.old-deja/g++.mike/p785.C: Ditto.
10470
10471 Fri Sep  5 00:21:42 1997  Jeffrey A Law  (law@cygnus.com)
10472
10473           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
10474
10475 Wed Sep  3 17:29:35 1997  Bob Manson  <manson@charmed.cygnus.com>
10476
10477         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
10478         target feature; pass this to c-torture-execute as needed.
10479
10480 Wed Sep  3 17:15:00 1997  Bob Manson  <manson@charmed.cygnus.com>
10481
10482         * lib/c-torture.exp(c-torture-execute): If the previous and the
10483         current executables being tested are identical, we don't need to
10484         run the executable again. Try to make the executable names
10485         unique. Add an optional argument for passing additional compiler
10486         flags.
10487
10488 Tue Sep  2 16:34:31 1997  Doug Evans  <dje@canuck.cygnus.com>
10489
10490         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
10491
10492 Fri Aug 29 12:48:09 1997  Jeffrey A Law  (law@cygnus.com)
10493
10494         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
10495
10496 Thu Jul 31 12:17:24 1997  Jeffrey A Law  (law@cygnus.com)
10497
10498         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
10499         32bit or larger longs.
10500
10501         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
10502         have either a 32bit long or 32bit int.
10503
10504 Tue Jul 29 00:40:38 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
10505
10506         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
10507         Make double precision tests dependent on sizeof (double).
10508
10509 Wed Jul  9 15:15:40 1997  Bob Manson  <manson@charmed.cygnus.com>
10510
10511         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
10512         too.
10513
10514 Tue Jun 17 22:11:16 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
10515
10516         * gcc.c-torture/compile/961203-1.cexp: New script.
10517
10518 Mon Jun 16 15:27:06 1997  Bob Manson  <manson@charmed.cygnus.com>
10519
10520         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
10521         up the includes ourselves.
10522
10523 Wed Jun 11 17:33:21 1997  Bob Manson  <manson@charmed.cygnus.com>
10524
10525         * lib/plumhall.exp: Remove random include, and add a few
10526         verbose messages for debugging.
10527
10528 Fri Jun  6 14:23:24 1997  Bob Manson  <manson@charmed.cygnus.com>
10529
10530         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
10531         of trying to do it ourselves.
10532
10533 Wed Jun  4 03:38:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
10534
10535         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
10536
10537 Wed Jun  4 18:43:55 1997  Bob Manson  <manson@charmed.cygnus.com>
10538
10539         * gcc.prms/5403.c: Made regexp a bit less strict.
10540
10541 Tue Jun  3 15:12:39 1997  Bob Manson  <manson@charmed.cygnus.com>
10542
10543         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
10544         is returned from remote_load instead.
10545         * lib/plumhall.exp: Ditto.
10546         * lib/mike-g++.exp: Ditto.
10547         * lib/old-dejagnu.exp: Ditto.
10548         * lib/c-torture.exp: Ditto.
10549
10550 Fri May 30 23:15:15 1997  Bob Manson  <manson@charmed.cygnus.com>
10551
10552         * lib/g++.exp: Use build_wrapper procedure.
10553         * lib/gcc.exp: Ditto.
10554
10555 Tue May 20 15:23:27 1997  Jeffrey A Law  (law@cygnus.com)
10556
10557         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
10558         an old-style decl for malloc.  Fixes tests to work when
10559         sizeof (int) != sizeof (size_t).
10560
10561 Thu May 15 14:00:04 1997  Mike Meissner  <meissner@cygnus.com>
10562
10563         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
10564
10565         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
10566         use stdargs.h interface.
10567
10568 Thu May 15 14:10:39 1997  Mike Meissner  <meissner@cygnus.com>
10569
10570         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
10571         NO_VARARGS when compiling.
10572
10573 Thu May  1 14:49:19 1997  Bob Manson  <manson@charmed.cygnus.com>
10574
10575         * lib/plumhall.exp(ph_includes): New procedure.
10576         (ph_make): Use it.
10577         (ph_compiler): Ditto.
10578
10579         * lib/g++.exp: Rename test-glue.c to testglue.c.
10580         * lib/gcc.exp: Ditto.
10581
10582 Thu Apr 10 14:50:26 1997  Bob Manson  <manson@charmed.cygnus.com>
10583
10584         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
10585         to completion when it's called.
10586
10587 Fri Mar 21 16:34:52 1997  Michael Meissner  <meissner@cygnus.com>
10588
10589         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
10590         is defined, don't do test.
10591
10592 Thu Mar 20 09:50:32 1997  Doug Evans  <dje@canuck.cygnus.com>
10593
10594         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
10595         for object files.
10596         (ph_summary): Mark skipped testcases as untested, not unresolved.
10597
10598         * lib/plumhall.exp (ph_make): If unresolved because of bad
10599         errorCode, record errorCode in log file.
10600         (*): Replace send_log/verbose with verbose -log.
10601
10602 Wed Mar 19 13:06:26 1997  Michael Meissner  <meissner@cygnus.com>
10603
10604         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
10605         double conversion if double isn't at least 8 bytes.
10606
10607         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
10608         int to work with targets where int is 16 bits.
10609
10610         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
10611         8 bytes, just exit, since 4 byte doubles don't have enough bits of
10612         precision for the test to complete.
10613
10614 Fri Mar 14 17:51:02 1997  Michael Meissner  <meissner@cygnus.com>
10615
10616         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
10617         if d10v is not compiled with the -mdouble64 flag.
10618         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
10619
10620         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
10621         d10v is not compiled with the -mint32 flag.
10622
10623 Thu Mar 13 16:09:28 1997  Bob Manson  <manson@charmed.cygnus.com>
10624
10625         * lib/plumhall.exp: Use incr_count.
10626
10627 Wed Mar 12 10:01:33 1997  Jeffrey A Law  (law@cygnus.com)
10628
10629         * gcc.c-torture: Update to c-torture-1.45.
10630
10631 Sun Feb 23 18:12:04 1997  Bob Manson  <manson@charmed.cygnus.com>
10632
10633         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
10634         the name of the expect testcase file).
10635
10636         * lib/g++.exp(g++_init): Ditto.
10637
10638 Thu Feb 20 13:53:05 1997  Bob Manson  <manson@charmed.cygnus.com>
10639
10640         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
10641         the host.
10642
10643         * lib/gcc.exp(gcc_exit): New procedure.
10644
10645 Wed Feb 19 15:16:16 1997  Bob Manson  <manson@charmed.cygnus.com>
10646
10647         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
10648         specs where appropriate.
10649
10650         * g++.old-deja/g++.arm/*: Added additional ERROR checks
10651         because of new "candidates are" messages, and removed a few
10652
10653         * Converted all non-old-style g++ testcases to old-style, and
10654         moved into g++.old-deja.
10655
10656 Fri Feb 14 11:46:46 1997  Bob Manson  <manson@charmed.cygnus.com>
10657
10658         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
10659         options.
10660
10661         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
10662         succeeded.
10663
10664         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
10665
10666 Thu Feb 13 17:30:46 1997  Michael Meissner  <meissner@cygnus.com>
10667
10668         * lib/gcc.exp (gcc_target_compile): Add support for defining
10669         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
10670         the machine doesn't have those features.
10671
10672 Tue Feb 11 12:57:11 1997  Bob Manson  <manson@charmed.cygnus.com>
10673
10674         * g++.law/operators4.exp: Don't use LIBS.
10675
10676 Sat Feb  8 14:45:55 1997  Bob Manson  <manson@charmed.cygnus.com>
10677
10678         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
10679
10680         * lib/mike-g++.exp: Don't set the compiler to be tested here.
10681         * lib/g++.exp: Set it here instead. Also, allow use of the
10682         --tool_exec and --tool_opt options. Change CXX to
10683         GXX_UNDER_TEST.
10684
10685         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
10686
10687         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
10688
10689 Fri Feb  7 12:55:45 1997  Bob Manson  <manson@charmed.cygnus.com>
10690
10691         * lib/old-dejagnu.exp: Use prune_warnings instead of
10692         prune_system_crud.
10693         * lib/mike-g++.exp: Ditto.
10694         * lib/gcc.exp: Ditto.
10695         * lib/g++.exp: Ditto.
10696
10697         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
10698
10699 Fri Feb  7 10:41:53 1997  Jeffrey A Law  (law@cygnus.com)
10700
10701           * 941014-2.c: Include stdlib.h
10702           * 960327-1.c: Include stdio.h
10703           * dbra.c, index-1.c: Don't assume ints are 32bits.
10704
10705 Tue Feb  4 12:51:09 1997  Bob Manson  <manson@charmed.cygnus.com>
10706
10707         * lib/gcc.exp: Add gcc,stack_size target feature.
10708
10709         * lib/g++.exp(g++_target_compile): Add the include and link
10710         paths here, not in two other places. And, it's $options, not
10711         options.
10712
10713         * lib/mike-g++.exp(postbase): Remove the code that determines
10714         the correct include and link paths.
10715         * g++.old-deja/old-deja.exp: Ditto.
10716
10717 Mon Feb  3 19:00:07 1997  Bob Manson  <manson@charmed.cygnus.com>
10718
10719         * lib/g++.exp(g++_init): target_compile no longer returns the
10720         filename of the result.
10721
10722 Sun Feb  2 14:42:34 1997  Bob Manson  <manson@charmed.cygnus.com>
10723
10724         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
10725         call to glob.
10726
10727         * gcc.c-torture/special/special.exp: Change call to
10728         gcc_target_compile to include the object file.
10729
10730 Sun Feb  2 17:11:50 1997  Ian Lance Taylor  <ian@cygnus.com>
10731
10732         * gcc.c-torture/special/special.exp: Correct misspelling in last
10733         change.
10734
10735 Sat Feb  1 12:34:23 1997  Bob Manson  <manson@charmed.cygnus.com>
10736
10737         * lib/plumhall.exp(ph_summary): Log the entire output of the
10738         executable. Return -1 if there were any failures, 0 otherwise.
10739         (ph_execute): Return -1 if there were any failures, 0 otherwise.
10740         (ph_make): Clean up objects and executables that were built
10741         if the tests succeeded.
10742
10743 Thu Jan 30 13:45:56 1997  Bob Manson  <manson@charmed.cygnus.com>
10744
10745         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
10746         libraries and includes in the build tree as appropriate.
10747
10748 Wed Jan 29 17:19:34 1997  Bob Manson  <manson@charmed.cygnus.com>
10749
10750         * lib/c-torture.exp: Instead of looking for the global variable
10751         NO_LONG_LONG, check to see if that's a feature of the target.
10752
10753 Wed Jan 29 00:36:25 1997  Bob Manson  <manson@charmed.cygnus.com>
10754
10755         * config/default.exp: Minimize. Delete the remainer of the files in
10756         config; this functionality is now in devo/dejagnu/config.
10757
10758         g++.*/*: Pass any additional flags used to compile to postbase;
10759         delete CXXFLAGS.
10760
10761         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
10762         is now done by runtest.exp. Use gcc_target_compile instead of
10763         compile.
10764
10765         lib/c-torture.exp: Use gcc_target_compile instead of compile.
10766         Remove references to CFLAGS. Use remote_file instead of
10767         calling rm -f.
10768         (c-torture): Take a list of arguments to use to compile this
10769         testcase.
10770
10771         lib/g++.exp: Simplify. Use target_compile instead of compile.
10772         lib/gcc-dg.exp: Ditto.
10773         lib/gcc.exp: Ditto.
10774         lib/mike-{gcc,g++}.exp: Ditto.
10775         lib/old-dejagnu.exp: Ditto.
10776         lib/plumhall.exp: Ditto.
10777
10778 Wed Jan  8 14:43:07 1997  Jim Wilson  <wilson@cygnus.com>
10779
10780         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
10781         (ph_linker): Likewise.
10782
10783 Wed Nov 13 16:04:19 1996  Joern Rennecke <amylaar@cygnus.com>
10784
10785           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
10786         MAP_ANON / MAP_ANONYMOUS if defined;
10787         else try to map from /dev/zero .
10788
10789 Tue Nov 12 23:30:12 1996  Jeffrey A Law  (law@cygnus.com)
10790
10791         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
10792         isn't defined, then define it to MAP_ANONYMOUS.
10793
10794 Tue Nov 12 11:57:49 1996  Jeffrey A Law  (law@cygnus.com)
10795
10796         * gcc.c-torture: Update to c-torture-1.42 release.
10797
10798 Mon Nov 11 12:45:31 1996  Jeffrey A Law  (law@cygnus.com)
10799
10800         * gcc.c-torture: Update to c-torture-1.41 release.
10801
10802 Sun Oct 27 18:56:18 1996  Jeffrey A Law  (law@cygnus.com)
10803
10804         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
10805         c-torture release.
10806
10807 Thu Aug 15 11:09:36 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10808
10809         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
10810         and LDFLAGS.  Fix second case to append the target_info ldflags
10811         onto LDFLAGS, not CFLAGS.
10812         * lib/g++.exp (g++_init): Add target_info stuff.
10813         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
10814         of libgloss and newlib flags for !native.
10815
10816         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
10817         (GDB): Fix relative path to go up another dir for finding gdb.
10818
10819 Thu Aug  8 17:03:27 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
10820
10821         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
10822         versions in the target_info array, if they don't exist.
10823
10824 Fri Aug  2 15:39:03 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10825
10826         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
10827
10828 Mon Jul  8 15:45:58 1996  Jim Wilson  <wilson@cygnus.com>
10829
10830         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
10831         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
10832
10833 Mon Jul  1 15:53:00 1996  Bob Manson  <manson@charmed.cygnus.com>
10834
10835         * lib/old-dejagnu.exp: Don't remove the output file before we've
10836         actually tested it. Don't append pwd to the path of the executable
10837         we're testing.
10838
10839 Sun Jun 30 14:37:50 1996  Doug Evans  <dje@canuck.cygnus.com>
10840
10841         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
10842
10843 Wed Jun 26 14:15:55 1996  Bob Manson  <manson@charmed.cygnus.com>
10844
10845         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
10846         temporary directory for compiler files, and set it to a default
10847         value of /tmp. Set $output as the name of the output file from
10848         compiling the testcase. Add a -o option to $cflags_var so the
10849         compiler writes the final output file as $output. Set $executable
10850         to $output.
10851
10852         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
10853         directory for compiler files, and set it to /tmp if it doesn't
10854         already have a value. Set $output_file to the name of the output
10855         file from compiling the testcase. Add a -o option to CXXFLAGS so
10856         the compiler writes the final output file as $output. Use $output
10857         as the executable to be tested.
10858
10859 Mon Jun 24 17:12:16 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10860
10861         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
10862
10863 Sat Jun  8 15:12:24 1996  Jeffrey A Law  (law@cygnus.com)
10864
10865         * gcc.c-torture/execute/pending-1.c: New test.  Still
10866         pending in Tege's queue.
10867
10868 Wed Apr 24 18:13:45 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
10869
10870         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
10871         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
10872         if there were failures.  Call unresolved if there were unresolved
10873         testcases.  Call gcc_fail if program did not run to completion.
10874         (ph_make): Pass additional argument name to ph_execute.
10875         (ph_execute): Add new argument.  Pass additional arguments to
10876         ph_summary.  Call gcc_fail is there is no execution output.
10877
10878 Wed Apr 24 13:39:23 1996  Jeffrey A Law  (law@cygnus.com)
10879
10880         * lib/plumhall.exp (proc_summary): Output relavent summary
10881         lines into the log so specific failures in plumhall can be
10882         investigated.
10883
10884 Wed Apr 10 13:23:45 1996  Jeffrey A Law  (law@cygnus.com)
10885
10886         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
10887         (c-torture-execute): Don't try to execute tests which use
10888         "long long" types if $NO_LONG_LONG is nonzero.
10889
10890 Mon Apr  8 08:52:29 1996  Doug Evans  <dje@canuck.cygnus.com>
10891
10892         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
10893         not c-torture.
10894
10895         * gcc.ieee: Move from here.
10896         * gcc.c-torture/execute/ieee: To here.
10897
10898 Tue Mar 26 23:41:18 1996  Jeffrey A Law  (law@cygnus.com)
10899
10900         * gcc.c-torture: Update to c-torture-1.41 release.
10901
10902 Fri Mar 22 15:49:24 1996  Jeffrey A Law  (law@cygnus.com)
10903
10904         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
10905         not "$output".
10906
10907 Thu Mar  7 12:37:08 1996  Doug Evans  <dje@charmed.cygnus.com>
10908
10909         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
10910         -c present.
10911
10912 Sat Mar  2 22:36:37 1996  Jeffrey A Law  (law@cygnus.com)
10913
10914         * config/proelf.exp: Handle connecting to a simulator.
10915
10916 Wed Jan 31 00:58:15 1996  Jeffrey A Law  (law@cygnus.com)
10917
10918         * config/proelf.exp: New file.  Enough framework that we can
10919         run c-torture tests on the proelf targets (or any other target
10920         that gdb can connect to for that matter).
10921
10922 Mon Jan 29 08:57:46 1996  Doug Evans  <dje@canuck.cygnus.com>
10923
10924         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
10925         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
10926
10927         * lib/plumhall.exp (ph_execute): Always call ph_summary if
10928         exec_output exists.
10929
10930 Sun Jan 28 11:28:43 1996  Doug Evans  <dje@charmed.cygnus.com>
10931
10932         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
10933         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
10934
10935         * config/*.exp: Update FSF address.  Change result of ${tool}_load
10936         to pass/fail/unresolved/unsupported/untested.  Caller must now
10937         call unresolved/unsupported/untested.
10938         * lib/*.exp: Update FSF address.  Update to handle new results of
10939         ${tool}_load.
10940         * lib/chill.exp (verbose): Delete.
10941
10942 Sat Jan 27 12:28:07 1996  Doug Evans  <dje@charmed.cygnus.com>
10943
10944         * lib/gcc.exp (default_gcc_start): Change order of args to
10945         $LDFLAGS $CFLAGS $LIBS.
10946         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
10947         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
10948         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
10949         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
10950         * gcc.misc-tests/dg-test.exp: Likewise.
10951         * gcc.misc-tests/msgs.exp: Likewise.
10952         * gcc.prms/prms.exp: Likewise.
10953         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
10954         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
10955
10956         * lib/dg.exp: Deleted, moved to dejagnu/lib.
10957
10958 Wed Jan 24 18:37:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10959
10960         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
10961
10962         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
10963         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
10964
10965         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
10966         necessary.
10967
10968 Sat Jan 20 17:22:08 1996  Brendan Kehoe  <brendan@cygnus.com>
10969
10970         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
10971         global for loop; add use of $mathlib.
10972         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
10973         settings here; set mathlib for anything but VxWorks.
10974
10975 Mon Jan 22 16:31:57 1996  Jeffrey A Law  (law@cygnus.com)
10976
10977         * gcc.c-torture: Update to c-torture-1.40 release.
10978
10979 Wed Jan  3 00:54:33 1996  Jeffrey A Law  (law@cygnus.com)
10980
10981         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
10982         dg.exp.
10983
10984 Sun Dec  3 16:17:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
10985
10986         * lib/c-torture.exp (c-torture-execute): Declare "output" as
10987         global.
10988
10989 Fri Nov 17 20:01:19 1995  Doug Evans  <dje@canuck.cygnus.com>
10990
10991         * lib/g++.exp (LIBS): Define if not already.
10992         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
10993         (gcc-dg-prune): Call prune_gcc_output.
10994         * lib/gcc.exp (prune_gcc_output): New proc.
10995         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
10996         prune_gcc_output.
10997
10998 Thu Nov 16 09:15:40 1995  Doug Evans  <dje@canuck.cygnus.com>
10999
11000         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
11001         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
11002
11003 Wed Nov 15 23:04:36 1995  Jeffrey A Law  (law@cygnus.com)
11004
11005         * gcc.c-torture: Update to c-torture-1.39 release.
11006
11007 Sat Nov  4 12:52:05 1995  Doug Evans  <dje@canuck.cygnus.com>
11008
11009         * lib/c-torture.exp (c-torture-execute): Don't return if one option
11010         fails, try others as well.
11011
11012 Thu Nov  2 09:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11013
11014         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
11015         If compilation fails, mark execute tests as `untested'.
11016         If test is marked as unsupported, don't mark compilation and
11017         execute tests as failed.
11018
11019 Wed Oct 25 20:57:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11020
11021         * lib/g++.exp (g++_init): Don't link in libg++, and look to
11022         libstdc++ for whether or not we want to be doing shared
11023         libraries.  Delete link_curses since we don't need it anymore.
11024         * lib/mike-g++.exp (postbase): Don't link in libg++.
11025         * g++.old-deja/old-deja.exp: Likewise.
11026
11027 Mon Oct 23 13:05:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11028
11029         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
11030
11031 Tue Oct 17 15:24:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11032
11033         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
11034         For that, add `-Wl,-a,shared_archive'.
11035         * g++.old-deja/old-deja.exp: Likewise.
11036
11037 Tue Oct 17 13:09:06 1995  Doug Evans  <dje@canuck.cygnus.com>
11038
11039         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
11040
11041 Mon Oct 16 23:13:32 1995  Brendan Kehoe  <brendan@cygnus.com>
11042
11043         * lib/mike-g++.exp (postbase): Pay attention to the status of
11044         g++_load.
11045
11046 Mon Oct 16 19:28:32 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11047
11048           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
11049
11050 Mon Oct 16 13:48:58 1995  Doug Evans  <dje@canuck.cygnus.com>
11051
11052         * lib/gcc.exp (default_gcc_start): No longer need to log program
11053         being executed or its output, execute_anywhere does that now.
11054         * lib/g++.exp (default_g++_version): Call execute_anywhere.
11055         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
11056
11057 Thu Oct 12 10:34:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11058
11059         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
11060         the same as those in lib/g++.exp.
11061
11062 Tue Oct 10 13:47:27 1995  Jeff Law  (law@hurl.cygnus.com)
11063
11064         * gcc.c-torture: Update to c-torture-1.38 release.
11065         * gcc.ieee: Related changes.
11066
11067 Fri Oct  6 12:39:17 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11068
11069         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
11070         "exec". Minor reformatting changes.
11071
11072         * config/rom68k.exp (${tool}_load): Make it work in a canadian
11073         cross. This means all "exec" calls now work on a remote host as
11074         well.
11075         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
11076         cross. Filter out the extra "\r\n" stuff that expect puts in.
11077         (c-torture-execute): Filter out the bogus warnings like
11078         c-torture-compile does. Add support for canadian cross.
11079         * lib/gcc.exp (default_gcc_version, default_gcc_start)
11080         Use execute_anywhere rather than calling exec directly. Now it
11081         works for canadian cross testing.
11082
11083 Thu Oct  5 10:06:45 1995  Brendan Kehoe  <brendan@rtl.cygnus.com>
11084
11085         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
11086         results into a variable, and check that rather than using file exists.
11087
11088 Wed Oct  4 16:31:02 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11089
11090         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
11091         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
11092
11093 Tue Sep 26 10:15:14 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11094
11095         * g++.old-deja/old-deja.exp: Create and pass runshlib and
11096         lib_curses if there's a shared libg++ in the build tree.
11097
11098 Fri Sep 22 10:47:24 1995  Doug Evans  <dje@canuck.cygnus.com>
11099
11100         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
11101         if not supported target.
11102
11103 Fri Sep 22 09:22:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11104
11105         * lib/g++.exp (g++_init): Move empty setting of runshlib and
11106         link_curses up to always happen, not just for native builds.
11107
11108 Thu Sep 21 10:23:32 1995  Jeff Law  (law@snake.cs.utah.edu)
11109
11110         * gcc.c-torture: Update to c-torture-1.36 release.
11111         * gcc.failure: Related changes.
11112
11113 Wed Sep 20 10:56:26 1995  Doug Evans  <dje@canuck.cygnus.com>
11114
11115         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
11116
11117 Tue Sep 19 17:26:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11118
11119         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
11120         * lib/mike-g++.exp (postbase): Not in here.  Still reference
11121         runshlib, link_curses, and mathlib for link and run.
11122
11123         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
11124         pass the runtime shared library options for Solaris, OSF/1, and
11125         Irix5, and link with -lcurses to avoid unresolved references.
11126
11127 Wed Sep 13 15:28:10 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11128
11129         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
11130         only run once.
11131
11132 Wed Sep 13 10:51:52 1995  Doug Evans  <dje@canuck.cygnus.com>
11133
11134         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
11135
11136 Mon Sep 11 11:02:03 1995  Jeff Law  (law@snake.cs.utah.edu)
11137
11138         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
11139         do not have a framework for the "compat" tests yet.
11140
11141 Sat Sep  9 16:15:20 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11142
11143         * lib/mike-g++.exp (postbase): New local variable `mathlib',
11144         set to null if we're testing vxworks5.1.  Use that instead of
11145         `-lm' in the setting of LIBS for link and run.
11146
11147 Fri Sep  8 13:53:38 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11148
11149         * config/rom68k.exp (${tool}_load): Major changes to make it
11150         work.  Verified that it does in fact return the stuff in
11151         exec_output properly.  Catch any Emul or any TRAP other than 0.
11152
11153 Thu Sep  7 23:04:06 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11154
11155         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
11156         LDFLAGS properly for targets that need stuff from libgloss.
11157         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
11158         only run once.
11159         (gpp_initialized): New variable.
11160
11161 Wed Sep  6 21:56:13 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11162
11163         * config/rom68k.exp: Load libgloss.exp.
11164         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
11165         so we can produce a fully linked binary.
11166         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
11167         so we can produce a fully linked binary.
11168
11169 Sun Sep  3 13:25:26 1995  Doug Evans  <dje@canuck.cygnus.com>
11170
11171         * lib/plumhall.exp (ph_section): Watch for expected failures.
11172         Add missing `else'.
11173
11174         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
11175         run the testcase.
11176         (c-torture): Likewise.
11177
11178 Mon Aug 28 11:23:38 1995  Doug Evans  <dje@cygnus.com>
11179
11180         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
11181
11182         * lib/mike-g++.exp (mike_cleanup): New proc.
11183         (prebase): New globals compiler_result, not_compiler_result,
11184         target_regexp.
11185         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
11186         allow leading "-" in pattern.  Watch for unsupported tests.
11187         If $compiler_result is set, pattern match assembler code,
11188         and ditto for $not_compiler_result.
11189         * lib/mike-gcc.exp: Likewise.
11190
11191         * lib/plumhall.exp (ph_execute): Only call ph_summary if
11192         execution "succeeded".
11193
11194 Mon Aug 14 14:03:53 1995  Doug Evans  <dje@canuck.cygnus.com>
11195
11196         * config/win32.exp: New file.
11197         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
11198
11199 Fri Aug  4 15:39:54 1995  Doug Evans  <dje@canuck.cygnus.com>
11200
11201         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
11202         unsupported.
11203         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
11204         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
11205         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
11206
11207         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
11208         "... without exceptions was ...".  That is now handled by
11209         prune_system_crud.
11210         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
11211
11212 Tue Aug  1 11:09:33 1995  Doug Evans  <dje@canuck.cygnus.com>
11213
11214         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
11215         sieve.c,sort2.c}: New files.
11216         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
11217         sieve.exp,sort2.exp}: Drivers for them.
11218
11219         * lib/mike-gcc.exp (program_output): New user settable variable.
11220         (postbase): Call prune_system_crud.  Also prune extraneous compiler
11221         messages.
11222         * lib/mike-g++.exp (program_output): New user settable variable.
11223
11224         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
11225
11226         * config/sh.exp: Deleted (use sim.exp instead).
11227
11228 Fri Jul 28 11:33:46 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11229
11230         * config/vx.exp: Declare CHECKTASK as global.
11231         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
11232         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
11233         * lib/old-dejagnu.exp: Load [pwd]/$executable.
11234
11235 Wed Jul 26 19:45:39 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11236
11237         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
11238         target. Like vx.exp, only includes `vx29k.exp' instead of
11239         `vxworks.exp'.
11240
11241 Sun Jul 23 17:38:52 1995  Ian Lance Taylor  <ian@cygnus.com>
11242
11243         * config/sim.exp: Increase time limit from 120 seconds to 240.
11244
11245 Thu Jul  6 11:07:38 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11246
11247         * gcc.c-torture/execute/950628-1.c: New test.
11248
11249 Sat Jun 10 18:51:41 1995  Jeff Law  (law@snake.cs.utah.edu)
11250
11251         * gcc.c-torture: Update with changes/additions from
11252         c-torture-1.34.
11253
11254 Mon Jun  5 17:58:07 1995  Doug Evans  <dje@canuck.cygnus.com>
11255
11256         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
11257
11258 Sun Jun  4 05:13:57 1995  Jeff Law  (law@snake.cs.utah.edu)
11259
11260         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
11261
11262 Thu Jun  1 00:06:19 1995  Jeff Law  (law@snake.cs.utah.edu)
11263
11264         * gcc.c-torture/compile/950512-1.c: New test.
11265         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
11266         * gcc.dg/struct-ret-1.c: Likewise.
11267
11268 Wed May 31 14:25:13 1995  Doug Evans  <dje@canuck.cygnus.com>
11269
11270         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
11271           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
11272
11273 Tue May 30 11:19:54 1995  Doug Evans  <dje@canuck.cygnus.com>
11274
11275         * gcc.c-torture/special/920411-1.c: Deleted.
11276         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
11277
11278 Mon May 22 16:55:11 1995  Doug Evans  <dje@chestnut.cygnus.com>
11279
11280         * config/sim.exp (${tool}_load): Hack in call to bash to get a
11281         cpu limit.
11282
11283 Fri May 12 18:57:54 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
11284
11285         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
11286
11287 Thu May  4 14:23:54 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
11288
11289         From kenner;
11290         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
11291         is the proper length.
11292         * va-arg-3.c: Likewise.
11293
11294 Sun Apr 30 16:02:59 1995  Doug Evans  <dje@canuck.cygnus.com>
11295
11296         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
11297         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
11298
11299         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
11300         * lib/g++.exp (default_g++_start): Delete old cruft.
11301
11302 Tue Apr 25 17:20:18 1995  Torbjorn Granlund  <tege@cygnus.com>
11303
11304         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
11305         (2 * (1 << 18)) to (2 * (1 << 17)).
11306
11307         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
11308
11309 Thu Apr 20 12:21:13 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11310
11311         * config/rom68k.exp: Renamed from config/idp.exp
11312
11313 Tue Apr 18 13:33:26 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
11314
11315         * c-torture/compile/921109-2.c
11316
11317 Tue Apr 18 10:45:12 1995  Mike Stump  <mrs@cygnus.com>
11318
11319         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
11320         excess errors.
11321
11322 Sat Apr 15 11:16:58 1995  Doug Evans  <dje@chestnut.cygnus.com>
11323
11324         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
11325         output.
11326         * lib/g++.exp (default_g++_start): Likewise.
11327
11328 Wed Mar 29 16:34:03 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
11329
11330         * gcc.c-torture/compile/950329-1.c: New test.
11331
11332 Tue Mar 28 16:10:33 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11333
11334           * config/bug.exp (${tool}_load): Updated to use new remote_open
11335           and remote_close procs.
11336         * config/idp.exp: New file.
11337
11338 Wed Mar 22 15:01:58 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
11339
11340         * gcc.c-torture/execute/950322-1.c: New test.
11341
11342 Tue Mar 21 21:24:49 1995  Doug Evans  <dje@canuck.cygnus.com>
11343
11344         * config/vx.exp (${tool}_load): Clean up testing of return code from
11345         vxworks_ld and vxworks_spawn.
11346
11347 Tue Mar 21 17:01:42 1995  Doug Evans  <dje@deneb.cygnus.com>
11348
11349         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
11350
11351 Mon Mar 13 14:49:42 1995  Mike Stump  <mrs@cygnus.com>
11352
11353         * lib/old-deja.exp: Add `excess errors test - ' error, now one
11354         can mark excess errors on a machine by machine basis.  Note, the
11355         default is to not expect any excess errors, even when excess
11356         errors test - is given, so you will want to put an XFAIL ... on
11357         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
11358         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
11359         those 4 machines, but no others.
11360
11361 Fri Mar 10 12:33:04 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11362
11363         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
11364         * lib/c-torture.exp: to here.
11365
11366 Fri Mar 10 10:38:15 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
11367
11368         * gcc.c-torture/execute/950221-1.c: New test.
11369         * gcc.c-torture/execute/struct-ret-1.c: New test.
11370         * gcc.c-torture/compile/950221-1.c: New test.
11371
11372         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
11373
11374 Fri Mar  3 16:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11375
11376         * gcc.c-torture/execute/arith-1.c (main): Return 0.
11377         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
11378
11379 Wed Mar  1 02:08:29 1995  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
11380
11381         * g++.gb: New directory of tests, derived from my signature and
11382         class scoping tests.
11383
11384         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
11385         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
11386         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
11387         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
11388         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
11389         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
11390         * g++.gb/sig25.C: Likewise.
11391
11392         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
11393         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
11394         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
11395         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
11396         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
11397         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
11398         * g++.gb/sig25.exp: Likewise.
11399
11400         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
11401         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
11402         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
11403         * g++.gb/scope13.C: Likewise, this test still fails.
11404
11405         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
11406         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
11407         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
11408         * g++.gb/scope13.exp: Ditto.
11409
11410         * g++.gb/README: New file, explains what these tests are about.
11411
11412 Tue Feb 28 10:37:52 1995  Doug Evans  <dje@canuck.cygnus.com>
11413
11414         * lib/dg.exp (dg-do): Support `preprocess'.
11415         (dg-test): Likewise.
11416
11417 Mon Feb 13 15:18:10 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11418
11419         * config/udi.exp: change "continue -expect" to "exp_continue".
11420
11421 Sat Feb 11 00:25:20 1995  Torbjorn Granlund  (tege@tiny.cygnus.com)
11422
11423         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
11424         Delete redundant tests.
11425
11426         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
11427         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
11428         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
11429         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
11430         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
11431         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
11432         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
11433         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
11434
11435         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
11436         storing label pointers.
11437         * gcc.c-torture/execute/921019-1.c: Likewise.
11438         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
11439         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
11440         parameter fp.
11441         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
11442         constants.
11443
11444         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
11445         Delete obsolete tests.
11446
11447         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
11448         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
11449         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
11450         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
11451         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
11452         * gcc.c-torture/compile/950124-1.c: New test.
11453
11454         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
11455
11456 Wed Feb  8 15:30:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11457
11458         * lib/mike-g++.exp: Add -lm to LIBS.
11459
11460 Tue Feb  7 17:09:50 1995  Doug Evans  <dje@canuck.cygnus.com>
11461
11462         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
11463
11464 Mon Jan 30 14:33:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11465
11466         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
11467
11468 Thu Jan 12 16:41:34 1995  Doug Evans  <dje@canuck.cygnus.com>
11469
11470         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
11471
11472 Mon Jan  2 11:50:10 1995  Jeff Law  (law@snake.cs.utah.edu)
11473
11474         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
11475         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
11476         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
11477         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
11478         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
11479         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
11480         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
11481         * g++.law/{operators31.C, operators32.C,
11482         * g++.law/{operators33.C, operators34.C}: Likewise.
11483         * g++.law/{pic1.C, refs2.C}: Likewise.
11484         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
11485         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
11486         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
11487         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
11488
11489         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
11490         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
11491         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
11492         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
11493         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
11494         * g++.law/{enum9.exp, friend5.exp}: Likewise.
11495         * g++.law/{nest3.exp, nest4.exp}: Likewise.
11496         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
11497         * g++.law/{operators30.exp, operators31.exp}: Likewise.
11498         * g++.law/{operators32.exp, operators33.exp}: Likewise.
11499         * g++.law/{operators34.exp}: Likewise.
11500         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
11501         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
11502         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
11503         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
11504         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
11505
11506         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
11507         No longer expected to fail.
11508         * g++.law/missed-error3.C: Tweak for recent bool changes.
11509
11510 Sun Dec  4 20:54:33 1994  Doug Evans  <dje@canuck.cygnus.com>
11511
11512         * config/emb-unix: Deleted.
11513         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
11514         remote execution.  Do final link on remote host if REMOTE_LINK is set.
11515
11516 Thu Dec  1 08:43:05 1994  Doug Evans  <dje@canuck.cygnus.com>
11517
11518         * lib/dg.exp (dg-test): Fix typo in last patch.
11519
11520 Wed Nov 30 13:25:32 1994  Doug Evans  <dje@canuck.cygnus.com>
11521
11522         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
11523         (handles multiple occurrences).
11524
11525 Thu Nov 24 19:48:38 1994  Doug Evans  <dje@canuck.cygnus.com>
11526
11527         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
11528         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
11529         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
11530         printed).
11531         * lib/c-torture.exp (c-torture-compile): Likewise.
11532         (c-torture): Prepend full path if missing.
11533         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
11534         (gcc_fail): Likewise.
11535         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
11536
11537 Wed Nov 23 13:56:00 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
11538
11539         * lib/netware.exp: Only attach to NetWare i386 systems.
11540
11541 Wed Nov 16 11:27:00 1994  Doug Evans  <dje@canuck.cygnus.com>
11542
11543         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
11544         messages.  Add test name to "output pattern match" pass/fail message.
11545
11546 Sat Nov 12 22:11:52 1994  Doug Evans  <dje@canuck.cygnus.com>
11547
11548         * gcc.dg: New testsuite.
11549         * gcc.dg/dg.exp: New file.
11550
11551         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
11552         test-switch.c}: Deleted.
11553
11554         * gcc.misc-tests/msgs.exp: New testcase driver.
11555
11556 Wed Nov  9 14:23:09 1994  Doug Evans  <dje@canuck.cygnus.com>
11557
11558         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
11559         Watch for illegal return values from ${tool}_load.
11560         * config/unix.exp (${tool}_load): Fix pass/fail detection for
11561         cross targets.  Coerce return value >0 to 1.
11562
11563 Tue Nov  8 14:10:33 1994  Doug Evans  <dje@canuck.cygnus.com>
11564
11565         * config/unix.exp (${tool}_load): Call program rsh, not proc.
11566
11567         * config/emb-unix.exp: New file.
11568
11569         * config/sim.exp: Error if variable $SIM not defined.
11570         (${tool}_load): Mark test as "untested" if simulator missing.
11571
11572         * config/unix.exp: Load remote.exp to get rcp_download.
11573         * lib/c-torture.exp: Use different option lists for testcases with
11574         and without loops.
11575         * gcc.c-torture/execute/execute.exp: Likewise.
11576
11577 Wed Nov  2 14:47:58 1994  Doug Evans  <dje@canuck.cygnus.com>
11578
11579         * config/*.exp: Clarify return code from ${tool}_load.
11580         Call `unresolved' or `untested' instead of `warning' or `perror'
11581         (sometimes you still want to call both though).
11582         Add comment that `shell_id' is local to each file.
11583         * config/udi.exp (timeout): Set to 30.
11584         Don't print warning if connection fails, $connectmode has already
11585         printed an error.
11586         (${tool}_load): Move verbose messages to level 2.
11587         Rework pattern for "Process started" message.
11588         Pass `shell_id' to ${connectmode}_download.
11589         Retry twice upon timeout.  Make resetting of target more robust.
11590         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
11591         Pass `shell_id' to exit_$connectmode.
11592         Only call exit_$connectmode if connected.
11593         * config/unix.exp (${tool}_load): Check return codes better.
11594         * config/vrtx.exp (${tool}_load): Likewise.
11595         * config/vx.exp (${tool}_load): Likewise.
11596         Delete unneeded global's.
11597         * lib/dg.exp (dg-test): Update to reflect clarified return codes
11598         from ${tool}_load.
11599         (dg-stat): Delete.
11600         (dg-init): Delete recording of pass/fail counts.
11601         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
11602         (old-dejagnu-init): Likewise.
11603         (old-dejagnu-stat): Delete contents, empty proc now.
11604         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
11605         (c-torture): Delete references to lcnt, lpass, lfail.
11606         Get option list from TORTURE_OPTIONS.
11607         Delete -funroll[-all]-loops if no loops.
11608         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
11609         (g++_stat): Delete contents (empty proc now).
11610         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
11611         (gcc_finish): Likewise.
11612         (gcc_stat): Deleted.
11613         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
11614         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
11615         * gcc.c-torture/execute/execute.exp: Likewise.
11616         Split tests into two parts: compile, execute.
11617         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
11618         no loops.  Update to reflect clarified return codes from ${tool}_load.
11619
11620 Fri Oct 21 23:10:16 1994  Doug Evans  <dje@canuck.cygnus.com>
11621
11622         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
11623         to grep for.
11624         (old-dejagnu): Likewise (where necessary).
11625
11626 Fri Oct 14 17:54:58 1994  Doug Evans  <dje@canuck.cygnus.com>
11627
11628         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
11629
11630         * lib/dg.exp (dg-process-target): Fix processing of selector.
11631         Add comment regarding use of `error'.
11632
11633         * lib/gcc.exp (prune_system_crud): Define if missing.
11634         * lib/g++.exp (prune_system_crud): Likewise.
11635
11636         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
11637         Call prune_system_crud.
11638         * lib/dg.exp (dg-runtest): New proc.
11639         Use perror instead of send_user for tcl errors in testcase.
11640         Don't return any value, it's never used.
11641         Don't clobber previous definition of `unknown'.
11642         Print tcl errors in `dg-final'.
11643
11644 Wed Oct 12 13:05:37 1994  Doug Evans  <dje@canuck.cygnus.com>
11645
11646         * lib/dg.exp (dg-process-target): Improve syntax error messages.
11647         (dg-test): Don't print errorInfo, it contains stack backtrace.
11648
11649 Mon Sep 26 12:18:53 1994  Doug Evans  (dje@canuck.cygnus.com)
11650
11651         * lib/g++.exp (runtest_file_p): Define if missing.
11652
11653 Sat Sep 24 15:29:23 1994  Doug Evans  (dje@cygnus.com)
11654
11655         * lib/mike-g++.exp: Comment out loading of g++.exp.
11656         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
11657         (default_g++_version): Always print something.
11658         (default_g++_start): Comment out call to `which'.
11659         (g++_start, g++_load): Deleted (must be defined in config file).
11660         * lib/gcc.exp: Test for existence of $CC at start.
11661         Delete check for tmpdir (done in gcc_init).
11662         (default_gcc_version): Always print something.
11663         (default_gcc_start): Comment out call to `which'.
11664         * config/*.exp: Major cleanup - make cross targets work at least a
11665         little better for g++ (by not being "--tool gcc" specific).
11666         Rename gcc_xxx to ${tool}_xxx.
11667         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
11668         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
11669
11670 Thu Sep 22 11:39:17 1994  Doug Evans  (dje@canuck.cygnus.com)
11671
11672         * lib/c-torture.exp (c-torture-compile): Rework compiler
11673         message processing.
11674
11675         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
11676         c-torture.
11677
11678 Wed Sep 21 09:49:43 1994  Doug Evans  (dje@canuck.cygnus.com)
11679
11680         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
11681
11682         * lib/dg.exp (dg-process-target): Support { target native }.
11683
11684 Tue Sep 20 17:16:55 1994  Doug Evans  (dje@canuck.cygnus.com)
11685
11686         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
11687         looked for "... program xxx got fatal signal".
11688         Correct regsub munging of `comp_output'.
11689         Ignore compiler messages "path prefix not used" and "linker input
11690         file unused".
11691
11692 Wed Sep 14 11:44:40 1994  Doug Evans  (dje@canuck.cygnus.com)
11693
11694         * lib/gcc.exp (runtest_file_p): Define if missing.
11695         * gcc.prms/template.c: Example to work from.
11696
11697 Tue Sep 13 10:30:48 1994  Doug Evans  (dje@canuck.cygnus.com)
11698
11699         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
11700         * lib/dg.exp (dg-test): Call unsupported testcases as such.
11701
11702         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
11703         * gcc.prms/1883.c: Moved from compile/940714-1.c.
11704         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
11705         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
11706
11707         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
11708         (dg-process-target): No longer a varargs proc.
11709         Return S/N for target, P/F for xfail.  All callers changed.
11710         (user option procs): More argument checking.
11711         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
11712         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
11713         (dg-test): Skip test if not running on selected target in `dg-do'.
11714         Update handling of `dg-do-what', `dg-output-text'.
11715         Separate execution pass/fail from output pattern match pass/fail.
11716         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
11717
11718 Mon Sep 12 13:47:35 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
11719
11720         * gcc.c-torture/special/special.exp: Don't expect failure for mips
11721         target for 920510-1.c.
11722
11723 Mon Sep 12 12:44:39 1994  Doug Evans  (dje@canuck.cygnus.com)
11724
11725         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
11726         Clean up comment regarding use of passcnt, etc.
11727         (gcc_stat): Don't update `testcnt' here.
11728         (gcc_finish): Do it here.
11729         Might as well reset `but_id' here too.
11730         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
11731         to determine if the file should be tested.
11732         * gcc.c-torture/compile/compile.exp: Likewise.
11733         * gcc.c-torture/execute/execute.exp: Likewise.
11734         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
11735         * gcc.misc-tests/dg-test.exp: Likewise.
11736         * gcc.prms/prms.exp: Likewise.
11737         * gcc.wendy/wendy.exp: Likewise.
11738         * g++.old-deja.exp: Likewise.
11739         Move "Testing file" message to verbose level 1.
11740
11741 Fri Sep  9 10:21:18 1994  Doug Evans  (dje@canuck.cygnus.com)
11742
11743         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
11744
11745 Thu Sep  8 16:52:43 1994  Doug Evans  (dje@canuck.cygnus.com)
11746
11747         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
11748         (default_gcc_start): Accept optional second list element
11749         of compiler flags.  Print compiler output at verbosity level 2.
11750         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
11751         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
11752         Save current values of framework globals passcnt, failcnt, xpasscnt,
11753         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
11754         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
11755         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
11756         xfailcnt to compute stats.  Update framework global `testcnt' from
11757         pass/fail counts.
11758         (gcc_finish): New proc.  Clean up test environment.
11759         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
11760         (gcc_epass, gcc_efail): Delete.
11761         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
11762         argument of line number.
11763         (dg-init): If the tool has an init routine, call it.
11764         (dg-test): Remove args `cflags_var' and `libs_var'.
11765         Pass all compiler options to ${tool}_start.
11766         Handle missing line number.
11767         (dg-finish): New function.
11768         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
11769         particular files.  Call gcc_finish at end.  Move "skipping test"
11770         message to verbosity level 3.
11771         * gcc.c-torture/compile/compile.exp: Likewise.
11772         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
11773         * gcc.c-torture/execute/execute.exp: Likewise.
11774         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
11775         Print testcase being tried at verbosity level 1.
11776         * gcc.c-torture/special/special.exp: Unset xfail.
11777         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
11778         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
11779         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
11780         * gcc.failure/failure.exp: Likewise.
11781         * gcc.ieee/ieee.exp: Likewise.
11782         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
11783         Update call to dg-test.  Call dg-finish at end.
11784         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
11785         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
11786         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
11787         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
11788         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
11789         * gcc.wendy/wendy.exp: Add copyright.
11790         Delete setting of tmpdir (done by gcc_init).
11791         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
11792         Pass compiler flags to gcc_start.  Call gcc_finish at end.
11793         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
11794         gcc_[ce]pass/fail.
11795
11796 Wed Sep  7 11:09:08 1994  Doug Evans  (dje@canuck.cygnus.com)
11797
11798         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
11799         confusion.
11800         (g++_load): Likewise.
11801
11802         * config/*.exp (gcc_load): Some were varargs fns and some were not.
11803         Rename argument to `prog' to remove the confusion.
11804         Varargs fns behave differently too!
11805         (g++_load): Likewise.
11806
11807         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
11808
11809         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
11810         what it is.  Delete (always) printing of status value for !native.
11811         Simplify verbose code, and include status and exec_output.
11812         (g++_load): Use gcc_load.
11813
11814 Sun Sep  4 13:59:27 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
11815
11816         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
11817         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
11818         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
11819         940714-3.c as these testcases don't exist anymore.  Make
11820         va-arg-1.c expected to pass.
11821
11822 Fri Aug 19 12:27:07 1994  Doug Evans  (dje@canuck.cygnus.com)
11823
11824         * gcc.misc-tests/misc.exp: Only run specific testcases.
11825         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
11826         * gcc.misc-tests/dg-[1-9].c: New files.
11827
11828         * lib/dg.exp: New testsuite driver.
11829         * gcc.prms/prms.exp: Use it.
11830
11831         * README.gcc: New file.
11832
11833         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
11834         Document and reset `lxpass' and `lxfail'.
11835         Simplify "initialized" message.
11836         (gcc_stat): Clean up comments a little.
11837
11838 Tue Aug 16 11:16:46 1994  Doug Evans  (dje@canuck.cygnus.com)
11839
11840         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
11841
11842 Mon Aug 15 21:20:36 1994  Doug Evans  (dje@canuck.cygnus.com)
11843
11844         * lib/old-dejagnu.exp (process-option): New proc.
11845         (old-dejagnu-init, old-dejagnu-stat): Likewise.
11846         (old-dejagnu): Simplify.
11847         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
11848
11849 Sun Aug 14 09:23:53 1994  Jeff Law  (law@snake.cs.utah.edu)
11850
11851         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
11852         exists and is not an empty string.
11853
11854         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
11855         $xfail rather than calling setup_xfail.  Clear $xfail when test is
11856         finished.
11857         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
11858         automatically.
11859
11860         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
11861         longer expected to fail.
11862
11863         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
11864         "f" function call.
11865
11866         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
11867
11868         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
11869         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
11870         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
11871         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
11872         c-torture-1.29.
11873
11874         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
11875         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
11876
11877         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
11878
11879         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
11880         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
11881
11882         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
11883         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
11884         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
11885
11886 Tue Jul 12 12:49:44 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11887
11888         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
11889         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
11890         940714-1.c, 940714-2.c, 940714-3.c},
11891         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
11892         gcc.misc-tests/{mg.c,mg.exp}:
11893         New tests.
11894         * gcc.noncompile/noncompile.exp: Change accordingly.
11895
11896 Thu Jul  7 14:20:33 1994  Doug Evans  (dje@canuck.cygnus.com)
11897
11898         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
11899         Undo previous clobberage.
11900
11901 Mon Jul  4 17:00:59 1994  Jeff Law  (law@snake.cs.utah.edu)
11902
11903         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
11904         * gcc.special/{930510-1.c, special.exp}:
11905         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
11906         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
11907         struct-varargs-1.c}: New tests from c-torture-1.26.
11908
11909 Tue Jun 28 17:39:42 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
11910
11911         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
11912           argument to switch.
11913
11914 Sat May 21 10:39:38 1994  Bill Cox  (bill@rtl.cygnus.com)
11915
11916         * Revert the previous changes.  Please see Rob's directory
11917           (/lisa/test/rob/progressive/gcc/testsuite) for testing
11918           fixes.
11919
11920 Thu May 19 18:00:03 1994  Bill Cox  (bill@rtl.cygnus.com)
11921
11922         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
11923             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
11924             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
11925             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
11926             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
11927             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
11928             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
11929             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
11930             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
11931             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
11932             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
11933             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
11934             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
11935             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
11936             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
11937             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
11938             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
11939             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
11940             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
11941             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
11942             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
11943             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
11944             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
11945             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
11946             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
11947             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
11948             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
11949
11950 Tue May 17 14:55:09 1994  Bill Cox  (bill@rtl.cygnus.com)
11951
11952         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
11953             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
11954           with perror calls.
11955
11956 Mon May  2 17:41:13 1994  Jason Merrill  (jason@deneb.cygnus.com)
11957
11958         * config/unix.exp (g++_load): Fix syntax.
11959
11960 Thu Apr 14 12:22:10 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
11961
11962         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
11963         * gcc.noncompile/921017-1.c: Deleted obsolete test.
11964         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
11965         Don't expect va-arg-1.c to fail.  Correct expected output for
11966         920928-1.c.
11967         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
11968         * gcc.wendy/hbm4.c: Correct typo.
11969         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
11970
11971 Mon Mar 28 13:29:37 1994  Doug Evans  (dje@canuck.cygnus.com)
11972
11973         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
11974         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
11975         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
11976         * lib/c-torture.exp (c-torture-compile): Ditto.
11977
11978         Reduce volume of output (remove all the -I's and such).
11979         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
11980         Call gcc_cpass, gcc_cfail.
11981         (c-torture): Pass testing option to c-torture-compile.
11982
11983 Mon Mar 21 12:40:33 1994  Doug Evans  (dje@cygnus.com)
11984
11985         Bring patches over from progressive.
11986         * config/default.exp: Exit remote shell cleanly.
11987         (g++_exit, g++_start): Add default versions.
11988         * config/sim.exp (gcc_load): Use perror, not error.
11989
11990 Sun Mar 20 12:05:32 1994  Doug Evans  (dje@canuck.cygnus.com)
11991
11992         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
11993         set in site.exp.
11994
11995 Mon Mar 14 19:30:28 1994  Doug Evans  (dje@cygnus.com)
11996
11997         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
11998         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
11999         (wendy_try): New proc to run testcase.
12000         (main loop): Call 'em.
12001         * gcc.wendy/*.c: Clean up pass to correct expected output.
12002
12003         * lib/gcc.exp: Minor cleanup work.
12004         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
12005
12006 Wed Mar  9 15:22:54 1994  Doug Evans  (dje@canuck.cygnus.com)
12007
12008         * config/sim.exp (gcc_load): Document return codes better.
12009         Don't pass -v to simulator.
12010
12011 Thu Feb 24 07:15:18 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12012
12013           * gcc.special/920717-x.c: Fix typo.
12014           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
12015           get at sources.
12016
12017         * lib/mike-gcc.exp: Fix typo.
12018
12019 Tue Feb 15 15:41:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
12020
12021         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
12022         binary to use, transform the name.
12023         * config/*.exp: rename everything. Nuke any g++ specific files,
12024         it's now a special case of gcc that requires no special support.
12025         Add a default.exp for unsupported targets.
12026
12027 Fri Feb 11 12:59:54 1994  Rob Savoye  (rob@poseidon.cygnus.com)
12028
12029         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
12030         lib/old-dejagnu.exp: Fix a few patterns to work with the new
12031         version of Tcl.
12032
12033 Wed Feb  9 21:35:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
12034
12035         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
12036         than a warning.
12037
12038 Sun Feb  6 16:52:13 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12039
12040         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
12041
12042 Mon Jan  3 17:28:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12043
12044         * gcc.execute/execute.exp: Combine opt_list and foption_list into
12045         option_list.  Compile every file with only 4/6 option choices
12046         (same as C torture) instead of with 12/18 different option
12047         choices.
12048         * lib/c-torture.exp: Likewise.
12049
12050         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
12051         not already set.
12052
12053 Thu Dec 30 17:17:07 1993  Mike Stump  (mrs@rtl.cygnus.com)
12054
12055         * lib/old-deja.exp: Add `excess errors test fails' error, now one
12056         can put an XFAIL *-*-* on excess errors.
12057
12058 Sun Dec 19 21:45:34 1993  Jeffrey A. Law  (law@snake.cs.utah.edu
12059
12060         * g++.law: Add more tests derived from g++-bugs snapshots.
12061
12062         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
12063         equivalent to g++.law/init9.
12064
12065         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
12066         compiled it, and the a.out file after we've run it.
12067
12068 Fri Dec 17 11:29:56 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12069
12070         * lib/mike-g++.exp (postbase): Delete the .o file after we've
12071         compiled it, and the a.out file after we've run it.
12072
12073 Fri Dec 17 10:18:16 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
12074
12075         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
12076
12077 Wed Dec 15 20:36:40 1993  Rob Savoye  (rob@darkstar.cygnus.com)
12078
12079         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
12080         version number.
12081
12082 Sun Dec 12 21:10:04 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
12083
12084         * g++.law: New directory of g++ tests derived from the g++-bugs
12085         snapshots.
12086
12087 Thu Dec 09 16:50:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12088
12089         * gcc.compile: initbug1.c initbug1.exp testcase added
12090
12091 Mon Dec 06 11:09:52 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12092
12093         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
12094         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
12095           fixes submitted by Jeff Law (law@cs.utah.edu)
12096         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
12097           Jeff Law (law@cs.utah.edu)
12098
12099
12100 Tue Nov 30 16:34:07 1993  Mike Stump  (mrs@cygnus.com)
12101
12102         * config/unix-g++.exp: Follow the gcc way of doing things.
12103         * g++.old-deja/old-deja.exp: Minor updates.
12104         * lib/g++.exp: New file, follow the gcc way of doing things.
12105         * lib/old-dejagnu.exp: Minor updates.
12106         * lib/mike-g++.exp: Always unset errorInfo.
12107
12108 Sat Nov  6 11:34:51 1993  Mike Stump  (mrs@cygnus.com)
12109
12110         * lib/gcc.exp: Fix some errors with the below change, CC and
12111         CFLAGS should be global when setting, not local.
12112
12113 Wed Nov  3 11:16:26 1993  Rob Savoye  (rob@darkstar.cygnus.com)
12114
12115         * lib/gcc.exp: Transform tool name.
12116
12117 Wed Oct 27 23:57:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12118
12119         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
12120
12121 Wed Oct 27 14:45:50 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12122
12123         * lib/gcc.exp: change gcc_done to gcc_stat
12124
12125 Wed Oct 27 09:57:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12126
12127         * Upgraded gcc testsuite to c-torture version 1.25
12128
12129 Sun Oct 24 10:58:03 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12130
12131         * lib/gcc.exp: added reporting code. Changed verbose compile message.
12132         * lib/c-torture: added hooks for new reporting code.
12133
12134 Thu Oct 21 18:45:32 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12135
12136         * config/sh-gcc.exp: check if sh-sim exists in the path
12137
12138 Mon Oct 18 11:13:22 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12139
12140         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
12141         * gcc.compile/compile.exp: Initial changes for new logic.
12142         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
12143         * gcc.failure/failure.exp: Initial changes for new logic.
12144         * gcc.ieee/ieee.exp: Initial changes for new logic.
12145         * gcc.misc-tests/misc.exp: Initial changes for new logic.
12146         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
12147         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
12148         * lib/c-torture.exp: Initial changes for new logic.
12149         * lib/gcc.exp: Initial changes for new logic.
12150
12151 Fri Oct 15 00:19:42 1993  Mike Stump  (mrs@cygnus.com)
12152
12153         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
12154         depend upon failure or success.  Fully qualify names in failure
12155         and success messages.  Always remove a.out before starting
12156         compile, just in case.  Pay more attention to error text output by
12157         the compiler.  Handle testcases with no known past errors just
12158         like all others, so that things are uniform.  Other miscellaneous
12159         improvements.
12160
12161 Wed Oct 13 15:04:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12162
12163         * gcc.cpp: new directory for cpp tests
12164
12165 Mon Oct  4 09:03:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12166
12167         * lib/chill.exp: Code reformatted, removed unused code.
12168         * config/unix-chill.exp: Code reformatted, removed unused code.
12169         * chill.execute/execute.exp: Code reformatted, removed unused code.
12170         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
12171
12172 Mon Oct  4 06:19:26 1993  Ian Lance Taylor  (ian@cygnus.com)
12173
12174         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
12175         routines not written.
12176
12177 Mon Sep 27 21:07:44 1993  Rob Savoye  (rob@darkstar.cygnus.com)
12178
12179         * config/bug-gcc.exp: Use new procs from bug.exp.
12180
12181 Tue Sep 21 18:21:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
12182
12183         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
12184         via ftp, rather than depending on NFS.
12185         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
12186         case.
12187
12188 Thu Sep  9 23:09:15 1993  Rob Savoye  (rob@darkstar.cygnus.com)
12189
12190         * config/bug-gcc.exp: Use new download proc.
12191
12192 Tue Sep 14 19:23:58 1993  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
12193
12194         * chill.execute/execute.exp: cleanups, handles errors better
12195         * chill.compile/compile.exp: rewrite, based on execute.exp
12196         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
12197         * lib/chill.exp: major changes to diff proc and compile and link
12198           procs. added chill_fail and chill_pass wrappers to pass and
12199           fail. added more comments, and handle error codes better.
12200           Added a hack to capture stderr from exec, so noncompile tests
12201           can work.
12202
12203 Sat Sep 11 15:30:10 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12204
12205         * chill.execute/execute.exp: rewrite of testsuite driver
12206         * lib/chill.exp: rewrite of testsuite driver
12207         * config/unix-chill.exp: rewrite of testsuite driver
12208
12209 Wed Aug 25 14:11:13 1993  Bill Cox  (bill@rtl.cygnus.com)
12210
12211     In chill.execute:
12212         * iexpr.ch: Standardize uppercase.
12213         * tuples.dat: Standardize uppercase.
12214         * vary.ch: standardize.  Correct varying string assignments.
12215         * vary.dat: Add new output lines.
12216
12217 Tue Aug 24 13:45:49 1993  Bill Cox  (bill@rtl.cygnus.com)
12218
12219     In chill.execute:
12220         * chprintf.ch: Standardize use of uppercase.
12221         * tuples.ch: Standardize and turn arr2 into a DCL,
12222           rather than a SYN.
12223         * pinits.ch: Standardize.
12224
12225 Mon Aug 23 17:26:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12226
12227         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
12228         * Makefil: Renamed to Makefile.in.
12229         * configure.in: New.
12230
12231 Mon Aug 23 14:24:13 1993  Bill Cox  (bill@rtl.cygnus.com)
12232
12233     In chill.execute:
12234         * .cvsignore: Add result/output files.
12235         * Makefile: Fix up variables at start.  Use MFLAGS
12236           everywhere.  Correct bool_loc, built_ins entries.
12237           Add entry for vary1.ch.
12238         * bitarray.ch: Standardize upper-case usage.
12239         * bitexpr.ch: Standardize, add output of b1.
12240         * params.ch: Use arrayt in along PROC parameters, to
12241           avoid novelty problems.
12242         * sets.ch: Tiny cleanup.
12243         * vary1.ch: Re-indent.
12244
12245 Tue Aug 17 15:42:07 1993  Bill Cox  (bill@rtl.cygnus.com)
12246
12247           * Add PR-related files to Makefiles, .cvsignore files, etc.
12248
12249 Mon Aug  2 15:46:05 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
12250
12251         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
12252           with compiler objects. New names are test-flow.c and test-loop.c
12253
12254 Tue Jul 27 10:08:08 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
12255
12256         * Upgraded c-torture tests from 1.19 to 1.20
12257
12258         * new files:
12259         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
12260         * gcc.compile: 930623-1.c 930623-2.c
12261         * gcc.noncompile: 930622-1.c 930622-2.c
12262         * gcc.failure: 920411-1.c 920627-2.c
12263         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
12264
12265 Tue Jul 20 15:19:44 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
12266
12267         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
12268           More changes to get testsuite working properly. Needs more work.
12269           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
12270
12271 Mon Jul 19 18:40:31 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
12272
12273         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
12274           More changes to get testsuite working properly. Needs more work.
12275
12276 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat  (cassidy@cygnus.com)
12277
12278         * chill.compile/compile.exp: Added for Dejagnu support
12279         * chill.execute/execute.exp: Added for Dejagnu support
12280         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
12281
12282 Sat Jun 19 07:13:05 1993  Bill Cox  (bill@rtl.cygnus.com)
12283
12284     This should complete moving the CHILL test files.
12285         * chill.noncompile(.cvsignore printf.grt
12286             in-printf.grt chprintf.grt chprintf.ch):
12287             Added test-support files.
12288           (Makefile): Modified further.
12289         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
12290             signal.ch): Added test files.
12291           * chill.execute (.cvsignore printf.grt printr.c
12292             in-printf.grt rts.c chprintf.grt rts.h): Added
12293           test-support files.
12294             (Makefile): More corrections.
12295
12296 Fri Jun 18 23:40:54 1993  Bill Cox  (bill@rtl.cygnus.com)
12297
12298         * chill.compile, chill.execute, chill.nocompile: Add CHILL
12299           test cases, ready for DejaGnu.
12300
12301 Thu Jun 17 19:14:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12302
12303         * Upgraded c-torture tests from 1.18 to 1.19
12304
12305         * gcc.compile: added test(s):
12306           930607-1.c
12307         * gcc.execute: added test(s):
12308           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
12309
12310         * added new subdirectory for misc tests: gcc.misc-tests
12311         * gcc.misc-test(s): added tests:
12312           inst-check.c test-consts.c test-ior.c test-switch.c
12313
12314 Wed Jun  9 16:53:26 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12315
12316         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
12317
12318 Mon Jun  7 16:18:40 1993  Ian Lance Taylor  (ian@cygnus.com)
12319
12320         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
12321
12322 Thu Jun  3 13:13:36 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12323
12324         * Upgraded c-torture tests from 1.17 to 1.18
12325
12326 Wed Jun  2 19:02:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12327
12328         * Upgraded c-torture tests from 1.12 to 1.17
12329
12330 Fri Apr 30 09:38:41 1993  Mike Werner  (mtw@deneb.cygnus.com)
12331
12332         * lib/old-dejagnu.exp:
12333           Fixed handling of XFAIL target triplets to correctly
12334           recognize wildcard characters.  Removed code that
12335           appended a unique id tag to the end of the file name
12336           printed out by the result of the testcases within a
12337           given test file.
12338
12339 Thu Apr 29 19:06:29 1993  Mike Werner  (mtw@deneb.cygnus.com)
12340
12341         * lib/old-dejagnu.exp:
12342           Reworked expected failure handling to trigger off of XFAIL
12343           keyword in keyphrase embeded in testcase source code. The
12344           XFAIL keyword must be at the end of the keyphrase line. It
12345           may optionally be followed by one or more target triplets.
12346           It has just occured that the handling of wildcards in the
12347           target triplet may not be correct.
12348
12349 Fri Apr 23 13:16:20 1993  Mike Werner  (mtw@deneb.cygnus.com)
12350
12351         * g++.old-deja/tests:
12352           Moved all subdirectories up one level into g++.old-deja .
12353
12354         * lib/old-dejagnu.exp:
12355           Fixed problem with CXXFLAGS not being properly reset, and being
12356           corrupted with extraneous "-c" compiler option.  This was
12357           causing binaries to not be generated for test that needed them.
12358           Modified strings passed to "pass" and "fail" so that individual
12359           tests from the same test file would be distinguished by an
12360           identifier appended to the test file name in the summary logs;
12361           this corrected a problem with erroneous diff logs.  Added code
12362           to search testcases for expected fail and unexpected pass keywords.
12363
12364 Tue Apr 20 18:27:58 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12365
12366         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
12367
12368 Thu Apr 15 11:01:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
12369
12370         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
12371           Removed extraneous text from end of "Special g++ Options"
12372           keyphrase.
12373
12374         * lib/old-dejagnu.exp: Added pattern matching to look for new
12375           keywords, embedded in testcases comments, which will trigger
12376           calls to xpass and xfail.
12377
12378 Wed Apr 14 14:28:01 1993  Mike Werner  (mtw@deneb.cygnus.com)
12379
12380         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
12381           comments embedded in the testcases, especially the one looking for
12382           special compiler options, as well as the pattern matching for the
12383           compiler output again.
12384
12385 Mon Apr 12 15:15:37 1993  Mike Werner  (mtw@deneb.cygnus.com)
12386
12387         * lib/old-dejagnu.exp: Do a proper check of the return value for
12388           execute tests. Fixed several problems with the pattern matching
12389           of the compiler output which gave erroneous test results.
12390           Changed several of the test result messages to be more descriptive.
12391         * config/unix-g++.exp: Proc g++_load now actually works and
12392           executes the tests passed to it and returns a usable return
12393           value.
12394
12395 Sun Apr 11 17:22:37 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12396
12397           * lib/gcc.exp: Exits gracefully if $CC is bogus.
12398
12399 Fri Apr  9 09:41:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
12400
12401         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
12402           Modified both files to properly execute the old style
12403           dejagnu tests. The previous versions of these files were
12404           experimental and did not function anything near correctly.
12405
12406 Mon Apr  5 21:08:24 1993  Rob Savoye  (rob@cygnus.com)
12407
12408         * Removed all Makefile.in and configure.in files. No configuration
12409         needed now.
12410
12411 Fri Apr  2 12:15:17 1993  Mike Werner  (mtw@deneb.cygnus.com)
12412
12413         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
12414
12415 Sun Mar 28 11:17:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12416
12417         * gcc.compile/configure.in, gcc.unsorted/configure.in,
12418         gcc.special/configure.in, gcc.noncompile/configure.in,
12419         gcc.execute/configure.in, gcc.code_quality/configure.in,
12420         g++.other/configure.in, g++.old-deja/configure.in,
12421         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
12422         in srcname setting.
12423
12424 Thu Mar 25 20:07:55 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12425
12426         * lib/udi.exp:  Fixed mondfe and mondfe_download.
12427         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
12428         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
12429
12430 Thu Mar 25 13:06:41 1993  Ian Lance Taylor  (ian@cygnus.com)
12431
12432         * config/udi-gdb.exp: Check $shell_id after connecting to target.
12433         (gdb_exit): Don't remove *_soc files.
12434
12435 Mon Mar 22 14:28:46 1993  Ian Lance Taylor  (ian@cygnus.com)
12436
12437         * lib/c-torture.exp: Don't look for main; instead always use -w
12438         -c.  This is how the c-torture tests work.  Remove the object
12439         file if the compilation succeeds.
12440         * gcc.execute/execute.exp: Remove executable if test passes.
12441         * gcc.noncompile/noncompile.exp: Every test is an expected
12442         failure.
12443         * gcc.special/special.exp: Added tests from c-torture 1.11,
12444         corrected use of existing test.
12445         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
12446         gcc.execute/920625-1.c: Updated to c-torture 1.11.
12447         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
12448         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
12449         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
12450         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
12451         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
12452         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
12453         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
12454         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
12455         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
12456         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
12457         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
12458         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
12459         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
12460         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
12461         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
12462         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
12463         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
12464         c-torture 1.11.
12465         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
12466         correspond to c-torture 1.11.
12467
12468         * New file.