OSDN Git Service

2001-08-06 David Billinghurst <David.Billinghurst@riotinto.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
2
3         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
4         solaris2.*
5         * g77.f-torture/compile/pr3743.x: Likewise
6
7 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
8
9         * g++.dg/other/using-declaration.C: New test.
10
11 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
12
13         * gcc.dg/cpp/tr-sign.c: New testcase.
14
15 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
16
17         * gcc.dg/cpp/19951025-1.c: Revert.
18         * gcc.dg/cpp/directiv.c: We no longer process directives that
19         interrupt macro arguments.
20
21 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
22
23         * gcc.dg/bconstp-1.c: New test.
24
25 2001-08-03  Richard Henderson  <rth@redhat.com>
26
27         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
28
29 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
30
31         * gcc.dg/cpp/19951025-1.c: Update.
32
33 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
34
35         * g77.dg/ff90-1.f (s): Fix reference of variable z,
36         should be x.
37
38 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
39
40         Kill -fhonor-std.
41         * g++.old-deja/g++.ns/ns14.C: Remove special options.
42         * g++.old-deja/g++.other/std1.C: Likewise.
43         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
44
45 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
46
47         * lib/g77.exp:  Load gcc-defs.exp for common procedures
48         (g77_pass, g77_fail, g77_finish, g77_exit,
49         ${tool}_check_unsupported_p} Now redundant.  Deleted.
50
51 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
52
53         * g77.dg/fbackslash.f
54         * g77.dg/fcase-preserve.f
55         * g77.dg/ff90-1.f
56         * g77.dg/ffixed-line-length-0.f
57         * g77.dg/ffixed-line-length-132.f
58         * g77.dg/ffixed-line-length-7.f
59         * g77.dg/ffixed-line-length-72.f
60         * g77.dg/ffixed-line-length-none.f
61         * g77.dg/ffree-form-1.f
62         * g77.dg/fno-backslash.f
63         * g77.dg/fno-f90-1.f
64         * g77.dg/fno-fixed-form-1.f
65         * g77.dg/fno-onetrip.f
66         * g77.dg/fno-typeless-boz.f
67         * g77.dg/fno-underscoring.f
68         * g77.dg/fno-vxt-1.f
69         * g77.dg/fonetrip.f
70         * g77.dg/ftypeless-boz.f
71         * g77.dg/fugly-assumed.f
72         * g77.dg/funderscoring.f
73         * g77.dg/fvxt-1.f
74
75 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
76
77         * objc.dg/fwd-proto-1.m: New.
78         * objc.dg/local-decl-1.m: New.
79         * objc.dg/naming-1.m: New.
80         * objc.dg/naming-2.m: New.
81         * objc.dg/proto-hier-1.m: New.
82
83 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
84
85         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
86         largest-type elements to a struct makes its size grow.
87
88 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
89
90         * g++.dg/abi/vthunk1.C: New test.
91
92 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
93
94         * g++.dg/abi/vbase8-22.C: New test.
95
96 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
97
98         * gcc.dg/cpp/macro8.c: New test.
99
100 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
101
102         * g++.dg/abi/vbase8-21.C: New test.
103
104 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
105
106         * g++.dg/abi/vbase8-10.C: New test.
107
108 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
109
110         * lib/g++.exp (g++_set_ld_library_path): Renamed to
111         ${tool}_set_ld_library_path.
112         Changed caller.
113         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
114         g++.exp.
115
116 2001-07-26  Stan Cox <scox@redhat.com>
117
118         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
119         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
120         gcc_exit, gcc_check_unsupported_p):
121         Moved to gcc-deps.exp
122         * gcc-deps.exp: New file.
123
124 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
125
126         * g++.old-deja/g++.pt/defarg14.C: New test.
127
128 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
129
130         * g++.old-deja/g++.other/lineno5.C: New test.
131
132 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
133
134         * g++.old-deja/g++.pt/crash68.C: New test.
135
136 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
137
138         * g++.old-deja/g++.other/crash42.C: New test.
139
140 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
141
142         * gcc.dg/cpp/extratokens.c: Fix.
143         * gcc.dg/cpp/skipping2.c: New tests.
144
145 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
146
147         * gcc.c-torture/execute/20010724-1.c: New file.
148         * gcc.c-torture/execute/20010724-1.x: New file.
149
150 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
151
152         * g++.old-deja/g++.other/cond7.C: New test.
153
154 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
155
156         * g++.old-deja/g++.other/optimize4.C: New test.
157
158 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
159
160         * g++.old-deja/g++.abi/vbase8-5.C: New test.
161
162 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
163
164         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
165         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
166         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
167         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
168
169         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
170         bug report" message.
171
172         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
173         * g++.dg/ext/instantiate1.C: Move from old-deja.
174
175 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
176
177         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
178         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
179         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
180         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
181
182 Mon Jul 23 10:14:17 2001  Jeffrey A Law  (law@cygnus.com)
183
184         * gcc.c-torture/execute/20010723-1.c: New test.
185
186 2001-07-23  Ben Elliston  <bje@redhat.com>
187
188         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
189
190 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
191
192         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
193         i[34567]86-*-*.
194         Delete handling of ieee_multilib_flags.
195         Pass -mieee for alpha*-*-* and sh-*-*.
196         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
197
198 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
199
200         Remove old-abi tests.
201         * g++.old-deja/g++.mike/p11116.C: Remove.
202         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
203
204 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
205
206         * g77.f-torture/compile/pr3743.f:  New test
207
208 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
209
210         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
211
212 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
213
214         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
215         g++.old-deja/g++.pt/static6.C: Likewise.
216         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
217         supports weak symbols.
218
219 2001-07-18  Andreas Jaeger  <aj@suse.de>
220
221         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
222         supported again.
223
224 2001-07-18  Andreas Jaeger  <aj@suse.de>
225
226         * gcc.dg/iftrap-1.c: Fix target line.
227
228 2001-07-17  Richard Henderson  <rth@redhat.com>
229
230         * gcc.c-torture/execute/20010717-1.c: New.
231
232 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
233
234         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
235         tests.
236
237 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
238
239         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
240
241 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
242
243         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
244         UAC_SIGBUS, UAC_NOPRINT definitions.
245
246 Mon Jul 16 12:21:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
247
248         * objc/execute/object_is_class.m: New test.
249         * objc/execute/object_is_meta_class.m: New test.
250
251 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
252
253         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
254         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
255
256 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
257
258         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
259         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
260
261 2001-07-14  Richard Henderson  <rth@redhat.com>
262
263         * gcc.dg/iftrap-1.c: New.
264
265 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
266
267         * g77.f-torture/execute/intrinsic77.f: New test.
268
269 2001-07-11  Janis Johnson <janis@us.ibm.com>
270
271         * gcc.misc-tests/gcov-3.c: New test.
272
273 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
274
275         * gcc.c-torture/compile/20010711-1.c,
276         * gcc.c-torture/compile/20010711-2.c: New tests.
277
278 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
279
280         * gcc.c-torture/execute/20010711-1.c: New test.
281
282 2001-07-11  Ben Elliston  <bje@redhat.com>
283
284         * g++.old-deja/g++.other/enum5.C: New test.
285
286 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
287
288         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
289         (g++-dg-prune): Call prune_gcc_output.
290         * prune.exp: New file for prune_gcc_output.
291         * lib/g++.exp, lib/gcc.exp: Load it.
292
293 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
294
295         * gcc.c-torture/compile/20010701-1.c,
296         g++.old-deja/g++.ext/attrib6.C: New tests.
297
298 Fri Jul  6 09:31:43 2001  Jeffrey A Law  (law@cygnus.com)
299
300         * gcc.c-torture/compile/20010706-1.c: New test.
301
302 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
303
304         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
305
306 2001-06-28  Stan Shebs  <shebs@apple.com>
307
308         * gcc.dg/pragma-darwin.c: New test.
309
310 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
311
312         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
313         Solaris 2.[678] system.
314
315 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
316
317         * gcc.dg/20010622-1.c: New test.
318
319 2001-06-18  Stan Shebs  <shebs@apple.com>
320
321         * objc.dg: New directory.
322         * objc.dg/dg.exp: New file.
323         * objc.dg/alias.m: New.
324         * objc.dg/class-1.m: New.
325         * objc.dg/class-2.m: New.
326         * objc.dg/const-str-1.m: New.
327         * objc.dg/const-str-2.m: New.
328         * objc.dg/id-1.m: New.
329         * objc.dg/method-1.m: New.
330         * objc.dg/super-class-1.m: New.
331         * lib/objc-dg.exp: New file.
332
333 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
334
335         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
336         of label name.
337
338 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
339
340         * g++.old-deja/g++.abi/vbase8-9.C: New test.
341
342 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
343
344         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
345         variable.
346
347 2001-06-12  Richard Henderson  <rth@redhat.com>
348
349         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
350
351 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
352
353         * g++.old-deja/g++.abi/vbase5.C: New test.
354         * g++.old-deja/g++.abi/vbase6.C: New test.
355         * g++.old-deja/g++.abi/vbase7.C: New test.
356
357 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
358
359         * gcc.c-torture/compile/20010610-1.c: New test.
360
361 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
362
363         * g++.old-deja/g++.abi/vbase4.C: New test.
364
365 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
366
367         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
368         support %f for HC11/HC12 targets.
369         * gcc.c-torture/execute/930513-1.x: New file, likewise.
370         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
371         on HC11/HC12 targets.
372         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
373
374 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
375
376         * gcc.dg/wchar_t-1.c: New file.
377         * gcc.dg/wint_t-1.c: Likewise.
378
379 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
380
381         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
382
383 2001-06-11  Richard Henderson  <rth@redhat.com>
384
385         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
386
387 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
388
389         * gcc.c-torture/compile/20010611-1.c: New test.
390
391 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
392
393         * gcc.dg/c99-tag-1.c: Add more tests.
394
395 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
396
397         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
398         representation on MN10300 and ARM/Thumb.
399
400 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
401
402         * g77.f-torture/execute/20010610.f: New.
403
404 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
405
406         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
407         names.
408
409 2001-06-09  Richard Henderson  <rth@redhat.com>
410
411         * gcc.c-torture/execute/ashrdi-1.c: New.
412         * gcc.c-torture/execute/ashldi-1.c: New.
413         * gcc.c-torture/execute/lshrdi-1.c: New.
414
415 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
416
417         * objc/execute/load-3.m: Added. Check sending +load to categories,
418         in addition to classes.
419
420 2001-06-08  Stan Shebs  <shebs@apple.com>
421
422         * objc/execute/load-2.m: New test.  From Nicola Pero
423         <n.pero@mi.flashnet.it>.
424
425 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
426
427         * gcc.c-torture/execute/20010605-2.c: New test.
428
429 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
430
431         * g++.old-deja/g++.abi/vbase2.C: New test.
432         * g++.old-deja/g++.abi/vbase3.C: New test.
433
434 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
435
436         * g++.old-deja/g++.pt/friend49.C: New test.
437
438 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
439
440         * g++.old-deja/g++.ext/anon3.C: New test.
441
442 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
443
444         * g++.old-deja/g++.other/conv7.C: New test.
445
446 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
447
448         * gcc.c-torture/compile/20010605-2.c: New test.
449
450 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
451
452         * gcc.c-torture/execute/20010604-1.c: New test.
453
454 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
455
456         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
457
458 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
459
460         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
461         (g++_link_flags): Likewise.
462         (g++_init): Pass gccpath's value to two previous functions.
463
464 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
465
466         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
467         Ensure logfile entry matches exec command line.
468
469 2001-05-31  Richard Henderson  <rth@redhat.com>
470
471         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
472         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
473
474 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
475
476         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
477         compiler for irix6.2
478
479 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
480
481         * g++.old-deja/g++.other/optimize3.C: New file.
482
483 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
484
485         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
486         assemble.
487
488 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
489
490         * g++.old-deja/g++.other/optimize2.C: New file.
491
492 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
493
494         * gcc.c-torture/compile/20010518-2.c: New file.
495         * gcc.c-torture/execute/20010518-1.c: New file.
496         * gcc.c-torture/execute/20010518-2.c: New file.
497
498 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
499
500         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
501
502 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
503
504         G++ no longer defines builtins that do not begin with __builtin.
505         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
506         * g++.old-deja/g++.brendand/misc13.C: Likewise.
507         * g++.old-deja/g++.law/builtin1.C: Likewise.
508         * g++.old-deja/g++.law/cvt2.C: Likewise.
509         * g++.old-deja/g++.mike/net5.C: Likewise.
510         * g++.old-deja/g++.other/builtins1.C: Likewise.
511         * g++.old-deja/g++.other/builtins2.C: Likewise.
512         * g++.old-deja/g++.other/builtins3.C: Likewise.
513         * g++.old-deja/g++.other/builtins4.C: Likewise.
514         * g++.old-deja/g++.other/inline8.C: Likewise.
515         * g++.old-deja/g++.robertl/eb39.C: Likewise.
516
517 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
518
519         * g++.old-deja/g++.pt/using1.C: Adjust.
520         * g++.old-deja/g++.pt/using2.C: New test.
521
522 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
523
524         * gcc.dg/cpp/charconst.c: New tests.
525         * gcc.dg/cpp/escape.c: New tests.
526         * gcc.dg/cpp/escape-1.c: New tests.
527         * gcc.dg/cpp/escape-2.c: New tests.
528         * gcc.dg/cpp/ucs.c: New tests.
529
530 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
531
532         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
533         native compiler for irix6.5.
534
535 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
536
537         * lib/g++.exp (g++_include_flags): Use args to compute
538         get_multilibs.
539         (g++_link_flags): Likewise.
540         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
541
542 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
543
544         * gcc.dg/c90-hexfloat-1.c: Add more tests.
545
546 2001-05-21  Geoff Keating  <geoffk@redhat.com>
547
548         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
549         this file.
550
551 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
552
553         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
554         STACK_SIZE;
555         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
556         to STACK_SIZE; Use it to define size of add_histo array.
557         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
558         to STACK_SIZE.
559         (f): Use GITT_SIZE to define size of gitt local table.
560         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
561         to STACK_SIZE; Use it to define size of bytemem array.
562
563 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
564
565         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
566         on 68HC11/HC12 due to the asm instruction.
567         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
568         * gcc.c-torture/compile/920520-1.x: Likewise.
569         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
570         on 68HC11/HC12 because the function is larger than 64K.
571         * gcc.c-torture/compile/961203-1.x: New file, this test fails
572         on 68HC11/HC12 because the structure is too large.
573
574 2001-05-20  Richard Henderson  <rth@redhat.com>
575
576         * gcc.c-torture/execute/20010520-1.c: New.
577
578 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
579
580         * g++.old-deja/g++.warn/compare1.C: New test.
581         * gcc.dg/compare4.c: New test.
582
583 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
584
585         * g++.old-deja/g++.other/optimize1.C: New test.
586
587 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
588
589         * g++.old-deja/g++.pt/spec41.C: New test.
590
591 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
592
593         * gcc.c-torture/compile/20010114-1.x: Remove.
594
595 2001-05-18  Stan Shebs  <shebs@apple.com>
596
597         * gcc.c-torture/compile/20010518-1.c: New test.
598
599 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
600
601         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
602         * g++.old-deja/g++.pt/crash67.C: New test.
603
604 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
605
606         * g++.old-deja/g++.other/debug9.C: New test.
607
608 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
609
610         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
611
612 Wed May 16 20:33:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
613
614         * gcc.c-torture/compile/20010516-1.c: New test.
615
616 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
617
618         * g++.old-deja/g++.other/crash41.C: New test.
619
620 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
621
622         * g++.old-deja/g++.pt/crash66.C: New test.
623
624 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
625
626         * g++.old-deja/g++.robertl/eb27.C: Convert.
627
628 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
629
630         * g++.dg/friend-warn.C: New test.  Do not warn about friend
631         declaration being redundant.
632
633 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
634
635         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
636
637 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
638
639         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
640
641 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
642
643         * lib/g++.exp: Use testsuite_flags.
644
645 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
646
647         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
648
649 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
650
651         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
652
653 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
654
655         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
656
657 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
658
659         * gcc.c-torture/compile/20010313-1.c: New test.
660
661 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
662
663         * gcc.dg/cpp/direct2.c: New test.
664         * gccq.dg/cpp/direct2s.c: New test.
665
666         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
667
668 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
669
670         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
671         * g++.old-deja/g++.other/op3.C: Likewise.
672
673 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
674
675         * gcc.dg/cpp/syshdr.h: New file.
676         * gcc.dg/cpp/sysmac1.c: Update.
677         * gcc.dg/cpp/sysmac2.c: Update.
678
679 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
680
681         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
682
683 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
684
685         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
686         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
687
688 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
689
690         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
691
692 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
693
694         * lib/g++.exp (g++_include_flags): Don't use any special flags
695         if TESTING_IN_BUILD_TREE is not defined.
696         (g++_init): Use a plain 'c++' as the compiler if
697         TESTING_IN_BUILD_TREEE is not defined.
698
699 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
700
701         * g++.old-deja/g++.eh/catch13.C: New test.
702         * g++.old-deja/g++.eh/catch14.C: New test.
703
704 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
705
706         * gcc.dg/cpp/tr-define.c: New test.
707
708 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
709
710         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
711         <stdlib.h>, not <malloc.h>.
712
713 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
714
715         * g++.old-deja/g++.ns/template17.C: New test.
716
717 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
718
719         * g++.old-deja/g++.pt/ref4.C: New test.
720
721 2001-04-30  Richard Henderson  <rth@redhat.com>
722
723         * gcc.dg/20000724-1.c: Revert last change.
724
725 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
726
727         * g77.f-torture/execute/20010430.f: New test.
728
729 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
730
731         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
732
733 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
734
735         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
736
737 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
738
739         * g++.old-deja/g++.eh/crash6.C: New test.
740
741 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
742
743         * g++.old-deja/g++.other/warn7.C: New test.
744
745 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
746
747         * g++.old-deja/g++.other/defarg9.C: New test.
748
749 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
750
751         * g77.f-torture/compile/20010426.f: New test.
752         * g77.f-torture/execute/20010426.f: New test.
753
754 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
755
756         * g77.f-torture/compile/20000629-1.x: Remove - error
757         has been fixed.
758
759 Thu Apr 26 11:15:12 2001  Jeffrey A Law  (law@cygnus.com)
760
761         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
762         Tweak slightly to work with g++.dg framework.
763         * g++.dg/special/ecos.exp: Run initp1.C test.
764         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
765
766         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
767         its linker doesn't give line numbers either.
768         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
769
770 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
771
772         * g++.old-deja/g++.other/lex1.C: New test.
773
774 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
775
776         * gcc.dg/noncompile/20010425-1.c: New test.
777
778 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
779
780         * g++.old-deja/g++.pt/mangle2.C: New test.
781
782 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
783
784         * gcc.dg/format/plus-1.c: New test.
785
786 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
787
788         * gcc.dg/20010423-1.c: New test.
789
790 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
791
792         * gcc.c-torture/execute/20010422-1.c: New test.
793
794 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
795
796         * g++.old-deja/g++.ns/type2.C: New test.
797
798 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
799
800         * g++.old-deja/g++.other/perf1.C: New test.
801
802 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
803
804         * gcc.dg/c99-func-2.c: Remove xfail.
805         * gcc.dg/c99-func-3.c: Remove xfail.
806         * gcc.dg/c99-func-4.c: Remove xfail.
807
808 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
809
810         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
811
812 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
813
814         * gcc.c-torture/compile/20010423-1.c: New test.
815
816 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
817
818         * g++.old-deja/g++.pt/typename28.C: New test.
819
820 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
821
822         * g++.old-deja/g++.abi/empty2.C: New test.
823         * g++.old-deja/g++.abi/empty3.C: New test.
824
825 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
826
827         * g++.old-deja/g++.other/comdat2.C: New test.
828         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
829
830 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
831
832         * g++.old-deja/g++.other/overload14.C: New test.
833
834 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
835
836         * g++.old-deja/g++.other/lookup23.C: New test.
837
838 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
839
840         * gcc.c-torture/execute/20010403-1.c: New test.
841
842 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
843             Mark Mitchell  <mark@codesourcery.com>
844
845         * lib/old-dejagnu.exp: Don't delete output of executable.
846         Add .exe suffix to executables.
847
848 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
849
850         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
851
852 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
853
854         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
855
856 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
857
858         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
859         * g++.old-deja/g++.abi/crash1.C: New test.
860
861 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
862
863         * g++.old-deja/g++.other/crash40.C: New test.
864
865 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
866
867         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
868
869 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
870
871         * g++.old-deja/g++.other/warn6.C: New test.
872
873 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
874
875         * g++.old-deja/g++.robertl/eb42.C: Same.
876
877 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
878
879         * gcc.dg/wtr-conversion-1.c: New testcase.
880
881 2001-04-10  Richard Henderson  <rth@redhat.com>
882
883         * g++.old-deja/g++.other/array5.C: New.
884
885 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
886
887         * gcc.c-torture/execute/20010408-1.c: New test.
888
889 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
890
891         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
892         headers and constructs.
893         * g++.old-deja/g++.robertl/eb79.C: Same.
894         * g++.old-deja/g++.robertl/eb77.C (main): Same.
895         * g++.old-deja/g++.robertl/eb73.C: Same.
896         * g++.old-deja/g++.robertl/eb66.C (main): Same.
897         * g++.old-deja/g++.robertl/eb55.C (t): Same.
898         * g++.old-deja/g++.robertl/eb54.C (main): Same.
899         * g++.old-deja/g++.robertl/eb46.C (main): Same.
900         * g++.old-deja/g++.robertl/eb44.C: Same.
901         * g++.old-deja/g++.robertl/eb41.C (main): Same.
902         * g++.old-deja/g++.robertl/eb4.C (main): Same.
903         * g++.old-deja/g++.robertl/eb39.C: Same.
904         * g++.old-deja/g++.robertl/eb33.C (main): Same.
905         * g++.old-deja/g++.robertl/eb31.C (main): Same.
906         * g++.old-deja/g++.robertl/eb30.C: Same.
907         * g++.old-deja/g++.robertl/eb3.C: Same.
908         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
909         * g++.old-deja/g++.robertl/eb21.C: Same.
910         * g++.old-deja/g++.robertl/eb15.C: Same.
911         * g++.old-deja/g++.robertl/eb118.C: Same.
912         * g++.old-deja/g++.robertl/eb115.C (main): Same.
913         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
914         * g++.old-deja/g++.robertl/eb109.C: Same.
915         * g++.old-deja/g++.other/sibcall1.C (main): Same.
916         * g++.old-deja/g++.mike/rtti1.C: Same.
917         * g++.old-deja/g++.mike/p658.C: Same.
918         * g++.old-deja/g++.mike/net46.C: Same.
919         * g++.old-deja/g++.mike/net34.C: Same.
920         * g++.old-deja/g++.mike/memoize1.C: Same.
921         * g++.old-deja/g++.mike/eh2.C: Same.
922         * g++.old-deja/g++.law/weak.C: Same.
923         * g++.old-deja/g++.law/visibility7.C: Same.
924         * g++.old-deja/g++.law/visibility25.C: Same.
925         * g++.old-deja/g++.law/visibility22.C: Same.
926         * g++.old-deja/g++.law/visibility2.C: Same.
927         * g++.old-deja/g++.law/visibility17.C: Same.
928         * g++.old-deja/g++.law/visibility13.C: Same.
929         * g++.old-deja/g++.law/visibility10.C: Same.
930         * g++.old-deja/g++.law/visibility1.C: Same.
931         * g++.old-deja/g++.law/virtual3.C (eval): Same.
932         * g++.old-deja/g++.law/vbase1.C: Same.
933         * g++.old-deja/g++.law/operators32.C: Same.
934         * g++.old-deja/g++.law/nest3.C: Same.
935         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
936         * g++.old-deja/g++.law/except5.C (main): Same.
937         * g++.old-deja/g++.law/cvt7.C (run): Same.
938         * g++.old-deja/g++.law/cvt2.C: Same.
939         * g++.old-deja/g++.law/cvt16.C: Same.
940         * g++.old-deja/g++.law/ctors6.C (bar): Same.
941         * g++.old-deja/g++.law/ctors17.C (main): Same.
942         * g++.old-deja/g++.law/ctors13.C: Same.
943         * g++.old-deja/g++.law/ctors12.C (main): Same.
944         * g++.old-deja/g++.law/ctors10.C: Same.
945         * g++.old-deja/g++.law/code-gen5.C: Same.
946         * g++.old-deja/g++.law/bad-error7.C: Same.
947         * g++.old-deja/g++.law/arm9.C: Same.
948         * g++.old-deja/g++.law/arm12.C: Same.
949         * g++.old-deja/g++.law/arg8.C: Same.
950         * g++.old-deja/g++.law/arg1.C: Same.
951         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
952         * g++.old-deja/g++.jason/template31.C: Same.
953         * g++.old-deja/g++.jason/template24.C (main): Same.
954         * g++.old-deja/g++.jason/2371.C: Same.
955         * g++.old-deja/g++.eh/new2.C: Same.
956         * g++.old-deja/g++.eh/new1.C: Same.
957         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
958         * g++.old-deja/g++.brendan/nest21.C (main): Same.
959         * g++.old-deja/g++.brendan/err-msg3.C: Same.
960         * g++.old-deja/g++.brendan/crash62.C: Same.
961         * g++.old-deja/g++.brendan/crash52.C: Same.
962         * g++.old-deja/g++.brendan/crash49.C (main): Same.
963         * g++.old-deja/g++.brendan/crash38.C: Same.
964         * g++.old-deja/g++.brendan/crash15.C (main): Same.
965         * g++.old-deja/g++.brendan/copy9.C: Same.
966
967 Fri Apr  6 15:36:15 2001  J"orn Rennecke <amylaar@redhat.com>
968
969         * gcc.c-torture/execute/20001203-2.c (memset):
970         Count argument is of type __SIZE_TYPE__.
971
972 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
973
974         * gcc.c-torture/compile/20010404-1.c: New test.
975
976 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
977
978         * gcc.c-torture/compile/20010326-1.c: New test.
979
980 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
981
982         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
983         peculiarities of the SH.
984         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
985
986 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
987
988         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
989         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
990         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
991
992 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
993
994         * g77.f-torture/compile/20010321-1.f: New test.
995
996 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
997
998         * gcc.c-torture/compile/20010329-1.c: New test.
999
1000 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
1001
1002         * gcc.c-torture/execute/20010329-1.c: New test.
1003
1004 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
1005
1006         * g++.old-deja/g++.other/eh4.C: Fix typo.
1007
1008 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
1009
1010         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
1011
1012 2001-03-28  Philip Blundell  <philb@gnu.org>
1013
1014         * gcc.c-torture/compile/20010328-1.c: New test.
1015
1016 2001-03-27  Richard Henderson  <rth@redhat.com>
1017
1018         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
1019         * g++.old-deja/g++.eh/vbase3.C: Likewise.
1020
1021 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
1022
1023         * gcc.c-torture/compile/20010327-1.c: New test.
1024
1025 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
1026
1027         * g++.old-deja/g++.other/friend12.C: New test.
1028         * g++.old-deja/g++.other/friend9.C: Expect no errors.
1029         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
1030
1031 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
1032
1033         * gcc.c-torture/execute/20010325-1.c: New test.
1034
1035 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
1036
1037         * g++.old-deja/g++.other/mangle3.C: New test.
1038
1039 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
1040
1041         * g++.old-deja/g++.other/anon8.C: New test.
1042
1043 2001-03-20  Philip Blundell  <philb@gnu.org>
1044
1045         * gcc.c-torture/compile/20010320-1.c: New test.
1046
1047 2001-03-17  Richard Henderson  <rth@redhat.com>
1048
1049         * g++.old-deja/g++.other/eh4.C: Add expected error text.
1050
1051 2001-03-15  Geoff Keating  <geoff@redhat.com>
1052
1053         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
1054         tests on AIX.
1055
1056 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
1057
1058         * g++.old-deja/g++.other/eh4.C: New test.
1059
1060 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
1061
1062         * gcc.dg/cpp/mi1.c: Update.
1063
1064 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
1065
1066         * g++.old-deja/g++.other/regstack.C: New test.
1067
1068 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
1069
1070         * g++.old-deja/g++.other/ref4.C: New test.
1071
1072 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
1073
1074         * objc/execute/va_method.m: Added.
1075         * objc/execute/IMP.m: Added.
1076         * objc/execute/_cmd.m: Added.
1077         * objc/execute/accessing_ivars.m: Added.
1078         * objc/execute/class-1.m: Added.
1079         * objc/execute/class-10.m: Added.
1080         * objc/execute/class-11.m: Added.
1081         * objc/execute/class-12.m: Added.
1082         * objc/execute/class-13.m: Added.
1083         * objc/execute/class-14.m: Added.
1084         * objc/execute/class-2.m: Added.
1085         * objc/execute/class-3.m: Added.
1086         * objc/execute/class-4.m: Added.
1087         * objc/execute/class-5.m: Added.
1088         * objc/execute/class-6.m: Added.
1089         * objc/execute/class-7.m: Added.
1090         * objc/execute/class-8.m: Added.
1091         * objc/execute/class-9.m: Added.
1092         * objc/execute/class-tests-1.h
1093         * objc/execute/class-tests-2.h
1094         * objc/execute/compatibility_alias.m: Added.
1095         * objc/execute/encode-1.m: Added.
1096         * objc/execute/formal_protocol-1.m: Added.
1097         * objc/execute/formal_protocol-2.m: Added.
1098         * objc/execute/formal_protocol-3.m: Added.
1099         * objc/execute/formal_protocol-4.m: Added.
1100         * objc/execute/formal_protocol-5.m: Added.
1101         * objc/execute/formal_protocol-6.m: Added.
1102         * objc/execute/formal_protocol-7.m: Added.
1103         * objc/execute/informal_protocol.m: Added.
1104         * objc/execute/initialize.m: Added.
1105         * objc/execute/load.m: Added.
1106         * objc/execute/many_args_method.m: Added.
1107         * objc/execute/nested-3.m: Added.
1108         * objc/execute/no_clash.m: Added.
1109         * objc/execute/private.m: Added.
1110         * objc/execute/redefining_self.m: Added.
1111         * objc/execute/root_methods.m: Added.
1112         * objc/execute/selector-1.m: Added.
1113         * objc/execute/static-1.m: Added.
1114         * objc/execute/static-2.m: Added.
1115         * objc/execute/va_method.m: Added.
1116
1117 2001-03-10  Richard Henderson  <rth@redhat.com>
1118
1119         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
1120
1121 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
1122
1123         * g++.old-deja/g++.other/crash31.C: XFAIL.
1124         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
1125         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
1126         * gcc.c-torture/execute/20010123-1.x: XFAIL.
1127         * gcc.c-torture/execute/20010124-1.x: XFAIL.
1128         * gcc.dg/sequence-pt-1.c: XFAIL one test.
1129
1130 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
1131
1132         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
1133
1134 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
1135
1136         * gcc.dg/20000724-1.c: Don't use multiline strings.
1137
1138 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
1139
1140         * objc/execute/string1.m, objc/execute/string2.m: Compare the
1141         result of -cString against what we expect it to be; don't just
1142         print it out for no one to read.
1143
1144         * objc/execute/string3.m, objc/execute/string4.m: New tests.
1145         Based on testcases provided by Nicola Pero.
1146
1147 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
1148
1149         * gcc.dg/cpp/macro7.c: New test.
1150
1151 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
1152
1153         * gcc.dg/cpp/multiline.c: Update.
1154
1155 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
1156
1157         * g++.old-deja/g++.other/enum3.C: New test.
1158
1159 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
1160
1161         * g++.old-deja/g++.other/pod1.C: New test.
1162
1163 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
1164
1165         * g++.old-deja/g++.ext/overload1.C: New test.
1166
1167 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
1168
1169         * g++.old-deja/g++.pt/using1.C: New test.
1170
1171 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
1172
1173         * g++.old-deja/g++.other/using9.C: New test.
1174
1175 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
1176
1177         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
1178
1179         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
1180
1181 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
1182
1183         * g++.old-deja/g++.ext/realpt1.C: Remove.
1184
1185 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
1186
1187         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
1188
1189 2001-02-26  Will Cohen  <wcohen@redhat.com>
1190
1191         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
1192
1193 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
1194
1195         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
1196         templatized constructors.
1197
1198 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1199
1200         * gcc.c-torture/execute/20010224-1.c: New test.
1201
1202 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
1203
1204         * gcc.c-torture/execute/20010222-1.c: New test.
1205
1206 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
1207
1208         * g++.old-deja/g++.other/inline20.C: New test.
1209
1210 Wed Feb 21 12:38:22 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
1211
1212         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
1213
1214 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
1215
1216         * g++.old-deja/g++.other/lookup22.C: New test.
1217
1218 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
1219
1220         * g77.dg: New directory.
1221         * g77.dg/20010216-1.f: New test case.
1222         * g77.dg/dg.exp: New driver.
1223         * lib/g77-dg.exp: New driver library.
1224
1225 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1226
1227         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
1228
1229 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
1230
1231         * g++.old-deja/g++.other/decl9.C: New test.
1232
1233 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
1234
1235         * g++.old-deja/g++.other/init16.C: Update the test so that it does
1236         not need <string> and also tests the initialization at runtime.
1237
1238 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
1239
1240         * gcc.c-torture/execute/longlong.c: New test.
1241
1242 Wed Feb 14 21:41:17 2001  J"orn Rennecke <amylaar@redhat.com>
1243
1244         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
1245
1246 Wed Feb 14 21:31:25 2001  J"orn Rennecke <amylaar@redhat.com>
1247
1248         * gcc.c-torture/execute/920302-1.c (execute):
1249         Change argument type to short.
1250
1251 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
1252
1253         * g++.old-deja/g++.pt/deduct6.C: New test.
1254
1255 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
1256
1257         * g++.old-deja/g++.pt/deduct5.C: New test.
1258
1259 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
1260
1261         * gcc.c-torture/execute/20010209-1.c: New test.
1262
1263 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
1264
1265         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
1266
1267 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
1268
1269         * g++.dg/vtgc1.C: Update for new ABI.
1270
1271         * consistency.vlad: New directory, 1665 files.
1272
1273 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
1274
1275         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
1276         return type.
1277         * gcc.dg/cpp/digraphs.c: Declare puts.
1278
1279 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
1280
1281         * g++.old-deja/g++.other/warn5.C: New test.
1282
1283 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
1284
1285         * g++.old-deja/g++.pt/spec40.C: New test.
1286
1287 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
1288
1289         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
1290         case.
1291         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
1292
1293 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
1294
1295         * gcc.c-torture/compile/20010209-1.c: New test.
1296
1297 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
1298
1299         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
1300         excess errors message but not if it crashes.
1301         * g++.old-deja/g++.other/crash27.C: Likewise.
1302         * g++.old-deja/g++.other/crash28.C: Likewise.
1303         * g++.old-deja/g++.other/crash30.C: Likewise.
1304         * g++.old-deja/g++.other/crash32.C: Likewise.
1305         * g++.old-deja/g++.other/crash35.C: Likewise.
1306         * g++.old-deja/g++.pt/inherit2.C: Likewise.
1307
1308 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1309
1310         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
1311         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
1312         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
1313         g77.f-torture/execute/execute.exp,
1314         g77.f-torture/noncompile/noncompile.exp,
1315         gcc.c-torture/execute/execute.exp,
1316         gcc.c-torture/execute/memcheck/memcheck.exp,
1317         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
1318         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
1319         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
1320         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
1321         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
1322         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
1323         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
1324         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
1325         Remove bug reporting instructions with ancient email addresses.
1326
1327 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
1328
1329         * gcc.dg/20010202-1.c: New test.
1330         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
1331
1332 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
1333
1334         * g++.dg/stdbool-if.C: New test.
1335
1336 Wed Feb  7 09:54:47 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
1337
1338         * objc/execute/fdecl.m: Added main().
1339
1340 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
1341
1342         * gcc.c-torture/execute/20010206-1.c: New test.
1343
1344 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
1345
1346         * gcc.dg/cpp/avoidpaste1.c: Update.
1347
1348 Tue Feb  5 8:53:33 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
1349
1350         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
1351         Pero <nicola@brainstorm.co.uk>.
1352         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
1353
1354 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
1355
1356         * g++.old-deja/g++.pt/spec39.C: New test.
1357
1358 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
1359
1360         * gcc.c-torture/compile/20010202-1.c: New test.
1361
1362 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
1363
1364         * g++.old-deja/g++.abi/primary2.C: New test.
1365         * g++.old-deja/g++.abi/primary3.C: New test.
1366         * g++.old-deja/g++.abi/primary4.C: New test.
1367         * g++.old-deja/g++.abi/primary5.C: New test.
1368         * g++.old-deja/g++.abi/vtable3.h: New test.
1369         * g++.old-deja/g++.abi/vtable3a.C: New test.
1370         * g++.old-deja/g++.abi/vtable3b.C: New test.
1371         * g++.old-deja/g++.abi/vtable3c.C: New test.
1372         * g++.old-deja/g++.abi/vtable3d.C: New test.
1373         * g++.old-deja/g++.abi/vtable3e.C: New test.
1374         * g++.old-deja/g++.abi/vtable3f.C: New test.
1375         * g++.old-deja/g++.abi/vtable3g.C: New test.
1376         * g++.old-deja/g++.abi/vtable3h.C: New test.
1377         * g++.old-deja/g++.abi/vtable3i.C: New test.
1378         * g++.old-deja/g++.abi/vtable3j.C: New test.
1379         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
1380
1381 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
1382
1383         * g++.old-deja/g++.other/anon6.C: New test.
1384         * g++.old-deja/g++.other/anon7.C: New test.
1385
1386 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
1387
1388         * gcc.dg/cpp/avoidpaste2.c: New tests.
1389
1390 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
1391
1392         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
1393
1394 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
1395
1396         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
1397         DECIMAL_DIG cases for Irix."
1398
1399 Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
1400
1401         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
1402
1403 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
1404
1405         * gcc.dg/c99-tag-1.c: New test.
1406
1407 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
1408
1409         * gcc.dg/cpp/tr-warn1.c: Add tests.
1410
1411 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
1412
1413         * gcc.dg/cpp/avoidpaste1.c: Update.
1414         * gcc.dg/cpp/paste4.c: Update.
1415
1416 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
1417
1418         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
1419         cases for Irix.
1420
1421 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1422
1423         * g++.old-deja/g++.other/inline19.C: New test.
1424
1425 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
1426
1427         * gcc.dg/Wlarger-than.c: New test.
1428
1429 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
1430
1431         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
1432
1433 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
1434
1435         * gcc.c-torture/execute/20010129-1.c: New test.
1436         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
1437
1438 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
1439
1440         * gcc.dg/cpp/avoidpaste1.c: Test case.
1441
1442 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
1443
1444         * g++.old-deja/g++.other/inline18.C: New test.
1445
1446 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1447
1448         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
1449         and __builtin_putchar.
1450
1451 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
1452
1453         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
1454         tests.
1455
1456 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
1457
1458         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
1459         floating point number rounding mode to round to the nearest
1460         representable mode.
1461
1462 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
1463
1464         * g++.old-deja/g++.other/mangle2.C: New test.
1465
1466 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
1467
1468         * gcc.c-torture/compile/20010124-1.c: New test.
1469
1470 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
1471
1472         * g++.old-deja/g++.pt/spec38.C: New test.
1473
1474 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1475
1476         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
1477         "Build don't run".
1478
1479 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1480
1481         * gcc.c-torture/execute/20010123-1.c: New test.
1482
1483 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
1484
1485         * g++.old-deja/g++.pt/spec37.C: New test.
1486
1487 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
1488
1489         * g++.old-deja/g++.pt/overload14.C: New test.
1490
1491 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1492
1493         * gcc.c-torture/execute/20010122-1.c: New test, exercise
1494         __builtin_return_address.
1495
1496 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
1497
1498         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
1499         * g++.old-deja/g++.pt/spec35.C: New test.
1500         * g++.old-deja/g++.pt/spec36.C: New test.
1501
1502 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
1503
1504         * gcc.c-torture/compile/20010118-1.c: New test.
1505
1506 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
1507
1508         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
1509
1510 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
1511
1512         * gcc.c-torture/execute/20010119-1.c: New test.
1513
1514 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
1515
1516         * g++.old-deja/g++.other/vbase5.C: New test.
1517
1518 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
1519
1520         * gcc.c-torture/execute/20010118-1.c: New test.
1521
1522 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
1523
1524         * g++.old-deja/g++.pt/deduct3.C: New test.
1525
1526 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
1527
1528         * g++.old-deja/g++.pt/spec34.C: New test.
1529
1530 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
1531
1532         * g77.f-torture/compile/20000601-2.f: New test.
1533
1534 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
1535
1536         * g++.old-deja/g++.other/init17.C: New test.
1537
1538 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
1539
1540         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
1541
1542 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
1543
1544         * g++.old-deja/g++.pt/unify8.C: New test.
1545
1546 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
1547
1548         * g++.old-deja/g++.abi/vbase1.C: New test.
1549
1550 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
1551
1552         * g++.old-deja/g++.pt/crash65.C: New test.
1553
1554 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
1555
1556         * gcc.dg/cpp/assembl2.S: New test case.
1557
1558 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
1559
1560         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
1561         are supported.
1562
1563 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1564
1565         * g++.old-deja/g++.other/builtins1.C: New test.
1566         * g++.old-deja/g++.other/builtins2.C: Likewise.
1567         * g++.old-deja/g++.other/builtins3.C: Likewise.
1568         * g++.old-deja/g++.other/builtins4.C: Likewise.
1569
1570 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
1571
1572         * gcc.c-torture/compile/20010117-1.c: New test.
1573         * gcc.c-torture/compile/20010117-2.c: New test.
1574
1575 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
1576
1577         * g77.f-torture/execute/20010116.[fx]: New test,
1578         XFAIL on i?86-*-*.
1579         * g77.f-torture/compile/20010115.f: Indicate it's
1580         a test for PR fortran/1636.
1581
1582 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
1583
1584         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
1585
1586 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
1587
1588         * g77.f-torture/compile/20010115.f: New test.
1589
1590 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
1591
1592         * g++.old-deja/g++.pt/nontype5.C: New test.
1593
1594 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
1595
1596         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
1597         have an equivalent working one below it.
1598
1599 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
1600
1601         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
1602         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
1603
1604 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
1605
1606         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
1607         message containing "init_priority".
1608         (conpr-2.C): Likewise.
1609         (conpr-3.C): Likewise.
1610         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
1611
1612 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1613
1614         * gcc.c-torture/execute/20010114-2.c: New test.
1615
1616 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
1617
1618         * gcc.c-torture/compile/20010114-1.c: New test.
1619         * gcc.c-torture/compile/20010114-1.x: Xfail.
1620         * gcc.c-torture/compile/20010114-2.c: New test.
1621         * gcc.c-torture/execute/20010114-1.c: New test.
1622         * gcc.dg/trunc-1.c: New test.
1623         * gcc.dg/uninit-B.c: New test.
1624
1625 2001-01-13  Nick Clifton  <nickc@redhat.com>
1626
1627         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
1628         target.
1629
1630 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
1631
1632         * gcc.c-torture/compile/20010113-1.c: New test.
1633
1634 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
1635
1636         * gcc.c-torture/compile/20001212-1.c: New test.
1637
1638 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
1639
1640         * gcc.dg/cpp/widestr1.c: Update.
1641         * gcc.dg/cpp/prag-imp.c: Remove.
1642
1643 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
1644
1645         * gcc.c-torture/execute/20000801-3.x: Remove.
1646         * gcc.dg/c90-init-1.c: New test.
1647         * gcc.dg/c99-init-1.c: New test.
1648         * gcc.dg/c99-init-2.c: New test.
1649         * gcc.dg/gnu99-init-1.c: New test.
1650
1651 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
1652
1653         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
1654         testing that no relevant ones were found.
1655
1656 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
1657
1658         * g++.old-deja/g++.pt/cast2.C: New test.
1659
1660 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
1661
1662         * g++.old-deja/g++.pt/friend47.C: New test.
1663
1664 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
1665
1666         * g++.old-deja/g++.pt/instantiate13.C: New test.
1667
1668 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
1669
1670         * g++.old-deja/g++.other/defarg7.C: New test.
1671         * g++.old-deja/g++.other/defarg8.C: New test.
1672
1673 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
1674
1675         * g++.old-deja/g++.pt/crash64.C: New test.
1676
1677 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
1678
1679         * g++.old-deja/g++.pt/crash63.C: New test.
1680
1681 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
1682
1683         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
1684
1685 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
1686
1687         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
1688
1689 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
1690
1691         * g++.old-deja/g++.pt/error3.C: New test.
1692
1693 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
1694
1695         * g++.old-deja/g++.other/crash39.C: New test.
1696
1697 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
1698
1699         * g++.old-deja/g++.other/vbase4.C: New test.
1700
1701 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
1702
1703         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
1704         * gcc.dg/special/20000419-2.c: New file. Identical to above.
1705         * gcc.dg/special/special.exp: New test driver which will check
1706         for alias support for the above test.
1707
1708 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
1709
1710         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
1711         problems on small machines.
1712         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
1713         parameterize.
1714
1715 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
1716
1717         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
1718         mips.
1719         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
1720
1721 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
1722
1723         * g++.old_deja/g++.pt/using8.C: New test.
1724
1725 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
1726
1727         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
1728
1729 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
1730
1731         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
1732         where a failure is expected.
1733         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
1734
1735 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
1736
1737         * g++.old_deja/g++.pt/instantiate12.C: New test.
1738
1739 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
1740
1741         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
1742         start of structs.
1743         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
1744         * g++.old-deja/g++.brendan/crash17.C: Likewise.
1745         * g++.old-deja/g++.brendan/crash29.C: Likewise.
1746         * g++.old-deja/g++.brendan/crash48.C: Likewise.
1747         * g++.old-deja/g++.brendan/ns1.C: Likewise.
1748         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
1749         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
1750         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
1751         * g++.old-deja/g++.eh/spec6.C: Likewise.
1752         * g++.old-deja/g++.jason/crash3.C: Likewise.
1753         * g++.old-deja/g++.law/ctors11.C: Likewise.
1754         * g++.old-deja/g++.law/ctors17.C: Likewise.
1755         * g++.old-deja/g++.law/ctors5.C: Likewise.
1756         * g++.old-deja/g++.law/ctors9.C: Likewise.
1757         * g++.old-deja/g++.mike/ambig1.C: Likewise.
1758         * g++.old-deja/g++.mike/net22.C: Likewise.
1759         * g++.old-deja/g++.mike/p3538a.C: Likewise.
1760         * g++.old-deja/g++.mike/p3538b.C: Likewise.
1761         * g++.old-deja/g++.mike/virt3.C: Likewise.
1762         * g++.old-deja/g++.niklas/t128.C: Likewise.
1763         * g++.old-deja/g++.other/anon4.C: Likewise.
1764         * g++.old-deja/g++.other/using1.C: Likewise.
1765         * g++.old-deja/g++.other/warn3.C: Likewise.
1766         * g++.old-deja/g++.pt/t37.C: Likewise.
1767         * g++.old-deja/g++.robertl/eb69.C: Likewise.
1768         * g++.old-deja/g++.robertl/eb71.C: Likewise.
1769
1770 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
1771
1772         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
1773
1774 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1775
1776         * gcc.c-torture/execute/stdio-opt-3.c: New test.
1777
1778 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
1779
1780         * gcc.c-torture/compile/20010107-1.c: New test.
1781
1782 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1783
1784         * gcc.c-torture/execute/builtin-noret-1.c: New test.
1785
1786 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1787
1788         * gcc.dg/format/format.h: New file.
1789         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
1790         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
1791         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
1792         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
1793         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
1794         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
1795         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
1796         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
1797         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
1798         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
1799         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
1800         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
1801         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
1802         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
1803         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
1804         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
1805         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
1806         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
1807         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
1808         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
1809         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
1810         instead of declaring standard types, macros and functions in each
1811         test.
1812
1813 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
1814
1815         * gcc.c-torture/execute/20010106-1.c: New test.
1816
1817 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
1818
1819         * gcc.dg/format/format.exp: New file.
1820         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
1821         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
1822         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
1823         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
1824         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
1825         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
1826         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
1827         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
1828         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
1829         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
1830         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
1831         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
1832         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
1833         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
1834         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
1835         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
1836         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
1837         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
1838         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
1839         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
1840         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
1841         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
1842         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
1843         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
1844         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
1845         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
1846         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
1847         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
1848         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
1849         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
1850         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
1851         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
1852         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
1853         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
1854         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
1855         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
1856         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
1857         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
1858         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
1859         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
1860         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
1861         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
1862
1863 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
1864
1865         * gcc.c-torture/execute/991228-1.c: Take word endianness into
1866         account.
1867
1868 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1869
1870         * gcc.c-torture/execute/builtin-complex-1.c: New test.
1871
1872 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
1873
1874         * g++.old-deja/g++.pt/crash62.C: New test.
1875
1876 2001-01-04  Richard Henderson  <rth@redhat.com>
1877
1878         * gcc.dg/20000926-1.c: Update expected warnings.
1879         * gcc.dg/array-2.c: Likewise.
1880         * gcc.dg/array-4.c: Also validate flexible array members.
1881         * gcc.dg/c99-flex-array-1.c: New.
1882
1883 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
1884
1885         * gcc.c-torture/compile/20001222-1.x: Remove.
1886
1887 Thu Jan  4 13:54:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1888
1889         * gcc.c-torture/execute/built-in-setjmp.c: New.
1890
1891 2001-01-03  Richard Henderson  <rth@redhat.com>
1892
1893         * gcc.dg/940510-1.c: Update expected error wording.
1894         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
1895
1896 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
1897
1898         * lib/target-supports.exp (check_alias_available): Modified to
1899         indicate aliases not supported if only weak aliases are supported.
1900
1901 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1902
1903         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
1904         Turn on cmpstrsi checks for __pj__ and __i370__.
1905
1906 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
1907
1908         * g++.old-deja/g++.other/virtual11.C: New test.
1909
1910 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
1911
1912         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
1913
1914 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1915
1916         * gcc.c-torture/compile/20010102-1.c: New test.
1917
1918 2001-01-02  Andreas Jaeger  <aj@suse.de>
1919
1920         * gcc.dg/noreturn-3.c: New test.
1921
1922         * gcc.dg/noreturn-4.c: New test.
1923
1924 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1925
1926         * gcc.c-torture/execute/stdio-opt-1.c: Also test
1927         __builtin_fputc and __builtin_fwrite.
1928
1929 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
1930
1931         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
1932         signed char, not default char.
1933
1934 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
1935
1936         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
1937
1938 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
1939
1940         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
1941
1942 2000-12-29  Richard Henderson  <rth@redhat.com>
1943
1944         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
1945         (__cyg_profile_func_exit): Define.
1946
1947 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
1948
1949         * g++.dg/vtgc1.C: New test.
1950
1951 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
1952
1953         * gcc.dg/noncompile/20001228-1.c: New test.
1954
1955         * gcc.dg/20001228-1.c: New test.
1956
1957         * gcc.c-torture/execute/20001228-1.c: New test.
1958
1959 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
1960
1961         * gcc.dg/format-strfmon-1.c: New test.
1962
1963 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1964
1965         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
1966         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
1967         * gcc.c-torture/execute/string-opt-1.c: Likewise.
1968         * gcc.c-torture/execute/string-opt-2.c: Likewise.
1969         * gcc.c-torture/execute/string-opt-3.c: Likewise.
1970         * gcc.c-torture/execute/string-opt-4.c: Likewise.
1971         * gcc.c-torture/execute/string-opt-6.c: Likewise.
1972         * gcc.c-torture/execute/string-opt-7.c: Likewise.
1973         * gcc.c-torture/execute/string-opt-8.c: Likewise.
1974         * gcc.c-torture/execute/string-opt-9.c: Likewise.
1975         * gcc.c-torture/execute/string-opt-10.c: Likewise.
1976         * gcc.c-torture/execute/string-opt-11.c: Likewise.
1977         * gcc.c-torture/execute/string-opt-12.c: Likewise.
1978
1979         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
1980         * gcc.c-torture/execute/string-opt-4.c: Test index.
1981
1982 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
1983
1984         * gcc.c-torture/compile/20001226-1.c: New test.
1985
1986 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1987
1988         * gcc.c-torture/compile/20001222-1.c: New test.
1989         * gcc.c-torture/compile/20001222-1.x: Xfail.
1990
1991 Fri Dec 22 06:45:03 2000  Alexandre Oliva  <aoliva@redhat.com>
1992
1993         * gcc.c-torture/execute/comp-goto-2.c: New test.
1994
1995 Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
1996
1997         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
1998         Use long types if __INT_MAX__ is 32767.
1999         (main): Use cast to (sint32 *) when poking 88 into a_page.
2000
2001         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
2002
2003 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
2004
2005         * gcc.c-torture/compile/20001221-1.c: New test.
2006         * gcc.c-torture/execute/20001221-1.c: New test.
2007
2008 2000-12-20  Richard Henderson  <rth@redhat.com>
2009
2010         * g++.old-deja/g++.pt/crash36.C: Update error lines.
2011         * g++.old-deja/g++.robertl/eb109.C: Likewise.
2012
2013 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2014
2015         * gcc.dg/compare3.c: New test.
2016
2017 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2018
2019         * gcc.dg/format-warnll-1.c: New test.
2020
2021 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
2022
2023         * gcc.dg/cpp/cmdlne-P.c: New test.
2024
2025 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2026
2027         * gcc.c-torture/execute/builtin-abs-1.c,
2028         gcc.c-torture/execute/builtin-abs-2.c: New tests.
2029
2030 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
2031
2032         * gcc.dg/cpp/multiline.c: New test.
2033
2034 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
2035
2036         * g++.old-deja/g++.other/syshdr1.C: Update.
2037         * gcc.dg/cpp/lineflags.c: Remove temporarily.
2038
2039 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2040
2041         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
2042
2043 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2044
2045         * g++.old-deja/g++.pt/ttp65.C: New test.
2046
2047 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2048
2049         * g++.old-deja/g++.pt/ttp64.C: New test.
2050
2051 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2052
2053         * g++.old-deja/g++.pt/spec33.C: New test.
2054
2055 2000-12-14  Catherine Moore  <clm@redhat.com>
2056
2057         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
2058         * gcc.c-torture/execute/920612-2.c: Likewise.
2059         * gcc.c-torture/execute/920428-2.c: Likewise.
2060         * gcc-c-torture/execute/va-arg-11.c: Call exit.
2061         * gcc.c-torture/execute/va-arg-21.c: Likewise.
2062
2063 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2064
2065         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
2066         * gcc.dg/pack-test-2.c: Likewise.
2067
2068 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
2069
2070         Tests by Zack Weinberg <zackw@stanford.edu>.
2071
2072         * gcc.dg/cpp/defined.c: Update.
2073         * gcc.dg/cpp/defined_trad.c: New tests.
2074
2075 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
2076
2077         * gcc.dg/cpp/trad-direct.c: Update.
2078
2079 2000-12-11  Neil Booth  <neilb@earthling.net>
2080
2081         * gcc.dg/cpp/defined_trad.c
2082
2083 2000-12-11  Neil Booth  <neilb@earthling.net>
2084
2085         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
2086
2087 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
2088
2089         * gcc.dg/format-miss-2.c: New test.
2090
2091 2000-12-09  Neil Booth  <neilb@earthling.net>
2092
2093         * gcc.dg/cpp/lineflags.c: New tests.
2094         * gcc.dg/cpp/poison.c: Update.
2095         * gcc.dg/cpp/redef2.c: Update.
2096         * gcc.dg/cpp/skipping.c: New test.
2097
2098 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
2099
2100         * g++.old-deja/g++.other/eh3.C: New testcase.
2101
2102 2000-12-07  Neil Booth  <neilb@earthling.net>
2103
2104         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
2105         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
2106         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
2107         wtr-union-init-2.c, wtr-union-init-3.c: Update.
2108         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
2109         Update.
2110
2111 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2112
2113         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
2114         __SIZE_TYPE__ instead of int for type of integers cast to
2115         pointers.
2116
2117 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
2118
2119         * g++.old-deja/g++.other/cleanup4.C: New test.
2120
2121 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2122
2123         * format-sec-1.c: New test.
2124
2125 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2126
2127         * gcc.dg/format-nonlit-3.c: New test.
2128
2129 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2130
2131         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
2132         through a null pointer.
2133
2134 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2135
2136         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
2137         * g++.old-deja/g++.pt/partial4.C: New test.
2138
2139 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2140
2141         * gcc.c-torture/execute/ieee/hugeval.x: New.
2142
2143 2000-12-06  Neil Booth  <neilb@earthling.net>
2144
2145         * gcc.dg/cpp/backslash2.c: New tests.
2146
2147 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2148
2149         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
2150         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
2151
2152 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
2153
2154         * gcc.c-torture/execute/20001203-2.c: New testcase.
2155
2156 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
2157
2158         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
2159         * g++.old-deja/g++.other/virtual10.C: New test.
2160
2161 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
2162
2163         * g++.old-deja/g++.mike/pmf5.C: Remove test.
2164
2165 2000-12-05  Richard Henderson  <rth@redhat.com>
2166
2167         * gcc.c-torture/compile/20001205-1.c: New.
2168
2169 2000-12-04  Neil Booth  <neilb@earthling.net>
2170
2171         * g++.old-deja/g++.other/virtual9.C: New test.
2172         * g++.old-deja/g++.pt/crash61.C: New test.
2173         * gcc.c-torture/execute/loop-9.c: New test.
2174
2175 2000-12-04  Neil Booth  <neilb@earthling.net>
2176
2177         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
2178         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
2179         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
2180         * gcc.dg/cpp/extratokens.c: ...here.
2181
2182 2000-12-04  Neil Booth  <neilb@earthling.net>
2183
2184         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
2185         New tests.
2186
2187 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2188
2189         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
2190         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
2191
2192 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
2193
2194         * gcc.c-torture/execute/20001203-1.c: New test.
2195
2196 2000-12-03  Neil Booth  <neilb@earthling.net>
2197
2198         * gcc.dg/cpp/macro6.c: New test cases.
2199
2200 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2201
2202         * gcc.c-torture/execute/string-opt-9.c: New test.
2203         * gcc.c-torture/execute/string-opt-10.c: Likewise.
2204         * gcc.c-torture/execute/string-opt-11.c: Likewise.
2205         * gcc.c-torture/execute/string-opt-12.c: Likewise.
2206
2207         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
2208         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
2209
2210 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
2211
2212         * gcc.dg/cpp/if-6.c: New testcase.
2213
2214         * gcc.dg/20001201-1.c: New testcase.
2215
2216 2000-12-02  Neil Booth  <neilb@earthling.net>
2217
2218         * g++.old-deja/g++.other/externC4.C,
2219         g++.old-deja/g++.other/friend10.C: New tests.
2220
2221 2000-12-02  Neil Booth  <neilb@earthling.net>
2222
2223         * g++.old-deja/g++.other/instan2.C
2224         * g++.old-deja/g++.other/instan3.C: New test.
2225
2226 2000-12-02  Neil Booth  <neilb@earthling.net>
2227
2228         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
2229         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
2230         gnuc99.c,gnuc99-pedantic.c: New tests.
2231
2232 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2233
2234         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
2235         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
2236
2237 2000-12-01  Neil Booth  <neilb@earthling.net>
2238
2239         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
2240         * gcc.dg/cpp/poison.c: Update.
2241         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
2242
2243 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
2244
2245         * g77.f-torture/execute/20001201.f: New test.
2246
2247 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2248
2249         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
2250
2251 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
2252
2253         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
2254
2255 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
2256
2257         * g++.old-deja/g++.other/cast6.C: New test.
2258
2259 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
2260
2261         * gcc.c-torture/execute/20001130-2.c: New testcase.
2262
2263 2000-11-30  Richard Henderson  <rth@redhat.com>
2264
2265         * gcc.c-torture/execute/20001130-1.c: New test.
2266
2267 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
2268
2269         * g++.old-deja/g++.other/op3.C: New test.
2270
2271 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
2272
2273         * g++.old-deja/g++.other/op2.C: New test.
2274
2275 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
2276
2277         * g++.old-deja/g++.other/crash38.C: New test.
2278
2279 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
2280
2281         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
2282
2283 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
2284
2285         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
2286         tests.
2287         * gcc.c-torture/execute/string-opt-6.c: New test.
2288
2289         * gcc.dg/20001117-1.c: Add main.
2290
2291 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
2292
2293         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
2294         Move from here ...
2295         * gcc.dg/940510-1.c: ... to here.
2296
2297         * gcc.dg/20000926-1.c: GNU C now allows initializations of
2298         zero-size arrays in toplevel structures.
2299
2300 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
2301
2302         * gcc.c-torture/execute/loop-8.c: New test.
2303
2304 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
2305
2306         * g++.old-deja/g++.other/base1.C: New test.
2307
2308 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
2309
2310         * g++.old-deja/g++.other/parse2.C: New test.
2311
2312 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
2313
2314         * g++.old-deja/g++.pt/incomplete1.C: New test.
2315
2316 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
2317
2318         * g++.old-deja/g++.other/friend9.C: New test.
2319
2320 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
2321
2322         * gcc.dg/20001127-1.c: New test.
2323
2324 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
2325
2326         * g++.old-deja/g++.pt/friend46.C: New test.
2327
2328 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
2329
2330         * g++.old-deja/g++.other/ptrmem8.C: New test.
2331
2332 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2333
2334         * gcc.c-torture/execute/string-opt-7.c: New test.
2335         * gcc.c-torture/execute/string-opt-8.c: Likewise.
2336
2337 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
2338
2339         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
2340         instead of 'mkcheck 2'.
2341
2342 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
2343
2344         * gcc.c-torture/execute/memcheck/driver.c,
2345         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
2346         C9X references to refer to C99.
2347
2348 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
2349
2350         * gcc.dg/ultrasp3.c: New test.
2351
2352 2000-11-25  Neil Booth  <neilb@earthling.net>
2353
2354         * gcc.dg/cpp/include2.c: Update test to be locale independent.
2355
2356 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
2357
2358         * gcc.c-torture/compile/20001123-2.c: New.
2359
2360 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2361
2362         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
2363
2364 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
2365
2366         * gcc.dg/sequence-point-1.c: Add some new tests.
2367         * gcc.c-torture/execute/20001124-1.c: New test.
2368
2369 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
2370
2371         * g++.old-deja/g++.other/vaarg4.C: New test.
2372         * gcc.c-torture/compile/20001123-1.c: New test.
2373
2374 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
2375
2376         * g++.other/crash24.C: Adjust and remove XFAIL.
2377         * g++.other/crash37.C: New test.
2378
2379 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
2380
2381         * g++.old-deja/g++.pt/instantiate9.C: New test.
2382
2383 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
2384
2385         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
2386         new ABI, too.
2387
2388         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
2389         * g++.old-deja/g++.robertl/eb55.C: Likewise.
2390
2391 2000-11-22  Neil Booth  <neilb@earthling.net>
2392
2393         * gcc.dg/cpp/Wtrigraphs.c: New test.
2394
2395 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
2396
2397         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
2398
2399 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
2400
2401         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
2402
2403 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
2404
2405         * lib/gcc-dg.exp: load_lib scanasm.exp.
2406         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
2407         * lib/g++-dg.exp: load_lib scanasm.exp.
2408         * lib/scanasm.exp: New.
2409         (scan-assembler, scan-assembler-not): Add optional arguments to
2410         test name, or if not present, the pattern name.
2411         (scan-assembler-dem, scan-assembler-dem-not): New.
2412
2413         * g++.dg/dg.exp: New.
2414
2415 2000-11-21  Neil Booth  <neilb@earthling.net>
2416
2417         * gcc.dg/cpp/integrated1.c: Remove.
2418
2419 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
2420
2421         * gcc.c-torture/execute/20001121-1.c: New test.
2422
2423 2000-11-21  Richard Henderson  <rth@redhat.com>
2424
2425         * gcc.c-torture/compile/20001121-1.c: New test.
2426
2427 2000-11-20  Neil Booth  <neilb@earthling.net>
2428
2429         * gcc.dg/cpp/integrated1.c: New test.
2430
2431 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
2432
2433         * g++.old-deja/g++.other/inline17.C: New test.
2434
2435 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
2436
2437         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
2438         local variable to be zero: I made the variable global. Now
2439         uses abort() and exit() instead of relying on main's return value.
2440
2441 2000-11-20  Neil Booth  <neilb@earthling.net>
2442
2443         * gcc.dg/cpp/paste2.c: Update test.
2444         * objc/execute/paste.m: New test.
2445
2446 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
2447
2448         * gcc.dg/c99-condexpr-1.c: New test.
2449
2450 2000-11-20  Neil Booth  <neilb@earthling.net>
2451
2452         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
2453
2454 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
2455
2456         * g++.old-deja/g++.pt/export1.C: New test.
2457
2458 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
2459
2460         * gcc.dg/20001117-1.c: New test.
2461
2462 2000-11-18  Richard Henderson  <rth@redhat.com>
2463
2464         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
2465
2466 2000-11-18  Richard Henderson  <rth@redhat.com>
2467
2468         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
2469         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
2470         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
2471
2472 2000-11-18  Richard Henderson  <rth@redhat.com>
2473
2474         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
2475         (main): New.  Exit cleanly.
2476
2477 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2478
2479         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
2480         gcc.dg/c99-fordecl-2.c: New tests.
2481
2482 2000-11-18  Richard Henderson  <rth@redhat.com>
2483
2484         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
2485         * gcc.c-torture/execute/zerolen-2.c: New.
2486
2487 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2488
2489         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
2490         memory.
2491
2492 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
2493
2494         * g++.old-deja/g++.pt/instantiate8.C: New test.
2495
2496 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
2497
2498         * g++.old-deja/g++.other/incomplete.C: Add more tests.
2499         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
2500
2501 2000-11-16  Nick Clifton  <nickc@redhat.com>
2502
2503         * gcc.c-torture/execute/nestfunc-2.c: New test.
2504         * gcc.c-torture/execute/nestfunc-3.c: New test.
2505
2506 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
2507
2508         * gcc.c-torture/compile/20001116-1.c: New test.
2509
2510 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2511
2512         * gcc.c-torture/execute/20001115-1.c: New test.
2513
2514 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
2515
2516         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
2517         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
2518         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
2519         * g++.old-deja/g++.abi/vmihint.C: Likewise.
2520
2521 2000-11-15  Neil Booth  <neilb@earthling.net>
2522
2523         gcc.dg/cpp/_Pragma1.c: Update.
2524         gcc.dg/cpp/_Pragma2.c: New test.
2525
2526 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
2527
2528         * g++.old-deja/g++.other/anon5.C: New test.
2529
2530 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
2531
2532         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
2533         tests.
2534
2535 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
2536
2537         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
2538         output.
2539
2540 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2541
2542         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
2543         labels at end of compound statements.
2544
2545 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
2546
2547         * gcc.c-torture/execute/loop-7.c: New test.
2548
2549 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2550
2551         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
2552
2553 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2554
2555         * gcc.dg/c99-bool-1.c: New test.
2556
2557 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2558
2559         * gcc.dg/c99-scope-1.c: Remove xfail.
2560         * gcc.dg/c99-scope-2.c: New test.
2561
2562 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2563
2564         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
2565         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
2566
2567 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
2568
2569         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
2570         error messages.
2571
2572         * g++.mike/p700.C: Don't typedef wchar_t.
2573         * g++.mike/p784.C: Likewise.
2574         * g++.mike/eb101.C: Don't use __wchar_t.
2575
2576 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
2577
2578         * g77.f-torture/execute/20001111.[fx]: Test premature exit
2579         from DO loop.
2580
2581 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
2582
2583         * gcc.c-torture/execute/20001111-1.c: New test.
2584
2585 2000-11-10  Nick Clifton  <nickc@redhat.com>
2586
2587         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
2588         long multuiple and accumulate.
2589
2590 2000-11-09  Richard Henderson  <rth@redhat.com>
2591
2592         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
2593         via size_t instead of int.
2594
2595         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
2596         * gcc.c-torture/execute/string-opt-2.c: Likewise.
2597         * gcc.c-torture/execute/string-opt-3.c: Likewise.
2598         * gcc.c-torture/execute/string-opt-4.c: Likewise.
2599
2600 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
2601
2602         * gcc.c-torture/compile/20001109-1.c: New test.
2603         * gcc.c-torture/compile/20001109-2.c: New test.
2604
2605 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
2606
2607         * g++.old-deja/g++.pt/operator1.C: New test.
2608         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
2609
2610 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
2611
2612         * gcc.dg/20001108-1.c: New test.
2613
2614 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
2615
2616         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
2617         with both arguments constant strings.
2618         * gcc.c-torture/execute/string-opt-3.c: New test.
2619         * gcc.c-torture/execute/string-opt-4.c: New test.
2620         * gcc.c-torture/execute/string-opt-5.c: New test.
2621
2622 2000-11-08  Nick Clifton  <nickc@redhat.com>
2623
2624         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
2625         mulsidi3adddi patterns.
2626
2627 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
2628
2629         * g++.old-deja/g++.other/crash36.C: New test.
2630
2631 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
2632
2633         * g++.old-deja/g++.other/init16.C: New test.
2634
2635 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
2636
2637         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
2638
2639 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
2640
2641         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
2642         * gcc.c-torture/execute/va-arg-16.x: Likewise.
2643         * gcc.c-torture/execute/va-arg-17.x: Likewise.
2644
2645 2000-11-07  DJ Delorie  <dj@redhat.com>
2646
2647         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
2648
2649 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2650
2651         * gcc.c-torture/execute/string-opt-1.c: New test.
2652
2653 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
2654
2655         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
2656         mips-sgi-irix6.* because the MIPS ABI passes floating-point
2657         parameters in registers, and there is no way for a varargs
2658         function to know in which order the integer and floating-point
2659         parameters should be interleaved when they are placed on the
2660         stack.
2661         * gcc.c-torture/execute/va-arg-16.x: Likewise.
2662         * gcc.c-torture/execute/va-arg-17.x: Likewise.
2663
2664 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2665
2666         * gcc.c-torture/execute/string-opt-2.c: New test.
2667
2668 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
2669
2670         * g++.old-deja/g++.pt/crash60.C: New test.
2671
2672 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
2673
2674         * g++.old-deja/g++.other/crash24.C: New test.
2675         * g++.old-deja/g++.other/crash25.C: New test.
2676         * g++.old-deja/g++.other/crash26.C: New test.
2677         * g++.old-deja/g++.other/crash27.C: New test.
2678         * g++.old-deja/g++.other/crash28.C: New test.
2679         * g++.old-deja/g++.other/crash29.C: New test.
2680         * g++.old-deja/g++.other/crash30.C: New test.
2681         * g++.old-deja/g++.other/crash31.C: New test.
2682         * g++.old-deja/g++.other/crash32.C: New test.
2683         * g++.old-deja/g++.other/crash33.C: New test.
2684         * g++.old-deja/g++.other/crash34.C: New test.
2685         * g++.old-deja/g++.other/crash35.C: New test.
2686
2687 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
2688
2689         * gcc.c-torture/execute/20001031-1.c: New test.
2690
2691 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
2692
2693         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
2694         namespace.
2695
2696         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
2697         standards-conformant.
2698
2699         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
2700
2701         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
2702         * g++.old-deja/g++.mike/p755a.C: Likewise.
2703         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
2704         library makes no calls to `operator new' during initialization.
2705
2706 2000-11-04  Neil Booth  <neilb@earthling.net>
2707
2708         * gcc.dg/cpp/include2.c: New tests.
2709
2710 Fri Nov  3 13:32:14 2000  Mark P Mitchell  <mark@codesourcery.com>
2711
2712         * lib/g++.exp (g++_set_ld_library_path): New function.
2713         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
2714
2715 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
2716
2717         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
2718         warnings.
2719
2720 2000-11-01  Richard Henderson  <rth@redhat.com>
2721
2722         * g++.old-deja/g++.ext/namedret1.C: New.
2723         * g++.old-deja/g++.ext/namedret2.C: New.
2724         * g++.old-deja/g++.ext/namedret3.C: New.
2725
2726 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
2727
2728         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
2729         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
2730
2731 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2732
2733         * gcc.c-torture/execute/va-arg-21.c: New test.
2734
2735 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
2736
2737         * gcc.dg/c99-complex-2.c: New test.
2738
2739 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2740
2741         * gcc.c-torture/execute/stdio-opt-1.c: New test.
2742
2743 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
2744
2745         * g++.old-deja/g++.other/inline16.C: New test.
2746
2747 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
2748
2749         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
2750         __PRETTY_FUNCTION__
2751
2752 2000-10-29  Neil Booth  <neilb@earthling.net>
2753
2754         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
2755         New tests.
2756         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
2757         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
2758         optimisation.
2759
2760 2000-10-29  Neil Booth  <neilb@earthling.net>
2761
2762         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
2763         * mi1.c, mi1c.h: Add null directives to multiple-include test.
2764         * mi5.c: Test multiple includes work with -C.
2765         * trigraphs.c: Test ^= version.
2766
2767 2000-10-28  Neil Booth  <neilb@earthling.net>
2768
2769         New tests and test updates for new macro expander.
2770
2771         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
2772         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
2773         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
2774         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
2775         new diagnostic messages.
2776
2777         * gcc.dg/cpp/macro3.c: New tests.
2778
2779 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
2780
2781         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
2782         on the same line.
2783
2784 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
2785
2786         * g++.old-deja/g++.other/eh2.C: New test.
2787
2788 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
2789
2790         * gcc.c-torture/execute/20001027-1.c: New test.
2791
2792 2000-10-26  Richard Henderson  <rth@redhat.com>
2793
2794         * gcc.c-torture/execute/20001026-1.c: New.
2795
2796 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
2797
2798         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
2799         * g++.old-deja/g++.law/builtin1.C: Likewise.
2800         * g++.old-deja/g++.law/ctors10.C: Likewise.
2801         * g++.old-deja/g++.law/virtual3.C: Likewise.
2802         * g++.old-deja/g++.mike/p658.C: Likewise.
2803         * g++.old-deja/g++.other/sibcall1.C: Likewise.
2804         * g++.old-deja/g++.other/vaarg2.C: Likewise.
2805         * g++.old-deja/g++.robertl/eb124.C: Likewise.
2806         * g++.old-deja/g++.robertl/eb44.C: Likewise.
2807         * g++.old-deja/g++.robertl/eb77.C: Likewise.
2808
2809 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
2810
2811         * gcc.c-torture/compile/20001024-1.c: New test.
2812
2813 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
2814
2815         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
2816         to tell us whether or not we are using V3.
2817
2818 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
2819
2820         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
2821         operands.
2822
2823 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
2824
2825         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
2826
2827 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
2828
2829         * gcc.c-torture/execute/20001024-1.c: New test.
2830
2831 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
2832
2833         * g++.old-deja/g++.other/sibcall1.C: New test.
2834
2835 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
2836
2837         * gcc.dg/noncompile/init-3.c: New test.
2838
2839 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
2840
2841         * gcc.dg/format-array-1.c: New test.
2842
2843 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2844
2845         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
2846         writing through null pointers; remove comment about testing
2847         unterminated strings.
2848
2849 2000-10-17  Matthew Hiller  <hiller@redhat.com>
2850
2851         * gcc.c-torture/execute/20001017-2.c: New test.
2852
2853 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2854
2855         * gcc.c-torture/compile/20001018-1.c: New test.
2856         * gcc.c-torture/compile/20001018-1.x: Xfail.
2857
2858 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2859
2860         * gcc.c-torture/execute/20001017-1.c: New test.
2861
2862 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
2863
2864         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
2865         for multiple use of arguments with scanf formats; add tests for
2866         multiple use of arguments.
2867
2868 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
2869
2870         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
2871
2872 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
2873
2874         * gcc.dg/format-miss-1.c: New test.
2875
2876 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
2877
2878         * gcc.c-torture/execute/20001013-1.c: New test.
2879
2880 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
2881
2882         * gcc.dg/format-branch-1.c: New test.
2883
2884 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
2885
2886         * README, lib/file-format.exp: Remove EGCS references.
2887
2888 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
2889
2890         * gcc.dg/20001013-1.c: New test.
2891
2892 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
2893
2894         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
2895         for intmax_t in the compiler using __typeof__ and the type rules
2896         for conditional expressions.
2897
2898 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
2899
2900         * gcc.dg/20001012-1.c: New test.
2901         * gcc.dg/20001012-2.c: New test.
2902
2903 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
2904
2905         * gcc.dg/format-attr-1.c: New test.
2906
2907 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
2908
2909         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
2910         __LONG_LONG_MAX__ instead of LLONG_MAX.
2911
2912 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
2913
2914         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
2915         scanf flags.
2916         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
2917         flags.
2918
2919 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
2920
2921         * gcc.dg/sequence-pt-1.c: New test.
2922
2923 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
2924
2925         * gcc.c-torture/execute/20001011-1.c: New testcase.
2926         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
2927
2928 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
2929
2930         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
2931         does not error on it.
2932
2933 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
2934
2935         * gcc.dg/20001009-1.c: New test.
2936
2937 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2938
2939         * gcc.c-torture/compile/20001009-1.c: Move from here ....
2940         * gcc.c-torture/execute/20001009-2.c: ... to here.
2941
2942 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
2943
2944         * gcc.c-torture/compile/20001009-1.c: New testcase.
2945         * gcc.c-torture/execute/20001009-1.c: New testcase.
2946         Testcases provided by Jan Hubicka <jh@suse.cz>.
2947
2948 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
2949
2950         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
2951         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
2952         uintmax_t using <limits.h> to emulate the compiler's internal
2953         logic.  No longer XFAIL %j tests.
2954
2955 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
2956
2957         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
2958         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
2959         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
2960         regexps and details of expected handling of some bad formats.
2961         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
2962         suppression.
2963
2964 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2965
2966         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
2967         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
2968         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
2969         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
2970         in list archives.
2971
2972 2000-10-06  Richard Henderson  <rth@cygnus.com>
2973
2974         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
2975         * g++.old-deja/g++.brendan/crash52.C: Likewise.
2976         * g++.old-deja/g++.jason/report.C: Likewise.
2977         * g++.old-deja/g++.law/friend5.C: Likewise.
2978         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
2979         of the expected warnings.
2980
2981 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
2982
2983         * g++.old-deja/g++.pt/enum14.C: New test.
2984
2985 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
2986
2987         * g++.old-deja/g++.pt/crash59.C: New test.
2988
2989 2000-10-04  Will Cohen  <wcohen@redhat.com>
2990
2991         * gcc.dg/20000926-1.c: New test.
2992
2993 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
2994
2995         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
2996         function name for current C++ compiler.
2997         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
2998
2999 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
3000
3001         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
3002         __PRETTY_FUNCTION__.
3003         * g++.old-deja/g++.ext/pretty2.C: Likewise.
3004
3005 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3006
3007         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
3008
3009 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
3010
3011         * gcc.c-torture/compile/20000923-1.c: New test.
3012
3013 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
3014
3015         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
3016         * g++.old-deja/g++.pt/ttp62.C: Same.
3017         * g++.old-deja/g++.other/inline14.C: Same.
3018
3019 2000-09-24  Richard Henderson  <rth@cygnus.com>
3020
3021         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
3022
3023 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
3024
3025         * gcc.dg/c90-printf-1.c: Add test for wide string format.
3026
3027 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
3028
3029         * gcc.c-torture/compile/20000922-1.c: New file.
3030
3031 2000-09-21  Nick Clifton  <nickc@redhat.com>
3032
3033         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
3034         a signed long modulo operation.
3035         (mod6): New funciton - perform an unsigned long modulo operation.
3036         (main): Add tests for modulos of very large numbers by very small
3037         dividends.
3038
3039 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3040
3041         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
3042
3043 2000-09-19  Richard Henderson  <rth@cygnus.com>
3044
3045         * gcc.dg/compare2.c (case 10): XFAIL.
3046
3047 2000-09-18  Richard Henderson  <rth@cygnus.com>
3048
3049         * gcc.c-torture/execute/20000906-1.c: Move ...
3050         * gcc.dg/20000906-1.c: ... here.  Only run on targets
3051         that support __builtin_trap.
3052
3053 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
3054
3055         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
3056
3057 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3058
3059         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
3060         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
3061         more $ format tests.
3062
3063 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3064
3065         * gcc.dg/format-errmk-1.c: New test.
3066
3067 2000-09-17  Greg McGary  <greg@mcgary.org>
3068
3069         * gcc.c-torture/execute/20000917-1.x: Remove.
3070
3071 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
3072
3073         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
3074
3075 2000-09-17  Greg McGary  <greg@mcgary.org>
3076
3077         * gcc.c-torture/execute/20000917-1.c: New test.
3078         * gcc.c-torture/execute/20000917-1.x: XFAIL.
3079
3080 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
3081
3082         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
3083         in nested macro bug.
3084
3085 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
3086
3087         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
3088
3089 Thu Sep 14 16:48:49 2000  Jeffrey A Law  (law@cygnus.com)
3090
3091         * gcc.c-torture/execute/20000914-1.c: New test.
3092
3093 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
3094
3095         * g++.other/inline13.C: New test.
3096
3097 2000-09-12  Andreas Jaeger  <aj@suse.de>
3098
3099         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
3100         constant by Ulrich Drepper <drepper@redhat.com>.
3101
3102 Tue Sep 12 18:32:07 2000  J"orn Rennecke <amylaar@redhat.co.uk>
3103
3104         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
3105
3106 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3107
3108         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
3109
3110 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
3111
3112         * gcc.dg/cpp/backslash.c: New test.
3113
3114 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
3115
3116         * gcc.c-torture/execute/20000910-1.c: New test.
3117         * gcc.c-torture/execute/20000910-2.c: Likewise.
3118
3119 2000-09-11  Robert Lipe  <robertl@sco.com>
3120
3121         * gcc.dg/pragma-align.c: New test.
3122
3123 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
3124
3125         * g++.old-deja/g++.pt/explicit82.C: New test.
3126         * g++.old-deja/g++.pt/explicit83.C: New test.
3127
3128 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
3129
3130         * gcc.dg/asm-names.c: New test.
3131
3132 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3133
3134         * gcc.dg/cpp/tr-warn6.c: New test
3135
3136 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3137
3138         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
3139         be accepted.
3140
3141 2000-09-07  Catherine Moore  <clm@redhat.com>
3142
3143         * gcc.c-torture/execute/unroll-1.c: New test.
3144
3145 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
3146
3147         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
3148         ERROR markers.
3149         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
3150         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
3151         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
3152         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
3153         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
3154         Preprocess only.
3155         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
3156         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
3157
3158 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
3159
3160         * g++.old-deja/g++.pt/deduct2.C: New test.
3161
3162 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
3163
3164         * g++.old-deja/g++.pt/parms2.C: New test.
3165
3166 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
3167
3168         * g++.old-deja/g++.pt/crash58.C: New test.
3169
3170 2000-09-06  Greg McGary  <greg@mcgary.org>
3171
3172         * gcc.c-torture/execute/20000906-1.c: New test.
3173         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
3174
3175 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3176
3177         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
3178
3179 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
3180
3181         * g++.old-deja/g++.pt/crash57.C: New test.
3182
3183 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
3184
3185         * g++.old-deja/g++.pt/crash56.C: New test.
3186
3187 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
3188
3189         * g++.old-deja/g++.pt/koenig1.C: New test.
3190
3191 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
3192
3193         * gcc.dg/20000904-1.c: New test.
3194
3195 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
3196
3197         * gcc.dg/cpp/paste8.c: New test.
3198
3199 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
3200
3201         * gcc.c-torture/compile/20000827-1.c: New test.
3202
3203 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
3204
3205         * gcc.dg/format-diag-1.c: New test.
3206
3207 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
3208
3209         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
3210         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
3211         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
3212         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
3213         gcc.dg/formatz-1.c: Adjust warning regular expressions.
3214
3215 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
3216
3217         * g++.old-deja/g++.other/nested4.C: New test.
3218
3219 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
3220
3221         * g++.old-deja/g++.ns/scoped1.C: New test.
3222
3223 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
3224
3225         * lib/g++.exp: Support testing already-installed GCC.
3226
3227 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3228
3229         * wtr-label-1.c, wtr-suffix-1.c: New tests.
3230
3231 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3232
3233         * gcc.dg/return-type-2.c: New test.
3234
3235 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
3236
3237         * gcc.c-torture/compile/20000825-1.c: New test.
3238
3239 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
3240
3241         * gcc.dg/dwarf2-2.c: New test.
3242
3243 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
3244
3245         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
3246         dg-warning regexps.
3247
3248 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
3249
3250         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
3251         gcc.dg/format-ext-5.c: New tests.
3252
3253 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
3254
3255         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
3256
3257 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
3258
3259         * gcc.dg/noncompile/930622-2.c: Adjust error message.
3260
3261 2000-08-24  Richard Henderson  <rth@cygnus.com>
3262
3263         * gcc.dg/ia64-sync-1.c: New test.
3264         * gcc.dg/ia64-sync-2.c: New test.
3265         * gcc.dg/ia64-asm-1.c: New test.
3266
3267 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
3268
3269         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
3270         * gcc.dg/format-ext-2.c: New test.
3271
3272 2000-08-23  Jason Merrill  <jason@redhat.com>
3273
3274         * lib/old-dejagnu.exp: Also ignore "In member function" and
3275         "At global scope".
3276
3277 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3278
3279         * gcc.dg/noncompile/label-lineno-1.c: New test.
3280
3281 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
3282
3283         * gcc.dg/c99-array-nonobj-1.c: New test.
3284
3285 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
3286
3287         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
3288         tests.
3289         * gcc.dg/format-ext-1.c: New test.
3290
3291 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3292
3293         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
3294         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
3295         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
3296         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
3297         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
3298
3299 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
3300
3301         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
3302         gcc.dg/c99-strftime-2.c: New tests.
3303
3304 2000-08-22  Richard Henderson  <rth@cygnus.com>
3305
3306         * gcc.c-torture/execute/20000822-1.c: New test.
3307
3308 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
3309
3310         * gcc.c-torture/execute/20000819-1.x: Remove.
3311
3312 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
3313
3314         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
3315         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
3316         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
3317         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
3318         gcc.dg/format-xopen-1.c: New tests.
3319
3320 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
3321
3322         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
3323
3324 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
3325
3326         * g++.old-deja/g++.other/loop2.C: New test.
3327
3328         * gcc.c-torture/compile/20000606-1.c: New test.
3329         * gcc.c-torture/compile/20000728-1.c: New test.
3330         * gcc.c-torture/execute/20000801-1.c: New test.
3331         * gcc.c-torture/execute/20000801-2.c: New test.
3332         * gcc.c-torture/execute/20000819-1.c: New test.
3333         * gcc.c-torture/execute/20000819-1.x: XFAIL.
3334         * gcc.dg/20000629-1.c: New test.
3335         * gcc.dg/20000724-1.c: New test.
3336         * gcc.dg/20000807-1.c: New test.
3337
3338 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
3339
3340         * gcc.dg/cpp/pragma-1.c: New test.
3341         * gcc.dg/cpp/pragma-2.c: New test.
3342
3343 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
3344
3345         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
3346         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
3347
3348 Fri Aug 18 16:57:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3349
3350         * gcc.c-torture/compile/20000818-1.c: New test.
3351
3352 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
3353
3354         * gcc.c-torture/execute/20000818-1.c: New test.
3355
3356 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3357
3358         * gcc.dg/format-va-1.c: New test.
3359
3360 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
3361
3362         * g++.old-deja/g++.other/typedef8.C: New test.
3363
3364 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
3365
3366         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
3367         * g++.old-deja/g++.mike/net36.C: Mark candidate.
3368         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
3369         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
3370         * g++.old-deja/g++.other/ptrmem7.C: New test.
3371         * g++.old-deja/g++.pt/ptrmem10.C: New test.
3372
3373 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
3374
3375         * g++.old-deja/g++.pt/typename27.C: New test.
3376
3377 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
3378
3379         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
3380         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
3381         * g++.old-deja/g++.pt/friend45.C: New test.
3382         * g++.old-deja/g++.other/friend8.C: New test.
3383
3384 2000-08-15  Richard Henderson  <rth@cygnus.com>
3385
3386         * gcc.c-torture/execute/20000815-1.c: New test.
3387
3388 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
3389
3390         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
3391         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
3392         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
3393
3394 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
3395
3396         * g++.old-deja/g++.other/refinit2.C: New test.
3397
3398 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
3399
3400         * lib/c-torture.exp (c-torture): Make
3401         compiler_conditional_xfail_data global.
3402         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
3403         compiler_conditional_xfail_data machinery.
3404         (f-torture-execute): Likewise.
3405         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
3406         and only when unrolling loops.
3407
3408         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
3409
3410 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
3411
3412         * g++.old-deja/g++.pt/explicit81.C: New test.
3413
3414 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
3415
3416         * g++.old-deja/g++.pt/typename26.C: New test.
3417
3418 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
3419
3420         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
3421         warning.
3422
3423 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
3424
3425         * g++.old-deja/g++.other/array3.C: New test.
3426
3427 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
3428
3429         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
3430         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
3431         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
3432         New tests.
3433
3434 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
3435
3436         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
3437         * g++.old-deja/g++.abi/vmihint.C: Likewise.
3438
3439 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
3440
3441         * gcc.c-torture/execute/20000808-1.c: New test.
3442
3443 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
3444
3445         * gcc.dg/c90-const-expr-1.c: New test.
3446
3447 2000-08-08  Richard Henderson  <rth@cygnus.com>
3448
3449         * gcc.dg/noncompile/920923-1.c: Declare calloc.
3450
3451 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3452
3453         * gcc.dg/noncompile/const-ll-1.c: New test.
3454
3455 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3456
3457         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
3458
3459 Sun Aug  6 11:41:51 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
3460
3461         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
3462         that running programs linked against the shared version of libobjc
3463         run correctly.
3464
3465 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
3466
3467         * gcc.dg/c99-printf-1.c: New test.
3468
3469 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
3470
3471         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
3472
3473 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
3474
3475         * gcc.c-torture/execute/20000731-1.x: Delete.
3476
3477 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
3478
3479         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
3480         and torture_without_loops as is done by c-torture.exp.
3481         (search_for): Copy from c-torture.exp.
3482         (gcc-dg-runtest): New function, drives a directory of tests
3483         iterating over the TORTURE_OPTIONS.
3484         (scan-assembler, scan-assembler-not): Move here from
3485         individual directory drivers.
3486
3487         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
3488         defined by lib/gcc-dg.exp.
3489         * gcc.dg/cpp/cpp.exp: Likewise.
3490         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
3491         gcc-dg-runtest, so we cycle over optimization options.
3492
3493         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
3494         * gcc.dg/compare2.c: No longer expected to fail.
3495
3496 Fri Aug  4 23:00:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3497
3498         * gcc.c-torture/execute/20000804-1.c: New test.
3499
3500 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
3501
3502         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
3503
3504 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
3505
3506         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
3507
3508 Thu Aug  3 01:46:33 2000  Jeffrey A Law  (law@cygnus.com)
3509
3510         * gcc.c-torture/compile/20000803-1.c: New test.
3511
3512 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3513
3514         * gcc.c-torture/execute/20000801-3.c,
3515         gcc.c-torture/execute/20000801-4.c: New tests.
3516         * gcc.c-torture/execute/20000801-3.x,
3517         gcc.c-torture/execute/20000801-4.x: Xfail.
3518
3519 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
3520
3521         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
3522         libobjc/.libs to allow for libtool.
3523
3524 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
3525
3526         * gcc.c-torture/compile/20000802-1.c: New test.
3527
3528 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
3529
3530         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
3531
3532 Mon Jul 31 21:14:49 2000  Jeffrey A Law  (law@cygnus.com)
3533
3534         * gcc-c-torture/execute/20000731-2.c: New test.
3535
3536         * gcc.c-torture/execute/20000731-1.c: New test.
3537         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
3538
3539 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
3540
3541         * testsuite/gcc.dg/cpp/paste7.c: New test.
3542         * gcc.dg/cpp/20000725-1.c: New test.
3543
3544 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
3545
3546         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
3547         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
3548         declaration warning for __builtin_dwarf_reg_size.
3549
3550         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
3551
3552 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
3553
3554         * gcc.dg/noncompile/voidparam-1.c: New test.
3555
3556 2000-07-30  Richard Henderson  <rth@cygnus.com>
3557
3558         * gcc.dg/c90-digraph-1.c: Don't xfail.
3559         * gcc.dg/compare2.c (case 10): Xfail.
3560         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
3561
3562 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
3563
3564         * gcc.dg/c99-main-1.c: New test.
3565
3566 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
3567
3568         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
3569
3570 Wed Jul 26 19:41:51 2000  Hans-Peter Nilsson  <hp@axis.com>
3571
3572         * gcc.c-tortuer/execute/20000726-1.c: New test.
3573
3574 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
3575
3576         * gcc.c-torture/execute/enum-2.c: New test.
3577
3578 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3579
3580         * gcc.dg/cpp/tr-warn3.c: New test.
3581
3582 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3583
3584         * g++.old-deja/g++.ext/implicit1.C: Remove.
3585         * g++.old-deja/g++.jason/c2.C: Remove
3586         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
3587         * g++.old-deja/g++.pt/crash16.C: Likewise.
3588         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
3589
3590 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3591
3592         * g++.old-deja/g++.other/for2.C: New test.
3593
3594 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
3595
3596         * gcc.dg/20000720-1.c: New test.
3597
3598 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
3599
3600         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
3601
3602 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
3603
3604         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
3605         * gcc.c-torture/execute/20000722-1.c: New.
3606         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
3607
3608 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
3609
3610         * gcc.dg/cpp/20000720-1.S: New test.
3611
3612 2000-07-21  Michael Meissner  <meissner@redhat.com>
3613
3614         * gcc.c-torture/execute/ieee/hugeval.c: New test.
3615
3616 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
3617
3618         * g++.old-deja/g++.brendan/crash16.C,
3619         g++.old-deja/g++.brendan/parse3.C,
3620         g++.old-deja/g++.brendan/redecl1.C,
3621         g++.old-deja/g++.ns/template13.C,
3622         g++.old-deja/g++.other/decl4.C,
3623         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
3624
3625 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
3626
3627         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
3628         and "Internal error".
3629
3630         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
3631         regexps.
3632         * gcc.dg/cpp/paste6.c: New test.
3633
3634 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
3635
3636         * gcc.dg/cpp/tr-direct.c: New test.
3637
3638         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
3639         gcc.dg/cpp/undef1.c: Tweak error regexps.
3640
3641 2000-07-18  Eric Christopher <echristo@redhat.com>
3642
3643         * gcc.c-torture/compile/20000718-1.c: New test.
3644
3645 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
3646
3647         * cpplex.c (_cpp_push_token): If the token being pushed back
3648         is the previous token in this context, just subtract one from
3649         context->posn.
3650         * cppmacro.c (save_expansion): Clear aux field when storing a
3651         placemarker.
3652
3653 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
3654
3655         * gcc.dg/noncompile/redecl-1.c: New test.
3656
3657 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
3658
3659         * gcc.c-torture/execute/20000717-5.c: New test.
3660         * gcc.c-torture/execute/20000717-1.x: Removed.
3661
3662 2000-07-17  Richard Henderson  <rth@cygnus.com>
3663
3664         * gcc.c-torture/execute/20000717-4.c: New test.
3665
3666 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
3667
3668         * gcc.dg/cpp/syshdr.c: New test.
3669         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
3670
3671 2000-07-17  Neil Booth  <neilb@earthling.net>
3672
3673         * gcc.dg/cpp/cmdlne-dM.c: New test.
3674         * gcc.dg/cpp/cmdlne-dD.c: New test.
3675
3676 Mon Jul 17 03:13:12 2000  Jeffrey A Law  (law@cygnus.com)
3677
3678         * gcc.c-torture/execute/20000717-3.c: New test.
3679
3680         * gcc.c-torture/compile/20000717-1.c: New test.
3681
3682 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
3683
3684         * gcc.c-torture/execute/20000717-2.c: New test.
3685
3686 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
3687
3688         * gcc.dg/formatz-1.c: New test.
3689
3690         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
3691         * gcc.dg/c99-digraph-1.c: New tests.
3692
3693         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
3694         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
3695
3696         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
3697         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
3698         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
3699         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
3700         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
3701         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
3702         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
3703
3704 Mon Jul 17 00:41:57 2000   Greg McGary <greg@mcgary.org>
3705
3706         * gcc.c-torture/execute/20000717-1.c: New test.
3707         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
3708
3709 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
3710
3711         * gcc.c-torture/execute/20000715-2.c: New test.
3712         * gcc.dg/20000715-1.c: New test.
3713
3714 2000-07-15  Michael Meissner  <meissner@redhat.com>
3715
3716         * gcc.c-torture/execute/20000715-1.c: New test.
3717
3718 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
3719
3720         * gcc.c-torture/execute/20000707-1.c: New test.
3721
3722 2000-07-13  Neil Booth  <NeilB@earthling.net>
3723
3724         * testsuite/gcc.dg/cpp/digraph1.c,
3725         testsuite/gcc.dg/cpp/digraph2.c,
3726         testsuite/gcc.dg/cpp/digraphs.c: New tests.
3727
3728 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
3729
3730         * g77.f-torture/compile/20000630-2.f:  New test.
3731         * g77.f-torture/compile/20000630-2.x
3732
3733 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
3734
3735         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
3736
3737 2000-07-11  Neil Booth  <NeilB@earthling.net>
3738
3739         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
3740
3741 2000-07-11  Neil Booth  <NeilB@earthling.net>
3742
3743         * gcc.dg/cpp/cmdlne-C.c: New.
3744
3745 2000-07-09  Neil Booth  <NeilB@earthling.net>
3746
3747         * gcc.dg/cpp/directiv.c: New tests.
3748         * gcc.dg/cpp/undef1.c: Update.
3749
3750 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
3751
3752         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
3753
3754 2000-07-09  Neil Booth  <NeilB@earthling.net>
3755
3756         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
3757
3758 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
3759
3760         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
3761         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
3762
3763 2000-07-08  Neil Booth  <NeilB@earthling.net>
3764
3765         * gcc.dg/cpp/macsyntx.c: New tests.
3766
3767 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
3768
3769         * gcc.dg/20000707-1.c: New test.
3770
3771 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
3772
3773         * gcc.c-torture/execute/20000706-1.c: New test.
3774         * gcc.c-torture/execute/20000706-2.c: New test.
3775         * gcc.c-torture/execute/20000706-3.c: New test.
3776         * gcc.c-torture/execute/20000706-4.c: New test.
3777         * gcc.c-torture/execute/20000706-5.c: New test.
3778
3779 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
3780
3781         * g++.old-deja/g++.pt/instantiate7.C: New test.
3782
3783 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
3784
3785         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
3786         * g++.old-deja/g++.mike/thunk3.C: Likewise.
3787         * g++.old-deja/g++.other/rtti3.C: Likewise.
3788         * g++.old-deja/g++.other/rttid3.C: Likewise.
3789
3790 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
3791
3792         *  g77.f-torture/compile/20000630-1.x: Fix typo
3793
3794 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
3795
3796         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
3797         assembly output.
3798
3799 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
3800
3801         * gcc.dg/cpp/ident.c: New test.
3802
3803 2000-07-05  Neil Booth  <NeilB@earthling.net>
3804
3805         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
3806           gcc.dg/cpp/lexstrng.c: New tests.
3807
3808 2000-07-04  Neil Booth  <NeilB@earthling.net>
3809
3810         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
3811         * gcc.dg/cpp/strify2.c: Same.
3812
3813 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
3814
3815         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
3816         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
3817         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
3818         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
3819
3820         * testsuite/gcc.dg/cpp/macro1.c,
3821         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
3822         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
3823         testsuite/gcc.dg/cpp/strify1.c,
3824         testsuite/gcc.dg/cpp/strify2.c: New tests.
3825
3826 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
3827
3828         * gcc.c-torture/execute/20000703-1.c: New test.
3829
3830 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
3831
3832         * g++.old-deja/g++.pt (lookup10.C): New test.
3833
3834 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
3835
3836         * g++.old-deja/g++.pt (typename25.C): New test.
3837
3838 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
3839
3840         * gcc.c-torture/compile/20000701-1.c: New test.
3841
3842 2000-06-30  Nick Clifton  <nickc@cygnus.com>
3843
3844         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
3845         to test case.
3846
3847 2000-06-30  Catherine Moore  <clm@cygnus.com>
3848
3849         * gcc.c-torture/execute/align-1.c: New test.
3850
3851 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
3852
3853         * g++.old-deja/g++.pt/expr8.C: New test.
3854         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
3855
3856 2000-06-29  Nick Clifton  <nickc@cygnus.com>
3857
3858         * gcc.c-torture/compile/20000629-1.c: New test.
3859
3860 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
3861
3862
3863         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
3864         gcc.dg/noncompile directory, depending on whether they're
3865         preprocessor tests or not.  Annotate all the tests for the dg
3866         framework.
3867
3868         * gcc.c-torture/noncompile/noncompile.exp: Delete.
3869         * gcc.dg/noncompile/noncompile.exp: New.
3870
3871         * Moved files:
3872         Old name                                New name
3873         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
3874         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
3875         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
3876         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
3877         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
3878         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
3879         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
3880         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
3881         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
3882         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
3883         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
3884         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
3885         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
3886         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
3887         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
3888         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
3889         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
3890         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
3891         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
3892         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
3893         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
3894         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
3895         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
3896         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
3897
3898         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
3899         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
3900         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
3901         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
3902         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
3903         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
3904
3905 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
3906
3907         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
3908         declare one variable.  On the fourth, error.
3909         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
3910         declared by 20000628-1a.h.
3911
3912 2000-06-29  Richard Henderson  <rth@redhat.com>
3913
3914         * gcc.c-torture/execute/930529-1.x: New file.
3915         * gcc.dg/920413-1.c: Adjust expected warning text.
3916         * gcc.dg/980217-1.c: Declare abort.
3917         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
3918
3919 Thu Jun 29 09:42:40 2000  Jeffrey A Law  (law@cygnus.com)
3920
3921         * g77.f-torture/compile/20000629-1.f: New test.
3922         * g77.f-torture/compile/20000629-1.x: Expected to fail.
3923
3924 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
3925
3926         Rearrange lots of files, removing entirely the
3927         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
3928         directories.
3929
3930         * Deleted files:
3931         gcc.c-torture/code_quality/code_quality.exp
3932         gcc.c-torture/special/special.exp
3933         gcc.failure/failure.exp
3934         gcc.failure/940409-1.x
3935         gcc.c-torture/compile/961203-1.x
3936
3937         * New files:
3938         gcc.misc-tests/linkage.exp
3939         gcc.c-torture/execute/920730-1t.c
3940         gcc.c-torture/execute/920730-1t.x
3941         gcc.c-torture/compile/920520-1.x
3942         gcc.c-torture/compile/920521-1.x
3943         gcc.c-torture/compile/981006-1.x
3944         gcc.c-torture/execute/eeprof-1.x
3945
3946         * Moved files (possibly with modifications to fit a new harness):
3947         Old name                                New name
3948         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
3949         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
3950         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
3951         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
3952         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
3953         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
3954         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
3955         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
3956         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
3957         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
3958         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
3959         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
3960         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
3961         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
3962
3963 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
3964
3965         * c-torture/compile/961203-1.x: Delete.
3966
3967         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
3968         not exit. Include stdio.h.
3969         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
3970         * gcc.misc-tests/dg-12.c: Likewise.
3971         * gcc.misc-tests/dg-5.c: Likewise.
3972         * gcc.misc-tests/dg-6.c: Likewise.
3973         * gcc.misc-tests/dg-7.c: Prototype abort.
3974         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
3975         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
3976         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
3977         not exit.
3978         * gcc.misc-tests/sieve.c: Use return from main, not exit.
3979         * gcc.misc-tests/sort2.c: Use return from main, not exit.
3980
3981 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
3982
3983         * gcc.dg/cpp/20000628-1.c: New test.
3984         * gcc.dg/cpp/20000628-1.h: New header for above test.
3985         * gcc.dg/cpp/20000628-1a.h: Likewise.
3986
3987 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
3988
3989         * gcc.dg/cpp: New directory.
3990         * gcc.dg/cpp/cpp.exp: New driver.
3991         * gcc.dg/cpp/20000627-1.c: New test.
3992         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
3993         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
3994         and rewrite as a compilation test.
3995
3996         * gcc.dg: Move many files into the cpp subdirectory, possibly
3997         renaming or editing them as well.
3998         Old name                New name
3999         990119-1.c              cpp/19990119-1.c
4000         990228-1.c              cpp/19990228-1.c
4001         990407-1.c              cpp/19990407-1.c
4002         990409-1.c              cpp/19990409-1.c
4003         990413-1.c              cpp/19990413-1.c
4004         990703-1.c              cpp/19990703-1.c
4005         20000127-1.c            cpp/20000127-1.c
4006         20000129-1.c            cpp/20000129-1.c
4007         20000207-1.c            cpp/20000207-1.c
4008         20000207-2.c            cpp/20000207-2.c
4009         20000209-1.c            cpp/20000209-1.c
4010         20000209-2.c            cpp/20000209-2.c
4011         20000301-1.c            cpp/20000301-1.c
4012         20000419-1.c            cpp/20000419-1.c
4013         20000510-1.S            cpp/20000510-1.S
4014         20000519-1.c            cpp/20000519-1.c
4015         20000529-1.c            cpp/20000529-1.c
4016         20000625-1.c            cpp/20000625-1.c
4017         20000625-2.c            cpp/20000625-2.c
4018         cpp-as1.c               cpp/assert1.c
4019         cpp-as2.c               cpp/assert2.c
4020         cxx-comments-1.c        cpp/cxxcom1.c
4021         cxx-comments-2.c        cpp/cxxcom2.c
4022         endif-label.c           cpp/endif.c
4023         cpp-hash1.c             cpp/hash1.c
4024         cpp-hash2.c             cpp/hash2.c
4025         cpp-if1.c               cpp/if-1.c
4026         cpp-if2.c               cpp/if-2.c
4027         cpp-if3.c               cpp/if-3.c
4028         cpp-if4.c               cpp/if-4.c
4029         cpp-if5.c               cpp/if-5.c
4030         cpp-cond.c              cpp/if-cexp.c
4031         cpp-missingop.c         cpp/if-mop.c
4032         cpp-missingparen.c      cpp/if-mpar.c
4033         cpp-opprec.c            cpp/if-oppr.c
4034         cpp-ifparen.c           cpp/if-paren.c
4035         cpp-shortcircuit.c      cpp/if-sc.c
4036         cpp-shift.c             cpp/if-shift.c
4037         cpp-unary.c             cpp/if-unary.c
4038         cpp-li1.c               cpp/line1.c
4039         cpp-li2.c               cpp/line2.c
4040         lineno.c                cpp/line3.c
4041         lineno-2.c              cpp/line4.c
4042         cpp-mi.c                cpp/mi1.c
4043         cpp-mic.h               cpp/mi1c.h
4044         cpp-micc.h              cpp/mi1cc.h
4045         cpp-mind.h              cpp/mi1nd.h
4046         cpp-mindp.h             cpp/mi1ndp.h
4047         cpp-mix.h               cpp/mi1x.h
4048         cpp-mi2.c               cpp/mi2.c
4049         cpp-mi2a.h              cpp/mi2a.h
4050         cpp-mi2b.h              cpp/mi2b.h
4051         cpp-mi2c.h              cpp/mi2c.h
4052         cpp-mi3.c               cpp/mi3.c
4053         cpp-mi3.def             cpp/mi3.def
4054         poison-1.c              cpp/poison.c
4055         pr-impl.c               cpp/prag-imp.c
4056         cpp-redef-2.c           cpp/redef1.c
4057         cpp-redef.c             cpp/redef2.c
4058         strpaste.c              cpp/strp1.c
4059         strpaste-2.c            cpp/strp2.c
4060         cpp-tradpaste.c         cpp/tr-paste.c
4061         cpp-tradstringify.c     cpp/tr-str.c
4062         cpp-tradwarn1.c         cpp/tr-warn1.c
4063         cpp-tradwarn2.c         cpp/tr-warn2.c
4064         trigraphs.c             cpp/trigraphs.c
4065         cpp-unc1.c              cpp/unc1.c
4066         cpp-unc2.c              cpp/unc2.c
4067         cpp-unc3.c              cpp/unc3.c
4068         cpp-unc.c               cpp/unc4.c
4069         undef.c                 cpp/undef1.c
4070         undef-2.c               cpp/undef2.c
4071         cpp-wi1.c               cpp/widestr1.c
4072
4073 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
4074
4075         * lib/g++.exp (g++_include_flags): Tweak.
4076
4077 2000-06-27  H.J. Lu  <hjl@gnu.org>
4078             Loren J. Rittle  <ljrittle@acm.org>
4079
4080         * lib/g++.exp (g++_include_flags): Override libgloss.exp
4081         version with one that knows about the new gcc tree structure.
4082         (g++_link_flags): Same.
4083
4084 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
4085
4086         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
4087         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
4088         case we are cross-compiling.
4089
4090         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
4091         g++.old-deja/g++.niklas/Makefile.in,
4092         g++.old-deja/g++.niklas/configure.in,
4093         g++.old-deja/g++.other/Makefile.in,
4094         g++.old-deja/g++.other/configure.in,
4095         gcc.c-torture/code_quality/Makefile.in,
4096         gcc.c-torture/code_quality/configure.in,
4097         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
4098         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
4099         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
4100         gcc.c-torture/execute/ieee/Makefile.in,
4101         gcc.c-torture/execute/ieee/configure.in,
4102         gcc.c-torture/noncompile/Makefile.in,
4103         gcc.c-torture/noncompile/configure.in,
4104         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
4105         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
4106         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
4107
4108 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
4109
4110         * g++.old-deja/g++.other/ambig3.C: New test.
4111
4112 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
4113
4114         * g++.old-deja/g++.pt/syntax1.C: New test.
4115         * g++.old-deja/g++.pt/syntax2.C: New test.
4116         * g++.old-deja/g++.other/syntax3.C: New test.
4117         * g++.old-deja/g++.other/syntax4.C: New test.
4118
4119 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
4120
4121         * gcc.dg/20000623-1.c: Prototype exit and abort.
4122
4123 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
4124
4125         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
4126         New tests.
4127         * gcc.dg/cpp-mi3.def: New file.
4128
4129         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
4130         inside assertions.
4131         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
4132         lexer's error messages.
4133         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
4134         divine anything from the linemarkers.
4135         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
4136         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
4137
4138 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
4139
4140         * gcc.dg/20000623-1.c: New test.
4141
4142 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
4143
4144         * gcc.c-torture/execute/20000622-1.c: New test.
4145
4146 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
4147
4148         * g++.old-deja/g++.other/init15.C: New test.
4149
4150 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
4151
4152         * g++.old-deja/g++.pt/vaarg2.C: New test.
4153         * g++.old-deja/g++.pt/vaarg3.C: New test.
4154
4155 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
4156
4157         * g++.old-deja/g++.other/dyncast6.C: New test.
4158
4159 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
4160
4161         * gcc.c-torture/execute/loop-6.c: New test.
4162
4163 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
4164
4165         * gcc.dg/20000614-1.c: New test.
4166         * gcc.dg/20000614-2.c: New test.
4167
4168 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
4169
4170         * g++.old-deja/g++.other/inline12.C: New test.
4171
4172 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
4173
4174         * g++.old-deja/g++.other/eh1.C: New test.
4175
4176 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
4177
4178         * g++.old-deja/g++.other/type.C: New test.
4179
4180 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
4181
4182         * g++.old-deja/g++.other/initstring.C: New test.
4183
4184 2000-06-12  Jason Merrill  <jason@redhat.com>
4185
4186         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
4187
4188 Fri Jun  9 22:46:34 2000  Jeffrey A Law  (law@cygnus.com)
4189
4190         * gcc.c-torture/compile/20000609-1.c: New test.
4191
4192 Fri Jun  9 21:54:28 2000  Clinton Popetz  <cpopetz@cygnus.com>
4193
4194         * gcc.dg/20000609-1.c: New test.
4195
4196 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
4197
4198         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
4199         * gcc.c-torture/noncompile/poison-1.c: Move...
4200         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
4201         * gcc.dg/cpp-li1.c: Add a token after the #line.
4202
4203 2000-06-05  Richard Henderson  <rth@cygnus.com>
4204
4205         * gcc.c-torture/execute/20000605-2.c: New test.
4206         * gcc.c-torture/execute/20000605-3.c: New test.
4207
4208 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
4209
4210         * g77.f-torture/execute/20000503-1.x: New file.
4211
4212 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
4213
4214         * g++.old-deja/g++.eh/badalloc1.C: New test.
4215
4216 2000-06-05  Richard Henderson  <rth@cygnus.com>
4217
4218         * gcc.c-torture/execute/20000605-1.c: New test.
4219
4220 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
4221             Nathan Sidwell <nathan@codesourcery.com>
4222
4223         * gcc.c-torture/compile/20000605-1.c: New test.
4224
4225 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
4226
4227         * g77.f-torture/compile/20000601-1.f:  New test.
4228
4229 2000-06-03  Richard Henderson  <rth@cygnus.com>
4230
4231         * gcc.c-torture/execute/20000603-1.c: New.
4232
4233 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
4234
4235         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
4236         * gcc.dg/noreturn-2.c (noreturn): Likewise.
4237
4238 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
4239
4240         * gcc.dg/compare2.c (case 12): XFAIL.
4241         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
4242         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
4243
4244         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
4245
4246 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
4247
4248         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
4249         guard macro is already defined when the header is first
4250         included.
4251         * gcc.dg/cpp-mix.h: New file.
4252         * gcc.dg/endif-label.c: Update patterns to match compiler.
4253
4254         * g++.brendan/complex1.C: Declare abort.
4255         * g++.law/refs4.C: Remove XFAIL.
4256         * g++.oliva/expr2.C: Declare abort and exit.
4257
4258 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
4259
4260         * gcc.c-torture/execute/20000528-1.c: New test.
4261
4262         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
4263         * g++.old-deja/g++.law/temps4.C: Likewise.
4264
4265         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
4266         stdlib.h.  Call abort() on failure.
4267         * g++.old-deja/g++.law/refs4.C: Likewise.
4268         * g++.old-deja/g++.law/temps4.C: Likewise.
4269         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
4270         * gcc.c-torture/execute/20000112-1.c: Include string.h.
4271
4272 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
4273
4274         Relative to g++.dg/special:
4275         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
4276
4277         Relative to g++.old-deja:
4278         * g++.brendan/complex1.C, g++.jason/optimize2.C,
4279         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
4280         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
4281         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
4282         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
4283         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
4284         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
4285
4286         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
4287         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
4288         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
4289         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
4290         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
4291         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
4292         and/or string.h.
4293
4294         * g++.other/goto1.C: Update expectations for error messages.
4295
4296 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
4297
4298         * gcc.c-torture/compile/20000523-1.c: New test.
4299
4300 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
4301
4302         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
4303
4304 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
4305
4306         * g++.old-deja/g++.eh/catch11.C: New test.
4307         * g++.old-deja/g++.eh/catch12.C: New test.
4308
4309 2000-05-24  Nick Clifton  <nickc@cygnus.com>
4310
4311         * gcc.c-torture/execute/20000523-1.c: New test.
4312
4313 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
4314
4315         * c-torture/execute/bcp-1.c: Replace abort in arg of
4316         __builtin_constant_p with a generic external function.
4317
4318         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
4319         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
4320         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
4321         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
4322         Prototype abort and/or exit.
4323
4324         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
4325         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
4326         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
4327         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
4328
4329 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
4330
4331         * gcc.dg/dwarf2-1.c: New test.
4332
4333 2000-05-20  Richard Henderson  <rth@cygnus.com>
4334
4335         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
4336
4337 2000-05-20  Andreas Jaeger  <aj@suse.de>
4338
4339         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
4340         testcase.
4341
4342 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
4343
4344         * gcc.c-torture/execute/20000519-2.c: New test.
4345
4346 2000-05-19  Andreas Jaeger  <aj@suse.de>
4347
4348         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
4349         which fails with SSA.
4350
4351         * lib/c-torture.exp: Also test with -O3 -fssa.
4352
4353 2000-05-18  Michael Meissner  <meissner@redhat.com>
4354
4355         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
4356         * gcc.c-torture/execute/920415-1.c: Ditto.
4357         * gcc.c-torture/execute/920501-1.c: Ditto.
4358         * gcc.c-torture/execute/conversion.c: Ditto.
4359         * gcc.c-torture/execute/cvt-1.c: Ditto.
4360
4361 Thu May 18 16:03:29 2000  Jeffrey A Law  (law@cygnus.com)
4362
4363         * gcc.c-torture/compile/20000518-1.c: New test.
4364
4365 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
4366
4367         * g77.f-torture/compile/200005018.f:  New test.
4368
4369 Wed May 17 18:30:10 2000  Jeffrey A Law  (law@cygnus.com)
4370
4371         * gcc.c-torture/compile/20000517-1.c: New test.
4372
4373 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4374
4375         * gcc.c-torture/execute/20000516-1.c: New test.
4376
4377 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
4378
4379         * g++.old-deja/g++.other/eh.C: New test.
4380
4381 2000-05-12  Richard Henderson  <rth@cygnus.com>
4382
4383         * gcc.c-torture/execute/990208-1.c (main): Don't pass
4384         constants through to doit's conditional.
4385
4386 Thu May 11 19:02:43 2000  Jeffrey A Law  (law@cygnus.com)
4387
4388         * gcc.c-torture/compile/20000511-1.c: New test.
4389         * g77.f-torture/compile/20000511-1.f: New test.
4390         * g77.f-torture/compile/20000511-2.f: New test.
4391
4392 2000-05-11  Michael Meissner  <meissner@redhat.com>
4393
4394         * gcc.c-torture/execute/20000511-1.c: New test.
4395
4396 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
4397
4398         * gcc.dg/dg.exp: Scan .S files as well as .c files.
4399         * gcc.dg/20000510-1.S: New.
4400
4401 2000-05-08  Catherine Moore  <clm@cygnus.com>
4402
4403         * gcc.dg/unused-3.c: New.
4404
4405 2000-05-06  Richard Henderson  <rth@cygnus.com>
4406
4407           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
4408           * g++.old-deja/g++.mike/warn1.C: Likewise.
4409           * g++.old-deja/g++.pt/local1.C: Likewise.
4410           * g++.old-deja/g++.pt/local7.C: Likewise.
4411           * g++.old-deja/g++.pt/spec16.C: Likewise.
4412
4413 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
4414
4415         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
4416
4417 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
4418
4419           * g77.f-torture/execute/20000503-1.f:  New test.
4420
4421 2000-05-04  Andreas Jaeger  <aj@suse.de>
4422
4423         * gcc.dg/noreturn-2.c: New test.
4424
4425 2000-05-04  Neil Booth  <NeilB@earthling.net>
4426
4427         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
4428         preprocessor.
4429
4430 2000-05-04  Richard Henderson  <rth@cygnus.com>
4431
4432         * gcc.c-torture/execute/20000503-1.c: Fix typo.
4433
4434 2000-05-04  Richard Henderson  <rth@cygnus.com>
4435
4436         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
4437         OpenSSL by Jason R Thorpe.
4438
4439 Wed May  3 13:02:10 2000  Jim Wilson  <wilson@cygnus.com>
4440
4441         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
4442
4443 2000-05-03  Robert Lipe <robertlipe@usa.net>
4444
4445         * gcc.dg/20000503-1.c: New test.
4446
4447 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
4448
4449         * gcc.c-torture/compile/20000502-1.c: New test.
4450         * g++.old-deja/g++.other/align.C: New test.
4451         * gcc.dg/cpp-tradstringify.c: New test.
4452
4453 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4454
4455         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
4456         and hard registers.
4457
4458 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
4459
4460         * gcc.c-torture/execute/loop-5.c: New test.
4461
4462 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
4463
4464         * gcc.c-torture/execute/va-arg-20.c: New test.
4465
4466 Sun Apr 23 14:41:33 2000  Jeffrey A Law  (law@cygnus.com)
4467
4468         * gcc.c-torture/execute/20000422-1.c: New test.
4469
4470 2000-04-20  Greg McGary  <gkm@gnu.org>
4471
4472         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
4473         when optimizing, but without sibling-call optimizations (-O1).
4474
4475 Thu Apr 20 11:57:03 2000  Jeffrey A Law  (law@cygnus.com)
4476
4477           * gcc.c-torture/compile/20000420-1.c: New test.
4478
4479 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
4480
4481         * g++.abi/ptrflags.C: New test.
4482         * g++.eh/catchptr1.C: Test incomplete pointer chains.
4483
4484 Wed Apr 19 09:16:32 2000  Catherine Moore  <clm@cygnus.com>
4485
4486         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
4487
4488 2000-04-19  Greg McGary  <gkm@gnu.org>
4489
4490         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
4491         sibling-call optimizations.
4492
4493 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
4494
4495         * gcc.dg/20000419-1.c: New test.
4496
4497 Wed Apr 12 22:54:02 2000  Hans-Peter Nilsson  <hp@axis.com>
4498
4499         * gcc.c-torture/execute/20000412-6.c: New test.
4500
4501 Wed Apr 12 10:25:08 2000  Jeffrey A Law  (law@cygnus.com)
4502
4503         * gcc.c-torture/execute/20000412-5.c: New test.
4504         * g77.f-torture/compile/20000412-1.f: New test.
4505         * gcc.c-torture/execute/20000412-4.c: New test.
4506         * gcc.c-torture/compile/20000412-2.c: New test.
4507         * gcc.c-torture/execute/20000412-3.c: New test.
4508         * gcc.c-torture/compile/20000412-1.c: New test.
4509         * gcc.c-torture/execute/20000412-2.c: New test.
4510
4511 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
4512
4513         * objc/execute/bf-20.m: New test.
4514
4515 2000-04-10  Richard Henderson  <rth@cygnus.com>
4516
4517         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
4518
4519         * gcc.c-torture/execute/20000412-1.c: New test.
4520
4521 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
4522
4523         * g++.old-deja/g++.eh/catchptr1.C: New test.
4524
4525 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
4526
4527         * g++.old-deja/g++.abi/cxa_vec.C: New test.
4528
4529 2000-04-08  Neil Booth  <NeilB@earthling.net>
4530
4531         * gcc.dg/cpp-nullchar.c: Remove test as
4532         embedded nulls cause problems.
4533
4534 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4535
4536         * gcc.dg/compare2.c: New test.
4537
4538 2000-04-08  Neil Booth  <NeilB@earthling.net>
4539
4540         * gcc.dg/cpp-nullchar.c: New test.
4541
4542 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
4543
4544         * gcc.dg/cpp-mi2.c: New test.
4545         * gcc.dg/cpp-mi2[abc].h: New files.
4546
4547 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
4548
4549         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
4550         member name.
4551
4552 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
4553
4554         * g++.old-deja/g++.abi/vmihint.C: New test.
4555
4556 2000-04-06  Neil Booth  <NeilB@earthling.net>
4557
4558         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
4559         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
4560         copyright.
4561
4562 Wed Apr  5 22:51:36 2000  Hans-Peter Nilsson  <hp@axis.com>
4563
4564         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
4565         avoid stack-frame overwrite.
4566
4567 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
4568
4569         * gcc.c-torture/compile/20000405-2.c: New test.
4570         * gcc.c-torture/compile/20000405-3.c: New test.
4571
4572 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4573
4574         * gcc.c-torture/compile/20000405-1.c: New test.
4575
4576 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
4577
4578         * gcc.dg/cast-qual-1.c: Revert last change.
4579
4580 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4581
4582         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
4583
4584 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
4585
4586         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
4587         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
4588
4589 Mon Apr  3 02:35:34 2000  Jeffrey A Law  (law@cygnus.com)
4590
4591         * gcc.c-torture/compile/20000403-2.c: New test.
4592         * gcc.c-torture/compile/20000403-1.c: New test.
4593
4594 Mon Apr  3 16:53:52 2000  Hans-Peter Nilsson  <hp@axis.com>
4595
4596         * gcc.c-torture/execute/20000403-1.c: New test.
4597
4598 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
4599
4600         * gcc.c-torture/execute/20000402-1.c: New test.
4601
4602 Mon Apr  3 14:10:34 2000  Donald Lindsay  <dlindsay@cygnus.com>
4603
4604         * gcc.c-torture/execute/va-arg-15.c: New test.
4605         * gcc.c-torture/execute/va-arg-16.c: New test.
4606         * gcc.c-torture/execute/va-arg-17.c: New test.
4607         * gcc.c-torture/execute/va-arg-18.c: New test.
4608         * gcc.c-torture/execute/va-arg-19.c: New test.
4609
4610 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
4611
4612         * gcc.c-torture/compile/981211-1.c: Move to...
4613         * gcc.dg/cpp-as1.c: ...here.
4614         * gcc.dg/cpp-as2.c: New file.
4615
4616         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
4617         compiler.
4618
4619 2000-04-02  Neil Booth  <NeilB@earthling.net>
4620
4621         * gcc.dg/cpp-cond.c  New tests.
4622         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
4623         accidental success less likely.
4624         * gcc.dg/cpp-missingop.c  New tests.
4625         * gcc.dg/cpp-missingparen.c  New tests.
4626         * gcc.dg/cpp-shift.c  New tests.
4627         * gcc.dg/cpp-shortcircuit.c  New tests.
4628         * gcc.dg/cpp-unary.c  New tests.
4629
4630 Wed Mar 29 13:44:23 2000  Jeffrey A Law  (law@cygnus.com)
4631
4632         * gcc.c-torture/compile/20000329-1.c: New test.
4633
4634 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
4635
4636         * gcc.c-torture/compile/20000326-1.c: New test.
4637         * gcc.c-torture/compile/20000326-2.c: New test.
4638
4639 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
4640
4641         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
4642         the first parameter is a function argument.
4643
4644 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
4645
4646         * g++.old-deja/g++.ext/array4.C: New test.
4647
4648 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
4649
4650         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
4651
4652 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4653
4654         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
4655
4656 2000-03-19  Richard Henderson  <rth@cygnus.com>
4657
4658         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
4659
4660 2000-03-19  Richard Henderson  <rth@cygnus.com>
4661
4662         * gcc.c-torture/compile/20000319-1.c: New test.
4663
4664 Tue Mar 14 08:58:37 2000  Jeffrey A Law  (law@cygnus.com)
4665
4666         * gcc.c-torture/execute/20000314-3.c: New test.
4667         * gcc.c-torture/execute/20000314-2.c: New test.
4668         * gcc.c-torture/execute/20000314-1.c: New test.
4669         * gcc.c-torture/compile/20000314-2.c: New test.
4670         * gcc.c-torture/compile/20000314-1.c: New test.
4671
4672 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
4673
4674         * g++.old-deja/g++.warn/inline.C: New test.
4675
4676 Fri Mar 10 01:15:19 2000  Hans-Peter Nilsson  <hp@bitrange.com>
4677
4678         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
4679         standards-compliant result rather than specific constants.
4680         Put test-values in array.
4681
4682 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
4683
4684         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
4685         (g++_target_compile): Put test-specific options last.
4686
4687 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
4688
4689         * g++.old-deja/g++.eh/vbase4.C: New test.
4690
4691 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
4692
4693         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
4694
4695 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
4696
4697         * g++.old-deja/g++.brendan/misc12.C: Removed.
4698         * g++.old-deja/g++.pt/memtemp77.C: Constify.
4699         * g++.old-deja/g++.ext/pretty4.C: New test.
4700
4701 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
4702
4703         * g++.old-deja/g++.other/string2.C: New test.
4704
4705 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
4706
4707         * g++.old-deja/g++.warn/impint2.C: New test.
4708
4709 Sun Mar  5 23:25:12 2000  Hans-Peter Nilsson  <hp@bitrange.com>
4710
4711         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
4712         is 1, not zero.
4713
4714 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
4715
4716         * g++.old-deja/g++.warn/impint.C: New test.
4717         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
4718         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
4719         * g++.old-deja/g++.pt/explicit12.C: Likewise.
4720         * g++.old-deja/g++.pt/explicit13.C: Likewise.
4721         * g++.old-deja/g++.pt/explicit17.C: Likewise.
4722         * g++.old-deja/g++.pt/explicit18.C: Likewise.
4723         * g++.old-deja/g++.pt/explicit19.C: Likewise.
4724         * g++.old-deja/g++.pt/explicit23.C: Likewise.
4725         * g++.old-deja/g++.pt/explicit31.C: Likewise.
4726         * g++.old-deja/g++.pt/explicit35.C: Likewise.
4727         * g++.old-deja/g++.pt/explicit6.C: Likewise.
4728         * g++.old-deja/g++.pt/memclass7.C: Likewise.
4729
4730 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
4731
4732         * gcc.dg/cpp-redef.c: New test.
4733
4734 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
4735
4736         * g++.old-deja/g++.pt/unify7.C: New test.
4737
4738 Sat Feb 26 19:46:09 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4739
4740         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
4741         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
4742
4743 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
4744
4745         * gcc.c-torture/compile/20000224-1.c: New test.
4746
4747 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4748
4749         * gcc.c-torture/compile/cpp-2.c: New test.
4750         * gcc.c-torture/compile/cpp-1.c: New test.
4751
4752 Fri Feb 25 21:44:49 2000  Jeffrey A Law  (law@cygnus.com)
4753
4754         * gcc.c-torture/execute/20000225-1.c: New test.
4755
4756 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4757
4758         * gcc.dg/cpp-li2.c: New test.
4759
4760         * gcc.dg/cpp-wi1.c: New test.
4761
4762         * gcc.dg/cpp-li1.c: New test.
4763
4764 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
4765
4766         * g++.old-deja/g++.other/sizeof5.C: New test.
4767
4768 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4769
4770         * gcc.c-torture/execute/va-arg-13.c: New test.
4771
4772 Wed Feb 23 14:16:06 2000  Donald Lindsay  <dlindsay@cygnus.com>
4773
4774         * gcc.c-torture/execute/va-arg-12.c: New test.
4775
4776 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
4777
4778         * gcc.c-torture/execute/20000223-1.c: New test.
4779
4780 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
4781
4782         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
4783
4784 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
4785
4786         * g++.old-deja/g++.abi/ptrmem.C: New test.
4787
4788 2000-02-19  Richard Henderson  <rth@cygnus.com>
4789
4790         * gcc.c-torture/compile/init-3.c: New.
4791
4792 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
4793
4794         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
4795         ALWAYS_CXXFLAGS.
4796
4797 Fri Feb 11 12:35:40 2000  Robert Lipe <robertl@sco.com>
4798
4799         * gcc.c-torture/compile/20000211-3.c: New test.
4800
4801 Fri Feb 11 12:35:40 2000  Martin Buchholz <martin@xemacs.org>
4802
4803         * gcc.c-torture/compile/20000211-2.c: New test.
4804
4805 Fri Feb 11 12:35:40 2000  Jeffrey A Law  (law@cygnus.com)
4806
4807         * gcc.c-torture/compile/20000211-1.c: New test.
4808
4809 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
4810
4811         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
4812           on native targets
4813
4814 2000-02-08  Nathan Sidwell  <nathan@acm.org>
4815
4816         * g++.old-deja/g++.other/cast5.C: New test.
4817
4818 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
4819
4820         * gcc.c-torture/execute/20000205-1.c: New.
4821
4822 2000-02-03  Nathan Sidwell  <nathan@acm.org>
4823
4824         * g++.old-deja/g++.jason/cast3.C: Return void.
4825         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
4826
4827 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4828
4829         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
4830
4831         * gcc.dg/loop-1.c: New test.
4832
4833 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
4834
4835         * gcc.c-torture/compile/20000127-1.c: New test.
4836         * gcc.c-torture/execute/991228-1.c: New test.
4837
4838 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4839
4840         * gcc.dg/unused-2.c: New test.
4841
4842         * gcc.dg/conv-1.c: New test.
4843
4844 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
4845
4846         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
4847         compiler.
4848         (tool_option_proc): Fix typo.
4849
4850 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
4851
4852         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
4853         of the ld on the host, not on the build machine.
4854         Also, don't crash if '--help' is not a supported option.
4855
4856 2000-01-24  Richard Henderson  <rth@cygnus.com>
4857
4858         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
4859
4860 Thu Jan 20 12:34:48 2000  Jeffrey A Law  (law@cygnus.com)
4861
4862         * gcc.c-torture/execute/20000120-2.c: New test.
4863         * gcc.c-torture/execute/20000120-1.c: New test.
4864
4865 Thu Jan 13 02:29:32 2000  Jeffrey A Law  (law@cygnus.com)
4866
4867         * gcc.c-torture/execute/20000113-1.c: New test.
4868
4869 Wed Jan 12 20:26:58 2000  Jeffrey A Law  (law@cygnus.com)
4870
4871         * gcc.c-torture/execute/20000112-1.c: New test.
4872
4873 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4874
4875         * gcc.dg/20000111-1.c: New test.
4876
4877 Mon Jan 10 18:12:49 2000  Jeffrey A Law  (law@cygnus.com)
4878
4879         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
4880         with 16 bit integers.
4881
4882 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4883
4884         * gcc.dg/20000108-1.c: New test.
4885
4886 2000-01-05  Nathan Sidwell  <nathan@acm.org>
4887
4888         * g++.old-deja/g++.ns/koenig8.C: New test.
4889
4890 2000-01-05  Nathan Sidwell  <nathan@acm.org>
4891
4892         * g++.old-deja/g++.other/cast4.C: New test.
4893
4894 Wed Jan  5 00:26:20 2000  Jeffrey A Law  (law@cygnus.com)
4895
4896         * gcc.c-torture/compile/20000105-2.c: New test.
4897         * gcc.c-torture/compile/20000105-1.c: New test.
4898
4899 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4900
4901         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
4902         references to printf & atoi to conform to ANSI standard.
4903         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
4904         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
4905         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
4906         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
4907         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
4908         * g++.old-deja/g++.brendan/complex1.C: Likewise.
4909         * g++.old-deja/g++.brendan/copy1.C: Likewise.
4910         * g++.old-deja/g++.brendan/copy2.C: Likewise.
4911         * g++.old-deja/g++.brendan/copy3.C: Likewise.
4912         * g++.old-deja/g++.brendan/copy4.C: Likewise.
4913         * g++.old-deja/g++.brendan/copy5.C: Likewise.
4914         * g++.old-deja/g++.brendan/copy6.C: Likewise.
4915         * g++.old-deja/g++.brendan/copy7.C: Likewise.
4916         * g++.old-deja/g++.brendan/copy8.C: Likewise.
4917         * g++.old-deja/g++.brendan/crash11.C: Likewise.
4918         * g++.old-deja/g++.brendan/crash14.C: Likewise.
4919         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
4920         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
4921         * g++.old-deja/g++.brendan/delete2.C: Likewise.
4922         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
4923         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
4924         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
4925         * g++.old-deja/g++.brendan/eh1.C: Likewise.
4926         * g++.old-deja/g++.brendan/groff1.C: Likewise.
4927         * g++.old-deja/g++.brendan/init3.C: Likewise.
4928         * g++.old-deja/g++.brendan/misc12.C: Likewise.
4929         * g++.old-deja/g++.brendan/misc7.C: Likewise.
4930         * g++.old-deja/g++.brendan/new2.C: Likewise.
4931         * g++.old-deja/g++.brendan/operators4.C: Likewise.
4932         * g++.old-deja/g++.brendan/operators5.C: Likewise.
4933         * g++.old-deja/g++.brendan/overload2.C: Likewise.
4934         * g++.old-deja/g++.brendan/overload7.C: Likewise.
4935         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
4936         * g++.old-deja/g++.brendan/reference1.C: Likewise.
4937         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
4938         * g++.old-deja/g++.brendan/template24.C: Likewise.
4939         * g++.old-deja/g++.brendan/template3.C: Likewise.
4940         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
4941         * g++.old-deja/g++.jason/inline3.C: Likewise.
4942         * g++.old-deja/g++.jason/opeq.C: Likewise.
4943         * g++.old-deja/g++.law/arg5.C: Likewise.
4944         * g++.old-deja/g++.law/arm7.C: Likewise.
4945         * g++.old-deja/g++.law/ctors11.C: Likewise.
4946         * g++.old-deja/g++.law/cvt8.C: Likewise.
4947         * g++.old-deja/g++.law/init9.C: Likewise.
4948         * g++.old-deja/g++.law/refs4.C: Likewise.
4949         * g++.old-deja/g++.law/template2.C: Likewise.
4950         * g++.old-deja/g++.law/visibility24.C: Likewise.
4951         * g++.old-deja/g++.law/vtable3.C: Likewise.
4952         * g++.old-deja/g++.mike/asm2.C: Likewise.
4953         * g++.old-deja/g++.mike/eh1.C: Likewise.
4954         * g++.old-deja/g++.mike/misc1.C: Likewise.
4955         * g++.old-deja/g++.mike/misc13.C: Likewise.
4956         * g++.old-deja/g++.mike/misc14.C: Likewise.
4957         * g++.old-deja/g++.mike/ns12.C: Likewise.
4958         * g++.old-deja/g++.mike/p1248.C: Likewise.
4959         * g++.old-deja/g++.mike/p3708.C: Likewise.
4960         * g++.old-deja/g++.mike/p3708a.C: Likewise.
4961         * g++.old-deja/g++.mike/p3708b.C: Likewise.
4962         * g++.old-deja/g++.mike/p646.C: Likewise.
4963         * g++.old-deja/g++.mike/p700.C: Likewise.
4964         * g++.old-deja/g++.mike/p783.C: Likewise.
4965         * g++.old-deja/g++.mike/p783a.C: Likewise.
4966         * g++.old-deja/g++.mike/p783b.C: Likewise.
4967         * g++.old-deja/g++.mike/p786.C: Likewise.
4968         * g++.old-deja/g++.mike/p789.C: Likewise.
4969         * g++.old-deja/g++.mike/p789a.C: Likewise.
4970         * g++.old-deja/g++.mike/p807a.C: Likewise.
4971         * g++.old-deja/g++.other/delete3.C: Likewise.
4972         * g++.old-deja/g++.other/dyncast1.C: Likewise.
4973         * g++.old-deja/g++.other/dyncast2.C: Likewise.
4974         * g++.old-deja/g++.other/dyncast3.C: Likewise.
4975         * g++.old-deja/g++.other/empty1.C: Likewise.
4976         * g++.old-deja/g++.other/temporary1.C: Likewise.
4977         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
4978         * g++.old-deja/g++.pt/t16.C: Likewise.
4979         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
4980
4981 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
4982
4983         * gcc.dg/991230-1.c: New test.
4984
4985 Wed Dec 29 23:48:49 1999  Jeffrey A Law  (law@cygnus.com)
4986
4987         * gcc.c-torture/compile/991229-3.c: New test.
4988         * gcc.c-torture/compile/991229-2.c: New test.
4989         * gcc.c-torture/compile/991229-1.c: New test.
4990
4991 Wed Dec 29 20:54:46 1999  Greg McGary <gkm@eng.ascend.com>
4992
4993         * gcc.c-torture/compile/labels-2.c: New test.
4994
4995 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
4996
4997         * gcc.c-torture/execute/991227-1.c: New test.
4998
4999 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5000
5001         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
5002
5003 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
5004
5005         * gcc.c-torture/execute/991221-1.c: New test.
5006
5007 1999-12-20  Nathan Sidwell  <nathan@acm.org>
5008
5009         * g++.old-deja/g++.other/cast3.C: New test.
5010
5011 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
5012
5013         * gcc.c-torture/execute/991216-4.c: New test.
5014
5015 1999-12-16  Michael Meissner  <meissner@cygnus.com>
5016
5017         * gcc.c-torture/execute/991216-1.c: New test.
5018         * gcc.c-torture/execute/991216-2.c: New test.
5019         * gcc.c-torture/execute/991216-3.c: New test.
5020
5021 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
5022
5023         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
5024         Actually make the test fail by using "-O2" for compilation.
5025
5026 1999-12-15  Nathan Sidwell  <nathan@acm.org>
5027
5028         * g++.old-deja/g++.warn/cast-align1.C: New test.
5029
5030 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
5031
5032         * gcc.c-torture/compile/991214-1.c: New test.
5033         * gcc.c-torture/compile/991214-2.c: New test.
5034
5035 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
5036
5037         * gcc.dg/991214-1.c: New test.
5038
5039 Mon Dec 13 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
5040
5041         * gcc.c-torture/compile/991213-3.c: New test.
5042         * gcc.c-torture/compile/991213-2.c: New test.
5043         * gcc.c-torture/compile/991213-1.c: New test.
5044
5045 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
5046
5047         * gcc.dg/991209-1.c: New test.
5048
5049 Wed Dec  8 23:44:08 1999  Nathan Sidwell <nathan@acm.org>
5050
5051         * gcc.c-torture/compile/991208-1.c: New test.
5052
5053 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5054
5055         * gcc.dg/ultrasp2.c: New test.
5056
5057 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
5058
5059         * g++.old-deja/g++.abi/align.C (main): Fix typo.
5060
5061 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
5062
5063         * gcc.c-torture/compile/991202-1.c: New test.
5064         * gcc.c-torture/execute/991202-1.c: New test.
5065         * gcc.c-torture/execute/991202-2.c: New test.
5066         * gcc.c-torture/execute/991202-3.c: New test.
5067
5068 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
5069
5070         * g++.old-deja/g++.abi/align.C: New test.
5071         * g++.old-deja/g++.abi/aggregates.C: Likewise.
5072         * g++.old-deja/g++.abi/bitfields.C: Likewise.
5073
5074 1999-12-01  Richard Henderson  <rth@cygnus.com>
5075
5076         * gcc.c-torture/execute/991201-1.c: New.
5077
5078 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
5079
5080         * gcc.dg/991129-1.c: New test.
5081
5082 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
5083
5084         * gcc.c-torture/compile/991127-1.c: New test.
5085
5086 1999-11-22  Nathan Sidwell  <nathan@acm.org>
5087
5088         * g++.old-deja/g++.other/warn4.C: New test.
5089
5090 1999-11-22  Nathan Sidwell  <nathan@acm.org>
5091
5092         * g++.old-deja/g++.eh/cleanup2.C: New test.
5093         * g++.old-deja/g++.ext/pretty2.C: New test.
5094         * g++.old-deja/g++.ext/pretty3.C: New test.
5095         * g++.old-deja/g++.other/debug6.C: New test.
5096
5097 Wed Oct 20 16:18:23 1999  Jim Wilson  <wilson@cygnus.com>
5098
5099         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
5100         compiler_output to look for one error message instead of two.
5101
5102 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
5103
5104         * gcc.c-torture/execute/991118-1.c: Also test case
5105         where the word boundary does not split a byte evenly.
5106
5107 1999-11-19  Nathan Sidwell  <nathan@acm.org>
5108
5109         * g++.old-deja/g++.ext/restrict1.C: New test.
5110
5111 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
5112
5113         * gcc.c-torture/execute/991118-1.c: New test.
5114
5115 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
5116
5117         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
5118         working directory pathnames.
5119
5120 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
5121
5122         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
5123         host is equipped with driver.h and driver.o so it can actually
5124         compile and run the tests.
5125
5126 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
5127
5128         * gcc.c-torture/compile/991008-1.c: New test.
5129
5130 1999-11-08  Nick Clifton  <nickc@cygnus.com>
5131
5132         * lib/gcc-dg.exp: Include target-supports.exp
5133
5134 1999-11-05  Nick Clifton  <nickc@cygnus.com>
5135
5136         * lib/target-supports.exp: New file: Provide procs to test for
5137         features supported by the target.
5138         (check_weak_available): Moved here from ecos.exp.
5139         (check_alias_available): New proc: Determine of the target
5140         toolchain supports the alias attribute.
5141
5142         * gcc.dg/special/ecos.exp: Move check_weak_available to
5143         target-supports.exp.
5144         (alias-1.c): Only perform the test if the target supports
5145         aliases.
5146         (wkali-1.c): Only perform the test if the target supports
5147         aliases.
5148
5149         * gcc.dg/990506-0.c: Expect error messages from cross
5150         targets as well as native targets.
5151
5152 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5153
5154         * gcc.dg/ultrasp1.c: Removed xfail.
5155         * gcc.dg/struct-ret-2.c: Likewise.
5156         * gcc.dg/array-1.c: Likewise.
5157
5158 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5159
5160         * gcc.dg/struct-ret-2.c: New test.
5161
5162         * gcc.dg/array-1.c: New test.
5163
5164 Sat Oct 30 22:23:46 1999  Stephen L Moshier <moshier@mediaone.net>
5165
5166         * gcc.c-torture/execute/991030-1.c: New test.
5167
5168 Tue Oct 26 20:25:42 1999  Richard Henderson  <rth@cygnus.com>
5169
5170         * gcc.c-torture/compile/991026-2.c: New test.
5171
5172 Tue Oct 26 00:45:56 1999  Jeffrey A Law  (law@cygnus.com)
5173
5174         * gcc.c-torture/compile/991026-1.c: New test.
5175
5176 Sat Oct 23 23:36:03 1999  Jeffrey A Law  (law@cygnus.com)
5177
5178         * gcc.c-torture/execute/991023-1.c: New test.
5179
5180 Tue Oct 19 02:11:29 1999  Jeffrey A Law  (law@cygnus.com)
5181
5182         * gcc.c-torture/execute/991019-1.c: New test.
5183
5184 Sat Oct 16 00:05:48 1999  Richard Henderson  <rth@cygnus.com>
5185
5186         * gcc.c-torture/execute/991016-1.c: New test.
5187
5188 Thu Oct 14 04:22:47 1999  Stephane Carrez  <stcarrez@worldnet.fr>
5189
5190         * gcc.c-torture/execute/991014-1.c: New test.
5191
5192 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
5193
5194         * g++.old-deja/g++.other/union2.C: New test.
5195
5196 1999-10-13  Nathan Sidwell  <nathan@acm.org>
5197
5198         * g++.old-deja/g++.other/vaarg2.C: New test.
5199         * g++.old-deja/g++.other/vaarg3.C: New test.
5200
5201 1999-10-12  Craig Burley  <craig@jcb-sc.com>
5202
5203         * g77.f-torture/noncompile/19990905-1.f: Moved from being
5204         in compile/.
5205
5206 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
5207
5208         * gcc.c-torture/execute/va-arg-11.c: New test.
5209
5210 Fri Oct  1 00:53:17 1999  Mark P. Mitchell  <mark@codesourcery.com>
5211
5212         * lib/file-format.exp (gcc_target_object_format): Don't
5213         crash if objdump is unavailable.
5214
5215 Wed Sep 29 23:48:44 1999  Donn Terry <donn@interix.com>
5216
5217         * gcc.misc-tests/mg.exp: delete extraneous redirection.
5218
5219 1999-09-28  Nick Clifton  <nickc@cygnus.com>
5220
5221         * gcc.c-torture/compile/990928-1.c: New test.
5222
5223 Tue Sep 28 13:19:15 BST 1999  Nathan Sidwell  <nathan@acm.org>
5224
5225         * g++.old-deja/g++.other/decl6.C: New test.
5226
5227 Tue Sep 28 01:19:09 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5228
5229         * gcc.c-torture/execute/va-arg-10.c: New test.
5230
5231 Mon Sep 27 09:14:24 BST 1999  Nathan Sidwell  <nathan@acm.org>
5232
5233         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
5234         __PRETTY_FUNCTION__.
5235
5236 1999-09-23  Nick Clifton  <nickc@cygnus.com>
5237
5238         * gcc.c-torture/execute/990923-1.c: New test.
5239
5240 1999-09-21  Nick Clifton  <nickc@cygnus.com>
5241
5242         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
5243         for which -fpic is inappropriate.
5244
5245 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
5246
5247         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
5248
5249 Tue Sep 21 15:38:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
5250
5251         * g++.old-deja/g++.other/dyncast1.C: New test.
5252         * g++.old-deja/g++.other/dyncast2.C: New test.
5253         * g++.old-deja/g++.other/dyncast3.C: New test.
5254         * g++.old-deja/g++.other/dyncast4.C: New test.
5255         * g++.old-deja/g++.other/dyncast5.C: New test.
5256         * g++.old-deja/g++.eh/catch3.C: New test.
5257         * g++.old-deja/g++.eh/catch3p.C: New test.
5258         * g++.old-deja/g++.eh/catch4.C: New test.
5259         * g++.old-deja/g++.eh/catch4p.C: New test.
5260         * g++.old-deja/g++.eh/catch5.C: New test.
5261         * g++.old-deja/g++.eh/catch5p.C: New test.
5262         * g++.old-deja/g++.eh/catch6.C: New test.
5263         * g++.old-deja/g++.eh/catch6p.C: New test.
5264         * g++.old-deja/g++.eh/catch7.C: New test.
5265         * g++.old-deja/g++.eh/catch7p.C: New test.
5266         * g++.old-deja/g++.eh/catch8.C: New test.
5267         * g++.old-deja/g++.eh/catch8p.C: New test.
5268         * g++.old-deja/g++.eh/catch9.C: New test.
5269         * g++.old-deja/g++.eh/catch9p.C: New test.
5270
5271 Mon Sep 13 14:14:21 BST 1999  Nathan Sidwell  <nathan@acm.org>
5272
5273         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
5274         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
5275
5276 Mon Sep 13 06:28:57 1999  Jeffrey A Law  (law@cygnus.com)
5277
5278         * gcc.c-torture/compile/990913-1.c: New test.
5279
5280 Fri Sep 10 11:21:25 BST 1999  Nathan Sidwell  <nathan@acm.org>
5281
5282         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
5283         * g++.old-deja/g++.jason/rfg5.C: Likewise.
5284
5285 Thu Sep  9 10:40:36 1999  Richard Henderson  <rth@cygnus.com>
5286
5287         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
5288
5289 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
5290
5291         * g++.old-deja/g++.other/lookup11.C: New test.
5292         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
5293         what is permitted and what we want.
5294         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
5295         overload use.
5296         * g++.old-deja/g++.jason/rfg5.C: Likewise
5297
5298 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
5299
5300         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
5301         * gcc.c-torture/noncompile/poison-1.c: New file.
5302
5303 Wed Sep  8 09:39:56 BST 1999  Nathan Sidwell  <nathan@acm.org>
5304
5305         * g++.old-deja/g++.other/sizeof3.C: New test.
5306         * g++.old-deja/g++.other/sizeof4.C: New test.
5307         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
5308         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
5309
5310 1999-09-07  Richard Henderson  <rth@cygnus.com>
5311
5312         * gcc.dg/va-arg-1.c: New.
5313
5314 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5315
5316         * gcc.c-torture/execute/va-arg-9.c: New test.
5317
5318 1999-09-05  Craig Burley  <craig@jcb-sc.com>
5319
5320         * g77.f-torture/compile/980519-2.f: New test.
5321         * g77.f-torture/compile/19990905-0.f: New test.
5322         * g77.f-torture/compile/19990905-1.f: New test.
5323         * g77.f-torture/compile/19990905-2.f: New test.
5324
5325         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
5326
5327 Fri Sep  3 10:39:38 BST 1999  Richard Earnshaw <rearnsha@arm.com>
5328
5329         * gcc.c-torture/execute/990827-1.c: Fix typo.
5330
5331 Fri Sep 03 09:31:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
5332
5333         * g++.old-deja/g++.other/deref1.C: New test.
5334
5335 Thu Sep 02 09:27:34 BST 1999  Nathan Sidwell  <nathan@acm.org>
5336
5337         * g++.old-deja/g++.other/ambig2.C: New test.
5338         * g++.old-deja/g++.other/cond5.C: New test.
5339         * g++.old-deja/g++.other/lookup16.C: New test.
5340
5341 Thu Sep  2 01:17:51 1999  Marc Espie <espie@cvs.openbsd.org>
5342
5343         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
5344         assemblers too.
5345
5346 Tue Aug 31 17:57:49 1999  Jeffrey A Law  (law@cygnus.com)
5347
5348         * lib/c-torture.exp: Avoid the "compare executables" optimization
5349         when testing native.
5350
5351 Sun Aug 29 14:35:41 1999  Jeffrey A Law  (law@cygnus.com)
5352
5353         * gcc.c-torture/execute/990829-1.c: New test.
5354         * gcc.c-torture/compile/990829-1.c: New test.
5355
5356 1999-08-27  Paul Burchard  <burchard@pobox.com>
5357
5358         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
5359         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
5360         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
5361         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
5362         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
5363         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
5364         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
5365         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
5366         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
5367         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
5368         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
5369
5370 Fri Aug 27 01:24:16 1999  Jeffrey A Law  (law@cygnus.com)
5371
5372         * gcc.c-torture/execute/990827-1.c: New test.
5373
5374 1999-08-26  Craig Burley  <craig@jcb-sc.com>
5375
5376         * g77.f-torture/noncompile/19990826-4.f: New test.
5377
5378         * g77.f-torture/compile/19990826-3.f: New test.
5379
5380         * g77.f-torture/execute/19990826-2.f: New test.
5381
5382         * g77.f-torture/compile/19990826-1.f: New test.
5383
5384         * gcc.c-torture/execute/990826-0.c: New test.
5385         * g77.c-torture/execute/19990826-0.f: New test.
5386
5387         * g77.f-torture/noncompile/970626-2.f: New test.
5388
5389 1999-08-25  Paul Burchard  <burchard@pobox.com>
5390
5391         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
5392         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
5393         lss-011.C: New tests.
5394
5395 1999-08-25  Nathan Sidwell  <nathan@acm.org>
5396
5397         * g++.old-deja/g++.other/decl5.C: New test.
5398
5399 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5400
5401         * noncompile/noncompile.exp: Load_lib c-torture.exp.
5402         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
5403         call `postbase' for each one.  All callers of `postbase' changed
5404         to call this instead.
5405
5406 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
5407
5408         * gcc.c-torture/execute/990811-1.c: New test.
5409
5410 1999-08-09  Nick Clifton  <nickc@cygnus.com>
5411
5412         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
5413         just native ones.
5414
5415         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
5416         just native ones.
5417
5418 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
5419
5420         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
5421
5422 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
5423
5424         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
5425
5426 1999-08-04  Nathan Sidwell  <nathan@acm.org>
5427
5428         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
5429
5430 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
5431
5432         * gcc.c-torture/execute/990804-1.c: New test.
5433
5434 1999-08-03  Nathan Sidwell  <nathan@acm.org>
5435
5436         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
5437         * g++.old-deja/g++.brendan/crash64.C: Likewise
5438         * g++.old-deja/g++.brendan/overload8.C: Likewise
5439
5440 1999-08-03  Nathan Sidwell  <nathan@acm.org>
5441
5442         * g++.old-deja/g++.other/struct1.C: New test.
5443
5444 1999-08-03  Nathan Sidwell  <nathan@acm.org>
5445
5446         * g++.old-deja/g++.other/enum2.C: New test.
5447
5448 Mon Aug  2 13:35:12 1999  Richard Henderson  <rth@cygnus.com>
5449
5450         Adapted from tests from Franz Sirl:
5451         * gcc.c-torture/execute/va-arg-7.c: New test.
5452         * gcc.c-torture/execute/va-arg-8.c: New test.
5453
5454 Sun Aug  1 22:29:34 1999  Jeffrey A Law  (law@cygnus.com)
5455
5456         * gcc.c-torture/compile/990801-2.c: New test.
5457
5458         * gcc.c-torture/compile/990801-1.c: New test.
5459
5460 1999-07-27  Michael Meissner  <meissner@cygnus.com>
5461
5462         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
5463         fp-cmp-1.c, converting double to float.
5464
5465         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
5466         fp-cmp-1.c, converting double to long double.
5467
5468         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
5469         from fr1 to unknown_register, since fr1 is a legitimate register
5470         on some machines.
5471
5472 Sun Jul 25 21:41:37 1999  Jeffrey A Law  (law@cygnus.com)
5473
5474         * README: More listname related changes.
5475
5476 1999-07-08  Catherine Moore  <clm@cygnus.com>
5477
5478         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
5479
5480 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
5481
5482         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
5483
5484 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
5485
5486         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
5487
5488 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
5489
5490         * gcc.dg/990703-1.c: New test.
5491
5492 1999-06-29  Nick Clifton  <nickc@cygnus.com>
5493
5494         * lib/file-format.exp: New file: Move definition of proc
5495         gcc_target_object_format to here from
5496         gcc.dg/special/ecos.exp.
5497
5498         * lib/c-torture.exp: Include lib file-format.exp.
5499         * lib/gcc-dg.exp: Include lib file-format.exp.
5500
5501         * gcc.dg/special/ecos.exp: Remove definition of proc
5502         gcc_target_object_format.
5503
5504 Mon Jun 28 08:20:51 1999  Jeffrey A Law  (law@cygnus.com)
5505
5506         * gcc.c-torture/execute/990628-1.c: New test.
5507
5508 Fri Jun 25 05:28:40 1999  Jeffrey A Law  (law@cygnus.com)
5509
5510         * gcc.c-torture/compile/990625-2.c: New test.
5511
5512         * gcc.c-torture/compile/990625-1.c: New test.
5513
5514 1999-06-23  Nick Clifton  <nickc@cygnus.com>
5515
5516         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
5517         attributes compile.
5518         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
5519         ports that use the COFF/PE file format.
5520
5521 Thu Jun 17 13:48:16 1999  Jeffrey A Law  (law@cygnus.com)
5522
5523         * gcc.c-torture/compile/990617-1.c: New test.
5524
5525 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
5526
5527         * g++.old-deja/g++.other/decl4.C: New test.
5528
5529 1999-06-14  Nathan Sidwell  <nathan@acm.org>
5530
5531         * g++.old-deja/g++.other/bitfld3.C: New test.
5532
5533 1999-06-08  Nathan Sidwell  <nathan@acm.org>
5534
5535         * g++.old-deja/g++.eh/catch1.C: New test.
5536
5537 Mon Jun  7 23:39:16 1999  Jeffrey A Law  (law@cygnus.com)
5538
5539         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
5540
5541         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
5542         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
5543
5544 1999-06-05  Craig Burley  <craig@jcb-sc.com>
5545
5546         * g77.f-torture/compile/19990502-0.f: Replace with new,
5547         shorter, test that still fails after recent changes.
5548
5549 Fri Jun  4 02:25:04 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
5550
5551         * gcc.c-torture/execute/990604-1.c: New test.
5552
5553 Mon May 31 00:34:51 1999  Jeffrey A Law  (law@cygnus.com)
5554
5555         * gcc.c-torture/execute/990531-1.c: New test.
5556
5557 Thu May 27 02:38:36 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5558
5559         * gcc.c-torture/compile/990527-1.c: New test.
5560
5561 Thu May 27 02:18:51 1999  Joern Rennecke <amylaar@cygnus.com>
5562
5563         * gcc.c-torture/execute/990527-1.c: New test.
5564
5565 1999-05-25  Nick Clifton  <nickc@cygnus.com>
5566
5567         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
5568         bitfields as signed.
5569
5570 1999-05-25  Craig Burley  <craig@jcb-sc.com>
5571
5572         * g77.f-torture/compile/19990525-0.f: New test.
5573
5574 Tue May 25 01:21:16 1999  Jeffrey A Law  (law@cygnus.com)
5575
5576         * gcc.c-torture/execute/990525-2.c: New test.
5577
5578         * gcc.c-torture/execute/990525-1.c: New test.
5579
5580 1999-05-24  Nathan Sidwell  <nathan@acm.org>
5581
5582         * g++.old-deja/g++.other/anon3.C: New test.
5583         * g++.old-deja/g++.other/anon4.C: New test.
5584         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
5585         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
5586         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
5587         Merrill).
5588
5589 Mon May 24 00:01:52 1999  Jeffrey A Law  (law@cygnus.com)
5590
5591         * gcc.c-torture/execute/990524-1.c: New test.
5592
5593         * gcc.dg/990524-1.c: New test.
5594
5595 Sun May 23 21:18:12 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5596
5597         * gcc.c-torture/compile/990523-1.c: New test.
5598
5599 Wed May 19 02:56:18 1999  Raja R Harinath <harinath@cs.umn.edu>
5600
5601         * gcc.c-torture/compile/990519-1.c: New test.
5602
5603 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
5604
5605         * gcc.c-torture/compile/990517-1.c: New test.
5606
5607         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
5608         (e4, f4): New tests.
5609         (main): Call them.
5610
5611 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5612
5613         * gcc.dg/noreturn-1.c: New test.
5614
5615 Thu May 13 02:02:46 1999  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5616
5617         * gcc.c-torture/execute/990513-1.c: New test.
5618
5619 1999-05-10  Richard Henderson  <rth@cygnus.com>
5620
5621         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
5622
5623 1999-05-10  Craig Burley  <craig@jcb-sc.com>
5624
5625         * g77.f-torture/execute/erfc.f: Use small single-precision
5626         values, to avoid problems on Alphas when not -mieee.
5627
5628 1999-05-08  Craig Burley  <craig@jcb-sc.com>
5629
5630         * gcc.dg/990506-0.c: New test.
5631
5632 1999-05-08  Richard Henderson  <rth@cygnus.com>
5633
5634         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
5635         the constant to test.  Don't XFAIL 64-bit targets.
5636
5637         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
5638         * g++.old-deja/g++.law/profile1.C: Likewise.
5639
5640         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
5641         operator new instances.
5642         * g++.old-deja/g++.other/delete5.C: Likewise.
5643
5644 1999-05-03  Craig Burley  <craig@jcb-sc.com>
5645
5646         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
5647         intrinsic.
5648
5649 1999-05-03  Craig Burley  <craig@jcb-sc.com>
5650
5651         * g77.f-torture/execute/u77-test.f: Reverse order of two
5652         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
5653
5654 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5655
5656         * gcc.dg/compare1.c: New test.
5657
5658 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5659
5660         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
5661         New tests.
5662
5663 1999-05-02  Craig Burley  <craig@jcb-sc.com>
5664
5665         * g77.f-torture/compile/19990502-1.f: New test.
5666
5667 1999-05-02  Craig Burley  <craig@jcb-sc.com>
5668
5669         * g77.f-torture/compile/19990502-0.f: New test.
5670
5671 Sun May  2 01:38:50 1999  Craig Burley  <craig@jcb-sc.com>
5672
5673         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
5674         intrinsic.
5675
5676 Sun May  2 01:13:37 1999  Craig Burley  <craig@jcb-sc.com>
5677
5678         * g77.f-torture/execute/u77-test.f (main): List libU77
5679         intrinsics not currently tested.
5680         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
5681         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
5682         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
5683         Trim blanks off the ends of some printed strings.
5684
5685 Sun May  2 00:06:45 1999  Craig Burley  <craig@jcb-sc.com>
5686
5687         * g77.f-torture/execute/u77-test.f (main): Just warn about
5688         FSTAT gid disagreement, as it's expected on some systems.
5689
5690 Sat May  1 23:57:18 1999  Craig Burley  <craig@jcb-sc.com>
5691
5692         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
5693         use a new function, which allows for some slop.
5694         Clean up some commentary.
5695         (issum): The new function.
5696         (sgladd): Deleted subroutine.
5697
5698 1999-05-01  Craig Burley  <craig@jcb-sc.com>
5699
5700         * g77.f-torture/execute/u77-test.f: Modify to be more like
5701         libf2c/libU77 version, bringing patches to that version here.
5702         Add suitable commentary.
5703
5704 Sun Apr 25 12:28:59 1999  Richard Henderson  <rth@cygnus.com>
5705
5706         * gcc.dg/990424-1.c: New test.
5707
5708 1999-04-24  Craig Burley  <craig@jcb-sc.com>
5709
5710         * g77.f-torture/execute/u77-test.f (main): Bug involving
5711         LSTAT has been fixed, so turn back on full checking.
5712
5713 1999-04-20  Craig Burley  <craig@jcb-sc.com>
5714
5715         * g77.f-torture/compile/19990419-0.f: New test.
5716         * g77.f-torture/execute/19990419-1.f: New test.
5717
5718 Sat Apr 17 16:56:48 1999  Richard Henderson  <rth@cygnus.com>
5719
5720         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
5721         to avoid the need for a prototype to supress a warning.
5722
5723 Wed Apr  7 23:08:59 1999  Jim Wilson  <wilson@cygnus.com>
5724
5725         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
5726
5727 Sun Apr  4 04:02:53 1999  Jeffrey A Law  (law@cygnus.com)
5728
5729         * gcc.c-torture/execute/990404-1.c: New test.
5730
5731 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
5732
5733         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
5734         * gcc.dg/cpp-if3.c: Don't use -pedantic.
5735         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
5736         missing initializer warnings.
5737
5738 Sun Mar 28 00:49:41 1999  Jeffrey A Law  (law@cygnus.com)
5739
5740         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
5741         matching strings.
5742
5743 Fri Mar 26 00:50:46 1999  Jeffrey A Law  (law@cygnus.com)
5744
5745         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
5746
5747 1999-03-26  Craig Burley  <craig@jcb-sc.com>
5748
5749         * g77.f-torture/execute/19990325-0.f: New test.
5750         * g77.f-torture/execute/19990325-1.f: New test.
5751
5752 Wed Mar 24 22:50:50 1999  Jeffrey A Law  (law@cygnus.com)
5753
5754         * gcc.c-torture/execute/990324-1.c: New test.
5755
5756 Mon Mar 22 14:55:58 1999  Jim Wilson  <wilson@cygnus.com>
5757
5758         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
5759         test with 4.
5760
5761 Wed Mar 17 12:22:39 1999  Richard Henderson  <rth@cygnus.com>
5762
5763         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
5764
5765 1999-03-13  Craig Burley  <craig@jcb-sc.com>
5766
5767         * g77.f-torture/execute/19990313-2.f: New test.
5768         * g77.f-torture/execute/19990313-3.f: New test.
5769
5770 1999-03-13  Craig Burley  <craig@jcb-sc.com>
5771
5772         * g77.f-torture/execute/19990313-0.f: New test.
5773         * g77.f-torture/execute/19990313-1.f: New test.
5774
5775 Fri Mar 12 16:17:28 1999  Jim Wilson  <wilson@cygnus.com>
5776
5777         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
5778         printf to sprintf.
5779         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
5780         (main): Add check for u15.  Conditionalize u31 check depending on
5781         whether ints are <32 bits or >=32 bits.
5782
5783 1999-03-08  Craig Burley  <craig@jcb-sc.com>
5784
5785         * g77.f-torture/execute/19981119-0.f: Improve testiness.
5786
5787 1999-03-08  Craig Burley  <craig@jcb-sc.com>
5788
5789         * g77.f-torture/compile/19990305-0.f: New test.
5790         * g77.f-torture/execute/19981119-0.f: New test.
5791
5792 1999-03-08  Craig Burley  <craig@jcb-sc.com>
5793
5794         * g77.f-torture/execute/970625-2.f: call ABORT if final
5795         result is not correct, instead of just printing it.
5796         Add this checking via newly introduced obfuscation, to
5797         trip up buggy front ends.
5798
5799 1999-03-07  Craig Burley  <craig@jcb-sc.com>
5800
5801         * g77.f-torture/compile/960317-1.f: Moved from being
5802         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
5803
5804 1999-03-06  Craig Burley  <craig@jcb-sc.com>
5805
5806         * g77.f-torture/execute/960317-1.f: New (old) test.
5807         * g77.f-torture/execute/970625-2.f: Ditto.
5808
5809 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
5810
5811         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
5812         message on line 1 or line 2; cccp and cpplib do this differently.
5813
5814 Mon Mar  1 23:29:14 1999  Jeffrey A Law  (law@cygnus.com)
5815
5816         * g++.old-deja/g++.law/weak1.C: New test.
5817
5818 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
5819
5820         * gcc.c-torture/execute/990119-1.c: Renamed to...
5821         * gcc.dg/990119-1.c: this, so it will only be tested once
5822         (it's a preprocessor test, it doesn't need to be run at
5823         multiple optimization levels).
5824
5825 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
5826
5827         * lib/g++.exp: Don't add incdir=$base_dir/../include to
5828           ALWAYS_CXXFLAGS.
5829
5830 1999-02-24  Craig Burley  <craig@jcb-sc.com>
5831
5832         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
5833         * g77.f-torture/compile/19981216-0.f: ...as it is expected
5834         to not be compilable by current g77.
5835
5836 1999-02-24  Nick Clifton  <nickc@cygnus.com>
5837
5838         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
5839
5840 Mon Feb 22 01:15:08 1999  Jeffrey A Law  (law@cygnus.com)
5841
5842         * gcc.c-torture/execute/990222-1.c: New test.
5843
5844 1999-02-19  Craig Burley  <craig@jcb-sc.com>
5845
5846         * g77.f-torture/compile/19990218-0.f: New test.
5847         * g77.f-torture/noncompile/19990218-1.f: New test.
5848
5849 1999-02-18  Craig Burley  <craig@jcb-sc.com>
5850
5851         * g77.f-torture/compile/19981216-0.f: New test.
5852
5853 Sun Feb 14 01:26:29 1999  Jeffrey A Law  (law@cygnus.com)
5854
5855         * gcc.dg/990214-1.c: New test.
5856
5857 Sat Feb 13 00:43:52 1999  Jeffrey A Law  (law@cygnus.com)
5858
5859         * gcc.dg/990213-2.c: New test.
5860
5861         * gcc.dg/990213-1.c: New test.
5862
5863 Fri Feb 12 11:04:35 1999  Jeffrey A Law  (law@cygnus.com)
5864
5865         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
5866         ints.
5867
5868 1999-02-11  Nick Clifton  <nickc@cygnus.com>
5869
5870         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
5871         specified by target.
5872
5873         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
5874
5875 Thu Feb 11 01:12:12 1999  Jeffrey A Law  (law@cygnus.com)
5876
5877         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
5878
5879 Wed Feb 10 13:08:12 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
5880
5881         * gcc.dg/special/ecos.exp: New test driver for new tests with
5882         special requirements.
5883
5884         * gcc.dg/special/alias-1.c: New test.
5885         * gcc.dg/special/gcsec-1.c: New test.
5886         * gcc.dg/special/weak-1.c: New test.
5887         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
5888         * gcc.dg/special/weak-2.c: New test.
5889         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
5890         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
5891         * gcc.dg/special/wkali-1.c: New test.
5892         * gcc.dg/special/wkali-2.c: New test.
5893         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
5894         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
5895
5896 Wed Feb 10 12:15:35 1999  Felix Lee  <flee@cygnus.com>
5897
5898           * lib/c-torture.exp (c-torture-compile): Pull out code for
5899           analyzing gcc error messages.
5900           (c-torture-execute): Likewise.  Fix some (harmless) false
5901           positives.
5902           * lib/gcc.exp (gcc_check_compile): New function.
5903
5904 Mon Feb  8 21:42:57 1999  Richard Henderson  <rth@cygnus.com>
5905
5906         * gcc.c-torture/execute/990208-1.c: New test.
5907
5908 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
5909
5910         * g++.dg/special/ecos.exp: New driver for new tests with special
5911         requirements
5912
5913         * g++.dg/special/conpr-1.C: New test
5914         * g++.dg/special/conpr-2.C: New test
5915         * g++.dg/special/conpr-2a.C: New test
5916         * g++.dg/special/conpr-3.C: New test
5917         * g++.dg/special/conpr-3a.C: New test
5918         * g++.dg/special/conpr-3b.C: New test
5919
5920         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
5921         allow g++ to use the dg driver
5922
5923         * README: Add comment about g++.dg directory
5924
5925 Sat Feb  6 18:00:38 1999  Jeffrey A Law  (law@cygnus.com)
5926
5927         * README: Update email addresses.
5928
5929 1999-02-03  Nick Clifton  <nickc@cygnus.com>
5930
5931         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
5932         arguments in order to force structure S onto the stack even on
5933         the alpha.
5934         (test): Pass 10 leading arguments to function foo as well as the
5935         structure S.
5936
5937         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
5938         failure for all targets.
5939
5940         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
5941         abort to terminate program execution.
5942
5943 Sat Jan 30 16:22:47 1999  Richard Henderson  <rth@cygnus.com>
5944
5945         * gcc.c-torture/execute/990130-1.c: New test.
5946
5947 Sat Jan 30 11:10:06 1999  Jeffrey A Law  (law@cygnus.com)
5948
5949         * gcc.dg/990130-1.c: New test.
5950
5951 1999-01-28  Michael Meissner  <meissner@cygnus.com>
5952
5953         * gcc.c-torture/execute/990128-1.c: New test.
5954
5955 1999-01-27  Michael Meissner  <meissner@cygnus.com>
5956
5957         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
5958
5959 1999-01-27  Felix Lee  <flee@cygnus.com>
5960
5961         * lib/c-torture.exp (c-torture-compile): pull out code for
5962         analyzing gcc error messages.
5963         (c-torture-execute): ditto, and fix some (harmless) false
5964         positives.
5965         * lib/gcc.exp (gcc_check_compile): new function.
5966
5967 Sun Jan 17 00:02:33 1999  Jeffrey A Law  (law@cygnus.com)
5968
5969         * gcc.dg/990117-1.c: New test.
5970
5971         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
5972
5973         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
5974
5975 Fri Jan 15 02:52:00 1999  Jeffrey A Law  (law@cygnus.com)
5976
5977         * g77.f-torture/compile/990115-1.f: New test.
5978
5979 Thu Jan  7 23:39:47 1999  Jeffrey A Law  (law@cygnus.com)
5980
5981         * gcc.c-torture/compile/990107-1.c: New test
5982
5983 Wed Jan  6 02:21:59 1999  Jeffrey A Law  (law@cygnus.com)
5984
5985         * gcc.c-torture/execute/990106-2.c: New test.
5986
5987         * gcc.c-torture/execute/990106-1.c: New test.
5988
5989 Wed Dec 30 23:05:28 1998  Zack Weinberg <zack@rabi.columbia.edu>
5990
5991         * gcc.c-torture/compile/981223-1.c: New test.
5992
5993 Tue Dec 29 11:33:25 1998  Richard Henderson  <rth@cygnus.com>
5994
5995         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
5996         (opt3): Rename from opt4 and disable.
5997
5998 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
5999
6000         * g++.old-deja/g++.pt/ptrmem5.C: New test.
6001
6002 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
6003
6004         * g++.old-deja/g++.other/conv5.C: New test.
6005
6006 1998-12-14  Nick Clifton  <nickc@cygnus.com>
6007
6008         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
6009
6010 Fri Dec 11 10:25:57 1998  Jeffrey A Law  (law@cygnus.com)
6011
6012         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
6013
6014 Fri Dec 11 01:12:45 1998  Zack Weinberg <zack@rabi.columbia.edu>
6015
6016         * gcc.c-torture/compile/981211-1.c: New test.
6017
6018 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
6019
6020         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
6021
6022         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
6023
6024 Tue Dec  8 22:50:04 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6025
6026         * gcc.special/930510-1.c: Make C9X safe.
6027         * gcc.misc-tests/gcov-1.c Similarly.
6028         * gcc.misc-tests/gcov-2.c Similarly.
6029
6030 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
6031
6032         * gcc.dg/ultrasp1.c: New test.
6033
6034 Sun Dec  6 00:40:12 1998  Richard Henderson  <rth@cygnus.com>
6035
6036         * gcc.c-torture/execute/981206.c: New test.
6037
6038 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
6039
6040         * g++.old-deja/g++.ns/template7.C: New test.
6041
6042         * g++.old-deja/g++.other/expr1.C: New test.
6043
6044         * g++.old-deja/g++.eh/tmpl3.C: New test.
6045
6046         * g++.old-deja/g++.eh/tmpl2.C: New test.
6047
6048 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
6049
6050         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
6051         * g++.old-deja/g++.other/using6.C: Removed.
6052         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
6053
6054         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
6055
6056 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
6057
6058         * g++.old-deja/g++.pt/overload8.C: New test.
6059
6060         * g++.old-deja/g++.pt/overload7.C: New test.
6061
6062         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
6063
6064         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
6065         and relinking messages.
6066         * lib/g++.exp (g++_target_compile): Remove .rpo file when
6067         compiling with -frepo.
6068
6069 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
6070
6071         * g++.old-deja/g++.pt/lookup6.C: New test.
6072
6073 1998-11-30  Nick Clifton  <nickc@cygnus.com>
6074
6075         * gcc.c-torture/execute/981130-1.c: New test.
6076         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
6077
6078 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
6079
6080         * g++.old-deja/g++.pt/explicit76.C: New test.
6081
6082         * g++.old-deja/g++.pt/friend38.C: New test.
6083
6084         * g++.old-deja/g++.ns/crash2.C: New test.
6085
6086         * g++.old-deja/g++.pt/defarg8.C: New test.
6087
6088         * g++.old-deja/g++.pt/instantiate6.C: New test.
6089
6090         * g++.old-deja/g++.pt/static6.C: New test.
6091
6092         * g++.old-deja/g++.pt/decl2.C: New test.
6093
6094 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
6095
6096         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
6097         problem is actually related with name lookup, but so what? :-)
6098
6099         * g++.old-deja/g++.pt/friend37.C: New test.
6100
6101 1998-11-25  Dave Love  <d.love@dl.ac.uk>
6102
6103         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
6104         element, which fails on some systems.
6105
6106         * g77.f-torture/execute/labug1.f: New test.
6107
6108 Sat Nov 21 21:41:05 1998  Jeffrey A Law  (law@cygnus.com)
6109
6110         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
6111         is defined.
6112
6113 1998-11-18  Dave Love  <d.love@dl.ac.uk>
6114
6115         * g77.f-torture/compile/981117-1.f: New test.
6116
6117 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
6118
6119         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
6120         properly discarded.
6121
6122 Sun Oct 11 05:04:28 1998  Ken Raeburn  <raeburn@cygnus.com>
6123
6124         * gcc.c-torture/execute/memcheck: New directory of tests for
6125         -fcheck-memory-usage.
6126
6127 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6128
6129         * README: New file, general information about the testsuite and
6130         new description of the various C++ test subdirectories.
6131         * README.g++: Eliminate obsolete information, update and move most
6132         relevant stuff to README.
6133
6134 Sat Nov  7 02:55:55 1998  Richard Henderson  <rth@cygnus.com>
6135
6136         * gcc.c-torture/compile/981107-1.c: New test.
6137
6138 Mon Nov  2 11:16:03 1998  Doug Evans  <devans@canuck.cygnus.com>
6139
6140         * execute/memcpy-bi.c: New testcase.
6141
6142 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
6143
6144         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
6145         base classes.
6146
6147         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
6148         template is selected.
6149
6150         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
6151         classes, it should be accepted for all types.
6152
6153         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
6154
6155         * g++.old-deja/g++.pt/spec24.C: Ensure that template
6156         specializations start with template headers.
6157
6158 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
6159
6160         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
6161
6162         * g++.old-deja/g++.other/init9.C: Test cross initialization of
6163         non-POD types.
6164
6165 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
6166
6167         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
6168
6169 Thu Oct 22 16:01:44 1998  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6170
6171         * compile/981022-1.c, compile/981022-1.x: New test and driver.
6172
6173 Mon Oct 19 14:03:07 1998  Jeffrey A Law  (law@cygnus.com)
6174
6175         * 981019-1.c: New test.
6176
6177 Wed Oct 14 21:11:19 1998  Robert Lipe <robertl@dgii.com>
6178
6179         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
6180         find objc headers.
6181
6182 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
6183
6184         * compile/981001-4.c: Remove use of GCC extension that triggers a
6185         compiler bug.
6186
6187 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
6188
6189         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
6190
6191 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
6192
6193         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
6194         instantiation of template produces incorrect code for delete
6195         expression.
6196
6197         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
6198         constructors' name is not unique.
6199         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
6200         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
6201
6202         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
6203         automatic array of const is ill-formed.
6204
6205         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
6206         of template parameter?
6207
6208         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
6209         const.
6210
6211         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
6212         pointer-to-member expression.
6213
6214         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
6215         declaration causes ICE.
6216
6217 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
6218
6219         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
6220         reserved in the global namespace.
6221
6222         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
6223         generate needed virtual table.
6224
6225         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
6226
6227 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
6228
6229         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
6230         template-dependent type
6231
6232 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
6233
6234         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
6235         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
6236         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
6237
6238         * g++.old-deja/g++.other/using5.C: New test; using decl from base
6239         class should be usable as argument of member function.
6240         * g++.old-deja/g++.other/using6.C: New test; using decl from base
6241         class should be usable as return type of member function.
6242         * g++.old-deja/g++.other/using7.C: New test; using decl from base
6243         class should be usable as type of data member.
6244
6245         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
6246
6247 Fri Oct  9 19:19:19 1998  Jeffrey A Law  (law@cygnus.com)
6248
6249         * gcc.c-torture/special/920521-1.c: Fix bogus test.
6250
6251 Thu Oct  8 19:14:05 1998  Nick Clifton  <nickc@cygnus.com>
6252
6253         * gcc.dg/dll-?.c Add thumb to target list.
6254         Fix assembler scan patterns to match current assembler output.
6255
6256 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
6257
6258         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
6259         matching of template brackets.
6260
6261         * g++.old-deja/g++.other/using4.C: New test.  Test using
6262         declarations of methods from base classes.
6263
6264         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
6265         within functions should introduce names into the innermost
6266         enclosing namespace.
6267
6268         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
6269         of static locals if first initialization throws.
6270
6271 Wed Oct  7 12:00:20 1998  Jim Wilson  <wilson@cygnus.com>
6272
6273         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
6274
6275 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
6276
6277         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
6278         lose track of the possible targets of tablejump insns.
6279         * special/special.exp: Run it.
6280
6281 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
6282
6283         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
6284         must be declared before its specializations can be named in friend
6285         declarations.
6286
6287 1998-10-05  Dave Love  <d.love@dl.ac.uk>
6288
6289         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
6290
6291         * g77.f-torture/execute/io1.f: New test.
6292
6293 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
6294
6295         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
6296         with pointer to template function, for which no argument deduction
6297         is possible.
6298
6299         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
6300         specialization of template function as argument to template
6301         function.
6302
6303         * g++.old-deja/g++.other/access2.C: New test; Inner class
6304         shouldn't have privileged access to Outer's names.
6305
6306 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
6307
6308         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
6309         friend template declared within template class conflicts with
6310         nested class of the same name.
6311
6312         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
6313         is ignored.
6314
6315         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
6316         object with direct initializer as function declaration.
6317
6318         * g++.old-deja/g++.other/decl2.C: New test; duplicate
6319         initializers.
6320
6321         * g++.old-deja/g++.other/null2.C: New test; conditional operator
6322         involving const pointer and NULL produces incorrect result.
6323
6324         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
6325         type name without `typename' should be rejected with -pedantic.
6326
6327 Fri Oct  2 21:55:58 1998  Richard Henderson  <rth@cygnus.com>
6328
6329         * g++.old-deja/g++.other/addrof1.C: New test.
6330
6331 Thu Oct  1 17:15:26 1998  Nick Clifton  <nickc@cygnus.com>
6332
6333         * gcc.c-torture/compile/981001-1.c: New test.
6334         * gcc.c-torture/execute/981001-1.c: New test.
6335
6336 Thu Oct  1 19:05:20 1998  Jeffrey A Law  (law@cygnus.com)
6337
6338         * gcc.c-torture/compile/981001-2.c: New test.
6339         * gcc.c-torture/compile/981001-3.c: New test.
6340         * gcc.c-torture/compile/981001-4.c: New test.
6341
6342 1998-10-01  Robert Lipe  <robertl@dgii.com>
6343
6344         * lib/objc.exp (objc_target_compile): Add -L during compiles for
6345         multilibbed hosts.   Idea grafted from g77.exp.
6346
6347 1998-09-30  Dave Love  <d.love@dl.ac.uk>
6348
6349         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
6350         avoid losing on systems which need -lsocket.
6351
6352 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
6353
6354         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
6355         * g++.old-deja/g++.other/nested2.C: Ditto.
6356         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
6357         failure.
6358
6359 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
6360
6361         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
6362         preferred over template operator!= for enum bitfields.
6363
6364 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
6365
6366         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
6367         that happen to have the same base name, but in different scopes,
6368         are incorrectly rejected.
6369
6370 1998-09-16  Richard Henderson  <rth@cygnus.com>
6371
6372         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
6373         on the native word size instead of an integer literal.
6374
6375 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
6376
6377         * g++.old-deja/g++.other/static2.C: Invocation of static data
6378         member of type pointer-to-function denoted as non-static member.
6379
6380         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
6381         checks involving function types and aliases.
6382
6383 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
6384
6385         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
6386         redefined to the same non-trivial type.
6387
6388         * g++.old-deja/g++.pt/explicit73.C: Test for proper
6389         namespace-qualification of template specializations declared in
6390         other namespaces.
6391
6392         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
6393         to declare a subset of the specializations of a template function
6394         as friends of specializations of a template class.
6395
6396         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
6397         member templates that do not fully specialize the enclosing
6398         template class are rejected.
6399
6400 1998-09-11  Dave Love  <d.love@dl.ac.uk>
6401
6402         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
6403
6404 1998-09-08  Dave Love  <d.love@dl.ac.uk>
6405
6406         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
6407         altered from libf2c/libU77 version.
6408
6409 1998-09-06  Dave Love  <d.love@dl.ac.uk>
6410
6411         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
6412
6413 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
6414
6415         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
6416         (un)signed char are different types for template specialization
6417         purposes.
6418
6419 Thu Sep  3 00:40:32 1998  Ovidiu Predescu  <ovidiu@aracnet.com>
6420
6421         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
6422         * objc: ObjC testsuite.
6423
6424 Mon Aug 31 12:00:00 1998  Catherine Moore  <clm@cygnus.com>
6425
6426         * gcc.c-torture/execute/941014-1.x:  New file.
6427
6428 Mon Aug 31 15:19:32 1998  Nick Clifton  <nickc@cygnus.com>
6429
6430         * lib/c-torture.exp: Add support for
6431         torture_eval_before_compile and torture_eval_before_execute
6432         variables.
6433
6434 Sun Aug 30 17:38:20 1998  Jeffrey A Law  (law@cygnus.com)
6435
6436         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
6437         this test triggers valid.
6438
6439 Thu Aug 27 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
6440
6441         * gcc.dg/980827-1.c: New test.
6442
6443 Wed Aug 26 16:10:00 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
6444
6445         * gcc.c-torture/execute/loop-4b.c: New test.
6446
6447 Wed Aug 26 16:25:38 1998  Nick Clifton  <nickc@cygnus.com>
6448
6449         * lib/c-torture.exp: Add support for
6450         torture_eval_before_compile and torture_eval_before_execute
6451         variables.
6452
6453 Tue Aug 25 19:42:13 1998  Jeffrey A Law  (law@cygnus.com)
6454
6455         * gcc.c-torture/compile/980825-1.c: New test.
6456
6457 Mon Aug 24 14:20:32 1998  Nick Clifton  <nickc@cygnus.com>
6458
6459         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
6460         count number tests in opt_t0 not good_t0.
6461
6462 Mon Aug 24 16:38:52 1998  Jeffrey A Law  (law@cygnus.com)
6463
6464         * gcc.c-torture/compile/930326-1.x: Fix typo.
6465
6466 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
6467
6468         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
6469         causes an ICE.
6470
6471 Fri Aug 21 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
6472
6473         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
6474         STACK_SIZE is defined.
6475         * gcc.c-torture/unsorted/stuct.c: Similarly.
6476
6477         * gcc.c-torture/compile/980821-1.c: New test.
6478
6479 Fri Aug 21 03:14:04 1998  Jeffrey A Law  (law@cygnus.com)
6480
6481         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
6482
6483 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
6484
6485         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
6486         code.
6487
6488 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
6489
6490         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
6491         error'.
6492
6493 Tue Aug 18 19:19:50 1998  Jeffrey A Law  (law@cygnus.com)
6494
6495         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
6496
6497 Sun Aug 16 01:29:19 1998  Jeffrey A Law  (law@cygnus.com)
6498
6499         * gcc.c-torture/compile/980816-1.c: New test.
6500
6501         * gcc.dg/980816-1.c: New test.
6502
6503 Thu Aug 13 00:13:55 1998  Jeffrey A Law  (law@cygnus.com)
6504
6505         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
6506         compiler for ieee tests.
6507
6508 1998-08-01  Dave Love  <d.love@dl.ac.uk>
6509
6510         * g77.f-torture/compile/980729-0.f: New test.
6511
6512 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
6513
6514         * gcc.c-torture/special/eeprof-1.c: New test, for
6515         -finstrument-functions.
6516         * gcc.c-torture/special/special.exp: Run it.
6517
6518 Wed Jul 29 00:17:18 1998  Jeffrey A Law  (law@cygnus.com)
6519
6520         * gcc.c-torture/compile/980729-1.c: New test.
6521
6522 Mon Jul 27 11:05:07 1998  Nick Clifton  <nickc@cygnus.com>
6523
6524         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
6525         __thumb__ is defined, and test for ARM style doubles if so.
6526
6527 1998-07-26  Dave Love  <d.love@dl.ac.uk>
6528
6529         * g77.f-torture/noncompile/980615-0.f: New test.
6530
6531 Sun Jul 26 01:15:56 1998  H.J. Lu  (hjl@gnu.org)
6532
6533         * gcc.dg/980312-1.c: Do link instead of compile.
6534         * gcc.dg/980313-1.c: Likewise.
6535
6536 Sun Jul 26 01:05:02 1998  Jeffrey A Law  (law@cygnus.com)
6537
6538         * gcc.c-torture/compile/980726-1.c: New test.
6539
6540 1998-07-25  Dave Love  <d.love@dl.ac.uk>
6541
6542         * g77.f-torture/execute/io0.f: New test.
6543
6544 Fri Jul 24 11:02:43 1998  Nick Clifton  <nickc@cygnus.com>
6545
6546         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
6547         an int.
6548
6549 Thu Jun 18 15:12:30 1998  Michael Meissner  <meissner@cygnus.com>
6550
6551         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
6552         m32r bugs.
6553
6554 Fri Jul 17 14:19:32 1998  Nick Clifton  <nickc@cygnus.com>
6555
6556         * gcc.dg/980626-1.c: Expect failures for all toolchains until
6557         c-decl.c:grokdeclarator can handle mode attributes.
6558
6559 Thu Jul 16 21:42:50 1998  Jeffrey A Law  (law@cygnus.com)
6560
6561         * gcc.c-torture/execute/980716-1.c: New test.
6562
6563 Mon Jul 13 22:26:37 1998  Jeffrey A Law  (law@cygnus.com)
6564
6565         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
6566         the mn10200.
6567         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
6568         the mn10200.
6569         * gcc.c-torture/execute/va-arg-3.x: Similarly.
6570         * gcc.c-torture/compile/930326-1.x: Similarly.
6571
6572 1998-07-13  Dave Love  <d.love@dl.ac.uk>
6573
6574         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
6575         New test from Craig.
6576
6577 1998-07-12  Dave Love  <d.love@dl.ac.uk>
6578
6579         * g77.f-torture/noncompile/980616-0.f: New test.
6580
6581         * g77.f-torture/execute/970816-3.f:  New test from Craig.
6582
6583 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
6584
6585         *  g++.other/singleton.C: Return error value instead of taking
6586         SIGSEGV.
6587
6588 Fri Jul 10 10:02:03 1998  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
6589
6590         *  g++.other/singleton.C: New test.   Warning is under dispute.
6591         Runtime crash is not.
6592
6593 Thu Jul  9 23:07:45 1998  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
6594
6595         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
6596         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
6597         using6.C, using7.C}:  New namespace tests.
6598
6599 Thu Jul  9 22:44:49 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
6600
6601         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
6602         specialization with typedef'ed names used as array indexes.
6603
6604 Thu Jul  9 00:38:51 1998  Jeffrey A Law  (law@cygnus.com)
6605
6606         * gcc.c-torture/execute/980709-1.c: New test.
6607
6608         * gcc.dg/980709-1.c: New test.
6609
6610 Tue Jul  7 13:41:27 1998  Richard Henderson  <rth@cygnus.com>
6611
6612         * gcc.c-torture/execute/bcp-1.c: New test.
6613
6614 Tue Jul  7 11:49:04 1998  Jeffrey A Law  (law@cygnus.com)
6615
6616         * gcc.c-torture/execute/980707-1.c: New test.
6617
6618 Mon Jul  6 18:20:27 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
6619
6620         * gcc.c-torture/compile/980706-1.c: New test.
6621
6622 1998-07-01  Dave Love  <d.love@dl.ac.uk>
6623
6624         * g77.f-torture/execute/980701-0.f,
6625         g77.f-torture/execute/980701-1.f: New test from Craig.
6626
6627 Wed Jul  1 00:52:51 1998  Jeffrey A Law  (law@cygnus.com)
6628
6629         * gcc.c-torture/compile/980701-1.c: New test.
6630
6631         * gcc.c-torture/execute/980701-1.c: New test.
6632
6633 Tue Jun 30 11:51:42 1998  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
6634 rlsruhe.de>
6635
6636         * g++.old-deja/g++.robertl/eb132.C: New test.
6637         * g++.old-deja/g++.robertl/eb133.C: Likewise.
6638
6639 1998-06-29  Dave Love  <d.love@dl.ac.uk>
6640
6641         * g77.f-torture/execute/980628-7.f,
6642         g77.f-torture/execute/980628-8.f,
6643         g77.f-torture/execute/980628-9.f,
6644         g77.f-torture/execute/980628-10.f: New tests from Craig.
6645
6646         * g77.f-torture/execute/980628-3.f: Remove mail headers.
6647
6648 Sun Jun 28 12:49:02 1998  Jeffrey A Law  (law@cygnus.com)
6649
6650         * g77.f-torture/execute/980628-4.f: New test from Craig.
6651         * g77.f-torture/execute/980628-5.f: Likewise.
6652         * g77.f-torture/execute/980628-2.f: Likewise.
6653         * g77.f-torture/execute/980628-0.f: Likewise.
6654         * g77.f-torture/execute/980628-1.f: Likewise.
6655         * g77.f-torture/execute/980628-3.f: Likewise.
6656         * g77.f-torture/execute/980628-6.f: Likewise.
6657
6658 Sun Jun 28 00:37:26 1998  Jeffrey A Law  (law@cygnus.com)
6659
6660         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
6661         directory when nothing has been installed yet.
6662
6663 Sat Jun 27 23:23:18 1998  Carlo Wood  <carlo@runaway.xs4all.nl>
6664
6665         * gcc.c-torture/special/special.exp: Handle newer versions of
6666         dejagnu.
6667
6668 Fri Jun 26 17:57:40 1998  Jeffrey A Law  (law@cygnus.com)
6669
6670         * gcc.dg/980626-1.c: New test.
6671
6672 Fri Jun 19 23:26:12 1998  Bruno Haible <haible@ilog.fr>
6673
6674         * gcc.misc-tests/m-un-2.c: New test.
6675         * g++.old-deja/g++.other/warn01.c: Likewise.
6676
6677 Fri Jun 19 14:06:36 1998  Robert Lipe  <robertl@dgii.com>
6678
6679         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
6680         compatibility with assmblers with a different comment character.
6681         Eliminate use of GAS-specific extensions.
6682
6683 Fri Jun 19 02:05:14 1998  Jeffrey A Law  (law@cygnus.com)
6684
6685         * gcc.c-torture/execute/ieee/980619-1.c: New test.
6686
6687 Fri Jun 19 00:58:11 1998  Robert Lipe  <robertl@dgii.com>
6688
6689         *lib/g77.exp: Replace search for libf2c.a with search for newly
6690         renamed libg2c.a
6691
6692 Wed Jun 17 18:53:12 1998  Jeffrey A Law  (law@cygnus.com)
6693
6694         * gcc.c-torture/execute/980617-1.c: New test.
6695
6696 Fri Jun 12 01:08:49 1998  Jeffrey A Law  (law@cygnus.com)
6697
6698         * gcc.c-torture/execute/980612-1.c: New test.
6699
6700 Mon Jun  8 02:13:42 1998  Jeffrey A Law  (law@cygnus.com)
6701
6702         * gcc.dg/980523-1.c: Only test on ppc-linux.
6703         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
6704
6705         * gcc.c-torture/execute/980608-1.c: New test.
6706
6707 Fri Jun  5 21:54:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
6708
6709         * gcc.c-torture/execute/980605-1.c: New test.
6710
6711 Thu Jun  4 01:39:24 1998  Jeffrey A Law  (law@cygnus.com)
6712
6713         * gcc.c-torture/execute/980604-1.c: New test.
6714
6715 Tue Jun  2 20:51:43 1998  Jeffrey A Law  (law@cygnus.com)
6716
6717         * gcc.c-torture/execute/980602-1.c: New test.
6718         * gcc.c-torture/execute/980602-2.c: Likewise.
6719
6720 1998-06-02  Dave Love  <d.love@dl.ac.uk>
6721
6722         * 970125-0.f: Fix per JCB.  Add commentary.
6723
6724 Sun May 31 23:23:29 1998  Michael Meissner  <meissner@cygnus.com>
6725
6726         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
6727         IEEE -0 support.
6728
6729 Fri May 29 01:10:12 1998  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
6730
6731         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
6732         earlier.
6733
6734 Thu May 28 00:17:42 1998  Catherine Moore <clm@cygnus.com>
6735
6736         * gcc.c-torture/execute/980526-3.c: New test.
6737
6738 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
6739
6740         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
6741         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
6742         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
6743         m88k-motorola-sysv3 to XFAIL.
6744
6745 Tue May 26 23:58:03 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6746
6747         * gcc.dg/980526-1.c: New test.
6748         * gcc.c-torture/execute/980526-2.c: New test.
6749
6750 Tue May 26 23:40:40 1998  Jeffrey A Law  (law@cygnus.com)
6751
6752         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
6753
6754         * gcc.c-torture/execute/980526-1.c: New test.
6755
6756 1998-05-26  Dave Love  <d.love@dl.ac.uk>
6757
6758         * g77.f-torture/execute/alpha2.f: Add runtime test.
6759
6760 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
6761
6762         * g++.old-deja/old-deja.exp: Strip leading directories.
6763
6764         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
6765         error for the line.  Don't run multiple tests for the same line.
6766
6767 Sat May 23 23:27:10 1998  Jeffrey A Law  (law@cygnus.com)
6768
6769         * gcc.dg/980523-1.c: New test.
6770
6771 1998-05-23  Dave Love  <d.love@dl.ac.uk>
6772
6773         * g77.f-torture/compile/970915-0.f: New test.
6774
6775 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
6776
6777         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
6778
6779 Thu May 21 23:23:21 1998  Jeffrey A Law  (law@cygnus.com)
6780
6781         * gcc.dg/980520-1.c: New test.
6782
6783 Wed May 20 14:37:15 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6784
6785         * gcc.dg/980502-1.c: Fix return type.
6786
6787 Wed May 20 11:29:48 1998  Jeffrey A Law  (law@cygnus.com)
6788
6789         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
6790         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
6791         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
6792         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
6793         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
6794
6795 1998-05-20  Dave Love  <d.love@dl.ac.uk>
6796
6797         * g77.f-torture/execute/980520-1.f: New test.
6798
6799 1998-05-15  Dave Love  <d.love@dl.ac.uk>
6800
6801         * lib/mike-g77.exp: New file.
6802
6803         * g77.f-torture/noncompile/noncompile.exp,
6804         g77.f-torture/noncompile/check0.f: New files.
6805
6806 1998-05-14  Dave Love  <d.love@dl.ac.uk>
6807
6808         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
6809         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
6810         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
6811         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
6812         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
6813         abort where appropriate.
6814
6815 Tue May  5 19:20:13 1998  Michael Meissner  <meissner@cygnus.com>
6816
6817         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
6818         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
6819
6820 1998-04-29  Dave Love  <d.love@dl.ac.uk>
6821
6822         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
6823
6824 1998-04-27  Dave Love  <d.love@dl.ac.uk>
6825
6826         * g77.f-torture/compile/980427-0.f: New test.
6827
6828 1998-04-24  Dave Love  <d.love@dl.ac.uk>
6829
6830         * g77.f-torture/compile/980424-0.f: New test.
6831
6832 1998-04-19  Dave Love  <d.love@dl.ac.uk>
6833
6834         * g77.f-torture/compile/980419-2.f (main): New test.
6835         * g77.f-torture/compile/970125-0.f: New test.
6836         * g77.f-torture/compile/980419-1.f: New test.
6837
6838 Wed Apr  8 13:09:15 1998  Jim Wilson  <wilson@cygnus.com>
6839
6840         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
6841         of loop-4.c.
6842
6843 Tue Apr  7 12:01:24 1998  Jim Wilson  <wilson@cygnus.com>
6844
6845         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
6846
6847 Fri Apr  3 12:27:49 1998  Jim Wilson  <wilson@cygnus.com>
6848
6849         * gcc.c-torture/compile/980329-1.c: New test.
6850
6851 Wed Mar 18 16:22:22 1998  Jim Wilson  <wilson@cygnus.com>
6852
6853         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
6854         * gcc.dg/980312-1.c: Fix typo in -march command.
6855
6856 Mon Mar 16 20:01:30 1998  H.J. Lu  (hjl@gnu.org)
6857
6858         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
6859
6860 Wed Mar 11 13:08:48 1998  Robert Lipe  <robertl@dgii.com>
6861
6862         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
6863         Dave Love agree the Fortran source is bogus.
6864
6865 Wed Mar 11 00:03:49 1998  Robert Lipe  <robertl@dgii.com>
6866
6867         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
6868         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
6869         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
6870         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
6871         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
6872
6873 Tue Mar 10 00:31:51 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
6874
6875         * g++.old-deja/g++.other/friend1.C: New test.
6876
6877 1998-02-18  Dave Love  <d.love@dl.ac.uk>
6878
6879         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
6880         possibly uninitialized) variables and declare dnrm2.
6881
6882 Mon Feb 23 15:16:53 1998  Robert Lipe <robertl@dgii.com>
6883
6884         From Bruno Haible <haible@ilog.fr>:
6885         * gcc.c-torture/execute/980223.c: New test.
6886
6887 Fri Feb 13 00:36:07 1998  Jeffrey A Law  (law@cygnus.com)
6888
6889         * gcc.dg/ifelse-1.c: New test.
6890
6891 Mon Feb  9 02:08:47 1998  H.J. Lu  (hjl@gnu.org)
6892
6893         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
6894
6895           * lib/old-dejagnu.exp (old-dejagnu): Added the
6896           "execution test - XFAIL *-*-*" handling in the spirit of
6897           "excess errors test -". Changed the "execution test fails"
6898           handling to be like "excess errors test fails".
6899           * Update various tests accordingly.
6900
6901 Fri Feb  6 14:30:48 1998  Jim Wilson  <wilson@cygnus.com>
6902
6903         * gcc.c-torture/execute/980205.c: New test.
6904
6905 Sun Jan 18 01:33:59 1998  Jeffrey A Law  (law@cygnus.com)
6906
6907         * lib/c-torture.exp: Look for .x files instead of .cexp files.
6908         * lib/f-torture.exp: Similarly.
6909         * gcc.c-torture: Rename all .cexp files to .x files.
6910
6911 Mon Dec  8 23:55:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
6912
6913         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
6914         (940510-1.c): Removed duplicate.
6915         (971104-1.c): New test.
6916
6917 Tue Nov 25 16:18:51 1997  Kate Hedstrom  (kate@ahab.rutgers.edu)
6918
6919           * lib/f-torture.exp: Improve error and loop detection.
6920
6921 Wed Nov 19 14:27:04 1997  Michael Meissner  <meissner@cygnus.com>
6922
6923         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
6924         use that to size the filler array.
6925
6926 Fri Sep 26 10:50:53 1997  Bob Manson  <manson@charmed.cygnus.com>
6927
6928         * lib/c-torture.exp(c-torture-execute): Fix typo.
6929
6930         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
6931         testcase as the executable name. Keep the executable around if
6932         the test fails.
6933
6934 Fri Sep 19 17:19:53 1997  Bob Manson  <manson@charmed.cygnus.com>
6935
6936         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
6937         changes.  Only test one -g option, and move it to the end of the
6938         list of options to test.
6939
6940 Fri Sep 19 17:58:00 1997  Michael Meissner  <meissner@cygnus.com>
6941
6942         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
6943         variable GCC_TORTURE_OPTIONS to supply default switches separated
6944         by colons.  If no environment variable, run tests with -O0 -g, -O1
6945         -g, and -O2 -g as well.
6946
6947 Wed Sep 17 10:12:26 1997  Bob Manson  <manson@charmed.cygnus.com>
6948
6949         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
6950         explanatory comments. Fix indentation.
6951
6952 Mon Sep 15 00:36:53 1997  Jeffrey A Law  (law@cygnus.com)
6953
6954         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
6955
6956 Thu Sep 11 13:54:47 1997  Jeffrey A Law  (law@cygnus.com)
6957
6958         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
6959         * g++.old-deja/g++.mike/p7325.C: Likewise.
6960         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
6961
6962 Thu Sep 11 10:00:03 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
6963
6964         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
6965         * g++.old-deja/g++.brendan/crash30.C: Likewise.
6966         * g++.old-deja/g++.brendan/crash39.C: Likewise.
6967         * g++.old-deja/g++.law/operators4.C: Likewise.
6968
6969 Thu Sep 11 09:53:40 1997  Joe Buck  (jbuck@synopsys.com)
6970
6971         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
6972         * g++.old-deja/g++.mike/p784.C: Ditto.
6973         * g++.old-deja/g++.mike/p785.C: Ditto.
6974
6975 Fri Sep  5 00:21:42 1997  Jeffrey A Law  (law@cygnus.com)
6976
6977           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
6978
6979 Wed Sep  3 17:29:35 1997  Bob Manson  <manson@charmed.cygnus.com>
6980
6981         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
6982         target feature; pass this to c-torture-execute as needed.
6983
6984 Wed Sep  3 17:15:00 1997  Bob Manson  <manson@charmed.cygnus.com>
6985
6986         * lib/c-torture.exp(c-torture-execute): If the previous and the
6987         current executables being tested are identical, we don't need to
6988         run the executable again. Try to make the executable names
6989         unique. Add an optional argument for passing additional compiler
6990         flags.
6991
6992 Tue Sep  2 16:34:31 1997  Doug Evans  <dje@canuck.cygnus.com>
6993
6994         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
6995
6996 Fri Aug 29 12:48:09 1997  Jeffrey A Law  (law@cygnus.com)
6997
6998         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
6999
7000 Thu Jul 31 12:17:24 1997  Jeffrey A Law  (law@cygnus.com)
7001
7002         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
7003         32bit or larger longs.
7004
7005         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
7006         have either a 32bit long or 32bit int.
7007
7008 Tue Jul 29 00:40:38 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7009
7010         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
7011         Make double precision tests dependent on sizeof (double).
7012
7013 Wed Jul  9 15:15:40 1997  Bob Manson  <manson@charmed.cygnus.com>
7014
7015         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
7016         too.
7017
7018 Tue Jun 17 22:11:16 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7019
7020         * gcc.c-torture/compile/961203-1.cexp: New script.
7021
7022 Mon Jun 16 15:27:06 1997  Bob Manson  <manson@charmed.cygnus.com>
7023
7024         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
7025         up the includes ourselves.
7026
7027 Wed Jun 11 17:33:21 1997  Bob Manson  <manson@charmed.cygnus.com>
7028
7029         * lib/plumhall.exp: Remove random include, and add a few
7030         verbose messages for debugging.
7031
7032 Fri Jun  6 14:23:24 1997  Bob Manson  <manson@charmed.cygnus.com>
7033
7034         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
7035         of trying to do it ourselves.
7036
7037 Wed Jun  4 03:38:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7038
7039         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
7040
7041 Wed Jun  4 18:43:55 1997  Bob Manson  <manson@charmed.cygnus.com>
7042
7043         * gcc.prms/5403.c: Made regexp a bit less strict.
7044
7045 Tue Jun  3 15:12:39 1997  Bob Manson  <manson@charmed.cygnus.com>
7046
7047         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
7048         is returned from remote_load instead.
7049         * lib/plumhall.exp: Ditto.
7050         * lib/mike-g++.exp: Ditto.
7051         * lib/old-dejagnu.exp: Ditto.
7052         * lib/c-torture.exp: Ditto.
7053
7054 Fri May 30 23:15:15 1997  Bob Manson  <manson@charmed.cygnus.com>
7055
7056         * lib/g++.exp: Use build_wrapper procedure.
7057         * lib/gcc.exp: Ditto.
7058
7059 Tue May 20 15:23:27 1997  Jeffrey A Law  (law@cygnus.com)
7060
7061         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
7062         an old-style decl for malloc.  Fixes tests to work when
7063         sizeof (int) != sizeof (size_t).
7064
7065 Thu May 15 14:00:04 1997  Mike Meissner  <meissner@cygnus.com>
7066
7067         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
7068
7069         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
7070         use stdargs.h interface.
7071
7072 Thu May 15 14:10:39 1997  Mike Meissner  <meissner@cygnus.com>
7073
7074         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
7075         NO_VARARGS when compiling.
7076
7077 Thu May  1 14:49:19 1997  Bob Manson  <manson@charmed.cygnus.com>
7078
7079         * lib/plumhall.exp(ph_includes): New procedure.
7080         (ph_make): Use it.
7081         (ph_compiler): Ditto.
7082
7083         * lib/g++.exp: Rename test-glue.c to testglue.c.
7084         * lib/gcc.exp: Ditto.
7085
7086 Thu Apr 10 14:50:26 1997  Bob Manson  <manson@charmed.cygnus.com>
7087
7088         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
7089         to completion when it's called.
7090
7091 Fri Mar 21 16:34:52 1997  Michael Meissner  <meissner@cygnus.com>
7092
7093         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
7094         is defined, don't do test.
7095
7096 Thu Mar 20 09:50:32 1997  Doug Evans  <dje@canuck.cygnus.com>
7097
7098         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
7099         for object files.
7100         (ph_summary): Mark skipped testcases as untested, not unresolved.
7101
7102         * lib/plumhall.exp (ph_make): If unresolved because of bad
7103         errorCode, record errorCode in log file.
7104         (*): Replace send_log/verbose with verbose -log.
7105
7106 Wed Mar 19 13:06:26 1997  Michael Meissner  <meissner@cygnus.com>
7107
7108         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
7109         double conversion if double isn't at least 8 bytes.
7110
7111         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
7112         int to work with targets where int is 16 bits.
7113
7114         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
7115         8 bytes, just exit, since 4 byte doubles don't have enough bits of
7116         precision for the test to complete.
7117
7118 Fri Mar 14 17:51:02 1997  Michael Meissner  <meissner@cygnus.com>
7119
7120         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
7121         if d10v is not compiled with the -mdouble64 flag.
7122         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
7123
7124         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
7125         d10v is not compiled with the -mint32 flag.
7126
7127 Thu Mar 13 16:09:28 1997  Bob Manson  <manson@charmed.cygnus.com>
7128
7129         * lib/plumhall.exp: Use incr_count.
7130
7131 Wed Mar 12 10:01:33 1997  Jeffrey A Law  (law@cygnus.com)
7132
7133         * gcc.c-torture: Update to c-torture-1.45.
7134
7135 Sun Feb 23 18:12:04 1997  Bob Manson  <manson@charmed.cygnus.com>
7136
7137         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
7138         the name of the expect testcase file).
7139
7140         * lib/g++.exp(g++_init): Ditto.
7141
7142 Thu Feb 20 13:53:05 1997  Bob Manson  <manson@charmed.cygnus.com>
7143
7144         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
7145         the host.
7146
7147         * lib/gcc.exp(gcc_exit): New procedure.
7148
7149 Wed Feb 19 15:16:16 1997  Bob Manson  <manson@charmed.cygnus.com>
7150
7151         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
7152         specs where appropriate.
7153
7154         * g++.old-deja/g++.arm/*: Added additional ERROR checks
7155         because of new "candidates are" messages, and removed a few
7156
7157         * Converted all non-old-style g++ testcases to old-style, and
7158         moved into g++.old-deja.
7159
7160 Fri Feb 14 11:46:46 1997  Bob Manson  <manson@charmed.cygnus.com>
7161
7162         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
7163         options.
7164
7165         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
7166         succeeded.
7167
7168         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
7169
7170 Thu Feb 13 17:30:46 1997  Michael Meissner  <meissner@cygnus.com>
7171
7172         * lib/gcc.exp (gcc_target_compile): Add support for defining
7173         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
7174         the machine doesn't have those features.
7175
7176 Tue Feb 11 12:57:11 1997  Bob Manson  <manson@charmed.cygnus.com>
7177
7178         * g++.law/operators4.exp: Don't use LIBS.
7179
7180 Sat Feb  8 14:45:55 1997  Bob Manson  <manson@charmed.cygnus.com>
7181
7182         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
7183
7184         * lib/mike-g++.exp: Don't set the compiler to be tested here.
7185         * lib/g++.exp: Set it here instead. Also, allow use of the
7186         --tool_exec and --tool_opt options. Change CXX to
7187         GXX_UNDER_TEST.
7188
7189         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
7190
7191         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
7192
7193 Fri Feb  7 12:55:45 1997  Bob Manson  <manson@charmed.cygnus.com>
7194
7195         * lib/old-dejagnu.exp: Use prune_warnings instead of
7196         prune_system_crud.
7197         * lib/mike-g++.exp: Ditto.
7198         * lib/gcc.exp: Ditto.
7199         * lib/g++.exp: Ditto.
7200
7201         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
7202
7203 Fri Feb  7 10:41:53 1997  Jeffrey A Law  (law@cygnus.com)
7204
7205           * 941014-2.c: Include stdlib.h
7206           * 960327-1.c: Include stdio.h
7207           * dbra.c, index-1.c: Don't assume ints are 32bits.
7208
7209 Tue Feb  4 12:51:09 1997  Bob Manson  <manson@charmed.cygnus.com>
7210
7211         * lib/gcc.exp: Add gcc,stack_size target feature.
7212
7213         * lib/g++.exp(g++_target_compile): Add the include and link
7214         paths here, not in two other places. And, it's $options, not
7215         options.
7216
7217         * lib/mike-g++.exp(postbase): Remove the code that determines
7218         the correct include and link paths.
7219         * g++.old-deja/old-deja.exp: Ditto.
7220
7221 Mon Feb  3 19:00:07 1997  Bob Manson  <manson@charmed.cygnus.com>
7222
7223         * lib/g++.exp(g++_init): target_compile no longer returns the
7224         filename of the result.
7225
7226 Sun Feb  2 14:42:34 1997  Bob Manson  <manson@charmed.cygnus.com>
7227
7228         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
7229         call to glob.
7230
7231         * gcc.c-torture/special/special.exp: Change call to
7232         gcc_target_compile to include the object file.
7233
7234 Sun Feb  2 17:11:50 1997  Ian Lance Taylor  <ian@cygnus.com>
7235
7236         * gcc.c-torture/special/special.exp: Correct misspelling in last
7237         change.
7238
7239 Sat Feb  1 12:34:23 1997  Bob Manson  <manson@charmed.cygnus.com>
7240
7241         * lib/plumhall.exp(ph_summary): Log the entire output of the
7242         executable. Return -1 if there were any failures, 0 otherwise.
7243         (ph_execute): Return -1 if there were any failures, 0 otherwise.
7244         (ph_make): Clean up objects and executables that were built
7245         if the tests succeeded.
7246
7247 Thu Jan 30 13:45:56 1997  Bob Manson  <manson@charmed.cygnus.com>
7248
7249         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
7250         libraries and includes in the build tree as appropriate.
7251
7252 Wed Jan 29 17:19:34 1997  Bob Manson  <manson@charmed.cygnus.com>
7253
7254         * lib/c-torture.exp: Instead of looking for the global variable
7255         NO_LONG_LONG, check to see if that's a feature of the target.
7256
7257 Wed Jan 29 00:36:25 1997  Bob Manson  <manson@charmed.cygnus.com>
7258
7259         * config/default.exp: Minimize. Delete the remainer of the files in
7260         config; this functionality is now in devo/dejagnu/config.
7261
7262         g++.*/*: Pass any additional flags used to compile to postbase;
7263         delete CXXFLAGS.
7264
7265         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
7266         is now done by runtest.exp. Use gcc_target_compile instead of
7267         compile.
7268
7269         lib/c-torture.exp: Use gcc_target_compile instead of compile.
7270         Remove references to CFLAGS. Use remote_file instead of
7271         calling rm -f.
7272         (c-torture): Take a list of arguments to use to compile this
7273         testcase.
7274
7275         lib/g++.exp: Simplify. Use target_compile instead of compile.
7276         lib/gcc-dg.exp: Ditto.
7277         lib/gcc.exp: Ditto.
7278         lib/mike-{gcc,g++}.exp: Ditto.
7279         lib/old-dejagnu.exp: Ditto.
7280         lib/plumhall.exp: Ditto.
7281
7282 Wed Jan  8 14:43:07 1997  Jim Wilson  <wilson@cygnus.com>
7283
7284         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
7285         (ph_linker): Likewise.
7286
7287 Wed Nov 13 16:04:19 1996  Joern Rennecke <amylaar@cygnus.com>
7288
7289           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
7290         MAP_ANON / MAP_ANONYMOUS if defined;
7291         else try to map from /dev/zero .
7292
7293 Tue Nov 12 23:30:12 1996  Jeffrey A Law  (law@cygnus.com)
7294
7295         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
7296         isn't defined, then define it to MAP_ANONYMOUS.
7297
7298 Tue Nov 12 11:57:49 1996  Jeffrey A Law  (law@cygnus.com)
7299
7300         * gcc.c-torture: Update to c-torture-1.42 release.
7301
7302 Mon Nov 11 12:45:31 1996  Jeffrey A Law  (law@cygnus.com)
7303
7304         * gcc.c-torture: Update to c-torture-1.41 release.
7305
7306 Sun Oct 27 18:56:18 1996  Jeffrey A Law  (law@cygnus.com)
7307
7308         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
7309         c-torture release.
7310
7311 Thu Aug 15 11:09:36 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7312
7313         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
7314         and LDFLAGS.  Fix second case to append the target_info ldflags
7315         onto LDFLAGS, not CFLAGS.
7316         * lib/g++.exp (g++_init): Add target_info stuff.
7317         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
7318         of libgloss and newlib flags for !native.
7319
7320         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
7321         (GDB): Fix relative path to go up another dir for finding gdb.
7322
7323 Thu Aug  8 17:03:27 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
7324
7325         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
7326         versions in the target_info array, if they don't exist.
7327
7328 Fri Aug  2 15:39:03 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7329
7330         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
7331
7332 Mon Jul  8 15:45:58 1996  Jim Wilson  <wilson@cygnus.com>
7333
7334         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
7335         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
7336
7337 Mon Jul  1 15:53:00 1996  Bob Manson  <manson@charmed.cygnus.com>
7338
7339         * lib/old-dejagnu.exp: Don't remove the output file before we've
7340         actually tested it. Don't append pwd to the path of the executable
7341         we're testing.
7342
7343 Sun Jun 30 14:37:50 1996  Doug Evans  <dje@canuck.cygnus.com>
7344
7345         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
7346
7347 Wed Jun 26 14:15:55 1996  Bob Manson  <manson@charmed.cygnus.com>
7348
7349         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
7350         temporary directory for compiler files, and set it to a default
7351         value of /tmp. Set $output as the name of the output file from
7352         compiling the testcase. Add a -o option to $cflags_var so the
7353         compiler writes the final output file as $output. Set $executable
7354         to $output.
7355
7356         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
7357         directory for compiler files, and set it to /tmp if it doesn't
7358         already have a value. Set $output_file to the name of the output
7359         file from compiling the testcase. Add a -o option to CXXFLAGS so
7360         the compiler writes the final output file as $output. Use $output
7361         as the executable to be tested.
7362
7363 Mon Jun 24 17:12:16 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7364
7365         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
7366
7367 Sat Jun  8 15:12:24 1996  Jeffrey A Law  (law@cygnus.com)
7368
7369         * gcc.c-torture/execute/pending-1.c: New test.  Still
7370         pending in Tege's queue.
7371
7372 Wed Apr 24 18:13:45 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
7373
7374         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
7375         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
7376         if there were failures.  Call unresolved if there were unresolved
7377         testcases.  Call gcc_fail if program did not run to completion.
7378         (ph_make): Pass additional argument name to ph_execute.
7379         (ph_execute): Add new argument.  Pass additional arguments to
7380         ph_summary.  Call gcc_fail is there is no execution output.
7381
7382 Wed Apr 24 13:39:23 1996  Jeffrey A Law  (law@cygnus.com)
7383
7384         * lib/plumhall.exp (proc_summary): Output relavent summary
7385         lines into the log so specific failures in plumhall can be
7386         investigated.
7387
7388 Wed Apr 10 13:23:45 1996  Jeffrey A Law  (law@cygnus.com)
7389
7390         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
7391         (c-torture-execute): Don't try to execute tests which use
7392         "long long" types if $NO_LONG_LONG is nonzero.
7393
7394 Mon Apr  8 08:52:29 1996  Doug Evans  <dje@canuck.cygnus.com>
7395
7396         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
7397         not c-torture.
7398
7399         * gcc.ieee: Move from here.
7400         * gcc.c-torture/execute/ieee: To here.
7401
7402 Tue Mar 26 23:41:18 1996  Jeffrey A Law  (law@cygnus.com)
7403
7404         * gcc.c-torture: Update to c-torture-1.41 release.
7405
7406 Fri Mar 22 15:49:24 1996  Jeffrey A Law  (law@cygnus.com)
7407
7408         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
7409         not "$output".
7410
7411 Thu Mar  7 12:37:08 1996  Doug Evans  <dje@charmed.cygnus.com>
7412
7413         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
7414         -c present.
7415
7416 Sat Mar  2 22:36:37 1996  Jeffrey A Law  (law@cygnus.com)
7417
7418         * config/proelf.exp: Handle connecting to a simulator.
7419
7420 Wed Jan 31 00:58:15 1996  Jeffrey A Law  (law@cygnus.com)
7421
7422         * config/proelf.exp: New file.  Enough framework that we can
7423         run c-torture tests on the proelf targets (or any other target
7424         that gdb can connect to for that matter).
7425
7426 Mon Jan 29 08:57:46 1996  Doug Evans  <dje@canuck.cygnus.com>
7427
7428         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
7429         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
7430
7431         * lib/plumhall.exp (ph_execute): Always call ph_summary if
7432         exec_output exists.
7433
7434 Sun Jan 28 11:28:43 1996  Doug Evans  <dje@charmed.cygnus.com>
7435
7436         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
7437         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
7438
7439         * config/*.exp: Update FSF address.  Change result of ${tool}_load
7440         to pass/fail/unresolved/unsupported/untested.  Caller must now
7441         call unresolved/unsupported/untested.
7442         * lib/*.exp: Update FSF address.  Update to handle new results of
7443         ${tool}_load.
7444         * lib/chill.exp (verbose): Delete.
7445
7446 Sat Jan 27 12:28:07 1996  Doug Evans  <dje@charmed.cygnus.com>
7447
7448         * lib/gcc.exp (default_gcc_start): Change order of args to
7449         $LDFLAGS $CFLAGS $LIBS.
7450         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
7451         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
7452         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
7453         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
7454         * gcc.misc-tests/dg-test.exp: Likewise.
7455         * gcc.misc-tests/msgs.exp: Likewise.
7456         * gcc.prms/prms.exp: Likewise.
7457         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
7458         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
7459
7460         * lib/dg.exp: Deleted, moved to dejagnu/lib.
7461
7462 Wed Jan 24 18:37:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7463
7464         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
7465
7466         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
7467         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
7468
7469         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
7470         necessary.
7471
7472 Sat Jan 20 17:22:08 1996  Brendan Kehoe  <brendan@cygnus.com>
7473
7474         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
7475         global for loop; add use of $mathlib.
7476         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
7477         settings here; set mathlib for anything but VxWorks.
7478
7479 Mon Jan 22 16:31:57 1996  Jeffrey A Law  (law@cygnus.com)
7480
7481         * gcc.c-torture: Update to c-torture-1.40 release.
7482
7483 Wed Jan  3 00:54:33 1996  Jeffrey A Law  (law@cygnus.com)
7484
7485         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
7486         dg.exp.
7487
7488 Sun Dec  3 16:17:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
7489
7490         * lib/c-torture.exp (c-torture-execute): Declare "output" as
7491         global.
7492
7493 Fri Nov 17 20:01:19 1995  Doug Evans  <dje@canuck.cygnus.com>
7494
7495         * lib/g++.exp (LIBS): Define if not already.
7496         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
7497         (gcc-dg-prune): Call prune_gcc_output.
7498         * lib/gcc.exp (prune_gcc_output): New proc.
7499         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
7500         prune_gcc_output.
7501
7502 Thu Nov 16 09:15:40 1995  Doug Evans  <dje@canuck.cygnus.com>
7503
7504         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
7505         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
7506
7507 Wed Nov 15 23:04:36 1995  Jeffrey A Law  (law@cygnus.com)
7508
7509         * gcc.c-torture: Update to c-torture-1.39 release.
7510
7511 Sat Nov  4 12:52:05 1995  Doug Evans  <dje@canuck.cygnus.com>
7512
7513         * lib/c-torture.exp (c-torture-execute): Don't return if one option
7514         fails, try others as well.
7515
7516 Thu Nov  2 09:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
7517
7518         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
7519         If compilation fails, mark execute tests as `untested'.
7520         If test is marked as unsupported, don't mark compilation and
7521         execute tests as failed.
7522
7523 Wed Oct 25 20:57:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7524
7525         * lib/g++.exp (g++_init): Don't link in libg++, and look to
7526         libstdc++ for whether or not we want to be doing shared
7527         libraries.  Delete link_curses since we don't need it anymore.
7528         * lib/mike-g++.exp (postbase): Don't link in libg++.
7529         * g++.old-deja/old-deja.exp: Likewise.
7530
7531 Mon Oct 23 13:05:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7532
7533         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
7534
7535 Tue Oct 17 15:24:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7536
7537         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
7538         For that, add `-Wl,-a,shared_archive'.
7539         * g++.old-deja/old-deja.exp: Likewise.
7540
7541 Tue Oct 17 13:09:06 1995  Doug Evans  <dje@canuck.cygnus.com>
7542
7543         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
7544
7545 Mon Oct 16 23:13:32 1995  Brendan Kehoe  <brendan@cygnus.com>
7546
7547         * lib/mike-g++.exp (postbase): Pay attention to the status of
7548         g++_load.
7549
7550 Mon Oct 16 19:28:32 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7551
7552           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
7553
7554 Mon Oct 16 13:48:58 1995  Doug Evans  <dje@canuck.cygnus.com>
7555
7556         * lib/gcc.exp (default_gcc_start): No longer need to log program
7557         being executed or its output, execute_anywhere does that now.
7558         * lib/g++.exp (default_g++_version): Call execute_anywhere.
7559         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
7560
7561 Thu Oct 12 10:34:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7562
7563         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
7564         the same as those in lib/g++.exp.
7565
7566 Tue Oct 10 13:47:27 1995  Jeff Law  (law@hurl.cygnus.com)
7567
7568         * gcc.c-torture: Update to c-torture-1.38 release.
7569         * gcc.ieee: Related changes.
7570
7571 Fri Oct  6 12:39:17 1995  Rob Savoye  <rob@darkstar.cygnus.com>
7572
7573         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
7574         "exec". Minor reformatting changes.
7575
7576         * config/rom68k.exp (${tool}_load): Make it work in a canadian
7577         cross. This means all "exec" calls now work on a remote host as
7578         well.
7579         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
7580         cross. Filter out the extra "\r\n" stuff that expect puts in.
7581         (c-torture-execute): Filter out the bogus warnings like
7582         c-torture-compile does. Add support for canadian cross.
7583         * lib/gcc.exp (default_gcc_version, default_gcc_start)
7584         Use execute_anywhere rather than calling exec directly. Now it
7585         works for canadian cross testing.
7586
7587 Thu Oct  5 10:06:45 1995  Brendan Kehoe  <brendan@rtl.cygnus.com>
7588
7589         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
7590         results into a variable, and check that rather than using file exists.
7591
7592 Wed Oct  4 16:31:02 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7593
7594         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
7595         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
7596
7597 Tue Sep 26 10:15:14 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7598
7599         * g++.old-deja/old-deja.exp: Create and pass runshlib and
7600         lib_curses if there's a shared libg++ in the build tree.
7601
7602 Fri Sep 22 10:47:24 1995  Doug Evans  <dje@canuck.cygnus.com>
7603
7604         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
7605         if not supported target.
7606
7607 Fri Sep 22 09:22:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7608
7609         * lib/g++.exp (g++_init): Move empty setting of runshlib and
7610         link_curses up to always happen, not just for native builds.
7611
7612 Thu Sep 21 10:23:32 1995  Jeff Law  (law@snake.cs.utah.edu)
7613
7614         * gcc.c-torture: Update to c-torture-1.36 release.
7615         * gcc.failure: Related changes.
7616
7617 Wed Sep 20 10:56:26 1995  Doug Evans  <dje@canuck.cygnus.com>
7618
7619         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
7620
7621 Tue Sep 19 17:26:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7622
7623         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
7624         * lib/mike-g++.exp (postbase): Not in here.  Still reference
7625         runshlib, link_curses, and mathlib for link and run.
7626
7627         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
7628         pass the runtime shared library options for Solaris, OSF/1, and
7629         Irix5, and link with -lcurses to avoid unresolved references.
7630
7631 Wed Sep 13 15:28:10 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7632
7633         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
7634         only run once.
7635
7636 Wed Sep 13 10:51:52 1995  Doug Evans  <dje@canuck.cygnus.com>
7637
7638         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
7639
7640 Mon Sep 11 11:02:03 1995  Jeff Law  (law@snake.cs.utah.edu)
7641
7642         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
7643         do not have a framework for the "compat" tests yet.
7644
7645 Sat Sep  9 16:15:20 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7646
7647         * lib/mike-g++.exp (postbase): New local variable `mathlib',
7648         set to null if we're testing vxworks5.1.  Use that instead of
7649         `-lm' in the setting of LIBS for link and run.
7650
7651 Fri Sep  8 13:53:38 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7652
7653         * config/rom68k.exp (${tool}_load): Major changes to make it
7654         work.  Verified that it does in fact return the stuff in
7655         exec_output properly.  Catch any Emul or any TRAP other than 0.
7656
7657 Thu Sep  7 23:04:06 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7658
7659         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
7660         LDFLAGS properly for targets that need stuff from libgloss.
7661         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
7662         only run once.
7663         (gpp_initialized): New variable.
7664
7665 Wed Sep  6 21:56:13 1995  Rob Savoye  <rob@darkstar.cygnus.com>
7666
7667         * config/rom68k.exp: Load libgloss.exp.
7668         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
7669         so we can produce a fully linked binary.
7670         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
7671         so we can produce a fully linked binary.
7672
7673 Sun Sep  3 13:25:26 1995  Doug Evans  <dje@canuck.cygnus.com>
7674
7675         * lib/plumhall.exp (ph_section): Watch for expected failures.
7676         Add missing `else'.
7677
7678         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
7679         run the testcase.
7680         (c-torture): Likewise.
7681
7682 Mon Aug 28 11:23:38 1995  Doug Evans  <dje@cygnus.com>
7683
7684         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
7685
7686         * lib/mike-g++.exp (mike_cleanup): New proc.
7687         (prebase): New globals compiler_result, not_compiler_result,
7688         target_regexp.
7689         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
7690         allow leading "-" in pattern.  Watch for unsupported tests.
7691         If $compiler_result is set, pattern match assembler code,
7692         and ditto for $not_compiler_result.
7693         * lib/mike-gcc.exp: Likewise.
7694
7695         * lib/plumhall.exp (ph_execute): Only call ph_summary if
7696         execution "succeeded".
7697
7698 Mon Aug 14 14:03:53 1995  Doug Evans  <dje@canuck.cygnus.com>
7699
7700         * config/win32.exp: New file.
7701         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
7702
7703 Fri Aug  4 15:39:54 1995  Doug Evans  <dje@canuck.cygnus.com>
7704
7705         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
7706         unsupported.
7707         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
7708         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
7709         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
7710
7711         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
7712         "... without exceptions was ...".  That is now handled by
7713         prune_system_crud.
7714         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
7715
7716 Tue Aug  1 11:09:33 1995  Doug Evans  <dje@canuck.cygnus.com>
7717
7718         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
7719         sieve.c,sort2.c}: New files.
7720         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
7721         sieve.exp,sort2.exp}: Drivers for them.
7722
7723         * lib/mike-gcc.exp (program_output): New user settable variable.
7724         (postbase): Call prune_system_crud.  Also prune extraneous compiler
7725         messages.
7726         * lib/mike-g++.exp (program_output): New user settable variable.
7727
7728         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
7729
7730         * config/sh.exp: Deleted (use sim.exp instead).
7731
7732 Fri Jul 28 11:33:46 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7733
7734         * config/vx.exp: Declare CHECKTASK as global.
7735         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
7736         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
7737         * lib/old-dejagnu.exp: Load [pwd]/$executable.
7738
7739 Wed Jul 26 19:45:39 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7740
7741         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
7742         target. Like vx.exp, only includes `vx29k.exp' instead of
7743         `vxworks.exp'.
7744
7745 Sun Jul 23 17:38:52 1995  Ian Lance Taylor  <ian@cygnus.com>
7746
7747         * config/sim.exp: Increase time limit from 120 seconds to 240.
7748
7749 Thu Jul  6 11:07:38 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
7750
7751         * gcc.c-torture/execute/950628-1.c: New test.
7752
7753 Sat Jun 10 18:51:41 1995  Jeff Law  (law@snake.cs.utah.edu)
7754
7755         * gcc.c-torture: Update with changes/additions from
7756         c-torture-1.34.
7757
7758 Mon Jun  5 17:58:07 1995  Doug Evans  <dje@canuck.cygnus.com>
7759
7760         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
7761
7762 Sun Jun  4 05:13:57 1995  Jeff Law  (law@snake.cs.utah.edu)
7763
7764         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
7765
7766 Thu Jun  1 00:06:19 1995  Jeff Law  (law@snake.cs.utah.edu)
7767
7768         * gcc.c-torture/compile/950512-1.c: New test.
7769         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
7770         * gcc.dg/struct-ret-1.c: Likewise.
7771
7772 Wed May 31 14:25:13 1995  Doug Evans  <dje@canuck.cygnus.com>
7773
7774         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
7775           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
7776
7777 Tue May 30 11:19:54 1995  Doug Evans  <dje@canuck.cygnus.com>
7778
7779         * gcc.c-torture/special/920411-1.c: Deleted.
7780         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
7781
7782 Mon May 22 16:55:11 1995  Doug Evans  <dje@chestnut.cygnus.com>
7783
7784         * config/sim.exp (${tool}_load): Hack in call to bash to get a
7785         cpu limit.
7786
7787 Fri May 12 18:57:54 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
7788
7789         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
7790
7791 Thu May  4 14:23:54 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
7792
7793         From kenner;
7794         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
7795         is the proper length.
7796         * va-arg-3.c: Likewise.
7797
7798 Sun Apr 30 16:02:59 1995  Doug Evans  <dje@canuck.cygnus.com>
7799
7800         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
7801         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
7802
7803         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
7804         * lib/g++.exp (default_g++_start): Delete old cruft.
7805
7806 Tue Apr 25 17:20:18 1995  Torbjorn Granlund  <tege@cygnus.com>
7807
7808         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
7809         (2 * (1 << 18)) to (2 * (1 << 17)).
7810
7811         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
7812
7813 Thu Apr 20 12:21:13 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
7814
7815         * config/rom68k.exp: Renamed from config/idp.exp
7816
7817 Tue Apr 18 13:33:26 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
7818
7819         * c-torture/compile/921109-2.c
7820
7821 Tue Apr 18 10:45:12 1995  Mike Stump  <mrs@cygnus.com>
7822
7823         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
7824         excess errors.
7825
7826 Sat Apr 15 11:16:58 1995  Doug Evans  <dje@chestnut.cygnus.com>
7827
7828         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
7829         output.
7830         * lib/g++.exp (default_g++_start): Likewise.
7831
7832 Wed Mar 29 16:34:03 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
7833
7834         * gcc.c-torture/compile/950329-1.c: New test.
7835
7836 Tue Mar 28 16:10:33 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
7837
7838           * config/bug.exp (${tool}_load): Updated to use new remote_open
7839           and remote_close procs.
7840         * config/idp.exp: New file.
7841
7842 Wed Mar 22 15:01:58 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
7843
7844         * gcc.c-torture/execute/950322-1.c: New test.
7845
7846 Tue Mar 21 21:24:49 1995  Doug Evans  <dje@canuck.cygnus.com>
7847
7848         * config/vx.exp (${tool}_load): Clean up testing of return code from
7849         vxworks_ld and vxworks_spawn.
7850
7851 Tue Mar 21 17:01:42 1995  Doug Evans  <dje@deneb.cygnus.com>
7852
7853         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
7854
7855 Mon Mar 13 14:49:42 1995  Mike Stump  <mrs@cygnus.com>
7856
7857         * lib/old-deja.exp: Add `excess errors test - ' error, now one
7858         can mark excess errors on a machine by machine basis.  Note, the
7859         default is to not expect any excess errors, even when excess
7860         errors test - is given, so you will want to put an XFAIL ... on
7861         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
7862         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
7863         those 4 machines, but no others.
7864
7865 Fri Mar 10 12:33:04 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
7866
7867         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
7868         * lib/c-torture.exp: to here.
7869
7870 Fri Mar 10 10:38:15 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
7871
7872         * gcc.c-torture/execute/950221-1.c: New test.
7873         * gcc.c-torture/execute/struct-ret-1.c: New test.
7874         * gcc.c-torture/compile/950221-1.c: New test.
7875
7876         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
7877
7878 Fri Mar  3 16:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
7879
7880         * gcc.c-torture/execute/arith-1.c (main): Return 0.
7881         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
7882
7883 Wed Mar  1 02:08:29 1995  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
7884
7885         * g++.gb: New directory of tests, derived from my signature and
7886         class scoping tests.
7887
7888         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
7889         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
7890         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
7891         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
7892         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
7893         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
7894         * g++.gb/sig25.C: Likewise.
7895
7896         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
7897         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
7898         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
7899         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
7900         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
7901         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
7902         * g++.gb/sig25.exp: Likewise.
7903
7904         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
7905         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
7906         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
7907         * g++.gb/scope13.C: Likewise, this test still fails.
7908
7909         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
7910         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
7911         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
7912         * g++.gb/scope13.exp: Ditto.
7913
7914         * g++.gb/README: New file, explains what these tests are about.
7915
7916 Tue Feb 28 10:37:52 1995  Doug Evans  <dje@canuck.cygnus.com>
7917
7918         * lib/dg.exp (dg-do): Support `preprocess'.
7919         (dg-test): Likewise.
7920
7921 Mon Feb 13 15:18:10 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
7922
7923         * config/udi.exp: change "continue -expect" to "exp_continue".
7924
7925 Sat Feb 11 00:25:20 1995  Torbjorn Granlund  (tege@tiny.cygnus.com)
7926
7927         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
7928         Delete redundant tests.
7929
7930         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
7931         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
7932         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
7933         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
7934         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
7935         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
7936         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
7937         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
7938
7939         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
7940         storing label pointers.
7941         * gcc.c-torture/execute/921019-1.c: Likewise.
7942         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
7943         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
7944         parameter fp.
7945         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
7946         constants.
7947
7948         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
7949         Delete obsolete tests.
7950
7951         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
7952         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
7953         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
7954         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
7955         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
7956         * gcc.c-torture/compile/950124-1.c: New test.
7957
7958         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
7959
7960 Wed Feb  8 15:30:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
7961
7962         * lib/mike-g++.exp: Add -lm to LIBS.
7963
7964 Tue Feb  7 17:09:50 1995  Doug Evans  <dje@canuck.cygnus.com>
7965
7966         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
7967
7968 Mon Jan 30 14:33:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
7969
7970         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
7971
7972 Thu Jan 12 16:41:34 1995  Doug Evans  <dje@canuck.cygnus.com>
7973
7974         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
7975
7976 Mon Jan  2 11:50:10 1995  Jeff Law  (law@snake.cs.utah.edu)
7977
7978         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
7979         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
7980         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
7981         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
7982         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
7983         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
7984         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
7985         * g++.law/{operators31.C, operators32.C,
7986         * g++.law/{operators33.C, operators34.C}: Likewise.
7987         * g++.law/{pic1.C, refs2.C}: Likewise.
7988         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
7989         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
7990         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
7991         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
7992
7993         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
7994         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
7995         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
7996         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
7997         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
7998         * g++.law/{enum9.exp, friend5.exp}: Likewise.
7999         * g++.law/{nest3.exp, nest4.exp}: Likewise.
8000         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
8001         * g++.law/{operators30.exp, operators31.exp}: Likewise.
8002         * g++.law/{operators32.exp, operators33.exp}: Likewise.
8003         * g++.law/{operators34.exp}: Likewise.
8004         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
8005         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
8006         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
8007         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
8008         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
8009
8010         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
8011         No longer expected to fail.
8012         * g++.law/missed-error3.C: Tweak for recent bool changes.
8013
8014 Sun Dec  4 20:54:33 1994  Doug Evans  <dje@canuck.cygnus.com>
8015
8016         * config/emb-unix: Deleted.
8017         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
8018         remote execution.  Do final link on remote host if REMOTE_LINK is set.
8019
8020 Thu Dec  1 08:43:05 1994  Doug Evans  <dje@canuck.cygnus.com>
8021
8022         * lib/dg.exp (dg-test): Fix typo in last patch.
8023
8024 Wed Nov 30 13:25:32 1994  Doug Evans  <dje@canuck.cygnus.com>
8025
8026         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
8027         (handles multiple occurrences).
8028
8029 Thu Nov 24 19:48:38 1994  Doug Evans  <dje@canuck.cygnus.com>
8030
8031         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
8032         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
8033         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
8034         printed).
8035         * lib/c-torture.exp (c-torture-compile): Likewise.
8036         (c-torture): Prepend full path if missing.
8037         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
8038         (gcc_fail): Likewise.
8039         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
8040
8041 Wed Nov 23 13:56:00 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
8042
8043         * lib/netware.exp: Only attach to NetWare i386 systems.
8044
8045 Wed Nov 16 11:27:00 1994  Doug Evans  <dje@canuck.cygnus.com>
8046
8047         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
8048         messages.  Add test name to "output pattern match" pass/fail message.
8049
8050 Sat Nov 12 22:11:52 1994  Doug Evans  <dje@canuck.cygnus.com>
8051
8052         * gcc.dg: New testsuite.
8053         * gcc.dg/dg.exp: New file.
8054
8055         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
8056         test-switch.c}: Deleted.
8057
8058         * gcc.misc-tests/msgs.exp: New testcase driver.
8059
8060 Wed Nov  9 14:23:09 1994  Doug Evans  <dje@canuck.cygnus.com>
8061
8062         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
8063         Watch for illegal return values from ${tool}_load.
8064         * config/unix.exp (${tool}_load): Fix pass/fail detection for
8065         cross targets.  Coerce return value >0 to 1.
8066
8067 Tue Nov  8 14:10:33 1994  Doug Evans  <dje@canuck.cygnus.com>
8068
8069         * config/unix.exp (${tool}_load): Call program rsh, not proc.
8070
8071         * config/emb-unix.exp: New file.
8072
8073         * config/sim.exp: Error if variable $SIM not defined.
8074         (${tool}_load): Mark test as "untested" if simulator missing.
8075
8076         * config/unix.exp: Load remote.exp to get rcp_download.
8077         * lib/c-torture.exp: Use different option lists for testcases with
8078         and without loops.
8079         * gcc.c-torture/execute/execute.exp: Likewise.
8080
8081 Wed Nov  2 14:47:58 1994  Doug Evans  <dje@canuck.cygnus.com>
8082
8083         * config/*.exp: Clarify return code from ${tool}_load.
8084         Call `unresolved' or `untested' instead of `warning' or `perror'
8085         (sometimes you still want to call both though).
8086         Add comment that `shell_id' is local to each file.
8087         * config/udi.exp (timeout): Set to 30.
8088         Don't print warning if connection fails, $connectmode has already
8089         printed an error.
8090         (${tool}_load): Move verbose messages to level 2.
8091         Rework pattern for "Process started" message.
8092         Pass `shell_id' to ${connectmode}_download.
8093         Retry twice upon timeout.  Make resetting of target more robust.
8094         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
8095         Pass `shell_id' to exit_$connectmode.
8096         Only call exit_$connectmode if connected.
8097         * config/unix.exp (${tool}_load): Check return codes better.
8098         * config/vrtx.exp (${tool}_load): Likewise.
8099         * config/vx.exp (${tool}_load): Likewise.
8100         Delete unneeded global's.
8101         * lib/dg.exp (dg-test): Update to reflect clarified return codes
8102         from ${tool}_load.
8103         (dg-stat): Delete.
8104         (dg-init): Delete recording of pass/fail counts.
8105         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
8106         (old-dejagnu-init): Likewise.
8107         (old-dejagnu-stat): Delete contents, empty proc now.
8108         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
8109         (c-torture): Delete references to lcnt, lpass, lfail.
8110         Get option list from TORTURE_OPTIONS.
8111         Delete -funroll[-all]-loops if no loops.
8112         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
8113         (g++_stat): Delete contents (empty proc now).
8114         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
8115         (gcc_finish): Likewise.
8116         (gcc_stat): Deleted.
8117         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
8118         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
8119         * gcc.c-torture/execute/execute.exp: Likewise.
8120         Split tests into two parts: compile, execute.
8121         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
8122         no loops.  Update to reflect clarified return codes from ${tool}_load.
8123
8124 Fri Oct 21 23:10:16 1994  Doug Evans  <dje@canuck.cygnus.com>
8125
8126         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
8127         to grep for.
8128         (old-dejagnu): Likewise (where necessary).
8129
8130 Fri Oct 14 17:54:58 1994  Doug Evans  <dje@canuck.cygnus.com>
8131
8132         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
8133
8134         * lib/dg.exp (dg-process-target): Fix processing of selector.
8135         Add comment regarding use of `error'.
8136
8137         * lib/gcc.exp (prune_system_crud): Define if missing.
8138         * lib/g++.exp (prune_system_crud): Likewise.
8139
8140         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
8141         Call prune_system_crud.
8142         * lib/dg.exp (dg-runtest): New proc.
8143         Use perror instead of send_user for tcl errors in testcase.
8144         Don't return any value, it's never used.
8145         Don't clobber previous definition of `unknown'.
8146         Print tcl errors in `dg-final'.
8147
8148 Wed Oct 12 13:05:37 1994  Doug Evans  <dje@canuck.cygnus.com>
8149
8150         * lib/dg.exp (dg-process-target): Improve syntax error messages.
8151         (dg-test): Don't print errorInfo, it contains stack backtrace.
8152
8153 Mon Sep 26 12:18:53 1994  Doug Evans  (dje@canuck.cygnus.com)
8154
8155         * lib/g++.exp (runtest_file_p): Define if missing.
8156
8157 Sat Sep 24 15:29:23 1994  Doug Evans  (dje@cygnus.com)
8158
8159         * lib/mike-g++.exp: Comment out loading of g++.exp.
8160         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
8161         (default_g++_version): Always print something.
8162         (default_g++_start): Comment out call to `which'.
8163         (g++_start, g++_load): Deleted (must be defined in config file).
8164         * lib/gcc.exp: Test for existence of $CC at start.
8165         Delete check for tmpdir (done in gcc_init).
8166         (default_gcc_version): Always print something.
8167         (default_gcc_start): Comment out call to `which'.
8168         * config/*.exp: Major cleanup - make cross targets work at least a
8169         little better for g++ (by not being "--tool gcc" specific).
8170         Rename gcc_xxx to ${tool}_xxx.
8171         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
8172         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
8173
8174 Thu Sep 22 11:39:17 1994  Doug Evans  (dje@canuck.cygnus.com)
8175
8176         * lib/c-torture.exp (c-torture-compile): Rework compiler
8177         message processing.
8178
8179         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
8180         c-torture.
8181
8182 Wed Sep 21 09:49:43 1994  Doug Evans  (dje@canuck.cygnus.com)
8183
8184         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
8185
8186         * lib/dg.exp (dg-process-target): Support { target native }.
8187
8188 Tue Sep 20 17:16:55 1994  Doug Evans  (dje@canuck.cygnus.com)
8189
8190         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
8191         looked for "... program xxx got fatal signal".
8192         Correct regsub munging of `comp_output'.
8193         Ignore compiler messages "path prefix not used" and "linker input
8194         file unused".
8195
8196 Wed Sep 14 11:44:40 1994  Doug Evans  (dje@canuck.cygnus.com)
8197
8198         * lib/gcc.exp (runtest_file_p): Define if missing.
8199         * gcc.prms/template.c: Example to work from.
8200
8201 Tue Sep 13 10:30:48 1994  Doug Evans  (dje@canuck.cygnus.com)
8202
8203         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
8204         * lib/dg.exp (dg-test): Call unsupported testcases as such.
8205
8206         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
8207         * gcc.prms/1883.c: Moved from compile/940714-1.c.
8208         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
8209         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
8210
8211         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
8212         (dg-process-target): No longer a varargs proc.
8213         Return S/N for target, P/F for xfail.  All callers changed.
8214         (user option procs): More argument checking.
8215         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
8216         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
8217         (dg-test): Skip test if not running on selected target in `dg-do'.
8218         Update handling of `dg-do-what', `dg-output-text'.
8219         Separate execution pass/fail from output pattern match pass/fail.
8220         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
8221
8222 Mon Sep 12 13:47:35 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
8223
8224         * gcc.c-torture/special/special.exp: Don't expect failure for mips
8225         target for 920510-1.c.
8226
8227 Mon Sep 12 12:44:39 1994  Doug Evans  (dje@canuck.cygnus.com)
8228
8229         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
8230         Clean up comment regarding use of passcnt, etc.
8231         (gcc_stat): Don't update `testcnt' here.
8232         (gcc_finish): Do it here.
8233         Might as well reset `but_id' here too.
8234         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
8235         to determine if the file should be tested.
8236         * gcc.c-torture/compile/compile.exp: Likewise.
8237         * gcc.c-torture/execute/execute.exp: Likewise.
8238         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
8239         * gcc.misc-tests/dg-test.exp: Likewise.
8240         * gcc.prms/prms.exp: Likewise.
8241         * gcc.wendy/wendy.exp: Likewise.
8242         * g++.old-deja.exp: Likewise.
8243         Move "Testing file" message to verbose level 1.
8244
8245 Fri Sep  9 10:21:18 1994  Doug Evans  (dje@canuck.cygnus.com)
8246
8247         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
8248
8249 Thu Sep  8 16:52:43 1994  Doug Evans  (dje@canuck.cygnus.com)
8250
8251         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
8252         (default_gcc_start): Accept optional second list element
8253         of compiler flags.  Print compiler output at verbosity level 2.
8254         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
8255         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
8256         Save current values of framework globals passcnt, failcnt, xpasscnt,
8257         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
8258         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
8259         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
8260         xfailcnt to compute stats.  Update framework global `testcnt' from
8261         pass/fail counts.
8262         (gcc_finish): New proc.  Clean up test environment.
8263         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
8264         (gcc_epass, gcc_efail): Delete.
8265         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
8266         argument of line number.
8267         (dg-init): If the tool has an init routine, call it.
8268         (dg-test): Remove args `cflags_var' and `libs_var'.
8269         Pass all compiler options to ${tool}_start.
8270         Handle missing line number.
8271         (dg-finish): New function.
8272         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
8273         particular files.  Call gcc_finish at end.  Move "skipping test"
8274         message to verbosity level 3.
8275         * gcc.c-torture/compile/compile.exp: Likewise.
8276         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
8277         * gcc.c-torture/execute/execute.exp: Likewise.
8278         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
8279         Print testcase being tried at verbosity level 1.
8280         * gcc.c-torture/special/special.exp: Unset xfail.
8281         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
8282         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
8283         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
8284         * gcc.failure/failure.exp: Likewise.
8285         * gcc.ieee/ieee.exp: Likewise.
8286         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
8287         Update call to dg-test.  Call dg-finish at end.
8288         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
8289         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
8290         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
8291         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
8292         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
8293         * gcc.wendy/wendy.exp: Add copyright.
8294         Delete setting of tmpdir (done by gcc_init).
8295         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
8296         Pass compiler flags to gcc_start.  Call gcc_finish at end.
8297         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
8298         gcc_[ce]pass/fail.
8299
8300 Wed Sep  7 11:09:08 1994  Doug Evans  (dje@canuck.cygnus.com)
8301
8302         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
8303         confusion.
8304         (g++_load): Likewise.
8305
8306         * config/*.exp (gcc_load): Some were varargs fns and some were not.
8307         Rename argument to `prog' to remove the confusion.
8308         Varargs fns behave differently too!
8309         (g++_load): Likewise.
8310
8311         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
8312
8313         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
8314         what it is.  Delete (always) printing of status value for !native.
8315         Simplify verbose code, and include status and exec_output.
8316         (g++_load): Use gcc_load.
8317
8318 Sun Sep  4 13:59:27 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
8319
8320         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
8321         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
8322         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
8323         940714-3.c as these testcases don't exist anymore.  Make
8324         va-arg-1.c expected to pass.
8325
8326 Fri Aug 19 12:27:07 1994  Doug Evans  (dje@canuck.cygnus.com)
8327
8328         * gcc.misc-tests/misc.exp: Only run specific testcases.
8329         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
8330         * gcc.misc-tests/dg-[1-9].c: New files.
8331
8332         * lib/dg.exp: New testsuite driver.
8333         * gcc.prms/prms.exp: Use it.
8334
8335         * README.gcc: New file.
8336
8337         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
8338         Document and reset `lxpass' and `lxfail'.
8339         Simplify "initialized" message.
8340         (gcc_stat): Clean up comments a little.
8341
8342 Tue Aug 16 11:16:46 1994  Doug Evans  (dje@canuck.cygnus.com)
8343
8344         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
8345
8346 Mon Aug 15 21:20:36 1994  Doug Evans  (dje@canuck.cygnus.com)
8347
8348         * lib/old-dejagnu.exp (process-option): New proc.
8349         (old-dejagnu-init, old-dejagnu-stat): Likewise.
8350         (old-dejagnu): Simplify.
8351         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
8352
8353 Sun Aug 14 09:23:53 1994  Jeff Law  (law@snake.cs.utah.edu)
8354
8355         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
8356         exists and is not an empty string.
8357
8358         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
8359         $xfail rather than calling setup_xfail.  Clear $xfail when test is
8360         finished.
8361         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
8362         automatically.
8363
8364         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
8365         longer expected to fail.
8366
8367         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
8368         "f" function call.
8369
8370         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
8371
8372         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
8373         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
8374         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
8375         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
8376         c-torture-1.29.
8377
8378         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
8379         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
8380
8381         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
8382
8383         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
8384         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
8385
8386         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
8387         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
8388         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
8389
8390 Tue Jul 12 12:49:44 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8391
8392         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
8393         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
8394         940714-1.c, 940714-2.c, 940714-3.c},
8395         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
8396         gcc.misc-tests/{mg.c,mg.exp}:
8397         New tests.
8398         * gcc.noncompile/noncompile.exp: Change accordingly.
8399
8400 Thu Jul  7 14:20:33 1994  Doug Evans  (dje@canuck.cygnus.com)
8401
8402         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
8403         Undo previous clobberage.
8404
8405 Mon Jul  4 17:00:59 1994  Jeff Law  (law@snake.cs.utah.edu)
8406
8407         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
8408         * gcc.special/{930510-1.c, special.exp}:
8409         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
8410         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
8411         struct-varargs-1.c}: New tests from c-torture-1.26.
8412
8413 Tue Jun 28 17:39:42 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
8414
8415         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
8416           argument to switch.
8417
8418 Sat May 21 10:39:38 1994  Bill Cox  (bill@rtl.cygnus.com)
8419
8420         * Revert the previous changes.  Please see Rob's directory
8421           (/lisa/test/rob/progressive/gcc/testsuite) for testing
8422           fixes.
8423
8424 Thu May 19 18:00:03 1994  Bill Cox  (bill@rtl.cygnus.com)
8425
8426         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
8427             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
8428             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
8429             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
8430             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
8431             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
8432             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
8433             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
8434             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
8435             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
8436             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
8437             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
8438             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
8439             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
8440             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
8441             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
8442             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
8443             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
8444             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
8445             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
8446             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
8447             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
8448             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
8449             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
8450             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
8451             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
8452             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
8453
8454 Tue May 17 14:55:09 1994  Bill Cox  (bill@rtl.cygnus.com)
8455
8456         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
8457             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
8458           with perror calls.
8459
8460 Mon May  2 17:41:13 1994  Jason Merrill  (jason@deneb.cygnus.com)
8461
8462         * config/unix.exp (g++_load): Fix syntax.
8463
8464 Thu Apr 14 12:22:10 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
8465
8466         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
8467         * gcc.noncompile/921017-1.c: Deleted obsolete test.
8468         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
8469         Don't expect va-arg-1.c to fail.  Correct expected output for
8470         920928-1.c.
8471         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
8472         * gcc.wendy/hbm4.c: Correct typo.
8473         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
8474
8475 Mon Mar 28 13:29:37 1994  Doug Evans  (dje@canuck.cygnus.com)
8476
8477         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
8478         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
8479         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
8480         * lib/c-torture.exp (c-torture-compile): Ditto.
8481
8482         Reduce volume of output (remove all the -I's and such).
8483         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
8484         Call gcc_cpass, gcc_cfail.
8485         (c-torture): Pass testing option to c-torture-compile.
8486
8487 Mon Mar 21 12:40:33 1994  Doug Evans  (dje@cygnus.com)
8488
8489         Bring patches over from progressive.
8490         * config/default.exp: Exit remote shell cleanly.
8491         (g++_exit, g++_start): Add default versions.
8492         * config/sim.exp (gcc_load): Use perror, not error.
8493
8494 Sun Mar 20 12:05:32 1994  Doug Evans  (dje@canuck.cygnus.com)
8495
8496         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
8497         set in site.exp.
8498
8499 Mon Mar 14 19:30:28 1994  Doug Evans  (dje@cygnus.com)
8500
8501         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
8502         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
8503         (wendy_try): New proc to run testcase.
8504         (main loop): Call 'em.
8505         * gcc.wendy/*.c: Clean up pass to correct expected output.
8506
8507         * lib/gcc.exp: Minor cleanup work.
8508         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
8509
8510 Wed Mar  9 15:22:54 1994  Doug Evans  (dje@canuck.cygnus.com)
8511
8512         * config/sim.exp (gcc_load): Document return codes better.
8513         Don't pass -v to simulator.
8514
8515 Thu Feb 24 07:15:18 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8516
8517           * gcc.special/920717-x.c: Fix typo.
8518           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
8519           get at sources.
8520
8521         * lib/mike-gcc.exp: Fix typo.
8522
8523 Tue Feb 15 15:41:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
8524
8525         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
8526         binary to use, transform the name.
8527         * config/*.exp: rename everything. Nuke any g++ specific files,
8528         it's now a special case of gcc that requires no special support.
8529         Add a default.exp for unsupported targets.
8530
8531 Fri Feb 11 12:59:54 1994  Rob Savoye  (rob@poseidon.cygnus.com)
8532
8533         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
8534         lib/old-dejagnu.exp: Fix a few patterns to work with the new
8535         version of Tcl.
8536
8537 Wed Feb  9 21:35:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
8538
8539         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
8540         than a warning.
8541
8542 Sun Feb  6 16:52:13 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8543
8544         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
8545
8546 Mon Jan  3 17:28:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
8547
8548         * gcc.execute/execute.exp: Combine opt_list and foption_list into
8549         option_list.  Compile every file with only 4/6 option choices
8550         (same as C torture) instead of with 12/18 different option
8551         choices.
8552         * lib/c-torture.exp: Likewise.
8553
8554         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
8555         not already set.
8556
8557 Thu Dec 30 17:17:07 1993  Mike Stump  (mrs@rtl.cygnus.com)
8558
8559         * lib/old-deja.exp: Add `excess errors test fails' error, now one
8560         can put an XFAIL *-*-* on excess errors.
8561
8562 Sun Dec 19 21:45:34 1993  Jeffrey A. Law  (law@snake.cs.utah.edu
8563
8564         * g++.law: Add more tests derived from g++-bugs snapshots.
8565
8566         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
8567         equivalent to g++.law/init9.
8568
8569         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
8570         compiled it, and the a.out file after we've run it.
8571
8572 Fri Dec 17 11:29:56 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
8573
8574         * lib/mike-g++.exp (postbase): Delete the .o file after we've
8575         compiled it, and the a.out file after we've run it.
8576
8577 Fri Dec 17 10:18:16 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
8578
8579         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
8580
8581 Wed Dec 15 20:36:40 1993  Rob Savoye  (rob@darkstar.cygnus.com)
8582
8583         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
8584         version number.
8585
8586 Sun Dec 12 21:10:04 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
8587
8588         * g++.law: New directory of g++ tests derived from the g++-bugs
8589         snapshots.
8590
8591 Thu Dec 09 16:50:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8592
8593         * gcc.compile: initbug1.c initbug1.exp testcase added
8594
8595 Mon Dec 06 11:09:52 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8596
8597         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
8598         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
8599           fixes submitted by Jeff Law (law@cs.utah.edu)
8600         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
8601           Jeff Law (law@cs.utah.edu)
8602
8603
8604 Tue Nov 30 16:34:07 1993  Mike Stump  (mrs@cygnus.com)
8605
8606         * config/unix-g++.exp: Follow the gcc way of doing things.
8607         * g++.old-deja/old-deja.exp: Minor updates.
8608         * lib/g++.exp: New file, follow the gcc way of doing things.
8609         * lib/old-dejagnu.exp: Minor updates.
8610         * lib/mike-g++.exp: Always unset errorInfo.
8611
8612 Sat Nov  6 11:34:51 1993  Mike Stump  (mrs@cygnus.com)
8613
8614         * lib/gcc.exp: Fix some errors with the below change, CC and
8615         CFLAGS should be global when setting, not local.
8616
8617 Wed Nov  3 11:16:26 1993  Rob Savoye  (rob@darkstar.cygnus.com)
8618
8619         * lib/gcc.exp: Transform tool name.
8620
8621 Wed Oct 27 23:57:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8622
8623         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
8624
8625 Wed Oct 27 14:45:50 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8626
8627         * lib/gcc.exp: change gcc_done to gcc_stat
8628
8629 Wed Oct 27 09:57:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8630
8631         * Upgraded gcc testsuite to c-torture version 1.25
8632
8633 Sun Oct 24 10:58:03 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8634
8635         * lib/gcc.exp: added reporting code. Changed verbose compile message.
8636         * lib/c-torture: added hooks for new reporting code.
8637
8638 Thu Oct 21 18:45:32 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8639
8640         * config/sh-gcc.exp: check if sh-sim exists in the path
8641
8642 Mon Oct 18 11:13:22 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8643
8644         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
8645         * gcc.compile/compile.exp: Initial changes for new logic.
8646         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
8647         * gcc.failure/failure.exp: Initial changes for new logic.
8648         * gcc.ieee/ieee.exp: Initial changes for new logic.
8649         * gcc.misc-tests/misc.exp: Initial changes for new logic.
8650         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
8651         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
8652         * lib/c-torture.exp: Initial changes for new logic.
8653         * lib/gcc.exp: Initial changes for new logic.
8654
8655 Fri Oct 15 00:19:42 1993  Mike Stump  (mrs@cygnus.com)
8656
8657         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
8658         depend upon failure or success.  Fully qualify names in failure
8659         and success messages.  Always remove a.out before starting
8660         compile, just in case.  Pay more attention to error text output by
8661         the compiler.  Handle testcases with no known past errors just
8662         like all others, so that things are uniform.  Other miscellaneous
8663         improvements.
8664
8665 Wed Oct 13 15:04:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8666
8667         * gcc.cpp: new directory for cpp tests
8668
8669 Mon Oct  4 09:03:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8670
8671         * lib/chill.exp: Code reformatted, removed unused code.
8672         * config/unix-chill.exp: Code reformatted, removed unused code.
8673         * chill.execute/execute.exp: Code reformatted, removed unused code.
8674         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
8675
8676 Mon Oct  4 06:19:26 1993  Ian Lance Taylor  (ian@cygnus.com)
8677
8678         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
8679         routines not written.
8680
8681 Mon Sep 27 21:07:44 1993  Rob Savoye  (rob@darkstar.cygnus.com)
8682
8683         * config/bug-gcc.exp: Use new procs from bug.exp.
8684
8685 Tue Sep 21 18:21:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
8686
8687         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
8688         via ftp, rather than depending on NFS.
8689         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
8690         case.
8691
8692 Thu Sep  9 23:09:15 1993  Rob Savoye  (rob@darkstar.cygnus.com)
8693
8694         * config/bug-gcc.exp: Use new download proc.
8695
8696 Tue Sep 14 19:23:58 1993  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
8697
8698         * chill.execute/execute.exp: cleanups, handles errors better
8699         * chill.compile/compile.exp: rewrite, based on execute.exp
8700         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
8701         * lib/chill.exp: major changes to diff proc and compile and link
8702           procs. added chill_fail and chill_pass wrappers to pass and
8703           fail. added more comments, and handle error codes better.
8704           Added a hack to capture stderr from exec, so noncompile tests
8705           can work.
8706
8707 Sat Sep 11 15:30:10 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8708
8709         * chill.execute/execute.exp: rewrite of testsuite driver
8710         * lib/chill.exp: rewrite of testsuite driver
8711         * config/unix-chill.exp: rewrite of testsuite driver
8712
8713 Wed Aug 25 14:11:13 1993  Bill Cox  (bill@rtl.cygnus.com)
8714
8715     In chill.execute:
8716         * iexpr.ch: Standardize uppercase.
8717         * tuples.dat: Standardize uppercase.
8718         * vary.ch: standardize.  Correct varying string assignments.
8719         * vary.dat: Add new output lines.
8720
8721 Tue Aug 24 13:45:49 1993  Bill Cox  (bill@rtl.cygnus.com)
8722
8723     In chill.execute:
8724         * chprintf.ch: Standardize use of uppercase.
8725         * tuples.ch: Standardize and turn arr2 into a DCL,
8726           rather than a SYN.
8727         * pinits.ch: Standardize.
8728
8729 Mon Aug 23 17:26:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8730
8731         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
8732         * Makefil: Renamed to Makefile.in.
8733         * configure.in: New.
8734
8735 Mon Aug 23 14:24:13 1993  Bill Cox  (bill@rtl.cygnus.com)
8736
8737     In chill.execute:
8738         * .cvsignore: Add result/output files.
8739         * Makefile: Fix up variables at start.  Use MFLAGS
8740           everywhere.  Correct bool_loc, built_ins entries.
8741           Add entry for vary1.ch.
8742         * bitarray.ch: Standardize upper-case usage.
8743         * bitexpr.ch: Standardize, add output of b1.
8744         * params.ch: Use arrayt in along PROC parameters, to
8745           avoid novelty problems.
8746         * sets.ch: Tiny cleanup.
8747         * vary1.ch: Re-indent.
8748
8749 Tue Aug 17 15:42:07 1993  Bill Cox  (bill@rtl.cygnus.com)
8750
8751           * Add PR-related files to Makefiles, .cvsignore files, etc.
8752
8753 Mon Aug  2 15:46:05 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
8754
8755         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
8756           with compiler objects. New names are test-flow.c and test-loop.c
8757
8758 Tue Jul 27 10:08:08 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
8759
8760         * Upgraded c-torture tests from 1.19 to 1.20
8761
8762         * new files:
8763         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
8764         * gcc.compile: 930623-1.c 930623-2.c
8765         * gcc.noncompile: 930622-1.c 930622-2.c
8766         * gcc.failure: 920411-1.c 920627-2.c
8767         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
8768
8769 Tue Jul 20 15:19:44 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
8770
8771         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
8772           More changes to get testsuite working properly. Needs more work.
8773           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
8774
8775 Mon Jul 19 18:40:31 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
8776
8777         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
8778           More changes to get testsuite working properly. Needs more work.
8779
8780 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat  (cassidy@cygnus.com)
8781
8782         * chill.compile/compile.exp: Added for Dejagnu support
8783         * chill.execute/execute.exp: Added for Dejagnu support
8784         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
8785
8786 Sat Jun 19 07:13:05 1993  Bill Cox  (bill@rtl.cygnus.com)
8787
8788     This should complete moving the CHILL test files.
8789         * chill.noncompile(.cvsignore printf.grt
8790             in-printf.grt chprintf.grt chprintf.ch):
8791             Added test-support files.
8792           (Makefile): Modified further.
8793         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
8794             signal.ch): Added test files.
8795           * chill.execute (.cvsignore printf.grt printr.c
8796             in-printf.grt rts.c chprintf.grt rts.h): Added
8797           test-support files.
8798             (Makefile): More corrections.
8799
8800 Fri Jun 18 23:40:54 1993  Bill Cox  (bill@rtl.cygnus.com)
8801
8802         * chill.compile, chill.execute, chill.nocompile: Add CHILL
8803           test cases, ready for DejaGnu.
8804
8805 Thu Jun 17 19:14:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8806
8807         * Upgraded c-torture tests from 1.18 to 1.19
8808
8809         * gcc.compile: added test(s):
8810           930607-1.c
8811         * gcc.execute: added test(s):
8812           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
8813
8814         * added new subdirectory for misc tests: gcc.misc-tests
8815         * gcc.misc-test(s): added tests:
8816           inst-check.c test-consts.c test-ior.c test-switch.c
8817
8818 Wed Jun  9 16:53:26 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
8819
8820         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
8821
8822 Mon Jun  7 16:18:40 1993  Ian Lance Taylor  (ian@cygnus.com)
8823
8824         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
8825
8826 Thu Jun  3 13:13:36 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8827
8828         * Upgraded c-torture tests from 1.17 to 1.18
8829
8830 Wed Jun  2 19:02:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8831
8832         * Upgraded c-torture tests from 1.12 to 1.17
8833
8834 Fri Apr 30 09:38:41 1993  Mike Werner  (mtw@deneb.cygnus.com)
8835
8836         * lib/old-dejagnu.exp:
8837           Fixed handling of XFAIL target triplets to correctly
8838           recognize wildcard characters.  Removed code that
8839           appended a unique id tag to the end of the file name
8840           printed out by the result of the testcases within a
8841           given test file.
8842
8843 Thu Apr 29 19:06:29 1993  Mike Werner  (mtw@deneb.cygnus.com)
8844
8845         * lib/old-dejagnu.exp:
8846           Reworked expected failure handling to trigger off of XFAIL
8847           keyword in keyphrase embeded in testcase source code. The
8848           XFAIL keyword must be at the end of the keyphrase line. It
8849           may optionally be followed by one or more target triplets.
8850           It has just occured that the handling of wildcards in the
8851           target triplet may not be correct.
8852
8853 Fri Apr 23 13:16:20 1993  Mike Werner  (mtw@deneb.cygnus.com)
8854
8855         * g++.old-deja/tests:
8856           Moved all subdirectories up one level into g++.old-deja .
8857
8858         * lib/old-dejagnu.exp:
8859           Fixed problem with CXXFLAGS not being properly reset, and being
8860           corrupted with extraneous "-c" compiler option.  This was
8861           causing binaries to not be generated for test that needed them.
8862           Modified strings passed to "pass" and "fail" so that individual
8863           tests from the same test file would be distinguished by an
8864           identifier appended to the test file name in the summary logs;
8865           this corrected a problem with erroneous diff logs.  Added code
8866           to search testcases for expected fail and unexpected pass keywords.
8867
8868 Tue Apr 20 18:27:58 1993  Rob Savoye  (rob at darkstar.cygnus.com)
8869
8870         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
8871
8872 Thu Apr 15 11:01:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
8873
8874         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
8875           Removed extraneous text from end of "Special g++ Options"
8876           keyphrase.
8877
8878         * lib/old-dejagnu.exp: Added pattern matching to look for new
8879           keywords, embedded in testcases comments, which will trigger
8880           calls to xpass and xfail.
8881
8882 Wed Apr 14 14:28:01 1993  Mike Werner  (mtw@deneb.cygnus.com)
8883
8884         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
8885           comments embedded in the testcases, especially the one looking for
8886           special compiler options, as well as the pattern matching for the
8887           compiler output again.
8888
8889 Mon Apr 12 15:15:37 1993  Mike Werner  (mtw@deneb.cygnus.com)
8890
8891         * lib/old-dejagnu.exp: Do a proper check of the return value for
8892           execute tests. Fixed several problems with the pattern matching
8893           of the compiler output which gave erroneous test results.
8894           Changed several of the test result messages to be more descriptive.
8895         * config/unix-g++.exp: Proc g++_load now actually works and
8896           executes the tests passed to it and returns a usable return
8897           value.
8898
8899 Sun Apr 11 17:22:37 1993  Rob Savoye  (rob at darkstar.cygnus.com)
8900
8901           * lib/gcc.exp: Exits gracefully if $CC is bogus.
8902
8903 Fri Apr  9 09:41:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
8904
8905         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
8906           Modified both files to properly execute the old style
8907           dejagnu tests. The previous versions of these files were
8908           experimental and did not function anything near correctly.
8909
8910 Mon Apr  5 21:08:24 1993  Rob Savoye  (rob@cygnus.com)
8911
8912         * Removed all Makefile.in and configure.in files. No configuration
8913         needed now.
8914
8915 Fri Apr  2 12:15:17 1993  Mike Werner  (mtw@deneb.cygnus.com)
8916
8917         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
8918
8919 Sun Mar 28 11:17:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
8920
8921         * gcc.compile/configure.in, gcc.unsorted/configure.in,
8922         gcc.special/configure.in, gcc.noncompile/configure.in,
8923         gcc.execute/configure.in, gcc.code_quality/configure.in,
8924         g++.other/configure.in, g++.old-deja/configure.in,
8925         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
8926         in srcname setting.
8927
8928 Thu Mar 25 20:07:55 1993  Rob Savoye  (rob at darkstar.cygnus.com)
8929
8930         * lib/udi.exp:  Fixed mondfe and mondfe_download.
8931         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
8932         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
8933
8934 Thu Mar 25 13:06:41 1993  Ian Lance Taylor  (ian@cygnus.com)
8935
8936         * config/udi-gdb.exp: Check $shell_id after connecting to target.
8937         (gdb_exit): Don't remove *_soc files.
8938
8939 Mon Mar 22 14:28:46 1993  Ian Lance Taylor  (ian@cygnus.com)
8940
8941         * lib/c-torture.exp: Don't look for main; instead always use -w
8942         -c.  This is how the c-torture tests work.  Remove the object
8943         file if the compilation succeeds.
8944         * gcc.execute/execute.exp: Remove executable if test passes.
8945         * gcc.noncompile/noncompile.exp: Every test is an expected
8946         failure.
8947         * gcc.special/special.exp: Added tests from c-torture 1.11,
8948         corrected use of existing test.
8949         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
8950         gcc.execute/920625-1.c: Updated to c-torture 1.11.
8951         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
8952         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
8953         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
8954         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
8955         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
8956         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
8957         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
8958         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
8959         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
8960         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
8961         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
8962         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
8963         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
8964         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
8965         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
8966         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
8967         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
8968         c-torture 1.11.
8969         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
8970         correspond to c-torture 1.11.
8971
8972         * New file.